summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-191-136/+136
* net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-181-25/+2
* net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-181-129/+130
* net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-181-110/+61
* net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-181-62/+80
* net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-181-8/+10
* net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-181-13/+20
* net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2018-04-181-5/+24
* net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern2018-04-181-4/+25
* net/ipv6: Add fib6_null_entryDavid Ahern2018-04-181-19/+43
* net/ipv6: move expires into rt6_infoDavid Ahern2018-04-181-9/+11
* net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-181-159/+98
* net/ipv6: Defer initialization of dst to data pathDavid Ahern2018-04-181-41/+74
* net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-181-73/+89
* net/ipv6: Save route type in rt6_infoDavid Ahern2018-04-181-26/+20
* net/ipv6: Move support functions up in route.cDavid Ahern2018-04-181-60/+59
* net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-181-26/+28
* net/ipv6: Pass net to fib6_update_sernumDavid Ahern2018-04-181-5/+5
* ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-1/+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-021-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-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