summaryrefslogtreecommitdiff
path: root/vlan.h
AgeCommit message (Collapse)AuthorFilesLines
2016-01-27netsniff-ng: Rename proto_vlan.h to vlan.hTobias Klauser1-0/+22
The proto_ prefix is reserved for dissectors and the header contains helper functions not exclusive to the proto_vlan dissector, so give it a more generic name. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
0f20d795f78d182c4b743d880a5e8dc4d39892fe (patch) tree3ac000985b098e8b6ad0773d495570a00c6393a8 parent57c1826b991244d2144eb6e3d5d1b13a53cbea63 (diff)
hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
We're not guaranteed to see NETDEV_REGISTER/NETDEV_UNREGISTER notifications only once per VF but we increase/decrease module refcount unconditionally. Check vf_netdev to make sure we don't take/release it twice. We presume that only one VF per netvsc device may exist. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Acked-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/hyperv/netvsc_drv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/hyperv/netvsc_drv.c b/drivers/net/hyperv/netvsc_drv.c