summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rtDavid Ahern2019-08-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-191-1/+1
|\
| * ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern2019-07-181-1/+1
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-5/+2Star
|/
* ipv6: Support multipath hashing on inner IP pktsStephen Suryaputra2019-07-091-0/+36
* blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar2019-07-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-281-2/+3
|\
| * ipv6: fix neighbour resolution with raw socketNicolas Dichtel2019-06-261-1/+2
| * net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata2019-06-251-1/+1
* | ipv6: Convert gateway validation to use fib6_infoDavid Ahern2019-06-271-62/+56Star
* | ipv6: fix suspicious RCU usage in rt6_dump_route()Eric Dumazet2019-06-261-0/+2
* | ipv6: Dump route exceptions if requestedStefano Brivio2019-06-241-11/+103
* | ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2019-06-241-6/+10
* | ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio2019-06-241-1/+2
* | ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2019-06-231-2/+27
* | ipv6: convert rx data path to not take refcnt on dstWei Wang2019-06-231-3/+4
* | ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang2019-06-231-0/+3
* | ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang2019-06-231-43/+30Star
* | ipv6: Error when route does not have any valid nexthopsIdo Schimmel2019-06-231-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-1/+1
|\|
| * ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
* | ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel2019-06-181-0/+6
* | ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel2019-06-181-0/+15
* | ipv6: Allow routes to use nexthop objectsDavid Ahern2019-06-101-8/+81
* | ipv6: Handle all fib6_nh in a nexthop in mtu updatesDavid Ahern2019-06-101-1/+28
* | ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirectDavid Ahern2019-06-101-1/+19
* | ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirectDavid Ahern2019-06-101-4/+35
* | ipv6: Handle all fib6_nh in a nexthop in exception handlingDavid Ahern2019-06-101-3/+108
* | ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_devDavid Ahern2019-06-101-0/+18
* | ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_sizeDavid Ahern2019-06-101-12/+37
* | ipv6: Handle all fib6_nh in a nexthop in __find_rr_leafDavid Ahern2019-06-101-2/+47
* | ipv6: Handle all fib6_nh in a nexthop in rt6_device_matchDavid Ahern2019-06-101-2/+52
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1Star
|\|
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1Star
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | | ipv6: fix spelling mistake: "wtih" -> "with"Colin Ian King2019-06-061-1/+1
* | | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-051-22/+126
* | | ipv6: Always allocate pcpu memory in a fib6_nhDavid Ahern2019-06-041-6/+7
* | | ipv6: use this_cpu_read() in rt6_get_pcpu_route()Eric Dumazet2019-06-041-3/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-0/+6
|\| |
| * | ipv6: Fix redirect with VRFDavid Ahern2019-05-231-0/+6
| |/
* | ipv6: Refactor ip6_route_del for cached routesDavid Ahern2019-05-241-15/+21
* | ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2019-05-241-67/+67
* | ipv6: Move exception bucket to fib6_nhDavid Ahern2019-05-241-62/+123
* | ipv6: Refactor exception functionsDavid Ahern2019-05-241-48/+86
* | ipv6: Move pcpu cached routes to fib6_nhDavid Ahern2019-05-241-2/+27
* | net: Set strict_start_type for routes and rulesDavid Ahern2019-05-231-0/+1
* | ipv6: export function to send route updatesDavid Ahern2019-05-231-0/+32
|/
* ipv6: fix src addr routing with the exception tableWei Wang2019-05-161-24/+27
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-161-0/+7