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-02-28
udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.
Kuniyuki Iwashima
1
-9
/
+14
2026-02-28
net: fix sock compilation error under CONFIG_PREEMPT_RT
Jiayuan Chen
1
-5
/
+8
2026-02-27
net: inline skb_add_rx_frag_netmem()
Eric Dumazet
1
-11
/
+0
2026-02-27
ipv6: discard fragment queue earlier if there is malformed datagram
Fernando Fernandez Mancera
1
-0
/
+6
2026-02-27
net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks
Victor Nogueira
2
-0
/
+13
2026-02-27
tls: don't select STREAM_PARSER
Sabrina Dubroca
1
-1
/
+0
2026-02-27
net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv config
Jonas Köppeler
1
-27
/
+23
2026-02-27
net/sched: sch_cake: avoid sync overhead when unlimited
Jonas Köppeler
1
-1
/
+2
2026-02-27
net: use try_cmpxchg() in lock_sock_nested()
Eric Dumazet
1
-0
/
+13
2026-02-27
net/hsr: update outdated comments
Kexin Sun
3
-4
/
+4
2026-02-27
inet: annotate data-races around isk->inet_num
Eric Dumazet
3
-6
/
+7
2026-02-27
net/sched: act_gate: snapshot parameters with RCU on replace
Paul Moses
1
-79
/
+186
2026-02-27
xprtrdma: Decrement re_receiving on the early exit paths
Eric Badger
1
-3
/
+4
2026-02-26
bridge: Check relevant per-VLAN options in VLAN range grouping
Danielle Ratson
2
-3
/
+33
2026-02-26
net: annotate data-races around sk->sk_{data_ready,write_space}
Eric Dumazet
8
-23
/
+25
2026-02-26
Merge tag 'batadv-net-pullrequest-20260225' of https://git.open-mesh.org/linux-merge
Jakub Kicinski
3
-5
/
+14
2026-02-26
net/sched: ets: fix divide by zero in the offload path
Davide Caratti
1
-4
/
+8
2026-02-26
inet: remove three EXPORT_SYMBOL()
Eric Dumazet
1
-3
/
+1
2026-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
505
-1396
/
+1424
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
37
-165
/
+324
2026-02-26
netfilter: nf_conntrack_h323: fix OOB read in decode_choice()
Vahagn Vardanian
1
-1
/
+1
2026-02-26
net: consume xmit errors of GSO frames
Jakub Kicinski
1
-5
/
+18
2026-02-26
vsock: lock down child_ns_mode as write-once
Bobby Eshleman
1
-5
/
+10
2026-02-26
xfrm: update outdated comment
kexinsun
1
-1
/
+1
2026-02-25
Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
6
-3
/
+12
2026-02-25
netfilter: nf_tables: remove register tracking infrastructure
Florian Westphal
49
-656
/
+0
2026-02-25
netfilter: nf_tables: drop obsolete EXPORT_SYMBOLs
Florian Westphal
1
-11
/
+0
2026-02-25
netfilter: nft_set_rbtree: don't disable bh when acquiring tree lock
Florian Westphal
1
-14
/
+9
2026-02-25
ipvs: no_cport and dropentry counters can be per-net
Julian Anastasov
1
-25
/
+39
2026-02-25
ipvs: use more counters to avoid service lookups
Julian Anastasov
2
-37
/
+51
2026-02-25
ipvs: do not keep dest_dst after dest is removed
Julian Anastasov
2
-16
/
+16
2026-02-25
ipvs: use single svc table
Julian Anastasov
1
-126
/
+20
2026-02-25
ipvs: some service readers can use RCU
Julian Anastasov
1
-24
/
+23
2026-02-25
ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
Jiejian Wu
2
-104
/
+81
2026-02-25
tcp: re-enable acceptance of FIN packets when RWIN is 0
Simon Baatz
1
-4
/
+14
2026-02-25
rds: update outdated comment
kexinsun
1
-1
/
+1
2026-02-25
vsock: Use container_of() to get net namespace in sysctl handlers
Greg Kroah-Hartman
1
-2
/
+2
2026-02-25
esp: fix skb leak with espintcp and async crypto
Sabrina Dubroca
2
-6
/
+12
2026-02-25
xfrm: call xdo_dev_state_delete during state update
Sabrina Dubroca
1
-0
/
+1
2026-02-25
xfrm: fix the condition on x->pcpu_num in xfrm_sa_len
Sabrina Dubroca
1
-1
/
+1
2026-02-25
xfrm: add missing extack for XFRMA_SA_PCPU in add_acquire and allocspi
Sabrina Dubroca
1
-1
/
+4
2026-02-24
icmp: increase net.ipv4.icmp_msgs_{per_sec,burst}
Eric Dumazet
1
-2
/
+2
2026-02-24
tcp: move inet6_csk_update_pmtu() to tcp_ipv6.c
Eric Dumazet
2
-17
/
+17
2026-02-24
tcp: reduce calls to tcp_schedule_loss_probe()
Eric Dumazet
2
-2
/
+2
2026-02-24
tcp: make tcp_v{4,6}_send_check() static
Eric Dumazet
5
-12
/
+3
2026-02-24
tcp: move tcp_v6_send_check() to tcp_output.c
Eric Dumazet
2
-8
/
+16
2026-02-24
tcp: inline __tcp_v4_send_check()
Eric Dumazet
2
-19
/
+9
2026-02-24
xsk: avoid double checking against rx queue being full
Maciej Fijalkowski
2
-6
/
+24
2026-02-24
udp: move udp6_csum_init() back to net/ipv6/udp.c
Eric Dumazet
2
-47
/
+46
2026-02-24
net: __lock_sock() can be static
Eric Dumazet
1
-4
/
+4
[prev]
[next]