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-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
4
-4
/
+4
2023-10-01
tcp: derive delack_max from rto_min
Eric Dumazet
2
-2
/
+17
2023-09-29
bpf, sockmap: Do not inc copied_seq when PEEK flag set
John Fastabend
1
-1
/
+3
2023-09-29
bpf: tcp_read_skb needs to pop skb regardless of seq
John Fastabend
1
-8
/
+2
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+3
2023-09-17
ipv4: fix null-deref in ipv4_link_failure
Kyle Zeng
1
-1
/
+3
2023-09-16
tcp: new TCP_INFO stats for RTO events
Aananth V
4
-2
/
+43
2023-09-16
tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed
Aananth V
1
-4
/
+5
2023-09-15
tcp: indent an if statement
Dan Carpenter
1
-1
/
+1
2023-09-15
ah: Do not include crypto/algapi.h
Herbert Xu
1
-1
/
+1
2023-09-15
ipv6: lockless IPV6_FLOWINFO_SEND implementation
Eric Dumazet
1
-2
/
+1
2023-09-15
ipv6: lockless IPV6_RECVERR implemetation
Eric Dumazet
1
-1
/
+1
2023-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-16
/
+20
2023-09-14
ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()
Gavrilov Ilia
1
-2
/
+0
2023-09-14
udplite: fix various data-races
Eric Dumazet
1
-10
/
+11
2023-09-14
udplite: remove UDPLITE_BIT
Eric Dumazet
1
-1
/
+0
2023-09-14
udp: annotate data-races around udp->encap_type
Eric Dumazet
2
-6
/
+7
2023-09-14
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
2
-8
/
+4
2023-09-14
udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
Eric Dumazet
1
-1
/
+1
2023-09-14
udp: add missing WRITE_ONCE() around up->encap_rcv
Eric Dumazet
1
-2
/
+4
2023-09-14
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
2
-5
/
+5
2023-09-14
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
1
-2
/
+2
2023-09-14
udp: move udp->no_check6_tx to udp->udp_flags
Eric Dumazet
1
-2
/
+2
2023-09-14
udp: introduce udp->udp_flags
Eric Dumazet
1
-6
/
+6
2023-09-13
tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
1
-1
/
+6
2023-09-13
tcp: Fix bind() regression for v4-mapped-v6 wildcard address.
Kuniyuki Iwashima
1
-1
/
+2
2023-09-13
tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_addr_any).
Kuniyuki Iwashima
1
-15
/
+13
2023-09-13
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
David S. Miller
1
-5
/
+5
2023-09-12
tcp: defer regular ACK while processing socket backlog
Eric Dumazet
4
-1
/
+22
2023-09-12
tcp: no longer release socket ownership in tcp_release_cb()
Eric Dumazet
1
-10
/
+0
2023-09-12
net: dst: remove unnecessary input parameter in dst_alloc and dst_init
Zhengchao Shao
1
-3
/
+3
2023-09-08
net: ipv4: fix one memleak in __inet_del_ifa()
Liu Jian
1
-5
/
+5
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
12
-18
/
+22
2023-09-05
igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU
Eric Dumazet
1
-1
/
+2
2023-09-01
ipv4: ignore dst hint for multipath routes
Sriram Yagnaraman
2
-1
/
+3
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
3
-4
/
+4
2023-09-01
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
2
-4
/
+4
2023-08-31
ipv4: annotate data-races around fi->fib_dead
Eric Dumazet
2
-2
/
+6
2023-08-30
net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated
Heng Guo
3
-6
/
+3
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
5
-6
/
+14
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-7
/
+4
2023-08-28
inet: fix IP_TRANSPARENT error handling
Eric Dumazet
1
-5
/
+3
2023-08-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+4
2023-08-22
net: remove unnecessary input parameter 'how' in ifdown function
Zhengchao Shao
1
-10
/
+1
2023-08-21
IPv4: add extack info for IPv4 address add/delete
Hangbin Liu
1
-3
/
+20
2023-08-20
net: selectively purge error queue in IP_RECVERR / IPV6_RECVERR
Eric Dumazet
1
-1
/
+1
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
3
-4
/
+4
2023-08-18
tcp: refine skb->ooo_okay setting
Eric Dumazet
1
-7
/
+14
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+5
[prev]
[next]