Age | Commit message (Expand) | Author |
2023-12-21 | net/ipv6: Revert remove expired routes with a separated list of routes | David Ahern |
2023-11-30 | ipv6: fix potential NULL deref in fib6_add() | Eric Dumazet |
2023-08-16 | net/ipv6: Remove expired routes with a separated list of routes. | Kui-Feng Lee |
2023-05-11 | ipv6: remove nexthop_fib6_nh_bh() | Eric Dumazet |
2022-11-16 | ipv6: fib6_new_sernum() optimization | Eric Dumazet |
2022-01-20 | ipv6: annotate accesses to fn->fn_sernum | Eric Dumazet |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski |
2021-09-13 | ipv6: delay fib6_sernum increase in fib6_add | zhang kai |
2021-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-08-24 | ipv6: correct comments about fib6_node sernum | zhang kai |
2021-07-20 | memcg: enable accounting for IP address and routing-related objects | Vasily Averin |
2021-05-18 | ipv6: Add a sysctl to control multipath hash fields | Ido Schimmel |
2021-05-18 | ipv6: Use a more suitable label name | Ido Schimmel |
2021-03-10 | ipv6: fix suspecious RCU usage warning | Wei Wang |
2021-02-11 | net: fib_notifier: don't return positive values on fib registration | Vlad Buslov |
2021-01-07 | net: ipv6: fib: flush exceptions when purging route | Sean Tranchetti |
2020-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-10-15 | net: fix pos incrementment in ipv6_route_seq_next | Yonghong Song |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-08 | ipv6: avoid lockdep issue in fib6_del() | Eric Dumazet |
2020-08-25 | ipv6: fib6: Avoid comma separated statements | Joe Perches |
2020-06-23 | ipv6: fib6: avoid indirect calls from fib6_rule_lookup | Brian Vazquez |
2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-21 | net: don't return invalid table id error when we fall back to PF_UNSPEC | Sabrina Dubroca |
2020-05-13 | bpf: Enable bpf_iter targets registering ctx argument types | Yonghong Song |
2020-05-09 | net: bpf: Add netlink and ipv6_route bpf_iter targets | Yonghong Song |
2020-03-12 | inet: Use fallthrough; | Joe Perches |
2020-02-16 | ipv6: Fix route replacement with dev-only route | Benjamin Poirier |
2020-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-24 | ipv6_route_seq_next should increase position index | Vasily Averin |
2019-12-24 | ipv6: Remove old route notifications and convert listeners | Ido Schimmel |
2019-12-24 | ipv6: Handle route deletion notification | Ido Schimmel |
2019-12-24 | ipv6: Only Replay routes of interest to new listeners | Ido Schimmel |
2019-12-24 | ipv6: Notify route if replacing currently offloaded one | Ido Schimmel |
2019-12-24 | ipv6: Notify newly added route if should be offloaded | Ido Schimmel |
2019-11-21 | ipv6: keep track of routes using src | Paolo Abeni |
2019-10-04 | net: fib_notifier: propagate extack down to the notifier block callback | Jiri Pirko |
2019-10-04 | net: fib_notifier: propagate possible error during fib notifier registration | Jiri Pirko |
2019-10-04 | net: fib_notifier: make FIB notifier per-netns | Jiri Pirko |
2019-09-20 | ipv6: fix a typo in fib6_rule_lookup() | Eric Dumazet |
2019-07-18 | ipv6: Unlink sibling route in case of failure | Ido Schimmel |
2019-06-24 | ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1() | Stefano Brivio |
2019-06-24 | ipv6: Dump route exceptions if requested | Stefano Brivio |
2019-06-24 | ipv6/route: Change return code of rt6_dump_route() for partial node dumps | Stefano Brivio |
2019-06-24 | Revert "net/ipv6: Bail early if user only wants cloned entries" | Stefano Brivio |
2019-06-24 | fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED | Stefano Brivio |
2019-06-23 | ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logic | Wei Wang |
2019-06-18 | ipv6: Stop sending in-kernel notifications for each nexthop | Ido Schimmel |
2019-06-18 | ipv6: Extend notifier info for multipath routes | Ido Schimmel |
2019-06-10 | ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_from | David Ahern |