summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix potential NULL deref in fib6_add()Eric Dumazet2023-11-301-5/+1
* net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2023-08-161-6/+49
* ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet2023-05-111-8/+8
* ipv6: fib6_new_sernum() optimizationEric Dumazet2022-11-161-4/+3
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-201-10/+13
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* ipv6: delay fib6_sernum increase in fib6_addzhang kai2021-09-131-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-1/+1
|\
| * ipv6: correct comments about fib6_node sernumzhang kai2021-08-241-1/+1
* | memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-201-2/+2
|/
* ipv6: Add a sysctl to control multipath hash fieldsIdo Schimmel2021-05-181-0/+5
* ipv6: Use a more suitable label nameIdo Schimmel2021-05-181-2/+2
* ipv6: fix suspecious RCU usage warningWei Wang2021-03-101-1/+1
* net: fib_notifier: don't return positive values on fib registrationVlad Buslov2021-02-111-2/+3
* net: ipv6: fib: flush exceptions when purging routeSean Tranchetti2021-01-071-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-1/+3
|\
| * net: fix pos incrementment in ipv6_route_seq_nextYonghong Song2020-10-151-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-4/+9
|\|
| * ipv6: avoid lockdep issue in fib6_del()Eric Dumazet2020-09-081-4/+9
* | ipv6: fib6: Avoid comma separated statementsJoe Perches2020-08-251-4/+8
|/
* ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez2020-06-231-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-1/+1
|\
| * net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-211-1/+1
* | bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-5/+0
* | net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song2020-05-091-2/+63
|/
* inet: Use fallthrough;Joe Perches2020-03-121-4/+4
* ipv6: Fix route replacement with dev-only routeBenjamin Poirier2020-02-161-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-5/+2
|\
| * ipv6_route_seq_next should increase position indexVasily Averin2020-01-241-5/+2
* | ipv6: Remove old route notifications and convert listenersIdo Schimmel2019-12-241-46/+15
* | ipv6: Handle route deletion notificationIdo Schimmel2019-12-241-1/+43
* | ipv6: Only Replay routes of interest to new listenersIdo Schimmel2019-12-241-0/+40
* | ipv6: Notify route if replacing currently offloaded oneIdo Schimmel2019-12-241-0/+7
* | ipv6: Notify newly added route if should be offloadedIdo Schimmel2019-12-241-0/+18
|/
* ipv6: keep track of routes using srcPaolo Abeni2019-11-211-0/+4
* net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-041-3/+9
* net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko2019-10-041-12/+24
* net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-041-3/+3
* ipv6: fix a typo in fib6_rule_lookup()Eric Dumazet2019-09-201-1/+1
* ipv6: Unlink sibling route in case of failureIdo Schimmel2019-07-181-1/+17
* ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio2019-06-241-1/+2
* ipv6: Dump route exceptions if requestedStefano Brivio2019-06-241-1/+11
* ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2019-06-241-1/+1
* Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio2019-06-241-5/+2
* fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-241-1/+2
* ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang2019-06-231-2/+3
* ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel2019-06-181-12/+17
* ipv6: Extend notifier info for multipath routesIdo Schimmel2019-06-181-0/+17
* ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_fromDavid Ahern2019-06-101-4/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\