summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-061-7/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+5
|\
| * ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-06-221-1/+5
* | net: remove DST_NOCACHE flagWei Wang2017-06-171-5/+2
* | net: remove DST_NOGC flagWei Wang2017-06-171-3/+2
* | ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-171-46/+0
* | ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-171-32/+17
* | ipv6: call dst_hold_safe() properlyWei Wang2017-06-171-2/+2
* | ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2017-06-171-16/+39
* | net: use loopback dev when generating blackhole routeWei Wang2017-06-171-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-0/+1
|\ \ | |/
| * net: ipv6: Release route when device is unregisteringDavid Ahern2017-06-081-0/+1
* | net: add extack arg to lwtunnel build stateDavid Ahern2017-05-301-1/+1
* | net: lwtunnel: Add extack to encap attr validationDavid Ahern2017-05-301-2/+2
* | net: ipv6: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu2017-05-261-8/+26
* | net: ipv6: Add extack messages for route add failuresDavid Ahern2017-05-221-8/+32
* | net: ipv6: Plumb extack through route add functionsDavid Ahern2017-05-221-25/+32
|/
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-081-2/+11
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-041-11/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-0/+4
|\
| * net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-04-211-0/+4
* | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-4/+7
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+4
|/
* net: ipv6: set route type for anycast routesDavid Ahern2017-03-161-0/+2
* net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern2017-03-091-5/+6
* ipv6: ignore null_entry in inet6_rtm_getroute() tooWANG Cong2017-03-021-0/+6
* ipv6: check for ip6_null_entry in __ip6_del_rt_siblings()WANG Cong2017-03-021-5/+9
* net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang2017-03-011-0/+1
* net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-071-13/+14
* net: add confirm_neigh method to dst_opsJulian Anastasov2017-02-071-0/+16
* net: ipv6: Use compressed IPv6 addresses showing route replace errorDavid Ahern2017-02-041-1/+1
* net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern2017-02-041-0/+26
* net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern2017-02-041-1/+49
* net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern2017-02-041-17/+95
* net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern2017-02-041-2/+36
* net: ipv6: Set protocol to kernel for local routesDavid Ahern2017-02-031-0/+1
* lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-1/+11
|\
| * lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-181-1/+11
* | net: ipv6: ignore null_entry on route dumpsDavid Ahern2017-01-261-1/+5
* | net: ipv6: remove skb_reserve in getrouteDavid Ahern2017-01-261-6/+0
* | net: ipv6: Keep nexthop of multipath route on admin downDavid Ahern2017-01-191-2/+5
* | net: ipv6: remove prefix arg to rt6_fill_nodeDavid Ahern2017-01-181-15/+12
* | net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern2017-01-181-17/+10
|/
* net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-01-121-1/+2
* ipv6: fix typosAlexander Alemayhu2017-01-091-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: ipv6: check route protocol when deleting routesMantas M2016-12-171-0/+2
* ipv6: Allow IPv4-mapped address as next-hopErik Nordmark2016-12-051-1/+4
* ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark2016-12-031-1/+1
OpenPOWER on IntegriCloud