summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ila: serialize calls to nf_register_net_hooks()Eric Dumazet2025-01-031-5/+11
* ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni2024-12-051-1/+1
* net/ipv6: release expired exception dst cached in socketJiri Wiesner2024-12-031-3/+3
* ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet2024-12-011-6/+7
* ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni2024-11-281-1/+1
* ip6mr: fix tables suspicious RCU usagePaolo Abeni2024-11-281-11/+27
* ipmr: add debug check for mr table cleanupPaolo Abeni2024-11-281-0/+14
* net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu2024-11-261-12/+29
* ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu2024-11-181-2/+100
* ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu2024-11-181-1/+1
* net/udp: Add a new struct for hash2 slotPhilo Lu2024-11-181-9/+6
* Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2024-11-181-3/+3
|\
| * xfrm: Add an inbound percpu state cache.Steffen Klassert2024-10-291-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-141-3/+1
|\ \
| * | net: fix data-races around sk->sk_forward_allocWang Liang2024-11-121-3/+1
* | | net: ip: make ip_route_input() return drop reasonsMenglong Dong2024-11-121-7/+7
* | | ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi2024-11-122-19/+34
* | | net: convert to nla_get_*_default()Johannes Berg2024-11-115-29/+15
* | | Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-11-071-1/+8
|\ \ \
| * | | netfilter: Make legacy configs user selectableBreno Leitao2024-10-151-1/+8
* | | | ipv6: release nexthop on device removalPaolo Abeni2024-11-071-3/+3
* | | | net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov2024-11-031-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-011-8/+7
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet2024-10-301-8/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-251-15/+16
|\| |
| * | Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-10-241-15/+16
| |\ \
| | * | xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger2024-09-231-0/+3
| | * | xfrm: extract dst lookup parameters into a structEyal Birger2024-09-231-15/+13
* | | | ip6mr: Add __init to ip6_mr_cleanup().Kuniyuki Iwashima2024-10-231-1/+1
* | | | rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima2024-10-221-1/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-211-1/+3
|\| | |
| * | | udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2024-10-161-1/+3
* | | | ipmr: Use rtnl_register_many().Kuniyuki Iwashima2024-10-161-4/+9
* | | | ipv6: Use rtnl_register_many().Kuniyuki Iwashima2024-10-164-67/+51
* | | | net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin2024-10-161-12/+10
* | | | ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-10-151-8/+1
* | | | ipv6: tcp: give socket pointer to control skbsEric Dumazet2024-10-151-0/+3
* | | | net: do not acquire rtnl in fib_seq_sum()Eric Dumazet2024-10-122-2/+2
* | | | ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seqEric Dumazet2024-10-121-5/+3
* | | | ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seqEric Dumazet2024-10-122-8/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-2/+3
|\| | |
| * | | netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2024-10-091-2/+3
| | |/ | |/|
* | | ipv6: Remove redundant unlikely()Tobias Klauser2024-10-101-1/+1
* | | ipv6: switch inet6_acaddr_hash() to less predictable hashEric Dumazet2024-10-101-2/+3
* | | ipv6: switch inet6_addr_hash() to less predictable hashEric Dumazet2024-10-101-1/+1
* | | tcp: annotate data-races around icsk->icsk_pendingEric Dumazet2024-10-051-4/+6
* | | net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko2024-10-042-2/+2
* | | net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko2024-10-041-6/+14
* | | ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2024-10-041-2/+2
|/ /
* | Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-032-4/+13
|\ \