summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-4/+6
|\
| * ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet2022-02-171-4/+6
* | ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet2022-02-111-2/+1
|/
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-201-1/+1
* net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-291-0/+1
* net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-11-221-0/+1
* ipv6: correct comments about fib6_node sernumzhang kai2021-08-241-2/+2
* IPv6: Add "offload failed" indication to routesAmit Cohen2021-02-081-2/+3
* net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen2021-02-021-8/+2
* net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen2021-02-021-2/+3
* net: ip6_fib.h: drop duplicate word in commentRandy Dunlap2020-07-151-1/+1
* ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez2020-06-231-0/+36
* nexthop: support for fdb ecmp nexthopsRoopa Prabhu2020-05-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-0/+7
|\
| * bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-0/+7
* | ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2020-05-011-0/+4
|/
* Remove DST_HOSTDavid Laight2020-03-231-2/+1
* net: ip6_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-021-1/+1
* ipv6: Add "offload" and "trap" indications to routesIdo Schimmel2020-01-141-1/+10
* ipv6: Handle route deletion notificationIdo Schimmel2019-12-241-0/+1
* ipv6: keep track of routes using srcPaolo Abeni2019-11-211-0/+30
* ipv6: add fib6_has_custom_rules() helperPaolo Abeni2019-11-211-0/+9
* net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-041-3/+6
* net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-041-1/+1
* ipv6: Dump route exceptions if requestedStefano Brivio2019-06-241-0/+1
* ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel2019-06-181-1/+0
* 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/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-2/+1
| |\
| | * ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long2019-06-051-2/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
| |/
* | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-041-6/+5
* | 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/+3
* | ipv6: Move pcpu cached routes to fib6_nhDavid Ahern2019-05-241-1/+2
* | ipv6: export function to send route updatesDavid Ahern2019-05-221-0/+6
* | ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2019-05-221-0/+1
|/
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-161-1/+2
* ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern2019-04-231-0/+1
* ipv6: convert fib6_ref to refcount_tEric Dumazet2019-04-231-4/+4
* ipv6: Remove fib6_info_nh_lwtDavid Ahern2019-04-221-6/+0
* ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2019-04-171-0/+2
* ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-171-4/+5
* ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern2019-04-171-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/+2
* 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