aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+15
2017-08-28ipv6: set dst.obsolete when a cached route has expiredXin Long1-1/+2
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang1-1/+2
2017-08-25ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert1-1/+1
2017-08-24ipv6: Use multipath hash from flow info if availableJakub Sitnicki1-1/+7
2017-08-24ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki1-11/+1
2017-08-24ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki1-0/+50
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeWei Wang1-3/+11
2017-08-21net: ipv6: put host and anycast routes on device with addressDavid Ahern1-12/+34
2017-08-18ipv6: fix false-postive maybe-uninitialized warningArnd Bergmann1-2/+4
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+8
2017-08-15ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-15ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal1-1/+6
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet1-3/+3
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel1-6/+1
2017-08-14ipv6: release rt6->rt6i_idev properly during ifdownWei Wang1-8/+5
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+3
2017-08-08net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat1-0/+1
2017-08-03ipv6: fib: Add offload indication to routesIdo Schimmel1-0/+8
2017-08-03ipv6: set rt6i_protocol properly in the route when it is installedXin Long1-8/+3
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern1-7/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2017-06-22ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong1-1/+5
2017-06-17net: remove DST_NOCACHE flagWei Wang1-5/+2
2017-06-17net: remove DST_NOGC flagWei Wang1-3/+2
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang1-46/+0
2017-06-17ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang1-32/+17
2017-06-17ipv6: call dst_hold_safe() properlyWei Wang1-2/+2
2017-06-17ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang1-16/+39
2017-06-17net: use loopback dev when generating blackhole routeWei Wang1-4/+5
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-06-08net: ipv6: Release route when device is unregisteringDavid Ahern1-0/+1
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-1/+1
2017-05-30net: lwtunnel: Add extack to encap attr validationDavid Ahern1-2/+2
2017-05-26net: ipv6: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu1-8/+26
2017-05-22net: ipv6: Add extack messages for route add failuresDavid Ahern1-8/+32
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern1-25/+32
2017-05-08ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong1-2/+11
2017-05-04ipv6: initialize route null entry in addrconf_init()WANG Cong1-11/+15
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-04-21net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern1-0/+4
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-4/+7
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+4
2017-03-16net: ipv6: set route type for anycast routesDavid Ahern1-0/+2
2017-03-09net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern1-5/+6
2017-03-02ipv6: ignore null_entry in inet6_rtm_getroute() tooWANG Cong1-0/+6
2017-03-02ipv6: check for ip6_null_entry in __ip6_del_rt_siblings()WANG Cong1-5/+9
2017-03-01net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang1-0/+1
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov1-13/+14