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
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
net: ipv6: fix TCP GSO segmentation with NAT
Felix Fietkau
1
-6
/
+15
2025-03-18
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
2
-0
/
+7
2025-03-17
tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS
Ilpo Järvinen
1
-7
/
+17
2025-03-17
tcp: extend TCP flags to allow AE bit/ACE field
Ilpo Järvinen
1
-1
/
+1
2025-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-6
/
+9
2025-03-13
gre: Fix IPv6 link-local address generation.
Guillaume Nault
1
-6
/
+9
2025-03-10
ipv6: save dontfrag in cork
Willem de Bruijn
1
-4
/
+5
2025-03-10
ipv6: remove leftover ip6 cookie initializer
Willem de Bruijn
1
-2
/
+0
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
4
-0
/
+4
2025-03-08
udp: expand SKB_DROP_REASON_UDP_CSUM use
Eric Dumazet
1
-1
/
+1
2025-03-06
inet: call inet6_ehashfn() once from inet6_hash_connect()
Eric Dumazet
1
-4
/
+11
2025-03-06
inet: change lport contribution to inet_ehashfn() and inet6_ehashfn()
Eric Dumazet
1
-2
/
+2
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2025-03-06
net: ipv6: fix missing dst ref drop in ila lwtunnel
Justin Iurman
1
-0
/
+1
2025-03-06
net: ipv6: fix dst ref loop in ila lwtunnel
Justin Iurman
1
-1
/
+2
2025-03-05
inet: fix lwtunnel_valid_encap_type() lock imbalance
Eric Dumazet
1
-2
/
+4
2025-03-04
tcp: use RCU lookup in __inet_hash_connect()
Eric Dumazet
1
-11
/
+13
2025-03-04
tcp: use RCU in __inet{6}_check_established()
Eric Dumazet
1
-3
/
+16
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
4
-4
/
+4
2025-03-03
net: use sock_kmemdup for ip_options
Geliang Tang
1
-2
/
+1
2025-03-03
tcp: remove READ_ONCE(req->ts_recent)
Eric Dumazet
1
-1
/
+1
2025-03-03
net: gro: convert four dev_net() calls
Eric Dumazet
2
-2
/
+2
2025-03-03
tcp: convert to dev_net_rcu()
Eric Dumazet
1
-11
/
+11
2025-03-03
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
1
-1
/
+2
2025-02-28
inet: ping: avoid skb_clone() dance in ping_rcv()
Eric Dumazet
1
-5
/
+2
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+24
2025-02-27
net: ipv6: fix dst ref loop on input in rpl lwt
Justin Iurman
1
-2
/
+12
2025-02-27
net: ipv6: fix dst ref loop on input in seg6 lwt
Justin Iurman
1
-2
/
+12
2025-02-21
ipv6: fib_rules: Add DSCP mask matching
Ido Schimmel
1
-2
/
+43
2025-02-21
net: ipv6: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
4
-18
/
+17
2025-02-21
net: ipv6: Init tunnel link-netns before registering dev
Xiao Liang
4
-7
/
+9
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
4
-10
/
+21
2025-02-19
ipv6: fib_rules: Add port mask matching
Ido Schimmel
1
-4
/
+4
2025-02-18
ipv6: initialize inet socket cookies with sockcm_init
Willem de Bruijn
3
-12
/
+3
2025-02-18
ipv6: replace ipcm6_init calls with ipcm6_init_sk
Willem de Bruijn
2
-13
/
+2
2025-02-15
ndisc: ndisc_send_redirect() cleanup
Eric Dumazet
1
-5
/
+3
2025-02-14
inet: consolidate inet_csk_clone_lock()
Eric Dumazet
1
-6
/
+2
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-56
/
+76
2025-02-13
ipv6: mcast: add RCU protection to mld_newpack()
Eric Dumazet
1
-4
/
+10
2025-02-10
ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().
Kuniyuki Iwashima
1
-2
/
+2
2025-02-10
ipv6: mcast: extend RCU protection in igmp6_send()
Eric Dumazet
1
-16
/
+15
2025-02-10
ndisc: extend RCU protection in ndisc_send_skb()
Eric Dumazet
1
-4
/
+8
2025-02-10
ndisc: use RCU protection in ndisc_alloc_skb()
Eric Dumazet
1
-6
/
+4
2025-02-10
ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
Eric Dumazet
1
-1
/
+1
2025-02-06
ipv6: Use RCU in ip6_input()
Eric Dumazet
1
-5
/
+9
2025-02-06
ipv6: icmp: convert to dev_net_rcu()
Eric Dumazet
1
-19
/
+23
2025-02-06
ipv6: use RCU protection in ip6_default_advmss()
Eric Dumazet
1
-1
/
+6
2025-02-03
udp: gso: do not drop small packets when PMTU reduces
Yan Zhai
1
-2
/
+2
2025-02-01
net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels
Jakub Kicinski
3
-9
/
+18
2025-02-01
net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
Jakub Kicinski
3
-6
/
+11
[prev]
[next]