mirror_ubuntu-kernels/drivers/net/ethernet/qlogic/qlcnic
Manish Chopra 3456399b03 qlcnic: Fix ordering of stats in stats buffer.
o When TX queues are not allocated, driver does not fill TX queues stats in the buffer.
  However, it is also not advancing data pointer by TX queue stats length, which would
  misplace all successive stats data in the buffer and will result in mismatch between
  stats strings and it's values.

o Fix this by advancing data pointer by TX queue stats length when
  queues are not allocated.

Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-09-26 15:11:31 -04:00
..
Makefile net: ethernet: qlogic: qlcnic: Remove duplicate object file from Makefile 2014-08-11 12:44:35 -07:00
qlcnic_83xx_hw.c qlcnic: Fix flash access interface to application 2014-08-21 17:43:15 -07:00
qlcnic_83xx_hw.h qlcnic: remove duplicate QLC_83XX_GET_LSO_CAPABILITY define 2014-06-11 15:01:30 -07:00
qlcnic_83xx_init.c qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the API. 2014-09-26 15:11:31 -04:00
qlcnic_83xx_vnic.c qlcnic: Use bool for rx_mac_learn. 2014-01-23 16:13:08 -08:00
qlcnic_ctx.c qlcnic: Set driver version before registering netdev 2014-08-05 16:23:26 -07:00
qlcnic_dcb.c Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8 2014-07-17 16:02:29 -07:00
qlcnic_dcb.h qlcnic: Issue INIT_NIC command only once. 2013-12-17 17:09:43 -05:00
qlcnic_ethtool.c qlcnic: Fix ordering of stats in stats buffer. 2014-09-26 15:11:31 -04:00
qlcnic_hdr.h qlcnic: Support for 16 virtual NIC functions. 2013-12-17 17:09:44 -05:00
qlcnic_hw.c qlogic: Use time_before() 2014-05-22 15:50:12 -04:00
qlcnic_hw.h qlcnic: Add VXLAN Rx offload support 2014-03-24 00:44:23 -04:00
qlcnic_init.c qlcnic: Fix bug in Tx completion path 2014-01-03 20:44:11 -05:00
qlcnic_io.c qlcnic: Add mac learning support to SR-IOV VF. 2014-05-09 13:08:58 -04:00
qlcnic_main.c PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
qlcnic_minidump.c qlcnic: Fix endianess issue in FW dump template header 2014-08-21 17:43:15 -07:00
qlcnic_sriov_common.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2014-06-05 16:22:02 -07:00
qlcnic_sriov_pf.c net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool. 2014-05-23 15:04:02 -04:00
qlcnic_sriov.h net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool. 2014-05-23 15:04:02 -04:00
qlcnic_sysfs.c qlcnic: Fix flash access interface to application 2014-08-21 17:43:15 -07:00
qlcnic.h qlcnic: Fix flash access interface to application 2014-08-21 17:43:15 -07:00