aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern1-8/+10
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern1-13/+20
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern1-5/+24
2018-04-17net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern1-4/+25
2018-04-17net/ipv6: Add fib6_null_entryDavid Ahern1-19/+43
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern1-9/+11
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern1-159/+98
2018-04-17net/ipv6: Defer initialization of dst to data pathDavid Ahern1-41/+74
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern1-73/+89
2018-04-17net/ipv6: Save route type in rt6_infoDavid Ahern1-26/+20
2018-04-17net/ipv6: Move support functions up in route.cDavid Ahern1-60/+59
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern1-26/+28
2018-04-17net/ipv6: Pass net to fib6_update_sernumDavid Ahern1-5/+5
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-1/+2
2018-04-04ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev1-0/+17
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+10
2018-03-30net/ipv6: Fix route leaking between VRFsDavid Ahern1-0/+3
2018-03-30ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi1-0/+6
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-3/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-23ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet1-6/+7
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+45
2018-03-22net/ipv6: Handle onlink flag with multipath routesDavid Ahern1-0/+1
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern1-4/+15
2018-03-16net/ipv6: Refactor gateway validation on route addDavid Ahern1-54/+66
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+2
2018-03-12ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller1-1/+1
2018-03-07ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio1-29/+42
2018-03-04net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern1-16/+52
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern1-28/+44
2018-03-04net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hashDavid Ahern1-4/+10
2018-03-04net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern1-2/+2
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu1-9/+25
2018-02-19net: Convert ipv6_inetpeer_opsKirill Tkhai1-0/+1
2018-02-19net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops and ip6_route_net_late_opsKirill Tkhai1-0/+2
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long1-2/+2
2018-02-14net: Move ipv4 set_lwt_redirect helper to lwtunnelDavid Ahern1-8/+1
2018-02-07net/ipv6: onlink nexthop checks should default to main tableDavid Ahern1-2/+3
2018-02-07net/ipv6: Handle reject routes with onlink flagDavid Ahern1-1/+2
2018-01-29ipv6: change route cache aging logicWei Wang1-8/+12
2018-01-26net/ipv6: Add support for onlink flagDavid Ahern1-1/+50
2018-01-26net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern1-4/+8
2018-01-26net/ipv6: Move gateway validation into helperDavid Ahern1-36/+49
2018-01-25net/ipv6: Do not allow route add with a device that is downDavid Ahern1-0/+6
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2018-01-15ipv6: Fix build with gcc-4.4.5Ido Schimmel1-2/+6
2018-01-10ipv6: Add support for non-equal-cost multipathIdo Schimmel1-4/+7
2018-01-10ipv6: Use hash-threshold instead of modulo-NIdo Schimmel1-23/+13
2018-01-10ipv6: Use a 31-bit multipath hashIdo Schimmel1-2/+2
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel1-0/+96