summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-291-0/+9
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-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-021-2/+2
* net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-211-1/+0
* net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-281-3/+3
* net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo2023-03-281-13/+13
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-6/+6
* ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet2023-03-151-4/+4
* neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-1/+1
* ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei2023-02-231-5/+6
* ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault2023-01-241-4/+4
* ipv6: Remove extra counter pull before gcTanmay Bhushan2023-01-181-4/+0
* ipv6: remove max_size check inline with ipv4Jon Maxwell2023-01-131-8/+5
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao2022-11-021-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+1
|\
| * nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-301-1/+8
|\|
| * ipv6: take care of disable_policy when restoring routesNicolas Dichtel2022-06-271-1/+8
* | ipv6: remove redundant store to value after additionColin Ian King2022-06-291-1/+1
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-5/+6
|\
| * ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-151-5/+6
* | net: ipv6: add skb drop reasons to ip6_pkt_drop()Menglong Dong2022-04-131-1/+5
|/
* ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern2022-04-051-1/+1
* net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-151-12/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-9/+10
|\
| * ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet2022-02-171-9/+10
* | ipv6: add (struct uncached_list)->quarantine listEric Dumazet2022-02-111-3/+14
* | ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet2022-02-111-13/+8
* | ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet2022-02-111-4/+0
* | ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault2022-02-111-0/+6
|/
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-2/+30
|\
| * ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern2022-01-031-5/+3
| * ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern2022-01-031-2/+5
| * lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2021-12-311-0/+4
| * ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern2021-12-311-1/+5