summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2023-06-18ipv6: also use netdev_hold() in ip6_route_check_nh()Eric Dumazet
2023-06-15net: create device lookup API with reference trackingJakub Kicinski
2023-06-02net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-15ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-02-23ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei
2023-01-24ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault
2023-01-18ipv6: Remove extra counter pull before gcTanmay Bhushan
2023-01-13ipv6: remove max_size check inline with ipv4Jon Maxwell
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-02ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-29ipv6: remove redundant store to value after additionColin Ian King
2022-06-27ipv6: take care of disable_policy when restoring routesNicolas Dichtel
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet
2022-04-13net: ipv6: add skb drop reasons to ip6_pkt_drop()Menglong Dong
2022-04-05ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet
2022-02-11ipv6: add (struct uncached_list)->quarantine listEric Dumazet
2022-02-11ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet
2022-02-11ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-03ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern
2022-01-03ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern
2021-12-31lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern
2021-12-31ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern
2021-12-31ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern
2021-12-14ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet
2021-12-07inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet
2021-12-06ipv6: add net device refcount tracker to rt6_probe_deferred()Eric Dumazet
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet
2021-11-30net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov
2021-11-19ipv6: Use memset_after() to zero rt6_infoKees Cook
2021-11-16net: align static siphash keysEric Dumazet
2021-10-28ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang