summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
5 daysnet: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim2-1/+12
5 daysnet: skbuff: preserve shared-frag marker during coalescingWilliam Bowling1-0/+2
5 dayspage_pool: fix memory-provider leak in page_pool_create_percpu() error pathHasan Basbunar1-5/+5
5 daysnetpoll: fix IPv6 local-address corruptionBreno Leitao1-1/+18
5 daysneigh: let neigh_xmit take skb ownershipFlorian Westphal1-5/+5
5 daystcp: annotate data-races around tp->snd_ssthreshEric Dumazet1-1/+1
5 daysbpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann1-1/+1
5 daysnet, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen1-0/+2
14 daysnetpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao1-10/+13
14 daysnet: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen1-0/+1
14 daysflow_dissector: do not dissect PPPoE PFC framesQingfang Deng1-8/+5
2026-04-22rtnetlink: add missing netlink_ns_capable() check for peer netnsNikolaos Gkarlis1-13/+27
2026-04-18net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen1-4/+1
2026-04-11net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn1-5/+17
2026-04-11bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima1-5/+8
2026-04-11net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su1-3/+8
2026-04-11net: introduce mangleid_featuresPaolo Abeni1-1/+4
2026-04-02rtnetlink: fix leak of SRCU struct in rtnl_link_registerSabrina Dubroca1-0/+3
2026-04-02rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca1-3/+6
2026-04-02rtnetlink: count IFLA_PARENT_DEV_{NAME,BUS_NAME} in if_nlmsg_sizeSabrina Dubroca1-0/+16
2026-03-19neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca1-1/+2
2026-03-19page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski1-2/+2
2026-03-19net: add xmit recursion limit to tunnel xmit functionsWeiming Shi1-35/+0
2026-03-12xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba1-1/+2
2026-03-12xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba1-1/+2
2026-03-12net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior2-5/+2
2026-03-12net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman2-3/+5
2026-03-12tcp: secure_seq: add back ports to TS offsetEric Dumazet1-51/+29
2026-03-12net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet1-7/+7
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski1-5/+18
2026-03-04net: add a common function to compute features for upper devicesHangbin Liu1-0/+88
2026-03-04net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-5/+18
2026-03-04net: do not pass flow_id to set_rps_cpu()Eric Dumazet1-7/+5
2026-03-04gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet1-1/+1
2026-02-27net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso1-1/+1
2026-02-27bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon1-1/+1
2026-02-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen1-0/+3
2026-02-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen1-3/+24
2026-02-27bpf: Fix memory access flags in helper prototypesZesen Liu1-10/+10
2026-02-11net: gro: fix outer network offsetPaolo Abeni1-0/+2
2026-02-11net: add proper RCU protection to /proc/net/ptypeEric Dumazet1-16/+34
2026-02-11linkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen1-5/+15
2026-02-11net: don't touch dev->stats in BPF redirect pathsJakub Kicinski1-4/+4
2026-02-06net: fix segmentation of forwarding fraglist GROJibin Zhang1-0/+2
2026-01-23dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet1-0/+1
2026-01-23net: 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
2025-12-18net: netpoll: initialize work queue before error checksBreno Leitao1-1/+1
2025-12-18bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau1-3/+6