summaryrefslogtreecommitdiffstats
path: root/net/ipv4/nexthop.c
Commit message (Expand)AuthorAgeFilesLines
* nexthop: Replay nexthops when registering a notifierIdo Schimmel2020-11-061-2/+52
* nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel2020-11-061-1/+2
* nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel2020-11-061-1/+6
* nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel2020-11-061-2/+30
* nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel2020-11-061-0/+10
* nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel2020-11-061-1/+5
* nexthop: Emit a notification when a nexthop is addedIdo Schimmel2020-11-061-1/+5
* nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel2020-11-061-0/+21
* nexthop: vxlan: Convert to new notification infoIdo Schimmel2020-11-061-1/+1
* nexthop: Prepare new notification infoIdo Schimmel2020-11-061-0/+109
* nexthop: Pass extack to nexthop notifierIdo Schimmel2020-11-061-2/+3
* nexthop: Fix performance regression in nexthop deletionIdo Schimmel2020-10-191-1/+1
* nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel2020-09-151-2/+2
* nexthop: Convert to blocking notification chainIdo Schimmel2020-09-151-6/+7
* ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel2020-08-261-0/+32
* ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel2020-08-261-1/+7
* ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel2020-08-261-1/+1
* ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel2020-08-261-1/+1
* ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel2020-08-261-4/+1
* net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov2020-08-221-1/+4
* nexthop: Fix fdb labeling for groupsDavid Ahern2020-06-101-33/+49
* ipv4: nexthop: Fix deadcode issue by performing a proper NULL checkPatrick Eigensatz2020-06-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-39/+63
|\
| * 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
* | nexthop: Fix type of event_type in call_nexthop_notifiersNathan Chancellor2020-05-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-1/+2
|\|
| * net: nlmsg_cancel() if put fails for nhmsgStephen Worley2020-05-201-0/+1
| * nexthop: Fix attribute checking for groupsDavid Ahern2020-05-171-1/+1
* | nexthop: add support for notifiersRoopa Prabhu2020-05-221-0/+27
* | nexthop: support for fdb ecmp nexthopsRoopa Prabhu2020-05-221-25/+107
* | net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu2020-04-281-2/+3
* | net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu2020-04-281-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