linux/drivers/net/vmxnet3
Shreyas Bhatewara d9a5f210c5 net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened
Hold rtnl_lock to get the right link state.

While asynchronously resetting the device, hold rtnl_lock to get the
right value from netif_running. If a reset is scheduled, and the device
goes thru close and open, it may happen that reset and open may run in
parallel. Holding rtnl_lock will avoid this.

Signed-off-by: Shreyas Bhatewara <sbhatewara@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-07-19 13:15:50 -07:00
..
Makefile
upt1_defs.h
vmxnet3_defs.h net-next: vmxnet3 fixes [2/5] Interrupt control bitmap 2010-07-15 22:18:47 -07:00
vmxnet3_drv.c net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened 2010-07-19 13:15:50 -07:00
vmxnet3_ethtool.c net-next: fix LRO feature update in vmxnet3 2010-07-15 22:17:29 -07:00
vmxnet3_int.h net: Getting rid of the x86 dependency to built vmxnet3 2009-11-17 04:08:50 -08:00