]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] s2io driver bug fixes #2
authorAnanda Raju <Ananda.Raju@neterion.com>
Mon, 24 Jul 2006 23:55:09 +0000 (19:55 -0400)
committerJeff Garzik <jeff@garzik.org>
Thu, 3 Aug 2006 21:27:26 +0000 (17:27 -0400)
commit8b56a5e3d222a460a55052a2148b5869721b5d32
tree317e1caa6c2e8de334d3a45c96916580a4538209
parentc32e40921eb9095817e369d50bbb01c5f04d3d34
[PATCH] s2io driver bug fixes #2

This patch contains some of the bug fixes and enhancements done to
s2io driver. Following are the brief description of changes

1. code cleanup to handle gso modification better
2. Move repeated code in rx path, to a common function
   s2io_chk_rx_buffers()
3. Bug fix in MSI interrupt
4. clear statistics when card is down
5. Avoid linked list traversing in lro aggregation.
6. Use pci_dma_sync_single_for_cpu for buffer0 in case of 2/3
   buffer mode.
7. ethtool tso get/set functions to set clear NETIF_F_TSO6
8. Stop LRO aggregation when we receive ECN notification

Signed-off-by: Ananda Raju <ananda.raju@neterion.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/s2io.c
drivers/net/s2io.h