summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Dump route exceptions if requestedStefano Brivio2019-06-241-0/+1
* ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel2019-06-181-1/+0Star
* ipv6: Extend notifier info for multipath routesIdo Schimmel2019-06-181-0/+7
* ipv6: Allow routes to use nexthop objectsDavid Ahern2019-06-101-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-7/+2Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-2/+1Star
| |\
| | * ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long2019-06-061-2/+1Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
| |/
* | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-051-6/+5Star
* | ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2019-05-241-3/+3
* | ipv6: Move exception bucket to fib6_nhDavid Ahern2019-05-241-5/+3Star
* | ipv6: Move pcpu cached routes to fib6_nhDavid Ahern2019-05-241-1/+2
* | ipv6: export function to send route updatesDavid Ahern2019-05-231-0/+6
* | ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2019-05-231-0/+1
|/
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-161-1/+2
* ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern2019-04-241-0/+1
* ipv6: convert fib6_ref to refcount_tEric Dumazet2019-04-241-4/+4
* ipv6: Remove fib6_info_nh_lwtDavid Ahern2019-04-231-6/+0Star
* ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2019-04-181-0/+2
* ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-181-4/+5
* ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern2019-04-181-5/+8
* ipv6: Change rt6_probe to take a fib6_nhDavid Ahern2019-04-111-4/+4
* net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2019-03-291-8/+2Star
* ipv6: Rename fib6_nh entriesDavid Ahern2019-03-291-8/+8
* ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-291-0/+1
* ipv6: Create cleanup helper for fib6_nhDavid Ahern2019-03-291-0/+1
* ipv6: Create init helper for fib6_nhDavid Ahern2019-03-291-0/+4
* ipv6: Change addrconf_f6i_alloc to use ip6_route_info_createDavid Ahern2019-03-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-0/+4
|\
| * ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-10-161-0/+4
* | net/ipv6: Add knob to skip DELROUTE message on device downDavid Ahern2018-10-121-0/+3
* | scsi: libcxgbi: fib6_ino reference in rt6_info is rcu protectedDavid Ahern2018-09-121-0/+19
* | net/ipv6: Remove rt6i_prefsrcDavid Ahern2018-09-101-1/+0Star
|/
* ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-231-0/+5
* net/ipv6: respect rcu grace period before freeing fib6_infoEric Dumazet2018-06-201-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-86/+125
|\
| * net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern2018-05-221-0/+6
| * net/ipv6: Add fib6_lookupDavid Ahern2018-05-111-0/+6
| * net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern2018-05-111-0/+4
| * net/ipv6: Rename rt6_multipath_selectDavid Ahern2018-05-111-0/+5
| * net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2018-05-111-3/+3
| * net/ipv6: rename rt6_next to fib6_nextDavid Ahern2018-05-051-3/+3
| * net/ipv6: Make from in rt6_info rcu protectedDavid Ahern2018-04-211-4/+6
| * net/ipv6: Move rcu locking to callers of fib6_get_cookie_safeDavid Ahern2018-04-211-2/+4
| * net/ipv6: Rename rt6_get_cookie_safeDavid Ahern2018-04-211-3/+3
| * net/ipv6: Clean up rt expires helpersDavid Ahern2018-04-211-21/+0Star
| * net/ipv6: Remove fib6_idevDavid Ahern2018-04-191-1/+0Star
| * net/ipv6: Remove aca_idevDavid Ahern2018-04-191-0/+5
| * net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-191-19/+19
| * net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-181-57/+3Star