summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-041-4/+18
* | ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2019-05-241-7/+11
* | ipv6: Move exception bucket to fib6_nhDavid Ahern2019-05-241-6/+0
* | ipv6: Refactor fib6_drop_pcpu_fromDavid Ahern2019-05-241-10/+25
* | ipv6: Move pcpu cached routes to fib6_nhDavid Ahern2019-05-241-28/+6
* | ipv6: export function to send route updatesDavid Ahern2019-05-221-4/+4
* | ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2019-05-221-0/+8
|/
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-161-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-3/+1
|\
| * ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-04-301-3/+1
* | ipv6: convert fib6_ref to refcount_tEric Dumazet2019-04-231-3/+3
* | ipv6: broadly use fib6_info_hold() helperEric Dumazet2019-04-231-8/+8
* | ipv6: fib6_info_destroy_rcu() cleanupEric Dumazet2019-04-231-4/+1
* | ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-171-3/+4
* | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-081-1/+1
* | ipv6: Rename fib6_nh entriesDavid Ahern2019-03-291-2/+2
* | ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-291-3/+6
* | ipv6: Create cleanup helper for fib6_nhDavid Ahern2019-03-291-4/+1
|/
* ipv6: Fix dump of specific table with strict checkingDavid Ahern2019-01-021-1/+5
* ipv6: properly check return value in inet6_dump_all()Alexey Kodanev2018-11-051-2/+2