aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/e1000/e1000_main.c
AgeCommit message (Expand)Author
2006-03-11Merge branch 'upstream-fixes'Jeff Garzik
2006-03-11[PATCH] Wrong return value corrupts free object in e1000 driverDavid S. Miller
2006-03-02e1000: Added driver comments and whitespace changes. Modified long lines of ...Jeff Kirsher
2006-03-02e1000: Added a performance enhancement - prefetchJeff Kirsher
2006-03-02e1000: Add copybreak when using packet splitJeff Kirsher
2006-03-02e1000: Fixed the following issues with ESB2 (requires ESB2 support):Jeff Kirsher
2006-03-02e1000: Add support for new hardware (ESB2)Jeff Kirsher
2006-03-02e1000: Add performance enahancement by balancing TX and RXJeff Kirsher
2006-03-02e1000: Add enabled Jumbo frame support for 82573LJeff Kirsher
2006-03-02e1000: Add 82573 controller support to TSO fixJeff Kirsher
2006-03-02e1000: Fix filling skb descriptors while using packet splitJeff Kirsher
2006-03-02e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher
2006-03-02e1000: Fix Quadport Wake on LANJeff Kirsher
2006-03-02e1000: Fix dhcp issue when the skb structure fields are not filled properlyJeff Kirsher
2006-03-02e1000: Fix AMT losing connectivity when switching VLAN in passive modeJeff Kirsher
2006-03-02e1000: Remove Multiqueue code until we have support for MSI-X in our hardwareJeff Kirsher
2006-02-28[PATCH] e1000: revert to single descriptor for legacy receive pathJeff Kirsher
2006-01-18[PATCH] e1000: fix compile warningJesse Brandeburg
2006-01-18[PATCH] e1000: fix receive breakageJesse Brandeburg
2006-01-18[PATCH] e1000: Added driver commentsJesse Brandeburg
2006-01-18[PATCH] e1000: Fix whitespaceJesse Brandeburg
2006-01-18[PATCH] e1000: Added functions to save and restore configJesse Brandeburg
2006-01-18[PATCH] e1000: Added RX buffer enhancementsJesse Brandeburg
2006-01-18[PATCH] e1000: Added disable packet split capabilityJesse Brandeburg
2006-01-17[PATCH] e1000: Removed unused variables and initialized variablesJeff Kirsher
2006-01-17[PATCH] e1000: Cleaned up code and removed hard coded numbersJeff Kirsher
2006-01-17[PATCH] e1000: Added copy break codeJeff Kirsher
2006-01-17[PATCH] e1000: Added variable to handle return values for pci_enable_* functionsJeff Kirsher
2006-01-17[PATCH] e1000: Added PCIe bus informationJeff Kirsher
2006-01-17[PATCH] e1000: Added hardware support for PCI express, 82546GB, and 82571 FiberJeff Kirsher
2006-01-17[PATCH] e1000: Added cleaned_count to RX buffer allocationJeff Kirsher
2006-01-17[PATCH] e1000: Added interrupt auto mask supportJeff Kirsher
2006-01-17[PATCH] e1000: Fix Netpoll issueJeff Kirsher
2006-01-17[PATCH] e1000: Fix VLAN supportJeff Kirsher
2006-01-17[PATCH] e1000: Fix __pskb_pull_tailJeff Kirsher
2006-01-17[PATCH] e1000: Fix collision distanceJeff Kirsher
2006-01-17[PATCH] e1000: Fix TX timeout logicJeff Kirsher
2006-01-17[PATCH] e1000: Fix Desc. Rings and Jumbo FramesJeff Kirsher
2006-01-17[PATCH] e1000: Fix TX queue length based on link speedJeff Kirsher
2006-01-17[PATCH] e1000: Fix flow control water marksJeff Kirsher
2006-01-17[PATCH] e1000: Fix mulitple queuesJeff Kirsher
2006-01-17[PATCH] e1000: Fix adapter structure and prepare for multique fixJeff Kirsher
2006-01-17[PATCH] Fix e1000 statsJeff Kirsher
2006-01-17[PATCH] e1000: Fix ASF/AMT for 8257{1|2|3} controllersJeff Kirsher
2006-01-17[PATCH] e1000: Fix SoL/IDER link and loopbackJeff Kirsher
2006-01-17[PATCH] e1000: General FixesJeff Kirsher
2006-01-17[PATCH] e1000: Fix TSOJeff Kirsher
2006-01-17[PATCH] e1000: Fix jumbo frame performanceJeff Kirsher
2005-12-13e1000: Fixes for 8357xJeff Kirsher
2005-12-01[PATCH] e1000: fix for dhcp issueJesse Brandeburg