Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 83 | -1763/+948 |
2007-10-10 | drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE | Denis Cheng | 37 | -78/+70 |
2007-10-10 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 251 | -341/+0 |
2007-10-10 | S2io: code Optimization of isr function | Sivakumar Subramani | 2 | -97/+61 |
2007-10-10 | S2io: Check for device state before handling traffic | Sivakumar Subramani | 2 | -22/+46 |
2007-10-10 | S2io: Cleanup - removed unused variable intr_type | Sivakumar Subramani | 2 | -22/+17 |
2007-10-10 | [S2IO]: Handle and monitor all of the device errors and alarms | Sivakumar Subramani | 2 | -136/+357 |
2007-10-10 | S2io: Enable all the error and alarm indications | Sivakumar Subramani | 3 | -85/+278 |
2007-10-10 | remove setup of platform device from jazzsonic.c | Thomas Bogendoerfer | 1 | -54/+7 |
2007-10-10 | sgiseeq: replace use of dma_cache_wback_inv | Ralf Baechle | 1 | -15/+11 |
2007-10-10 | cxgb3 - Update engine microcode version | Divy Le Ray | 1 | -2/+2 |
2007-10-10 | cxgb3 - Add T3C rev | Divy Le Ray | 2 | -0/+4 |
2007-10-10 | cxgb3 - CQ context operations time out too soon. | Divy Le Ray | 1 | -8/+11 |
2007-10-10 | cxgb3 - Set the CQ_ERR bit in CQ contexts. | Divy Le Ray | 2 | -1/+6 |
2007-10-10 | cxgb3 - remove false positive in xgmac workaround | Divy Le Ray | 2 | -1/+4 |
2007-10-10 | cxgb3 - log and clear PEX errors | Divy Le Ray | 1 | -0/+6 |
2007-10-10 | cxgb3 - Firmware update | Divy Le Ray | 4 | -11/+22 |
2007-10-10 | e100: timer power saving | Stephen Hemminger | 1 | -1/+2 |
2007-10-10 | ixgbe: driver for Intel(R) 82598 PCI-Express 10GbE adapters (v4) | Auke Kok | 13 | -8/+7867 |
2007-10-10 | PS3: Remove the workaround no longer needed | Masakazu Mokuno | 1 | -12/+4 |
2007-10-10 | PS3: changed the way to handle tx skbs | Masakazu Mokuno | 1 | -77/+63 |
2007-10-10 | pasemi_mac: Clean TX ring in poll | Olof Johansson | 1 | -0/+1 |
2007-10-10 | pasemi_mac: Enable LLTX | Olof Johansson | 1 | -1/+1 |
2007-10-10 | pasemi_mac: Fix RX checksum flags | Olof Johansson | 1 | -1/+1 |
2007-10-10 | pasemi_mac: Fix TX ring wrap checking | Olof Johansson | 2 | -12/+15 |
2007-10-10 | pasemi_mac: Batch up TX buffer frees | Olof Johansson | 1 | -10/+29 |
2007-10-10 | pasemi_mac: RX performance tweaks | Olof Johansson | 1 | -8/+12 |
2007-10-10 | pasemi_mac: Fix memcpy amount for short receives | Olof Johansson | 1 | -3/+1 |
2007-10-10 | pasemi_mac: Enable L2 caching of packet headers | Olof Johansson | 2 | -1/+12 |
2007-10-10 | pasemi_mac: Stop using the pci config space accessors for register read/writes | Olof Johansson | 2 | -41/+94 |
2007-10-10 | pasemi_mac: Abstract out register access | Olof Johansson | 1 | -94/+101 |
2007-10-10 | bmac: add simple ethtool support for network manager | Olaf Hering | 1 | -0/+13 |
2007-10-10 | sky2: use pci_config access functions | Stephen Hemminger | 2 | -63/+51 |
2007-10-10 | sky2: advanced error reporting | Stephen Hemminger | 2 | -61/+27 |
2007-10-10 | sky2: dont restrict config space access | Stephen Hemminger | 1 | -12/+0 |
2007-10-10 | sky2: document GPHY_CTRL bits | Stephen Hemminger | 1 | -0/+22 |
2007-10-10 | sky2: use debugfs rename | Stephen Hemminger | 1 | -32/+24 |
2007-10-10 | cxgb3 - Update internal memory management | Divy Le Ray | 2 | -0/+4 |
2007-10-10 | cxgb3 - log adapter serial number | Divy Le Ray | 3 | -3/+8 |
2007-10-10 | cxgb3 - Fatal error update | Divy Le Ray | 1 | -0/+4 |
2007-10-10 | cxgb3 - tighten checks on TID values | Divy Le Ray | 2 | -7/+41 |
2007-10-10 | cxgb3 - Expose HW memory page info | Divy Le Ray | 2 | -21/+38 |
2007-10-10 | cxgb3 - use immediate data for offload Tx | Divy Le Ray | 1 | -6/+11 |
2007-10-10 | cxgb3 - SGE doorbell overflow warning | Divy Le Ray | 2 | -0/+12 |
2007-10-10 | cxgb3 - Update rx coalescing length | Divy Le Ray | 1 | -1/+1 |
2007-10-10 | 3c59x: check return of pci_enable_device() | Mark Hindley | 1 | -12/+24 |
2007-10-10 | ibmveth: Remove use of bitfields | Brian King | 2 | -78/+68 |
2007-10-10 | ibmveth: Remove dead frag processing code | Brian King | 2 | -88/+17 |
2007-10-10 | ibmveth: Add ethtool driver stats hooks | Brian King | 1 | -0/+51 |
2007-10-10 | ibmveth: Add ethtool TSO handlers | Brian King | 1 | -0/+2 |