index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-10
Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'
Jakub Kicinski
3
-12
/
+48
2026-04-10
net: Proxy netdev_queue_get_dma_dev for leased queues
David Wei
1
-1
/
+3
2026-04-10
net: Slightly simplify net_mp_{open,close}_rxq
Daniel Borkmann
1
-6
/
+2
2026-04-10
net: Add lease info to queue-get response
Daniel Borkmann
1
-0
/
+14
2026-04-10
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
2
-5
/
+29
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-4
/
+25
2026-04-09
devlink: Add port-level resource registration infrastructure
Or Har-Toov
1
-0
/
+8
2026-04-09
devlink: Refactor resource functions to be generic
Or Har-Toov
1
-1
/
+1
2026-04-09
net: dropreason: add MACVLAN_BROADCAST_BACKLOG and IPVLAN_MULTICAST_BACKLOG
Eric Dumazet
1
-0
/
+12
2026-04-09
codel: annotate data-races in codel_dump_stats()
Eric Dumazet
1
-21
/
+24
2026-04-09
bonding: remove unused bond_is_first_slave and bond_is_last_slave macros
Xiang Mei
1
-3
/
+0
2026-04-08
netfilter: nfnetlink_queue: make hash table per queue
Florian Westphal
1
-1
/
+0
2026-04-08
netfilter: nft_ct: fix use-after-free in timeout object destroy
Tuan Do
1
-0
/
+1
2026-04-08
netfilter: nf_tables_offload: add nft_flow_action_entry_next() and use it
Pablo Neira Ayuso
1
-0
/
+10
2026-04-08
netfilter: nft_meta: add double-tagged vlan and pppoe support
Pablo Neira Ayuso
3
-10
/
+27
2026-04-08
net: pull headers in qdisc_pkt_len_segs_init()
Eric Dumazet
1
-0
/
+3
2026-04-07
tcp: add recv_should_stop helper
Geliang Tang
1
-0
/
+8
2026-04-07
xsk: fix XDP_UMEM_SG_FLAG issues
Maciej Fijalkowski
1
-1
/
+1
2026-04-07
xsk: respect tailroom for ZC setups
Maciej Fijalkowski
1
-1
/
+22
2026-04-07
net: dsa: add bridge member iteration macro
Daniel Golle
1
-3
/
+6
2026-04-07
net: dsa: move dsa_bridge_ports() helper to dsa.h
Daniel Golle
1
-0
/
+13
2026-04-04
net: increase IP_TUNNEL_RECURSION_LIMIT to 5
Chris J Arges
1
-1
/
+1
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2026-04-02
net: mctp: perform source address lookups when we populate our dst
Jeremy Kerr
1
-0
/
+1
2026-03-29
ipv6: remove ipv6_stub infrastructure completely
Fernando Fernandez Mancera
4
-105
/
+2
2026-03-29
bpf: remove ipv6_bpf_stub completely and use direct function calls
Fernando Fernandez Mancera
2
-21
/
+2
2026-03-29
net: convert remaining ipv6_stub users to direct function calls
Fernando Fernandez Mancera
1
-1
/
+1
2026-03-29
ipv6: prepare headers for ipv6_stub removal
Fernando Fernandez Mancera
4
-1
/
+73
2026-03-29
ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)
Fernando Fernandez Mancera
1
-1
/
+1
2026-03-29
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
Fernando Fernandez Mancera
1
-8
/
+0
2026-03-27
tcp: Fix inconsistent indenting warning
Jiayuan Chen
1
-1
/
+1
2026-03-27
mpls: add seqcount to protect the platform_label{,s} pair
Sabrina Dubroca
1
-0
/
+1
2026-03-27
Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
1
-7
/
+258
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-4
/
+60
2026-03-26
net: mana: Set default number of queues to 16
Long Li
1
-0
/
+1
2026-03-26
netfilter: nf_conntrack_expect: store netns and zone in expectation
Pablo Neira Ayuso
1
-1
/
+17
2026-03-26
netfilter: ctnetlink: ensure safe access to master conntrack
Pablo Neira Ayuso
1
-0
/
+5
2026-03-26
netfilter: nf_conntrack_expect: honor expectation helper field
Pablo Neira Ayuso
1
-1
/
+1
2026-03-25
wifi: nl80211: Add a notification to notify NAN channel evacuation
Miri Korenblit
1
-0
/
+19
2026-03-25
wifi: nl80211: add NL80211_CMD_NAN_ULW_UPDATE notification
Miri Korenblit
1
-0
/
+14
2026-03-25
wifi: nl80211: allow reporting spurious NAN Data frames
Miri Korenblit
1
-6
/
+7
2026-03-25
wifi: nl80211: define an API for configuring the NAN peer's schedule
Miri Korenblit
1
-0
/
+58
2026-03-25
wifi: nl80211: add support for NAN stations
Miri Korenblit
1
-0
/
+56
2026-03-25
wifi: cfg80211: separately store HT, VHT and HE capabilities for NAN
Miri Korenblit
1
-0
/
+11
2026-03-25
wifi: cfg80211: add support for NAN data interface
Miri Korenblit
1
-0
/
+21
2026-03-25
wifi: cfg80211: Add an API to configure local NAN schedule
Miri Korenblit
1
-1
/
+72
2026-03-25
tcp: add cwnd_event_tx_start to tcp_congestion_ops
Eric Dumazet
1
-0
/
+8
2026-03-25
net_sched: codel: fix stale state for empty flows in fq_codel
Jonas Köppeler
1
-0
/
+1
2026-03-24
Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
1
-1
/
+1
2026-03-24
udp: Fix wildcard bind conflict check when using hash2
Martin KaFai Lau
1
-0
/
+14
[next]