linux/drivers/net/hyperv
stephen hemminger 50698d80f8 netvsc: don't overload variable in same function
There are two variables named packet in the same function. One is the
metadata descriptor from host (vmpacket_descriptor) and the other is
the control block in the skb used to hold metadata from send.
Change name to avoid possible confusion and bugs.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-06 17:13:13 -08:00
..
hyperv_net.h netvsc: report per-channel stats in ethtool statistics 2017-01-24 16:29:01 -05:00
Kconfig
Makefile
netvsc_drv.c netvsc: fix use-after-free in netvsc_change_mtu() 2017-03-02 14:41:36 -08:00
netvsc.c netvsc: don't overload variable in same function 2017-03-06 17:13:13 -08:00
rndis_filter.c netvsc: eliminate per-device outstanding send counter 2017-01-24 16:29:01 -05:00