summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet2018-05-011-1/+6
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-231-0/+2
* ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2018-04-041-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-6/+10
|\
| * net/ipv6: Fix route leaking between VRFsDavid Ahern2018-03-301-0/+3
| * ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet2018-03-231-6/+7
* | ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi2018-03-301-0/+6
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-3/+0
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-31/+45
|\ \ | |/
| * net/ipv6: Handle onlink flag with multipath routesDavid Ahern2018-03-221-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-131-2/+2
| |\
| | * xfrm: reuse uncached_list to track xdstsXin Long2018-02-161-2/+2
| * | ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio2018-03-071-29/+42
* | | net/ipv6: Change address check to always take a device argumentDavid Ahern2018-03-161-4/+15
* | | 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-02-281-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-071-2/+3
* | net/ipv6: Handle reject routes with onlink flagDavid Ahern2018-02-071-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-071-8/+75
* ipv6: Take table lock outside of sernum update functionIdo Schimmel2018-01-071-0/+2
* ipv6: Report dead flag during route dumpIdo Schimmel2018-01-071-0/+3
* ipv6: Ignore dead routes during lookupIdo Schimmel2018-01-071-4/+14
* ipv6: Check nexthop flags in route dump instead of carrierIdo Schimmel2018-01-071-1/+1
* ipv6: Check nexthop flags during route lookup instead of carrierIdo Schimmel2018-01-071-4/+3
* ipv6: Set nexthop flags during route creationIdo Schimmel2018-01-071-0/+3
* ipv6: Set nexthop flags upon carrier changeIdo Schimmel2018-01-071-6/+17
* ipv6: Prepare to handle multiple netdev eventsIdo Schimmel2018-01-071-16/+21
* ipv6: Clear nexthop flags upon netdev upIdo Schimmel2018-01-071-0/+29
* ipv6: Mark dead nexthops with appropriate flagsIdo Schimmel2018-01-071-1/+3
* ipv6: Remove redundant route flushing during namespace dismantleIdo Schimmel2018-01-071-5/+3
OpenPOWER on IntegriCloud