index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
route.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-12
ipv6: Move fib6_config_validate() to ip6_route_add().
Kuniyuki Iwashima
1
-55
/
+55
2025-05-20
ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE.
Kuniyuki Iwashima
1
-31
/
+3
2025-05-20
ipv6: Pass gfp_flags down to ip6_route_info_create_nh().
Kuniyuki Iwashima
1
-4
/
+5
2025-05-20
Revert "ipv6: Factorise ip6_route_multipath_add()."
Kuniyuki Iwashima
1
-123
/
+70
2025-05-20
ipv6: Narrow down RCU critical section in inet6_rtm_newroute().
Kuniyuki Iwashima
1
-13
/
+18
2025-05-20
inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().
Kuniyuki Iwashima
1
-4
/
+2
2025-05-02
ipv6: Restore fib6_config validation for SIOCADDRT.
Kuniyuki Iwashima
1
-42
/
+55
2025-04-29
ip: load balance tcp connections to single dst addr and port
Willem de Bruijn
1
-3
/
+10
2025-04-24
ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.
Kuniyuki Iwashima
1
-6
/
+12
2025-04-24
ipv6: Factorise ip6_route_multipath_add().
Kuniyuki Iwashima
1
-75
/
+130
2025-04-24
ipv6: Rename rt6_nh.next to rt6_nh.list.
Kuniyuki Iwashima
1
-7
/
+7
2025-04-24
ipv6: Don't pass net to ip6_route_info_append().
Kuniyuki Iwashima
1
-4
/
+2
2025-04-24
ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().
Kuniyuki Iwashima
1
-0
/
+9
2025-04-24
ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create().
Kuniyuki Iwashima
1
-3
/
+22
2025-04-24
ipv6: Split ip6_route_info_create().
Kuniyuki Iwashima
1
-33
/
+62
2025-04-24
ipv6: Move nexthop_find_by_id() after fib6_info_alloc().
Kuniyuki Iwashima
1
-16
/
+18
2025-04-24
ipv6: Check GATEWAY in rtm_to_fib6_multipath_config().
Kuniyuki Iwashima
1
-7
/
+9
2025-04-24
ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config().
Kuniyuki Iwashima
1
-37
/
+42
2025-04-24
ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE.
Kuniyuki Iwashima
1
-20
/
+28
2025-04-24
ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config().
Kuniyuki Iwashima
1
-39
/
+43
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-04-16
ipv6: Use nlmsg_payload in route file
Breno Leitao
1
-2
/
+2
2025-04-10
ipv6: add exception routes to GC list in rt6_insert_exception
Xin Long
1
-0
/
+1
2025-04-09
ipv6: Align behavior across nexthops during path selection
Ido Schimmel
1
-4
/
+4
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-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+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-05
inet: fix lwtunnel_valid_encap_type() lock imbalance
Eric Dumazet
1
-2
/
+4
2025-02-06
ipv6: use RCU protection in ip6_default_advmss()
Eric Dumazet
1
-1
/
+6
2024-12-19
ipv6: Add flow label to route get requests
Ido Schimmel
1
-1
/
+19
2024-12-02
net/ipv6: release expired exception dst cached in socket
Jiri Wiesner
1
-3
/
+3
2024-11-11
ipv6: Fix soft lockups in fib6_select_path under high next hop churn
Omid Ehtemam-Haghighi
1
-15
/
+30
2024-11-06
ipv6: release nexthop on device removal
Paolo Abeni
1
-3
/
+3
2024-10-15
ipv6: Use rtnl_register_many().
Kuniyuki Iwashima
1
-13
/
+10
2024-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-09-13
ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()
Eric Dumazet
1
-1
/
+1
2024-08-23
net/ipv6: delete redundant judgment statements
Li Zetao
1
-4
/
+2
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-07-14
ipv6: fix source address selection with route leak
Nicolas Dichtel
1
-1
/
+1
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2024-06-17
ipv6: prevent possible NULL dereference in rt6_probe()
Eric Dumazet
1
-0
/
+2
2024-06-17
ipv6: prevent possible NULL deref in fib6_nh_init()
Eric Dumazet
1
-1
/
+1
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-06-12
net/ipv6: Fix the RT cache flush via sysctl using a previous delay
Petr Pavlu
1
-2
/
+2
2024-06-12
net: ipv4,ipv6: Pass multipath hash computation through a helper
Petr Machata
1
-6
/
+6
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-06-06
ipv6: fix possible race in __fib6_drop_pcpu_from()
Eric Dumazet
1
-0
/
+1
[next]