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
2023-08-03
tcp_metrics: fix addr_same() helper
Eric Dumazet
1
-1
/
+1
2023-08-02
udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES
David Howells
1
-0
/
+9
2023-07-31
net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn
Lorenz Bauer
1
-2
/
+0
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
4
-5
/
+5
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
4
-7
/
+7
2023-07-29
net: gro: fix misuse of CB in udp socket lookup
Richard Gobert
2
-4
/
+11
2023-07-28
netfilter: defrag: Add glue hooks for enabling/disabling defrag
Daniel Xu
1
-1
/
+16
2023-07-25
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
1
-2
/
+6
2023-07-25
net: remove duplicate sk_lookup helpers
Lorenz Bauer
2
-40
/
+18
2023-07-25
net: document inet[6]_lookup_reuseport sk_state requirements
Lorenz Bauer
1
-0
/
+15
2023-07-25
net: remove duplicate reuseport_lookup functions
Lorenz Bauer
2
-28
/
+26
2023-07-25
net: export inet_lookup_reuseport and inet6_lookup_reuseport
Lorenz Bauer
1
-7
/
+8
2023-07-25
udp: re-score reuseport groups when connected sockets are present
Lorenz Bauer
1
-5
/
+15
2023-07-20
nexthop: Do not return invalid nexthop object during multipath selection
Benjamin Poirier
1
-6
/
+8
2023-07-20
nexthop: Factor out neighbor validity check
Benjamin Poirier
1
-13
/
+16
2023-07-20
nexthop: Factor out hash threshold fdb nexthop selection
Benjamin Poirier
1
-2
/
+20
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-68
/
+73
2023-07-20
tcp: annotate data-races around fastopenq.max_qlen
Eric Dumazet
2
-3
/
+5
2023-07-20
tcp: annotate data-races around icsk->icsk_user_timeout
Eric Dumazet
1
-3
/
+3
2023-07-20
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
1
-2
/
+2
2023-07-20
tcp: annotate data-races around rskq_defer_accept
Eric Dumazet
1
-5
/
+6
2023-07-20
tcp: annotate data-races around tp->linger2
Eric Dumazet
1
-4
/
+4
2023-07-20
tcp: annotate data-races around icsk->icsk_syn_retries
Eric Dumazet
2
-4
/
+4
2023-07-20
tcp: annotate data-races around tp->keepalive_probes
Eric Dumazet
1
-2
/
+3
2023-07-20
tcp: annotate data-races around tp->keepalive_intvl
Eric Dumazet
1
-2
/
+2
2023-07-20
tcp: annotate data-races around tp->keepalive_time
Eric Dumazet
1
-1
/
+2
2023-07-20
tcp: annotate data-races around tp->tsoffset
Eric Dumazet
2
-4
/
+5
2023-07-20
tcp: annotate data-races around tp->tcp_tx_delay
Eric Dumazet
1
-2
/
+2
2023-07-20
tcp: add TCP_OLD_SEQUENCE drop reason
Eric Dumazet
1
-5
/
+11
2023-07-19
tcp: tcp_enter_quickack_mode() should be static
Eric Dumazet
1
-2
/
+1
2023-07-19
udp: use indirect call wrapper for data ready()
Paolo Abeni
1
-1
/
+1
2023-07-19
Revert "tcp: avoid the lookup process failing to get sk in ehash table"
Kuniyuki Iwashima
2
-19
/
+6
2023-07-19
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+0
2023-07-19
ipv4: ip_gre: fix return value check in erspan_xmit()
Yuanjun Gong
1
-1
/
+2
2023-07-19
ipv4: ip_gre: fix return value check in erspan_fb_xmit()
Yuanjun Gong
1
-1
/
+2
2023-07-19
net: ipv4: Use kfree_sensitive instead of kfree
Wang Ming
1
-1
/
+1
2023-07-18
tcp: annotate data-races around tcp_rsk(req)->ts_recent
Eric Dumazet
3
-5
/
+8
2023-07-18
tcp: annotate data-races around tcp_rsk(req)->txhash
Eric Dumazet
3
-4
/
+5
2023-07-18
tcp: get rid of sysctl_tcp_adv_win_scale
Eric Dumazet
2
-12
/
+18
2023-07-18
bpf: Drop useless btf_vmlinux in bpf_tcp_ca
Geliang Tang
1
-2
/
+0
2023-07-14
gso: fix dodgy bit handling for GSO_UDP_L4
Yan Zhai
1
-5
/
+11
2023-07-12
tcp: add a scheduling point in established_get_first()
Jian Wen
1
-0
/
+3
2023-07-11
ip_vti: fix potential slab-use-after-free in decode_session6
Zhengchao Shao
1
-2
/
+2
2023-07-03
tcp: annotate data races in __tcp_oow_rate_limited()
Eric Dumazet
1
-3
/
+9
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
7
-100
/
+6
2023-06-24
tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage
David Howells
1
-2
/
+3
2023-06-24
net/tcp: optimise locking for blocking splice
Pavel Begunkov
1
-1
/
+1
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-10
/
+1
2023-06-22
tcp: fix comment typo
Yueh-Shun Li
1
-1
/
+1
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+4
[prev]
[next]