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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-04
ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculation
Ujjal Roy
1
-3
/
+3
2026-05-01
tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_us to tcp_sock_write_tx group
Eric Dumazet
1
-4
/
+4
2026-05-01
tcp: move tp->bytes_acked to tcp_sock_write_tx group
Eric Dumazet
1
-1
/
+1
2026-05-01
tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_tx
Eric Dumazet
1
-2
/
+2
2026-05-01
tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx group
Eric Dumazet
1
-2
/
+2
2026-05-01
tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx group
Eric Dumazet
1
-2
/
+2
2026-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-55
/
+100
2026-04-30
net/tcp: Remove tcp_sigpool
Eric Biggers
3
-370
/
+0
2026-04-30
net/tcp-ao: Return void from functions that can no longer fail
Eric Biggers
2
-70
/
+68
2026-04-30
net/tcp-ao: Use stack-allocated MAC and traffic_key buffers
Eric Biggers
1
-33
/
+11
2026-04-30
net/tcp-ao: Use crypto library API instead of crypto_ahash
Eric Biggers
2
-265
/
+255
2026-04-30
net/tcp-ao: Drop support for most non-RFC-specified algorithms
Eric Biggers
1
-0
/
+4
2026-04-29
tcp: add tcp_mstamp_refresh_inline()
Eric Dumazet
2
-10
/
+4
2026-04-28
Merge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2
-3
/
+23
2026-04-27
tcp: make probe0 timer handle expired user timeout
Altan Hacigumus
1
-2
/
+3
2026-04-27
ipmr: Free mr_table after RCU grace period.
Kuniyuki Iwashima
2
-50
/
+74
2026-04-24
Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+0
2026-04-23
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
19
-85
/
+114
2026-04-23
tcp: call sk_data_ready() after listener migration
Zhenzhong Wu
1
-0
/
+3
2026-04-23
ipv4: icmp: validate reply type before using icmp_pointers
Ruide Cao
1
-1
/
+4
2026-04-23
tcp: send a challenge ACK on SEG.ACK > SND.NXT
Jiayuan Chen
1
-3
/
+7
2026-04-23
net: remove ax25 and amateur radio (hamradio) subsystem
Jakub Kicinski
1
-1
/
+0
2026-04-21
netfilter: arp_tables: fix IEEE1394 ARP payload parsing
Pablo Neira Ayuso
2
-3
/
+23
2026-04-20
netfilter: nat: use kfree_rcu to release ops
Pablo Neira Ayuso
1
-2
/
+2
2026-04-18
tcp: annotate data-races around tp->plb_rehash
Eric Dumazet
2
-2
/
+3
2026-04-18
tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)
Eric Dumazet
1
-1
/
+2
2026-04-18
tcp: annotate data-races around tp->timeout_rehash
Eric Dumazet
2
-2
/
+3
2026-04-18
tcp: annotate data-races around tp->srtt_us
Eric Dumazet
2
-3
/
+4
2026-04-18
tcp: annotate data-races around tp->reord_seen
Eric Dumazet
2
-3
/
+3
2026-04-18
tcp: annotate data-races around tp->dsack_dups
Eric Dumazet
2
-2
/
+2
2026-04-18
tcp: annotate data-races around tp->bytes_retrans
Eric Dumazet
2
-3
/
+3
2026-04-18
tcp: annotate data-races around tp->bytes_sent
Eric Dumazet
2
-2
/
+3
2026-04-18
tcp: add data-race annotations for TCP_NLA_SNDQ_SIZE
Eric Dumazet
3
-4
/
+6
2026-04-18
tcp: annotate data-races around tp->delivered and tp->delivered_ce
Eric Dumazet
2
-6
/
+6
2026-04-18
tcp: annotate data-races around tp->snd_ssthresh
Eric Dumazet
13
-29
/
+31
2026-04-18
tcp: add data-races annotations around tp->reordering, tp->snd_cwnd
Eric Dumazet
3
-11
/
+13
2026-04-18
tcp: add data-race annotations around tp->data_segs_out and tp->total_retrans
Eric Dumazet
2
-5
/
+7
2026-04-18
tcp: annotate data-races in tcp_get_info_chrono_stats()
Eric Dumazet
1
-4
/
+10
2026-04-16
nexthop: fix IPv6 route referencing IPv4 nexthop
Jiayuan Chen
1
-2
/
+2
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-4
/
+3
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
55
-1235
/
+793
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2026-04-13
tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().
Kuniyuki Iwashima
1
-1
/
+1
2026-04-13
udp: Force compute_score to always inline
Gabriel Krisman Bertazi
1
-6
/
+6
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
4
-4
/
+4
2026-04-13
tcp: update window_clamp when SO_RCVBUF is set
Jakub Kicinski
2
-0
/
+6
2026-04-12
Merge branch 'net-reduce-sk_filter-and-friends-bloat'
Jakub Kicinski
4
-5
/
+10
2026-04-12
net: change sk_filter_trim_cap() to return a drop_reason by value
Eric Dumazet
1
-1
/
+2
2026-04-12
tcp: change tcp_filter() to return the reason by value
Eric Dumazet
1
-2
/
+4
2026-04-12
net: change sock_queue_rcv_skb_reason() to return a drop_reason
Eric Dumazet
2
-2
/
+4
[next]