aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-2/+4
2024-04-29ipv6: use call_rcu_hurry() in fib6_info_release()Eric Dumazet1-1/+1
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-1/+45
2024-01-23net/ipv6: resolve warning in ip6_fib.cBreno Leitao1-6/+0
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern1-51/+13
2023-08-31net: fib: avoid warn splat in flow dissectorFlorian Westphal1-1/+4
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-13/+51
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima1-6/+3
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo1-3/+0
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet1-4/+6
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet1-2/+1
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet1-1/+1
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski1-0/+1
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov1-0/+1
2021-08-24ipv6: correct comments about fib6_node sernumzhang kai1-2/+2
2021-02-08IPv6: Add "offload failed" indication to routesAmit Cohen1-2/+3
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen1-8/+2
2021-02-02net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen1-2/+3
2020-07-15net: ip6_fib.h: drop duplicate word in commentRandy Dunlap1-1/+1
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez1-0/+36
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu1-0/+1
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+7
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song1-0/+7
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern1-0/+4
2020-03-23Remove DST_HOSTDavid Laight1-2/+1
2020-03-02net: ip6_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-14ipv6: Add "offload" and "trap" indications to routesIdo Schimmel1-1/+10
2019-12-24ipv6: Handle route deletion notificationIdo Schimmel1-0/+1
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