aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
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-04-16net: 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-11ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-03-19net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal
2019-03-13ipv6: Return error for RTA_VIA attributeDavid Ahern
2018-11-23ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-09-26net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-05-19ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet
2018-04-29ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet
2018-04-12net/ipv6: Fix route leaking between VRFsDavid Ahern
2018-03-03ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath
2018-01-02ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel
2017-12-29Revert "ipv6: grab rt->rt6i_ref before allocating pcpu rt"Greg Kroah-Hartman
2017-12-25ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang
2017-12-17net: ipv6: Fixup device for anycast routes during copyDavid Ahern
2017-10-09ipv6: Fix traffic triggered IPsec connections.Steffen Klassert
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-28ipv6: set dst.obsolete when a cached route has expiredXin Long
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-08-25ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert
2017-08-24ipv6: Use multipath hash from flow info if availableJakub Sitnicki
2017-08-24ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki
2017-08-24ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-08-21net: ipv6: put host and anycast routes on device with addressDavid Ahern
2017-08-18ipv6: fix false-postive maybe-uninitialized warningArnd Bergmann
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal
2017-08-15ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel
2017-08-14ipv6: release rt6->rt6i_idev properly during ifdownWei Wang
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat
2017-08-03ipv6: fib: Add offload indication to routesIdo Schimmel
2017-08-03ipv6: set rt6i_protocol properly in the route when it is installedXin Long
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-22ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong
2017-06-17net: remove DST_NOCACHE flagWei Wang
2017-06-17net: remove DST_NOGC flagWei Wang
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang