aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2018-04-12net/ipv6: Fix route leaking between VRFsDavid Ahern
2018-04-08ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet
2018-03-31ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio
2018-02-12ipv6: change route cache aging logicWei Wang
2017-12-21ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel
2017-12-16ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath
2017-11-24net: ipv6: Fixup device for anycast routes during copyDavid Ahern
2017-11-24ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger
2017-10-29ipv6: prevent user from adding cached routesWei Wang
2017-10-24ipv6: add ip6_null_entry check in rt6_select()Wei Wang
2017-10-21ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni
2017-10-21ipv6: remove from fib tree aged out RTF_CACHE dstPaolo Abeni
2017-10-21ipv6: start fib6 gc on RTF_CACHE dst creationPaolo Abeni
2017-10-10ipv6: fix incorrect bitwise operator used on rt6i_flagsColin Ian King
2017-10-10ipv6: fix dereference of rt6_ex before null check errorColin Ian King
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09ipv6: avoid zeroing per cpu data againEric Dumazet
2017-10-09ipv6: Fix traffic triggered IPsec connections.Steffen Klassert
2017-10-08ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet
2017-10-07ipv6: take care of rt6_statsWei Wang
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang
2017-10-07ipv6: add key length check into rt6_select()Wei Wang
2017-10-07ipv6: check fn->leaf before it is usedWei Wang
2017-10-07ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang
2017-10-07ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang
2017-10-07ipv6: hook up exception table to store dst cacheWei Wang
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang
2017-10-07ipv6: prepare rt6_clean_tohost() for exception tableWei Wang
2017-10-07ipv6: prepare rt6_mtu_change() for exception tableWei Wang
2017-10-07ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-28ipv6: set dst.obsolete when a cached route has expiredXin Long
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-08-25ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert
2017-08-24ipv6: Use multipath hash from flow info if availableJakub Sitnicki
2017-08-24ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki
2017-08-24ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-08-21net: ipv6: put host and anycast routes on device with addressDavid Ahern
2017-08-18ipv6: fix false-postive maybe-uninitialized warningArnd Bergmann
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal
2017-08-15ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel
2017-08-14ipv6: release rt6->rt6i_idev properly during ifdownWei Wang
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal