summaryrefslogtreecommitdiffstats
path: root/net/ipv4/nexthop.c
Commit message (Expand)AuthorAgeFilesLines
* nexthops: don't modify published nexthop groupsNikolay Aleksandrov2020-05-261-33/+58
* nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern2020-05-261-14/+13
* net: nlmsg_cancel() if put fails for nhmsgStephen Worley2020-05-201-0/+1
* nexthop: Fix attribute checking for groupsDavid Ahern2020-05-171-1/+1
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* net: include struct nhmsg size in nh nlmsg sizeStephen Worley2020-01-271-1/+3
* net: remove the unnecessary strict_start_type in some policiesXin Long2019-11-211-1/+0
* nexthops: remove redundant assignment to variable errColin Ian King2019-08-221-1/+1
* nexthops: add support for replaceDavid Ahern2019-06-101-5/+214
* nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern2019-06-101-0/+31
* ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-041-0/+44
* ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-041-0/+64
* ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-041-1/+2
* nexthop: remove redundant assignment to errColin Ian King2019-05-311-1/+1
* nexthop: Add support for nexthop groupsDavid Ahern2019-05-281-23/+481
* nexthop: Add support for lwt encapsDavid Ahern2019-05-281-1/+36
* nexthop: Add support for IPv6 gatewaysDavid Ahern2019-05-281-0/+56
* nexthop: Add support for IPv4 nexthopsDavid Ahern2019-05-281-0/+208
* net: Initial nexthop codeDavid Ahern2019-05-281-0/+722