summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-01ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet
2018-04-23ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet
2018-04-04ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-30net/ipv6: Fix route leaking between VRFsDavid Ahern
2018-03-30ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22net/ipv6: Handle onlink flag with multipath routesDavid Ahern
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern
2018-03-16net/ipv6: Refactor gateway validation on route addDavid Ahern
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-12ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller
2018-03-07ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio
2018-03-04net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern
2018-03-04net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hashDavid Ahern
2018-03-04net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu
2018-02-19net: Convert ipv6_inetpeer_opsKirill Tkhai
2018-02-19net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops ...Kirill Tkhai
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long
2018-02-14net: Move ipv4 set_lwt_redirect helper to lwtunnelDavid Ahern
2018-02-07net/ipv6: onlink nexthop checks should default to main tableDavid Ahern
2018-02-07net/ipv6: Handle reject routes with onlink flagDavid Ahern
2018-01-29ipv6: change route cache aging logicWei Wang
2018-01-26net/ipv6: Add support for onlink flagDavid Ahern
2018-01-26net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern
2018-01-26net/ipv6: Move gateway validation into helperDavid Ahern
2018-01-25net/ipv6: Do not allow route add with a device that is downDavid Ahern
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-15ipv6: Fix build with gcc-4.4.5Ido Schimmel
2018-01-10ipv6: Add support for non-equal-cost multipathIdo Schimmel
2018-01-10ipv6: Use hash-threshold instead of modulo-NIdo Schimmel
2018-01-10ipv6: Use a 31-bit multipath hashIdo Schimmel
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel
2018-01-07ipv6: Flush multipath routes when all siblings are deadIdo Schimmel
2018-01-07ipv6: Take table lock outside of sernum update functionIdo Schimmel
2018-01-07ipv6: Report dead flag during route dumpIdo Schimmel
2018-01-07ipv6: Ignore dead routes during lookupIdo Schimmel
2018-01-07ipv6: Check nexthop flags in route dump instead of carrierIdo Schimmel
2018-01-07ipv6: Check nexthop flags during route lookup instead of carrierIdo Schimmel
2018-01-07ipv6: Set nexthop flags during route creationIdo Schimmel
2018-01-07ipv6: Set nexthop flags upon carrier changeIdo Schimmel
2018-01-07ipv6: Prepare to handle multiple netdev eventsIdo Schimmel
2018-01-07ipv6: Clear nexthop flags upon netdev upIdo Schimmel