aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell
2024-01-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet
2024-01-15net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet
2022-11-10ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao
2022-02-08ipv6: annotate accesses to fn->fn_sernumEric Dumazet
2022-01-11ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern
2022-01-11ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern
2022-01-11ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern
2022-01-11ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern
2021-11-02ipv6: make exception cache less predictibleEric Dumazet
2021-11-02ipv6: use siphash in rt6_exception_hash()Eric Dumazet
2021-04-14net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum
2020-05-20Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski
2020-03-05ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-11-12ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet
2019-09-06ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern
2019-07-28ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern
2019-06-04ipv6: Fix redirect with VRFDavid Ahern
2019-05-25ipv6: prevent possible fib6 leaksEric Dumazet
2019-05-25ipv6: fix src addr routing with the exception tableWei Wang
2019-05-05ipv6: fix races in ip6_dst_destroy()Eric Dumazet
2019-05-05ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau
2019-04-27route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon
2019-04-03ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long
2019-03-19ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni
2019-03-19ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni
2019-03-19ipv6: route: purge exception on removalPaolo Abeni
2019-03-19net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal
2019-03-10ipv6: Return error for RTA_VIA attributeDavid Ahern
2019-03-10ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu
2019-01-09ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio
2018-11-23ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-11-23ipv6: fix a dst leak when removing its exceptionXin Long
2018-11-04net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern
2018-10-15ipv6: rate-limit probes for neighbourless routesSabrina Dubroca
2018-09-26net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern
2018-09-18ipv6: fix memory leak on dst->_metricsWei Wang
2018-09-18Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang
2018-09-17net/ipv6: do not copy dst flags on rt initPeter Oskolkov
2018-09-13ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long
2018-09-01ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev
2018-08-22net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu
2018-08-05ipv6: fix double refcount of fib6_metricsCong Wang
2018-07-23ipv6: use fib6_info_hold_safe() when necessaryWei Wang
2018-07-16net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern
2018-06-11ipv6: allow PMTU exceptions to local routesJulian Anastasov
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-05net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern