index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
29 hours
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
devel
davem/net-next
Jakub Kicinski
1
-3
/
+13
2 days
Merge tag 'for-net-next-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Jakub Kicinski
1
-4
/
+12
2 days
tcp: update window_clamp when SO_RCVBUF is set
Jakub Kicinski
1
-0
/
+1
2 days
Bluetooth: hci.h: Avoid a couple -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-4
/
+12
3 days
Merge branch 'net-reduce-sk_filter-and-friends-bloat'
Jakub Kicinski
2
-6
/
+17
3 days
net: change sk_filter_trim_cap() to return a drop_reason by value
Eric Dumazet
1
-3
/
+1
3 days
tcp: change tcp_filter() to return the reason by value
Eric Dumazet
1
-3
/
+5
3 days
net: change sock_queue_rcv_skb_reason() to return a drop_reason
Eric Dumazet
1
-3
/
+14
3 days
net_sched: fix skb memory leak in deferred qdisc drops
Fernando Fernandez Mancera
1
-3
/
+13
3 days
netlink: add a nla_nest_end_safe() helper
Hangbin Liu
1
-0
/
+19
3 days
net: tso: Introduce tso_dma_map and helpers
Joe Damato
1
-0
/
+100
3 days
Merge tag 'nf-next-26-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2
-10
/
+0
3 days
Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
1
-2
/
+155
3 days
tcp: add indirect call wrapper in tcp_conn_request()
Eric Dumazet
1
-0
/
+6
3 days
tcp: return a drop_reason from tcp_add_backlog()
Eric Dumazet
1
-2
/
+1
6 days
netfilter: conntrack: remove UDP-Lite conntrack support
Fernando Fernandez Mancera
2
-10
/
+0
6 days
net: remove the netif_get_rx_queue_lease_locked() helpers
Jakub Kicinski
1
-5
/
+0
6 days
Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'
Jakub Kicinski
3
-12
/
+48
6 days
net: Proxy netdev_queue_get_dma_dev for leased queues
David Wei
1
-1
/
+3
6 days
net: Slightly simplify net_mp_{open,close}_rxq
Daniel Borkmann
1
-6
/
+2
6 days
net: Add lease info to queue-get response
Daniel Borkmann
1
-0
/
+14
6 days
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
2
-5
/
+29
6 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-4
/
+25
7 days
devlink: Add port-level resource registration infrastructure
Or Har-Toov
1
-0
/
+8
7 days
devlink: Refactor resource functions to be generic
Or Har-Toov
1
-1
/
+1
7 days
net: dropreason: add MACVLAN_BROADCAST_BACKLOG and IPVLAN_MULTICAST_BACKLOG
Eric Dumazet
1
-0
/
+12
7 days
codel: annotate data-races in codel_dump_stats()
Eric Dumazet
1
-21
/
+24
7 days
bonding: remove unused bond_is_first_slave and bond_is_last_slave macros
Xiang Mei
1
-3
/
+0
8 days
netfilter: nfnetlink_queue: make hash table per queue
Florian Westphal
1
-1
/
+0
8 days
netfilter: nft_ct: fix use-after-free in timeout object destroy
Tuan Do
1
-0
/
+1
8 days
netfilter: nf_tables_offload: add nft_flow_action_entry_next() and use it
Pablo Neira Ayuso
1
-0
/
+10
8 days
netfilter: nft_meta: add double-tagged vlan and pppoe support
Pablo Neira Ayuso
3
-10
/
+27
8 days
net: pull headers in qdisc_pkt_len_segs_init()
Eric Dumazet
1
-0
/
+3
8 days
wifi: mac80211: add NAN peer schedule support
Miri Korenblit
1
-2
/
+60
8 days
wifi: mac80211: support NAN stations
Miri Korenblit
1
-2
/
+11
8 days
wifi: mac80211: add NAN local schedule support
Miri Korenblit
1
-0
/
+66
8 days
wifi: mac80211: export ieee80211_calculate_rx_timestamp
Benjamin Berg
1
-0
/
+18
8 days
wifi: mac80211: add a TXQ for management frames on NAN devices
Benjamin Berg
1
-0
/
+2
9 days
tcp: add recv_should_stop helper
Geliang Tang
1
-0
/
+8
9 days
xsk: fix XDP_UMEM_SG_FLAG issues
Maciej Fijalkowski
1
-1
/
+1
9 days
xsk: respect tailroom for ZC setups
Maciej Fijalkowski
1
-1
/
+22
9 days
net: dsa: add bridge member iteration macro
Daniel Golle
1
-3
/
+6
9 days
net: dsa: move dsa_bridge_ports() helper to dsa.h
Daniel Golle
1
-0
/
+13
12 days
net: increase IP_TUNNEL_RECURSION_LIMIT to 5
Chris J Arges
1
-1
/
+1
13 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
14 days
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
[next]