summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-151-1/+1
|\
| * ipv6: fix source address selection with route leakNicolas Dichtel2024-07-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-201-1/+3
|\|
| * ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet2024-06-181-0/+2
| * ipv6: prevent possible NULL deref in fib6_nh_init()Eric Dumazet2024-06-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-2/+2
|\|
| * net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu2024-06-131-2/+2
* | net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata2024-06-131-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-0/+1
|\|
| * ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2024-06-061-0/+1
* | inet: remove (struct uncached_list)->quarantineEric Dumazet2024-06-061-4/+1
* | net: use unrcu_pointer() helperEric Dumazet2024-06-061-3/+3
* | net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing2024-06-051-1/+1
|/
* net: fix __dst_negative_advice() raceEric Dumazet2024-05-301-14/+15
* net/ipv6: Fix route deleting failure when metric equals 0xu xin2024-05-171-1/+4
* net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-5/+0
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-14/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-14/+7
|\
| * net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet2024-03-051-14/+7
* | ipv6/addrconf: annotate data-races around devconf fields (I)Eric Dumazet2024-03-011-1/+2
* | ipv6: annotate data-races around devconf->disable_policyEric Dumazet2024-03-011-2/+2
* | ipv6: annotate data-races in rt6_probe()Eric Dumazet2024-03-011-2/+3
* | ipv6: annotate data-races around cnf.forwardingEric Dumazet2024-03-011-2/+2
* | ipv6: annotate data-races around cnf.mtu6Eric Dumazet2024-03-011-3/+3
* | net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2024-02-121-2/+11
* | net/ipv6: Remove unnecessary clean.Kui-Feng Lee2024-02-121-2/+0
* | net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee2024-02-121-1/+3
* | net/ipv6: resolve warning in ip6_fib.cBreno Leitao2024-01-241-4/+4
|/
* net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2023-12-211-3/+3
* ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet2023-09-191-1/+1
* net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-121-2/+2
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-081-0/+3
|\
| * ipv6: ignore dst hint for multipath routesSriram Yagnaraman2023-09-011-0/+3
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-301-0/+9
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-161-0/+9
* | net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2023-08-221-3/+2
* | ipv6: do not match device when remove source routeHangbin Liu2023-08-201-5/+2
* | net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2023-08-161-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-3/+4
|\ \
| * | net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-3/+4
| |/
* / IPv6: add extack info for IPv6 address add/deleteHangbin Liu2023-07-281-2/+3
|/
* ipv6: also use netdev_hold() in ip6_route_check_nh()Eric Dumazet2023-06-181-4/+9
* net: create device lookup API with reference trackingJakub Kicinski2023-06-151-6/+6
* net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet2023-06-031-2/+2
* net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-221-1/+0
* net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-291-3/+3
* net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo2023-03-291-13/+13
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-221-6/+6
* ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet2023-03-151-4/+4