aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/nexthop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern1-33/+49
2020-06-01ipv4: nexthop: Fix deadcode issue by performing a proper NULL checkPatrick Eigensatz1-2/+2
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-39/+63
2020-05-27nexthop: Fix type of event_type in call_nexthop_notifiersNathan Chancellor1-1/+1
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov1-33/+58
2020-05-26nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern1-14/+13
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-05-22nexthop: add support for notifiersRoopa Prabhu1-0/+27
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu1-25/+107
2020-05-20net: nlmsg_cancel() if put fails for nhmsgStephen Worley1-0/+1
2020-05-17nexthop: Fix attribute checking for groupsDavid Ahern1-1/+1
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu1-2/+3
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu1-1/+1
2020-03-12inet: Use fallthrough;Joe Perches1-1/+1
2020-01-27net: include struct nhmsg size in nh nlmsg sizeStephen Worley1-1/+3
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long1-1/+0
2019-08-22nexthops: remove redundant assignment to variable errColin Ian King1-1/+1
2019-06-10nexthops: add support for replaceDavid Ahern1-5/+214
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern1-0/+31
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-0/+44
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern1-0/+64
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern1-1/+2
2019-05-31nexthop: remove redundant assignment to errColin Ian King1-1/+1
2019-05-28nexthop: Add support for nexthop groupsDavid Ahern1-23/+481
2019-05-28nexthop: Add support for lwt encapsDavid Ahern1-1/+36
2019-05-28nexthop: Add support for IPv6 gatewaysDavid Ahern1-0/+56
2019-05-28nexthop: Add support for IPv4 nexthopsDavid Ahern1-0/+208
2019-05-28net: Initial nexthop codeDavid Ahern1-0/+722