aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21ipv6: keep track of routes using srcPaolo Abeni1-0/+30
2019-11-21ipv6: add fib6_has_custom_rules() helperPaolo Abeni1-0/+9
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-3/+6
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko1-1/+1
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio1-0/+1
2019-06-18ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel1-1/+0
2019-06-18ipv6: Extend notifier info for multipath routesIdo Schimmel1-0/+7
2019-06-10ipv6: Allow routes to use nexthop objectsDavid Ahern1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+1
2019-06-05ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long1-2/+1
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-6/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-24ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern1-3/+3
2019-05-24ipv6: Move exception bucket to fib6_nhDavid Ahern1-5/+3
2019-05-24ipv6: Move pcpu cached routes to fib6_nhDavid Ahern1-1/+2
2019-05-22ipv6: export function to send route updatesDavid Ahern1-0/+6
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern1-0/+1
2019-05-16ipv6: prevent possible fib6 leaksEric Dumazet1-1/+2
2019-04-23ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern1-0/+1
2019-04-23ipv6: convert fib6_ref to refcount_tEric Dumazet1-4/+4
2019-04-22ipv6: Remove fib6_info_nh_lwtDavid Ahern1-6/+0
2019-04-17ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern1-0/+2
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern1-4/+5
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern1-5/+8
2019-04-11ipv6: Change rt6_probe to take a fib6_nhDavid Ahern1-4/+4
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern1-8/+2
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern1-8/+8
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern1-0/+1
2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern1-0/+1
2019-03-29ipv6: Create init helper for fib6_nhDavid Ahern1-0/+4
2019-03-21ipv6: Change addrconf_f6i_alloc to use ip6_route_info_createDavid Ahern1-1/+2
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-10-15ipv6: rate-limit probes for neighbourless routesSabrina Dubroca1-0/+4
2018-10-12net/ipv6: Add knob to skip DELROUTE message on device downDavid Ahern1-0/+3
2018-09-12scsi: libcxgbi: fib6_ino reference in rt6_info is rcu protectedDavid Ahern1-0/+19
2018-09-10net/ipv6: Remove rt6i_prefsrcDavid Ahern1-1/+0
2018-07-23ipv6: use fib6_info_hold_safe() when necessaryWei Wang1-0/+5
2018-06-20net/ipv6: respect rcu grace period before freeing fib6_infoEric Dumazet1-2/+3
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-86/+125
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern1-0/+6
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-1/+9
2018-05-11net/ipv6: Add fib6_lookupDavid Ahern1-0/+6
2018-05-11net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern1-0/+4
2018-05-11net/ipv6: Rename rt6_multipath_selectDavid Ahern1-0/+5
2018-05-11net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern1-3/+3
2018-05-04net/ipv6: rename rt6_next to fib6_nextDavid Ahern1-3/+3
2018-04-21net/ipv6: Make from in rt6_info rcu protectedDavid Ahern1-4/+6
2018-04-21net/ipv6: Move rcu locking to callers of fib6_get_cookie_safeDavid Ahern1-2/+4
2018-04-21net/ipv6: Rename rt6_get_cookie_safeDavid Ahern1-3/+3