aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11net: fib_notifier: don't return positive values on fib registrationVlad Buslov1-2/+3
2021-01-07net: ipv6: fib: flush exceptions when purging routeSean Tranchetti1-3/+2
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2020-10-15net: fix pos incrementment in ipv6_route_seq_nextYonghong Song1-1/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+9
2020-09-08ipv6: avoid lockdep issue in fib6_del()Eric Dumazet1-4/+9
2020-08-25ipv6: fib6: Avoid comma separated statementsJoe Perches1-4/+8
2020-06-23ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez1-1/+2
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-1/+1
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song1-5/+0
2020-05-09net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song1-2/+63
2020-03-12inet: Use fallthrough;Joe Perches1-4/+4
2020-02-16ipv6: Fix route replacement with dev-only routeBenjamin Poirier1-3/+4
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+2
2020-01-24ipv6_route_seq_next should increase position indexVasily Averin1-5/+2
2019-12-24ipv6: Remove old route notifications and convert listenersIdo Schimmel1-46/+15
2019-12-24ipv6: Handle route deletion notificationIdo Schimmel1-1/+43
2019-12-24ipv6: Only Replay routes of interest to new listenersIdo Schimmel1-0/+40
2019-12-24ipv6: Notify route if replacing currently offloaded oneIdo Schimmel1-0/+7
2019-12-24ipv6: Notify newly added route if should be offloadedIdo Schimmel1-0/+18
2019-11-21ipv6: keep track of routes using srcPaolo Abeni1-0/+4
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-3/+9
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko1-12/+24
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko1-3/+3
2019-09-20ipv6: fix a typo in fib6_rule_lookup()Eric Dumazet1-1/+1
2019-07-18ipv6: Unlink sibling route in case of failureIdo Schimmel1-1/+17
2019-06-24ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio1-1/+2
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio1-1/+11
2019-06-24ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio1-1/+1
2019-06-24Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio1-5/+2
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio1-1/+2
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang1-2/+3
2019-06-18ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel1-12/+17
2019-06-18ipv6: Extend notifier info for multipath routesIdo Schimmel1-0/+17
2019-06-10ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_fromDavid Ahern1-4/+27
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-4/+18
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-7/+11
2019-05-24ipv6: Move exception bucket to fib6_nhDavid Ahern1-6/+0
2019-05-24ipv6: Refactor fib6_drop_pcpu_fromDavid Ahern1-10/+25
2019-05-24ipv6: Move pcpu cached routes to fib6_nhDavid Ahern1-28/+6
2019-05-22ipv6: export function to send route updatesDavid Ahern1-4/+4
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern1-0/+8
2019-05-16ipv6: prevent possible fib6 leaksEric Dumazet1-3/+9
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2019-04-30ipv6: fix races in ip6_dst_destroy()Eric Dumazet1-3/+1
2019-04-23ipv6: convert fib6_ref to refcount_tEric Dumazet1-3/+3
2019-04-23ipv6: broadly use fib6_info_hold() helperEric Dumazet1-8/+8