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-01-20
net: Add queue-create operation
Daniel Borkmann
3
-0
/
+27
2026-01-20
wifi: cfg80211: ignore link disabled flag from userspace
Benjamin Berg
1
-10
/
+0
2026-01-20
wifi: mac80211: apply advertised TTLM from association response
Benjamin Berg
2
-99
/
+119
2026-01-20
wifi: mac80211: parse all TTLM entries
Benjamin Berg
1
-11
/
+14
2026-01-20
wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twice
Miri Korenblit
1
-1
/
+2
2026-01-20
wifi: mac80211: don't perform DA check on S1G beacon
Lachlan Hodges
1
-2
/
+7
2026-01-19
net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_ag
Jamal Hadi Salim
1
-1
/
+1
2026-01-19
net/sched: Enforce that teql can only be used as root qdisc
Jamal Hadi Salim
1
-0
/
+5
2026-01-19
rxrpc: Fix recvmsg() unconditional requeue
David Howells
1
-4
/
+15
2026-01-19
ipv6: annotate data-races in net/ipv6/route.c
Eric Dumazet
1
-11
/
+13
2026-01-19
ipv6: exthdrs: annotate data-race over multiple sysctl
Eric Dumazet
1
-4
/
+6
2026-01-19
ipv6: annotate data-races around sysctl.ip6_rt_gc_interval
Eric Dumazet
1
-6
/
+6
2026-01-19
ipv6: annotate data-races over sysctl.flowlabel_reflect
Eric Dumazet
3
-4
/
+6
2026-01-19
l2tp: avoid one data-race in l2tp_tunnel_del_work()
Eric Dumazet
1
-2
/
+2
2026-01-19
wifi: mac80211: mark iface work SKBs as consumed
Johannes Berg
1
-3
/
+3
2026-01-19
wifi: mac80211: remove RX_DROP
Johannes Berg
2
-50
/
+94
2026-01-19
wifi: nl80211: ignore cluster id after NAN started
Miri Korenblit
1
-5
/
+6
2026-01-19
wifi: cfg80211: cleanup cluster_id when stopping NAN
Miri Korenblit
1
-0
/
+2
2026-01-19
wifi: cfg80211: limit NAN func management APIs to offloaded DE
Miri Korenblit
1
-0
/
+6
2026-01-19
wifi: cfg80211: stop NAN and P2P in cfg80211_leave
Miri Korenblit
1
-1
/
+3
2026-01-19
wifi: cfg80211: allow only one NAN interface, also in multi radio
Miri Korenblit
1
-6
/
+2
2026-01-17
fou: Don't allow 0 for FOU_ATTR_IPPROTO.
Kuniyuki Iwashima
1
-1
/
+1
2026-01-17
gue: Fix skb memleak with inner IP protocol 0.
Kuniyuki Iwashima
1
-0
/
+3
2026-01-17
tcp: move tcp_rate_skb_sent() to tcp_output.c
Eric Dumazet
2
-35
/
+35
2026-01-17
net/sched: cake: avoid separate allocation of struct cake_sched_config
Toke Høiland-Jørgensen
1
-23
/
+6
2026-01-17
sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
Xin Long
1
-5
/
+5
2026-01-15
l2tp: Fix memleak in l2tp_udp_encap_recv().
Kuniyuki Iwashima
1
-1
/
+3
2026-01-15
net: minor __alloc_skb() optimization
Eric Dumazet
1
-1
/
+1
2026-01-15
net: add skb->data_len and (skb>end - skb->tail) to skb_dump()
Eric Dumazet
1
-3
/
+4
2026-01-15
vsock/virtio: Coalesce only linear skb
Michal Luczaj
1
-2
/
+4
2026-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
24
-103
/
+143
2026-01-15
Bluetooth: SMP: Use new AES library API
Eric Biggers
1
-4
/
+4
2026-01-15
Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
19
-83
/
+96
2026-01-15
Merge tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Paolo Abeni
2
-42
/
+19
2026-01-15
Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Paolo Abeni
3
-4
/
+5
2026-01-15
net: inline napi_skb_cache_get()
Eric Dumazet
1
-1
/
+1
2026-01-15
xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending path
Jason Xing
3
-5
/
+10
2026-01-15
xsk: advance cq/fq check when shared umem is used
Jason Xing
2
-4
/
+7
2026-01-15
net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon receiving the second rts
Tetsuo Handa
1
-1
/
+9
2026-01-15
can: raw: instantly reject disabled CAN frames
Oliver Hartkopp
1
-9
/
+16
2026-01-15
Revert "can: raw: instantly reject unsupported CAN frames"
Oliver Hartkopp
1
-46
/
+8
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
76
-248
/
+524
2026-01-14
wifi: mac80211: add support for encryption/decryption of (Re)Association frames
Kavita Kavita
5
-4
/
+34
2026-01-14
wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA mode
Kavita Kavita
2
-7
/
+26
2026-01-14
wifi: mac80211: Check for MLE before appending in Authentication frame
Kavita Kavita
1
-3
/
+9
2026-01-14
wifi: mac80211: allow key installation before association
Kavita Kavita
2
-2
/
+17
2026-01-14
wifi: nl80211: Add support for EPP peer indication
Sai Pratyusha Magam
1
-0
/
+5
2026-01-14
wifi: cfg80211: add support for key configuration before association
Kavita Kavita
1
-1
/
+3
2026-01-14
wifi: cfg80211: add support for EPPKE Authentication Protocol
Ainy Kumari
1
-2
/
+12
2026-01-13
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-8
/
+17
[prev]
[next]