summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
8 daysbpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds checkSechang Lim
8 daysbpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()Weiming Shi
8 daysnet: fib_rules: Don't dump dying fib_rule in fib_rules_dump().Kuniyuki Iwashima
8 daysbpf: Update transport_header when encapsulating UDP tunnel in lwtLeon Hwang
8 daysnet: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior
8 daysnet: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
8 daysnet: skmsg: preserve sg.copy across SG transformsYiming Qian
8 daysskmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet
2026-06-19net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen
2026-06-19net: Remove redundant if statementsYajun Deng
2026-06-19net: guard timestamp cmsgs to real error queue skbsKyle Zeng
2026-06-19bpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima
2026-06-19page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen
2026-06-19bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu
2026-06-01flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang
2026-06-01flow_dissector: do not dissect PPPoE PFC framesQingfang Deng
2026-06-01flow_dissector: Add PPPoE dissectorsWojciech Drewek
2026-06-01flow_dissector: Add number of vlan tags dissectorBoris Sukholitko
2026-06-01dissector: do not set invalid PPP protocolBoris Sukholitko
2026-06-01bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann
2026-06-01net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-23net: skbuff: preserve shared-frag marker during coalescingWilliam Bowling
2026-04-18rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca
2026-04-18net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski
2026-02-06bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
2026-02-06bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann
2026-01-19net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi
2026-01-19bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itselfJakub Sitnicki
2025-12-07net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao
2025-12-07page_pool: Clamp pool size to max 16K pagesDragos Tatulea
2025-12-07net: call cond_resched() less often in __release_sock()Eric Dumazet
2025-12-07net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima
2025-10-29net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck
2025-10-29net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov
2025-10-29net: rtnetlink: add msg kind namesNikolay Aleksandrov
2025-10-29bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann
2025-10-29bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon
2025-10-02net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-08-28netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski
2025-08-28bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon
2025-06-27bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-06-27sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu
2025-06-27bpf: Clean up sockmap related KconfigsCong Wang
2025-06-04net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer