summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-201-1/+2
|\
| * ipv6: bring NLM_DONE out to a separate recv() againJakub Kicinski2024-06-201-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-1/+5
|\|
| * ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2024-06-061-1/+5
* | net: use unrcu_pointer() helperEric Dumazet2024-06-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-111-2/+5
|\
| * ipv6: fib: hide unused 'pn' variableArnd Bergmann2024-04-091-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-051-7/+7
|\|
| * ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima2024-04-031-7/+7
* | ipv6: remove RTNL protection from inet6_dump_fib()Eric Dumazet2024-04-021-25/+26
|/
* inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet2024-02-261-2/+5
* ipv6: Simplify the allocation of slab cachesKunwu Chan2024-02-211-4/+2
* net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2024-02-121-5/+55
* net/ipv6: resolve warning in ip6_fib.cBreno Leitao2024-01-241-6/+9
* net/ipv6: Remove unnecessary pr_debug() logsBreno Leitao2024-01-241-4/+0
* net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2023-12-211-49/+6
* ipv6: fix potential NULL deref in fib6_add()Eric Dumazet2023-12-011-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-121-8/+8
* ipv6: fib6_new_sernum() optimizationEric Dumazet2022-11-161-4/+3
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-211-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-271-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-231-4/+9
|\|
| * ipv6: avoid lockdep issue in fib6_del()Eric Dumazet2020-09-091-4/+9
* | ipv6: fib6: Avoid comma separated statementsJoe Perches2020-08-251-4/+8
|/
* ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez2020-06-241-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-221-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-101-2/+63
|/
* inet: Use fallthrough;Joe Perches2020-03-121-4/+4
* ipv6: Fix route replacement with dev-only routeBenjamin Poirier2020-02-171-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-251-46/+15
* | ipv6: Handle route deletion notificationIdo Schimmel2019-12-251-1/+43
* | ipv6: Only Replay routes of interest to new listenersIdo Schimmel2019-12-251-0/+40
* | ipv6: Notify route if replacing currently offloaded oneIdo Schimmel2019-12-251-0/+7
* | ipv6: Notify newly added route if should be offloadedIdo Schimmel2019-12-251-0/+18
|/