linux/drivers/net/ethernet/qlogic
Manish Chopra 2c9a266afe qlge: Fix receive packets drop.
When running small packets [length < 256 bytes] traffic, packets were
being dropped due to invalid data in those packets which were
delivered by the driver upto the stack. Using pci_dma_sync_single_for_cpu
ensures copying latest and updated data into skb from the receive buffer.

Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-03-18 19:15:50 -04:00
..
netxen netxen: Use kobj_to_dev() 2016-02-25 16:51:05 -05:00
qed qed: Enlrage the drain timeout 2016-03-11 15:20:20 -05:00
qede qede: Fix net-next "make ARCH=x86_64" 2016-03-10 16:19:15 -05:00
qlcnic qlcnic: Fix mailbox completion handling during spurious interrupt 2016-03-10 16:15:54 -05:00
qlge qlge: Fix receive packets drop. 2016-03-18 19:15:50 -04:00
Kconfig qed: select ZLIB_INFLATE 2015-11-10 15:39:03 -05:00
Makefile qede: Add basic Network driver 2015-10-27 19:34:47 -07:00
qla3xxx.c drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
qla3xxx.h