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
5 daysnet: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko1-3/+1
5 daysbpf: Fix same-register dst/src OOB read and pointer leak in sock_opsJiayuan Chen1-2/+4
5 daysnet: pull headers in qdisc_pkt_len_segs_init()Eric Dumazet1-20/+31
5 daysnet: qdisc_pkt_len_segs_init() cleanupEric Dumazet1-31/+31
5 daysnet: plumb drop reasons to __dev_queue_xmit()Eric Dumazet1-40/+43
2026-05-14netpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao1-10/+13
2026-05-14net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen1-0/+1
2026-05-14flow_dissector: do not dissect PPPoE PFC framesQingfang Deng1-8/+5
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-30/+28
2026-04-09Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-18/+29
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner2-30/+28
2026-04-08net: avoid nul-deref trying to bind mp to incapable deviceJakub Kicinski1-1/+1
2026-04-07net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen1-4/+1
2026-04-04rtnetlink: add missing netlink_ns_capable() check for peer netnsNikolaos Gkarlis1-13/+27
2026-04-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-5/+8
2026-04-02bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima1-5/+8
2026-03-31net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su1-3/+8
2026-03-25rtnetlink: fix leak of SRCU struct in rtnl_link_registerSabrina Dubroca1-0/+3
2026-03-24net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn1-5/+17
2026-03-21rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca1-3/+6
2026-03-21rtnetlink: count IFLA_PARENT_DEV_{NAME,BUS_NAME} in if_nlmsg_sizeSabrina Dubroca1-0/+16
2026-03-12neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca1-1/+2
2026-03-12bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière1-0/+3
2026-03-12bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière1-0/+4
2026-03-11page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski1-2/+2
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi1-35/+0
2026-03-05xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba1-1/+2
2026-03-05xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba1-1/+2
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior2-5/+2
2026-03-05net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman2-3/+5
2026-03-05tcp: secure_seq: add back ports to TS offsetEric Dumazet1-51/+29
2026-03-03net: Fix rcu_tasks stall in threaded busypollYiFei Zhu1-6/+11
2026-02-27net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet1-7/+7
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-17/+41
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski1-5/+18
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-5/+18
2026-02-24net: do not pass flow_id to set_rps_cpu()Eric Dumazet1-7/+5
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-4/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds14-21/+21
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook24-57/+53