summaryrefslogtreecommitdiffstats
path: root/net/ipv4/nexthop.c
AgeCommit message (Expand)Author
2020-11-06nexthop: Replay nexthops when registering a notifierIdo Schimmel
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel
2020-11-06nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel
2020-11-06nexthop: vxlan: Convert to new notification infoIdo Schimmel
2020-11-06nexthop: Prepare new notification infoIdo Schimmel
2020-11-06nexthop: Pass extack to nexthop notifierIdo Schimmel
2020-10-19nexthop: Fix performance regression in nexthop deletionIdo Schimmel
2020-09-15nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel
2020-09-15nexthop: Convert to blocking notification chainIdo Schimmel
2020-08-26ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel
2020-08-26ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel
2020-08-26ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel
2020-08-26ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel
2020-08-26ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel
2020-08-22net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern
2020-06-01ipv4: nexthop: Fix deadcode issue by performing a proper NULL checkPatrick Eigensatz
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-27nexthop: Fix type of event_type in call_nexthop_notifiersNathan Chancellor
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov
2020-05-26nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22nexthop: add support for notifiersRoopa Prabhu
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu
2020-05-20net: nlmsg_cancel() if put fails for nhmsgStephen Worley
2020-05-17nexthop: Fix attribute checking for groupsDavid Ahern
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu
2020-03-12inet: Use fallthrough;Joe Perches
2020-01-27net: include struct nhmsg size in nh nlmsg sizeStephen Worley
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long
2019-08-22nexthops: remove redundant assignment to variable errColin Ian King
2019-06-10nexthops: add support for replaceDavid Ahern
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern
2019-05-31nexthop: remove redundant assignment to errColin Ian King
2019-05-28nexthop: Add support for nexthop groupsDavid Ahern
2019-05-28nexthop: Add support for lwt encapsDavid Ahern
2019-05-28nexthop: Add support for IPv6 gatewaysDavid Ahern
2019-05-28nexthop: Add support for IPv4 nexthopsDavid Ahern
2019-05-28net: Initial nexthop codeDavid Ahern