index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Lines
2025-01-02
ila: serialize calls to nf_register_net_hooks()
Eric Dumazet
-5
/
+11
2024-12-04
ipmr: tune the ipmr_can_free_table() checks.
Paolo Abeni
-1
/
+1
2024-12-02
net/ipv6: release expired exception dst cached in socket
Jiri Wiesner
-3
/
+3
2024-12-01
ipv6: avoid possible NULL deref in modify_prefix_route()
Eric Dumazet
-6
/
+7
2024-11-28
ipmr: fix build with clang and DEBUG_NET disabled.
Paolo Abeni
-1
/
+1
2024-11-28
ip6mr: fix tables suspicious RCU usage
Paolo Abeni
-11
/
+27
2024-11-28
ipmr: add debug check for mr table cleanup
Paolo Abeni
-0
/
+14
2024-11-26
net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged
Hangbin Liu
-12
/
+29
2024-11-18
ipv6/udp: Add 4-tuple hash for connected socket
Philo Lu
-2
/
+100
2024-11-18
ipv4/udp: Add 4-tuple hash for connected socket
Philo Lu
-1
/
+1
2024-11-18
net/udp: Add a new struct for hash2 slot
Philo Lu
-9
/
+6
2024-11-18
Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
-3
/
+3
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+1
2024-11-12
net: ip: make ip_route_input() return drop reasons
Menglong Dong
-7
/
+7
2024-11-11
net: fix data-races around sk->sk_forward_alloc
Wang Liang
-3
/
+1
2024-11-11
ipv6: Fix soft lockups in fib6_select_path under high next hop churn
Omid Ehtemam-Haghighi
-19
/
+34
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
-29
/
+15
2024-11-07
Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
-1
/
+8
2024-11-06
ipv6: release nexthop on device removal
Paolo Abeni
-3
/
+3
2024-11-03
net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals
Dmitry Safonov
-2
/
+2
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-8
/
+7
2024-10-30
netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()
Eric Dumazet
-8
/
+7
2024-10-29
xfrm: Add an inbound percpu state cache.
Steffen Klassert
-3
/
+3
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-15
/
+16
2024-10-24
Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
-15
/
+16
2024-10-23
ip6mr: Add __init to ip6_mr_cleanup().
Kuniyuki Iwashima
-1
/
+1
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
-1
/
+4
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-1
/
+3
2024-10-15
ipmr: Use rtnl_register_many().
Kuniyuki Iwashima
-4
/
+9
2024-10-15
ipv6: Use rtnl_register_many().
Kuniyuki Iwashima
-67
/
+51
2024-10-15
net: inet6: do not leave a dangling sk pointer in inet6_create()
Ignat Korchagin
-12
/
+10
2024-10-15
udp: Compute L4 checksum as usual when not segmenting the skb
Jakub Sitnicki
-1
/
+3
2024-10-15
ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
-8
/
+1
2024-10-15
netfilter: Make legacy configs user selectable
Breno Leitao
-1
/
+8
2024-10-14
ipv6: tcp: give socket pointer to control skbs
Eric Dumazet
-0
/
+3
2024-10-11
net: do not acquire rtnl in fib_seq_sum()
Eric Dumazet
-2
/
+2
2024-10-11
ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seq
Eric Dumazet
-5
/
+3
2024-10-11
ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seq
Eric Dumazet
-8
/
+8
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+3
2024-10-09
ipv6: Remove redundant unlikely()
Tobias Klauser
-1
/
+1
2024-10-09
ipv6: switch inet6_acaddr_hash() to less predictable hash
Eric Dumazet
-2
/
+3
2024-10-09
ipv6: switch inet6_addr_hash() to less predictable hash
Eric Dumazet
-1
/
+1
2024-10-09
netfilter: fib: check correct rtable in vrf setups
Florian Westphal
-2
/
+3
2024-10-04
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
-4
/
+6
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
-2
/
+2
2024-10-04
net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
Vadim Fedorenko
-6
/
+14
2024-10-03
ipv4: Convert ip_route_input() to dscp_t.
Guillaume Nault
-2
/
+2
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-4
/
+13
2024-10-03
Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
-2
/
+5
2024-10-02
net: gso: fix tcp fraglist segmentation after pull from frag_list
Felix Fietkau
-2
/
+8
[next]