aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2024-04-09ipv6: fib: hide unused 'pn' variableArnd Bergmann1-2/+5
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2024-04-02ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima1-7/+7
2024-04-01ipv6: remove RTNL protection from inet6_dump_fib()Eric Dumazet1-25/+26
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet1-2/+5
2024-02-21ipv6: Simplify the allocation of slab cachesKunwu Chan1-4/+2
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-5/+55
2024-01-23net/ipv6: resolve warning in ip6_fib.cBreno Leitao1-6/+9
2024-01-23net/ipv6: Remove unnecessary pr_debug() logsBreno Leitao1-4/+0
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern1-49/+6
2023-11-30ipv6: fix potential NULL deref in fib6_add()Eric Dumazet1-5/+1
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-6/+49
2023-05-11ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet1-8/+8
2022-11-16ipv6: fib6_new_sernum() optimizationEric Dumazet1-4/+3
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet1-10/+13
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-09-13ipv6: delay fib6_sernum increase in fib6_addzhang kai1-2/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-24ipv6: correct comments about fib6_node sernumzhang kai1-1/+1
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-2/+2
2021-05-18ipv6: Add a sysctl to control multipath hash fieldsIdo Schimmel1-0/+5
2021-05-18ipv6: Use a more suitable label nameIdo Schimmel1-2/+2
2021-03-10ipv6: fix suspecious RCU usage warningWei Wang1-1/+1
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