summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
28 hoursgenetlink: Use internal flags for multicast groupsIdo Schimmel1-1/+1
28 hoursnet: guard timestamp cmsgs to real error queue skbsKyle Zeng1-3/+3
28 hourstcp: restrict SO_ATTACH_FILTER to priv usersEric Dumazet1-0/+5
28 hoursnet: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen1-0/+4
28 hoursnet: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima1-2/+6
28 hoursbpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima1-3/+12
28 hoursbpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu1-1/+1
29 hoursnet: gro: don't merge zcopy skbsSabrina Dubroca1-0/+3
29 hoursnet: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov1-0/+10
2026-06-01neigh: let neigh_xmit take skb ownershipFlorian Westphal1-5/+5
2026-06-01neighbour: add RCU protection to neigh_tables[]Eric Dumazet1-11/+19
2026-06-01bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann1-1/+1
2026-06-01net, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen1-0/+2
2026-06-01net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen1-0/+1
2026-06-01flow_dissector: do not dissect PPPoE PFC framesQingfang Deng1-8/+5
2026-06-01net: add proper RCU protection to /proc/net/ptypeEric Dumazet1-16/+33
2026-05-23net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim2-1/+10
2026-05-23net: skbuff: preserve shared-frag marker during coalescingWilliam Bowling1-0/+2
2026-04-11net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn1-5/+17
2026-04-11rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca1-3/+6
2026-04-11rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu1-3/+4
2026-04-11net: add new helper unregister_netdevice_many_notifyHangbin Liu2-10/+20
2026-04-11rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu3-28/+36
2026-03-25net: fix segmentation of forwarding fraglist GROJibin Zhang1-0/+2
2026-03-25net: clear the dst when changing skb protocolJakub Kicinski1-4/+11
2026-03-25net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2026-03-25xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba1-1/+2
2026-03-25xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba1-1/+2
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski1-5/+18
2026-03-04gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet1-1/+1
2026-03-04net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
2026-03-04bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon1-1/+1
2026-03-04bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen1-3/+24
2026-02-11net: don't touch dev->stats in BPF redirect pathsJakub Kicinski1-4/+4
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-02-06net: update netdev_lock_{type,name}Eric Dumazet1-6/+19
2026-01-17net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib1-3/+5
2026-01-17net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi1-3/+4
2026-01-11net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Thadeu Lima de Souza Cascardo1-16/+0
2026-01-11page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen1-13/+14
2026-01-11bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau1-3/+6
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-07page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski1-0/+6
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-12-07bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung1-0/+1
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-19bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2