summaryrefslogtreecommitdiff
path: root/ring_rx.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-28ring: purge timer before we unmap tx ring buffersDaniel Borkmann1-1/+1
2013-03-19ring: first unmap, then destroy ring bufferDaniel Borkmann1-4/+3
2013-03-16ring: check return value of setsockoptDaniel Borkmann1-2/+7
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+130
amp;id=37f304d10030bb425c19099e7b955d9c3ec4cba3'>9697826bbafa4b6c068fbe188b47986180b77b99 parent610e89e05c3f28a7394935aa6b91f99548c4fd3c (diff)
net/mlx5e: Disable netdev after close
Disable netdev should come after it was closed, although no harm of doing it before -hence the MLX5E_STATE_DESTROYING bit- but it is more natural this way. Fixes: 26e59d8077a3 ("net/mlx5e: Implement mlx5e interface attach/detach callbacks") Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Reviewed-by: Mohamad Haj Yahia <mohamad@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat