Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-08 | mlxsw: spectrum_router: Nullify nexthop's neigh pointer | Ido Schimmel | 1 | -2/+3 | |
When we invalidate a nexthop we should also invalidate its neighbour entry pointer as it might be destroyed later on. This makes the nexthop de-init function symmetric with its init and also ensures nobody will try to access the neighbour entry. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net> | |||||
2017-02-08 | mlxsw: acl: Fix mlxsw_afa_block_commit error path | Jiri Pirko |