summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
10 daysnet: pktgen: fix proc entry use-after-freeChengfeng Ye1-3/+1
10 daysnet: pktgen: fix code style (WARNING: Block comments)Peter Seiderer1-16/+23
10 daysskbuff: introduce skb_pull_dataLuiz Augusto von Dentz1-0/+24
10 daysnet: gro: fix double aggregation of flush-marked skbsShiming Cheng1-1/+3
14 daysnet: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet1-1/+0
14 daysbpf: lwt: Fix dst reference leak on reroute failureXuanqiang Luo1-1/+3
2026-07-24bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds checkSechang Lim1-2/+2
2026-07-24bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()Weiming Shi1-0/+3
2026-07-24net: fib_rules: Don't dump dying fib_rule in fib_rules_dump().Kuniyuki Iwashima1-1/+5
2026-07-24bpf: Update transport_header when encapsulating UDP tunnel in lwtLeon Hwang1-0/+12
2026-07-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-5/+18
2026-07-24net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+8
2026-07-24net: skmsg: preserve sg.copy across SG transformsYiming Qian2-0/+29
2026-07-24skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet1-2/+2
2026-06-19net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen1-0/+4
2026-06-19net: Remove redundant if statementsYajun Deng4-22/+11
2026-06-19net: guard timestamp cmsgs to real error queue skbsKyle Zeng1-3/+3
2026-06-19bpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima1-3/+12
2026-06-19page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen1-6/+33
2026-06-19bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu1-1/+1
2026-06-01flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang1-2/+2
2026-06-01flow_dissector: do not dissect PPPoE PFC framesQingfang Deng1-8/+5
2026-06-01flow_dissector: Add PPPoE dissectorsWojciech Drewek1-7/+46
2026-06-01flow_dissector: Add number of vlan tags dissectorBoris Sukholitko1-0/+20
2026-06-01dissector: do not set invalid PPP protocolBoris Sukholitko1-2/+1
2026-06-01bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann1-1/+1
2026-06-01net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen1-0/+1
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim1-1/+12
2026-05-23net: skbuff: preserve shared-frag marker during coalescingWilliam Bowling1-0/+2
2026-04-18rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca1-3/+6
2026-04-18net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski1-5/+18
2026-02-06bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon1-9/+9
2026-02-06bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann1-0/+7
2026-01-19net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi1-3/+4
2026-01-19bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itselfJakub Sitnicki1-23/+30
2025-12-07net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-12-07page_pool: Clamp pool size to max 16K pagesDragos Tatulea1-5/+1
2025-12-07net: call cond_resched() less often in __release_sock()Eric Dumazet1-4/+8
2025-12-07net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima1-2/+1
2025-10-29net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao1-0/+1
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-29net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov1-19/+48
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov1-0/+8
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov1-1/+1
2025-10-29net: rtnetlink: add msg kind namesNikolay Aleksandrov1-3/+3
2025-10-29bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-29bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon1-6/+10
2025-10-02net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-08-28netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski1-0/+7