android_kernel_samsung_msm8976/drivers/net/ethernet/qlogic
Manish Chopra fb7d23cba8 qlge: Fix receive packets drop.
commit 2c9a266afefe137bff06bbe0fc48b4d3b3cb348c upstream.

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>
Signed-off-by: Willy Tarreau <w@1wt.eu>
2016-06-07 10:42:49 +02:00
..
netxen netxen: fix netxen_nic_poll() logic 2015-02-26 17:48:48 -08:00
qlcnic qlcnic: Do not sleep while holding spinlock 2013-06-24 00:28:28 -07:00
qlge qlge: Fix receive packets drop. 2016-06-07 10:42:49 +02:00
Kconfig qlcnic: Support SR-IOV enable and disable 2013-03-29 15:46:08 -04:00
Makefile
qla3xxx.c drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb 2013-03-09 16:09:19 -05:00
qla3xxx.h