index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
4
-5
/
+5
2025-04-04
ipv6: Do not consider link down nexthops in path selection
Ido Schimmel
1
-2
/
+4
2025-04-04
ipv6: Start path selection from the first nexthop
Ido Schimmel
1
-3
/
+35
2025-04-03
net: use netif_disable_lro in ipv6_add_dev
Stanislav Fomichev
1
-2
/
+13
2025-04-03
ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS
Fernando Fernandez Mancera
1
-12
/
+25
2025-04-02
netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets
Debin Zhu
1
-3
/
+18
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
1
-2
/
+2
2025-03-25
Revert "udp_tunnel: GRO optimizations"
Jakub Kicinski
2
-7
/
+0
2025-03-25
Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2
-9
/
+33
2025-03-24
tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().
Kuniyuki Iwashima
2
-18
/
+0
2025-03-23
netfilter: socket: Lookup orig tuple for IPv6 SNAT
Maxim Mikityanskiy
1
-0
/
+23
2025-03-21
netfilter: fib: avoid lookup if socket is available
Florian Westphal
1
-9
/
+10
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-20
/
+29
2025-03-20
Revert "gre: Fix IPv6 link-local address generation."
Guillaume Nault
1
-9
/
+6
2025-03-20
net: ipv6: ioam6: fix lwtunnel_output() loop
Justin Iurman
1
-4
/
+4
2025-03-18
inet: frags: save a pair of atomic operations in reassembly
Eric Dumazet
2
-6
/
+8
2025-03-18
inet: frags: change inet_frag_kill() to defer refcount updates
Eric Dumazet
2
-17
/
+22
2025-03-18
inet: frags: add inet_frag_putn() helper
Eric Dumazet
2
-3
/
+4
2025-03-18
ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().
Kuniyuki Iwashima
1
-0
/
+2
2025-03-18
ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().
Kuniyuki Iwashima
1
-1
/
+2
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
[next]