aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/nexthop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-04nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel1-3/+7
2021-01-28nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata1-18/+25
2021-01-28nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata1-10/+22
2021-01-28nexthop: Extract a helper for walking the next-hop treePetr Machata1-19/+33
2021-01-28nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata1-2/+16
2021-01-28nexthop: Extract a common helper for parsing dump attributesPetr Machata1-12/+19
2021-01-28nexthop: Extract dump filtering parameters into a single structurePetr Machata1-20/+24
2021-01-28nexthop: Dispatch notifier init()/fini() by group typePetr Machata1-6/+19
2021-01-28nexthop: Use enum to encode notification typeIdo Schimmel1-6/+8
2021-01-28nexthop: Assert the invariant that a NH group is of only one typePetr Machata1-2/+5
2021-01-28nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata1-2/+2
2021-01-28nexthop: Dispatch nexthop_select_path() by group typePetr Machata1-6/+16
2021-01-28nexthop: Rename nexthop_free_mpathDavid Ahern1-2/+2
2021-01-20nexthop: Specialize rtm_nh_policyPetr Machata1-14/+9
2021-01-20nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata1-33/+27
2021-01-20nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata1-17/+9
2021-01-07nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata1-1/+1
2021-01-07nexthop: Unlink nexthop group entry in error pathIdo Schimmel1-1/+3
2021-01-07nexthop: Fix off-by-one error in error pathIdo Schimmel1-1/+1
2020-11-06nexthop: Replay nexthops when registering a notifierIdo Schimmel1-2/+52
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel1-1/+2
2020-11-06nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel1-1/+6
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel1-2/+30
2020-11-06nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel1-0/+10
2020-11-06nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel1-1/+5
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel1-1/+5
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel1-0/+21
2020-11-06nexthop: vxlan: Convert to new notification infoIdo Schimmel1-1/+1
2020-11-06nexthop: Prepare new notification infoIdo Schimmel1-0/+109
2020-11-06nexthop: Pass extack to nexthop notifierIdo Schimmel1-2/+3
2020-10-19nexthop: Fix performance regression in nexthop deletionIdo Schimmel1-1/+1
2020-09-15nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel1-2/+2
2020-09-15nexthop: Convert to blocking notification chainIdo Schimmel1-6/+7
2020-08-26ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel1-0/+32
2020-08-26ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel1-1/+7
2020-08-26ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel1-1/+1
2020-08-26ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel1-1/+1
2020-08-26ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel1-4/+1
2020-08-22net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov1-1/+4
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