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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-14
atm: lec: fix use-after-free in sock_def_readable()
Deepanshu Kartikey
2
-26
/
+48
2026-03-14
tcp: increase LINUX_MIB_BEYOND_WINDOW for SKB_DROP_REASON_TCP_OVERWINDOW
Simon Baatz
1
-0
/
+1
2026-03-14
mptcp: keep rcv_mwnd_seq in sync with subflow rcv_wnd
Simon Baatz
1
-2
/
+4
2026-03-14
tcp: implement RFC 7323 window retraction receiver requirements
Simon Baatz
5
-5
/
+12
2026-03-14
batman-adv: avoid OGM aggregation when skb tailroom is insufficient
Yang Yang
1
-0
/
+3
2026-03-13
udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().
Kuniyuki Iwashima
2
-24
/
+9
2026-03-13
udp: Don't pass udptable to IPv4 socket lookup functions.
Kuniyuki Iwashima
4
-84
/
+57
2026-03-13
udp: Don't pass udptable to IPv6 socket lookup functions.
Kuniyuki Iwashima
4
-59
/
+49
2026-03-13
udp: Remove dead check in __udp[46]_lib_lookup() for BPF.
Kuniyuki Iwashima
2
-4
/
+2
2026-03-13
udp: Remove udp_table in struct udp_seq_afinfo.
Kuniyuki Iwashima
2
-19
/
+4
2026-03-13
udp: Remove struct proto.h.udp_table.
Kuniyuki Iwashima
2
-15
/
+12
2026-03-13
udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.
Kuniyuki Iwashima
3
-48
/
+5
2026-03-13
udp: Remove partial csum code in TX.
Kuniyuki Iwashima
2
-65
/
+47
2026-03-13
udp: Remove partial csum code in RX.
Kuniyuki Iwashima
2
-131
/
+36
2026-03-13
udp: Remove UDP-Lite SNMP stats.
Kuniyuki Iwashima
6
-112
/
+53
2026-03-13
ipv4: Retire UDP-Lite.
Kuniyuki Iwashima
8
-235
/
+20
2026-03-13
ipv6: Remove UDP-Lite support for IPV6_ADDRFORM.
Kuniyuki Iwashima
1
-13
/
+4
2026-03-13
ipv6: Retire UDP-Lite.
Kuniyuki Iwashima
7
-212
/
+19
2026-03-13
udp: Make udp[46]_seq_show() static.
Kuniyuki Iwashima
4
-6
/
+4
2026-03-13
Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-15
/
+28
2026-03-13
netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()
Jenny Guanni Qu
1
-0
/
+2
2026-03-13
netfilter: xt_time: use unsigned int for monthday bit shift
Jenny Guanni Qu
1
-2
/
+2
2026-03-13
netfilter: xt_CT: drop pending enqueued packets on template removal
Pablo Neira Ayuso
1
-0
/
+4
2026-03-13
netfilter: nft_ct: drop pending enqueued packets on removal
Pablo Neira Ayuso
1
-0
/
+4
2026-03-13
nf_tables: nft_dynset: fix possible stateful expression memleak in error path
Pablo Neira Ayuso
2
-3
/
+11
2026-03-13
netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case
Jenny Guanni Qu
1
-0
/
+2
2026-03-13
netfilter: nf_flow_table_ip: reset mac header before vlan push
Eric Woudstra
1
-0
/
+1
2026-03-13
netfilter: revert nft_set_rbtree: validate open interval overlap
Florian Westphal
2
-78
/
+14
2026-03-13
netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()
Lukas Johannes Möller
1
-1
/
+5
2026-03-13
netfilter: conntrack: add missing netlink policy validations
Florian Westphal
2
-2
/
+3
2026-03-13
netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()
Hyunwoo Kim
1
-1
/
+25
2026-03-13
wifi: nl80211: reject S1G/60G with HT chantype
Johannes Berg
1
-0
/
+3
2026-03-13
wifi: mac80211: check tdls flag in ieee80211_tdls_oper
Deepanshu Kartikey
1
-1
/
+1
2026-03-13
xfrm: Fix work re-schedule after cancel in xfrm_nat_keepalive_net_fini()
Hyunwoo Kim
1
-1
/
+1
2026-03-13
wifi: cfg80211: check non-S1G width with S1G chandef
Lachlan Hodges
1
-0
/
+8
2026-03-13
wifi: cfg80211: restrict cfg80211_chandef_create() to only HT-based bands
Lachlan Hodges
1
-1
/
+3
2026-03-13
wifi: mac80211: don't use cfg80211_chandef_create() for default chandef
Lachlan Hodges
1
-3
/
+15
2026-03-13
wifi: mac80211: Remove deleted sta links in ieee80211_ml_reconf_work()
Lorenzo Bianconi
1
-0
/
+11
2026-03-13
wifi: cfg80211: split control freq check from chandef check
Johannes Berg
1
-44
/
+54
2026-03-13
wifi: mac80211: always use full chanctx compatible check
Johannes Berg
1
-49
/
+37
2026-03-13
wifi: mac80211: refactor chandef tracing macros
Johannes Berg
1
-56
/
+38
2026-03-13
wifi: mac80211: validate HE 6 GHz operation when EHT is used
Johannes Berg
1
-0
/
+18
2026-03-13
wifi: nl80211: split out UHR operation information
Johannes Berg
1
-10
/
+16
2026-03-12
netlink: update outdated comment
Kexin Sun
1
-2
/
+2
2026-03-12
mpls: add missing unregister_netdevice_notifier to mpls_init
Sabrina Dubroca
1
-0
/
+1
2026-03-12
net: add skb_defer_disable_key static key
Eric Dumazet
3
-1
/
+30
2026-03-12
net/rose: fix NULL pointer dereference in rose_transmit_link on reconnect
Jiayuan Chen
1
-0
/
+5
2026-03-12
bridge: cfm: Fix race condition in peer_mep deletion
Hyunwoo Kim
1
-2
/
+2
2026-03-12
genetlink: apply reject policy for split ops on the dispatch path
Jakub Kicinski
1
-0
/
+1
2026-03-12
genetlink: use maxattr of 0 for the reject policy
Jakub Kicinski
2
-12
/
+11
[prev]
[next]