Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-03-29 | net: Add fib_nh_common and update fib_nh and fib6_nh | David Ahern | 4 | -19/+42 |
2019-03-29 | ipv6: Rename fib6_nh entries | David Ahern | 9 | -127/+138 |
2019-03-29 | ipv4: Rename fib_nh entries | David Ahern | 10 | -174/+178 |
2019-03-29 | ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nh | David Ahern | 1 | -19/+20 |
2019-03-29 | ipv6: Refactor fib6_ignore_linkdown | David Ahern | 2 | -18/+11 |
2019-03-29 | ipv6: Move gateway checks to a fib6_nh setting | David Ahern | 7 | -30/+41 |
2019-03-29 | ipv6: Create cleanup helper for fib6_nh | David Ahern | 3 | -4/+10 |
2019-03-29 | ipv6: Create init helper for fib6_nh | David Ahern | 2 | -108/+145 |
2019-03-29 | ipv4: Create cleanup helper for fib_nh | David Ahern | 2 | -12/+18 |
2019-03-29 | ipv4: Create init helper for fib_nh | David Ahern | 2 | -89/+95 |
2019-03-29 | ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helper | David Ahern | 3 | -27/+22 |
2019-03-29 | ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabled | David Ahern | 1 | -6/+9 |