aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
13 daysipv6: prevent possible NULL dereference in rt6_probe()Gravatar Eric Dumazet 1-0/+2
13 daysipv6: prevent possible NULL deref in fib6_nh_init()Gravatar Eric Dumazet 1-1/+1
2024-06-12net/ipv6: Fix the RT cache flush via sysctl using a previous delayGravatar Petr Pavlu 1-2/+2
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Gravatar Eric Dumazet 1-0/+1
2024-05-29net: fix __dst_negative_advice() raceGravatar Eric Dumazet 1-14/+15
2024-05-16net/ipv6: Fix route deleting failure when metric equals 0Gravatar xu xin 1-1/+4
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-5/+0
2024-04-29ipv6: introduce dst_rt6_info() helperGravatar Eric Dumazet 1-14/+14
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-14/+7
2024-03-05net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Gravatar Eric Dumazet 1-14/+7
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (I)Gravatar Eric Dumazet 1-1/+2
2024-03-01ipv6: annotate data-races around devconf->disable_policyGravatar Eric Dumazet 1-2/+2
2024-03-01ipv6: annotate data-races in rt6_probe()Gravatar Eric Dumazet 1-2/+3
2024-03-01ipv6: annotate data-races around cnf.forwardingGravatar Eric Dumazet 1-2/+2
2024-03-01ipv6: annotate data-races around cnf.mtu6Gravatar Eric Dumazet 1-3/+3
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Gravatar Kui-Feng Lee 1-2/+11
2024-02-12net/ipv6: Remove unnecessary clean.Gravatar Kui-Feng Lee 1-2/+0
2024-02-12net/ipv6: set expires in rt6_add_dflt_router().Gravatar Kui-Feng Lee 1-1/+3
2024-01-23net/ipv6: resolve warning in ip6_fib.cGravatar Breno Leitao 1-4/+4
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesGravatar David Ahern 1-3/+3
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationGravatar Eric Dumazet 1-1/+1
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initGravatar Zhengchao Shao 1-2/+2
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+3
2023-09-01ipv6: ignore dst hint for multipath routesGravatar Sriram Yagnaraman 1-0/+3
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-0/+9
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionGravatar Zhengchao Shao 1-3/+2
2023-08-20ipv6: do not match device when remove source routeGravatar Hangbin Liu 1-5/+2
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Gravatar Kui-Feng Lee 1-3/+3
2023-08-15networking: Update to register_net_sysctl_szGravatar Joel Granados 1-0/+9
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+4
2023-07-29net: annotate data-races around sk->sk_markGravatar Eric Dumazet 1-3/+4
2023-07-28IPv6: add extack info for IPv6 address add/deleteGravatar Hangbin Liu 1-2/+3
2023-06-18ipv6: also use netdev_hold() in ip6_route_check_nh()Gravatar Eric Dumazet 1-4/+9
2023-06-15net: create device lookup API with reference trackingGravatar Jakub Kicinski 1-6/+6
2023-06-02net/ipv6: convert skip_notify_on_dev_down sysctl to u8Gravatar Eric Dumazet 1-2/+2
2023-04-21net: dst: fix missing initialization of rt_uncachedGravatar Maxime Bizon 1-1/+0
2023-03-28net: dst: Switch to rcuref_t reference countingGravatar Thomas Gleixner 1-3/+3
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntGravatar Wangyang Guo 1-13/+13
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhGravatar Eric Dumazet 1-6/+6
2023-03-15ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Gravatar Eric Dumazet 1-4/+4
2023-03-15neighbour: annotate lockless accesses to n->nud_stateGravatar Eric Dumazet 1-1/+1
2023-02-23ipv6: Add lwtunnel encap size of all siblings in nexthop calculationGravatar Lu Wei 1-5/+6
2023-01-24ipv6: Make ip6_route_output_flags_noref() static.Gravatar Guillaume Nault 1-4/+4
2023-01-18ipv6: Remove extra counter pull before gcGravatar Tanmay Bhushan 1-4/+0
2023-01-13ipv6: remove max_size check inline with ipv4Gravatar Jon Maxwell 1-8/+5
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-11-02ipv6: fix WARNING in ip6_route_net_exit_late()Gravatar Zhengchao Shao 1-4/+10
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Gravatar Kuniyuki Iwashima 1-1/+1
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+8