aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2026-04-12net: skb: clean up dead code after skb_kfree_head() simplificationJiayuan Chen1-24/+9
2026-04-12net: Rename ifq_idx to rxq_idx in netif_mp_* helpersDaniel Borkmann1-13/+13
2026-04-12net: fix reference tracker mismanagement in netdev_put_lock()Jakub Kicinski2-12/+12
2026-04-12net: Add net_cookie to Dead loop messagesChris J Arges1-2/+3
2026-04-10bpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung1-12/+9
2026-04-10bpf: Use kmalloc_nolock() universally in local storageAmery Hung1-1/+1
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-09net: use get_random_u{16,32,64}() where appropriateDavid Carlier1-1/+1
2026-04-09net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski4-60/+64
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski8-49/+552
2026-04-09netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann1-0/+6
2026-04-09net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei2-11/+35
2026-04-09net: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei3-20/+95
2026-04-09net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann2-24/+5
2026-04-09net: Add lease info to queue-get responseDaniel Borkmann2-4/+116
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann5-5/+280
2026-04-09net: Add queue-create operationDaniel Borkmann3-0/+27
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-23/+37
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: initialize sk_rx_queue_mapping in sk_clone()Jiayuan Chen1-0/+1
2026-04-07net: pull headers in qdisc_pkt_len_segs_init()Eric Dumazet1-20/+31
2026-04-07net: qdisc_pkt_len_segs_init() cleanupEric Dumazet1-31/+31
2026-04-07net: avoid nul-deref trying to bind mp to incapable deviceJakub Kicinski1-1/+1
2026-04-06net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen1-4/+1
2026-04-06net: advance skb_defer_disable_key check in napi_consume_skbJason Xing1-1/+3
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park2-15/+32
2026-04-03rtnetlink: add missing netlink_ns_capable() check for peer netnsNikolaos Gkarlis1-13/+27
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-5/+8
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2026-04-01bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima1-5/+8
2026-03-30net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su1-3/+8
2026-03-30net: Clear the dst when performing encap / decapJakub Kicinski1-23/+27
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera2-37/+31
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera1-7/+7
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera3-5/+0
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+42
2026-03-24rtnetlink: 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-24net-sysfs: switch xps_queue_show() to sysfs_emit()Yury Norov1-1/+1
2026-03-20rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca1-3/+6
2026-03-20rtnetlink: count IFLA_PARENT_DEV_{NAME,BUS_NAME} in if_nlmsg_sizeSabrina Dubroca1-0/+16
2026-03-14net: plumb drop reasons to __dev_queue_xmit()Eric Dumazet1-40/+43
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima1-1/+1
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima1-2/+1
2026-03-12net: add skb_defer_disable_key static keyEric Dumazet3-1/+30
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-38/+11
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet1-6/+8
2026-03-11neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca1-1/+2
2026-03-11bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière1-0/+3