summaryrefslogtreecommitdiff
path: root/include/net/ip6_fib.h
AgeCommit message (Expand)Author
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-08-31net: fib: avoid warn splat in flow dissectorFlorian Westphal
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov
2021-08-24ipv6: correct comments about fib6_node sernumzhang kai
2021-02-08IPv6: Add "offload failed" indication to routesAmit Cohen
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen
2021-02-02net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen
2020-07-15net: ip6_fib.h: drop duplicate word in commentRandy Dunlap
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern
2020-03-23Remove DST_HOSTDavid Laight
2020-03-02net: ip6_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-14ipv6: Add "offload" and "trap" indications to routesIdo Schimmel
2019-12-24ipv6: Handle route deletion notificationIdo Schimmel
2019-11-21ipv6: keep track of routes using srcPaolo Abeni
2019-11-21ipv6: add fib6_has_custom_rules() helperPaolo Abeni
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio
2019-06-18ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel
2019-06-18ipv6: Extend notifier info for multipath routesIdo Schimmel
2019-06-10ipv6: Allow routes to use nexthop objectsDavid Ahern
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-05ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern
2019-05-24ipv6: Move exception bucket to fib6_nhDavid Ahern
2019-05-24ipv6: Move pcpu cached routes to fib6_nhDavid Ahern
2019-05-22ipv6: export function to send route updatesDavid Ahern
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern
2019-05-16ipv6: prevent possible fib6 leaksEric Dumazet
2019-04-23ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern
2019-04-23ipv6: convert fib6_ref to refcount_tEric Dumazet
2019-04-22ipv6: Remove fib6_info_nh_lwtDavid Ahern
2019-04-17ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern