summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: Refactor gateway validation on route addDavid Ahern2018-03-161-54/+66
* ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller2018-03-121-1/+1
* net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern2018-03-041-16/+52
* net/ipv6: Pass skb to route lookupDavid Ahern2018-03-041-28/+44
* net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hashDavid Ahern2018-03-041-4/+10
* net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern2018-03-041-2/+2
* ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu2018-03-011-9/+25
* net: Convert ipv6_inetpeer_opsKirill Tkhai2018-02-191-0/+1
* net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops ...Kirill Tkhai2018-02-191-0/+2
* net: Move ipv4 set_lwt_redirect helper to lwtunnelDavid Ahern2018-02-141-8/+1
* net/ipv6: onlink nexthop checks should default to main tableDavid Ahern2018-02-081-2/+3
* net/ipv6: Handle reject routes with onlink flagDavid Ahern2018-02-081-1/+2
* ipv6: change route cache aging logicWei Wang2018-01-291-8/+12
* net/ipv6: Add support for onlink flagDavid Ahern2018-01-261-1/+50
* net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern2018-01-261-4/+8
* net/ipv6: Move gateway validation into helperDavid Ahern2018-01-261-36/+49
* net/ipv6: Do not allow route add with a device that is downDavid Ahern2018-01-251-0/+6
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
* ipv6: Fix build with gcc-4.4.5Ido Schimmel2018-01-151-2/+6
* ipv6: Add support for non-equal-cost multipathIdo Schimmel2018-01-101-4/+7
* ipv6: Use hash-threshold instead of modulo-NIdo Schimmel2018-01-101-23/+13
* ipv6: Use a 31-bit multipath hashIdo Schimmel2018-01-101-2/+2
* ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2018-01-101-0/+96
* ipv6: Flush multipath routes when all siblings are deadIdo Schimmel2018-01-081-8/+75
* ipv6: Take table lock outside of sernum update functionIdo Schimmel2018-01-081-0/+2
* ipv6: Report dead flag during route dumpIdo Schimmel2018-01-081-0/+3
* ipv6: Ignore dead routes during lookupIdo Schimmel2018-01-081-4/+14
* ipv6: Check nexthop flags in route dump instead of carrierIdo Schimmel2018-01-081-1/+1
* ipv6: Check nexthop flags during route lookup instead of carrierIdo Schimmel2018-01-081-4/+3
* ipv6: Set nexthop flags during route creationIdo Schimmel2018-01-081-0/+3
* ipv6: Set nexthop flags upon carrier changeIdo Schimmel2018-01-081-6/+17
* ipv6: Prepare to handle multiple netdev eventsIdo Schimmel2018-01-081-16/+21
* ipv6: Clear nexthop flags upon netdev upIdo Schimmel2018-01-081-0/+29
* ipv6: Mark dead nexthops with appropriate flagsIdo Schimmel2018-01-081-1/+3
* ipv6: Remove redundant route flushing during namespace dismantleIdo Schimmel2018-01-081-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-8/+11
|\
| * ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
| * ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2017-12-171-0/+1
* | rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-041-5/+15
* | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-301-6/+0
* | ipv6: Move dst->from into struct rt6_info.David Miller2017-11-301-17/+17
* | ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2017-11-301-5/+5
|/
* net: ipv6: Fixup device for anycast routes during copyDavid Ahern2017-11-231-1/+1
* ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel2017-11-231-0/+5
* tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-151-1/+2
* ipv6: prevent user from adding cached routesWei Wang2017-10-291-0/+6
* ipv6: add ip6_null_entry check in rt6_select()Wei Wang2017-10-241-1/+1
* ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni2017-10-211-6/+6
* ipv6: remove from fib tree aged out RTF_CACHE dstPaolo Abeni2017-10-211-1/+11
* ipv6: start fib6 gc on RTF_CACHE dst creationPaolo Abeni2017-10-211-1/+3