summaryrefslogtreecommitdiffstats
path: root/net/ipv4/nexthop.c
Commit message (Expand)AuthorAgeFilesLines
* nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel2021-03-041-3/+7
* nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata2021-01-281-18/+25
* nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata2021-01-281-10/+22
* nexthop: Extract a helper for walking the next-hop treePetr Machata2021-01-281-19/+33
* nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata2021-01-281-2/+16
* nexthop: Extract a common helper for parsing dump attributesPetr Machata2021-01-281-12/+19
* nexthop: Extract dump filtering parameters into a single structurePetr Machata2021-01-281-20/+24
* nexthop: Dispatch notifier init()/fini() by group typePetr Machata2021-01-281-6/+19
* nexthop: Use enum to encode notification typeIdo Schimmel2021-01-281-6/+8
* nexthop: Assert the invariant that a NH group is of only one typePetr Machata2021-01-281-2/+5
* nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2021-01-281-2/+2
* nexthop: Dispatch nexthop_select_path() by group typePetr Machata2021-01-281-6/+16
* nexthop: Rename nexthop_free_mpathDavid Ahern2021-01-281-2/+2
* nexthop: Specialize rtm_nh_policyPetr Machata2021-01-201-14/+9
* nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata2021-01-201-33/+27
* nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata2021-01-201-17/+9
* nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata2021-01-071-1/+1
* nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-071-1/+3
* nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-071-1/+1
* 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