android_kernel_motorola_sm6225/drivers/net/ethernet/neterion/vxge
Kevin Groeneveld e3906486f6 net: fix race condition in several drivers when reading stats
Fix race condition in several network drivers when reading stats on 32bit
UP architectures.  These drivers update their stats in a BH context and
therefore should use u64_stats_fetch_begin_bh/u64_stats_fetch_retry_bh
instead of u64_stats_fetch_begin/u64_stats_fetch_retry when reading the
stats.

Signed-off-by: Kevin Groeneveld <kgroeneveld@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-07-22 12:12:32 -07:00
..
Makefile
vxge-config.c ethernet: Remove casts to same type 2012-06-06 09:31:33 -07:00
vxge-config.h ethernet: Remove casts to same type 2012-06-06 09:31:33 -07:00
vxge-ethtool.c
vxge-ethtool.h
vxge-main.c net: fix race condition in several drivers when reading stats 2012-07-22 12:12:32 -07:00
vxge-main.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
vxge-reg.h
vxge-traffic.c ethernet: Remove casts to same type 2012-06-06 09:31:33 -07:00
vxge-traffic.h
vxge-version.h