Skip to content

Commit

Permalink
[PATCH] s2io driver bug fixes #2
Browse files Browse the repository at this point in the history
	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>
  • Loading branch information
Ananda Raju authored and Jeff Garzik committed Aug 3, 2006
1 parent b41477f commit 75c30b1
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 135 deletions.
Loading

0 comments on commit 75c30b1

Please sign in to comment.