summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-11-02nfc: Add KCOV annotationsDmitry Vyukov
2022-11-02rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong
2022-11-02netfilter: nf_nat: Fix possible memory leak in nf_nat_init()Chen Zhongjin
2022-11-02ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao
2022-11-02ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao
2022-11-02ipvs: use explicitly signed charsJason A. Donenfeld
2022-11-01netlink: introduce bigendian integer typesFlorian Westphal
2022-11-01tcp: refine tcp_prune_ofo_queue() logicEric Dumazet
2022-11-01net: core: inet[46]_pton strlen len typesDr. David Alan Gilbert
2022-11-01netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso
2022-11-01netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso
2022-10-31net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet
2022-10-31net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet
2022-10-31net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet
2022-10-31net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet
2022-10-31net: dropreason: add SKB_CONSUMED reasonEric Dumazet
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu
2022-10-31net: add new helper unregister_netdevice_many_notifyHangbin Liu
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-31net: sched: Fix use after free in red_enqueue()Dan Carpenter
2022-10-31netlink: split up copies in the ack constructionJakub Kicinski
2022-10-28net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOINGWillem de Bruijn
2022-10-28net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean
2022-10-28net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher
2022-10-28net/ulp: remove SOCK_SUPPORT_ZC from tls socketsPavel Begunkov
2022-10-28net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov
2022-10-28udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov
2022-10-28net: openvswitch: add missing .resv_start_opJakub Kicinski
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner
2022-10-28Kalle Valo says:Jakub Kicinski
2022-10-28tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi
2022-10-28tcp: add support for PLB in DCTCPMubashir Adnan Qureshi
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-27SUNRPC: Fix crasher in gss_unwrap_resp_integ()Chuck Lever
2022-10-27SUNRPC: Fix null-ptr-deref when xps sysfs alloc failedZhang Xiaoxu
2022-10-27kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet
2022-10-27Merge tag 'linux-can-fixes-for-6.1-20221027' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-10-27nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel
2022-10-27Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel
2022-10-27Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel
2022-10-27genetlink: limit the use of validation workarounds to old opsJakub Kicinski
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook
2022-10-27can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole