summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
35 hoursnet: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen1-0/+4
35 hoursnet: Remove redundant if statementsYajun Deng4-22/+11
35 hoursnet: guard timestamp cmsgs to real error queue skbsKyle Zeng1-3/+3
35 hoursbpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima1-3/+12
35 hourspage_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen1-6/+33
35 hoursbpf: 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
2025-08-28bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon1-0/+3
2025-06-27bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-2/+3
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon2-3/+3
2025-06-27sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu1-2/+2
2025-06-27bpf: Clean up sockmap related KconfigsCong Wang3-68/+85
2025-06-04net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer1-3/+4
2025-06-04net: pktgen: fix mpls maximum labels list parsingPeter Seiderer1-2/+4
2025-05-02net: defer final 'struct net' free in netns dismantleEric Dumazet1-1/+20
2025-05-02net: openvswitch: fix race on port outputFelix Huettner1-0/+1
2025-05-02bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-05-02bpf: Add endian modifiers to fix endian warningsBen Dooks1-2/+2
2025-05-02page_pool: avoid infinite loop to schedule delayed workerJason Xing1-1/+7
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
2025-04-10bpf, sockmap: Fix race between element replace and close()Michal Luczaj1-3/+2