summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* igb: Add new function to read part number from EEPROM in string formatCarolyn Wyborny2010-12-114-11/+102
* e1000e: increment the driver versionBruce Allan2010-12-111-1/+1
* e1000e: static analysis tools complain of a possible null ptr p dereferenceBruce Allan2010-12-111-0/+3
* e1000e: minor error message correctionsBruce Allan2010-12-112-2/+2
* e1000e: prevent null ptr dereference in e1000_tx_queue()Bruce Allan2010-12-111-2/+2
* e1000e: support new PBA format from EEPROMBruce Allan2010-12-114-28/+130
* e1000e: 82579 PHY incorrectly identified during initBruce Allan2010-12-112-5/+25
* e1000e: 82577/8/9 mis-configured OEM bits during S0->SxBruce Allan2010-12-111-1/+1
* e1000e: 82571 Serdes can fail to get linkBruce Allan2010-12-111-8/+27
* e1000e: 82577/8 must acquire h/w semaphore before workaroundBruce Allan2010-12-111-0/+7
* e1000e: 82574/82583 performance improvementBruce Allan2010-12-111-2/+2
* e1000e: 82571-based mezzanine card can fail ethtool link testBruce Allan2010-12-111-1/+6
* e1000e: fix double initialization in blink pathHolger Eitzenberger2010-12-113-2/+3
* ixgbe: cleanup string function calls to use bound checking versions.Don Skidmore2010-12-112-10/+11
* ixgbe: fix ntuple supportEmil Tantilov2010-12-111-1/+1
* ixgbe: fix X540 to use it's own info structDon Skidmore2010-12-112-10/+10
* ixgbe: fix X540 phy id to correct valueDon Skidmore2010-12-112-2/+2
* ixgb: Don't check for vlan group on transmitEmil Tantilov2010-12-111-21/+30
* Intel Wired LAN drivers: Use static constJeff Kirsher2010-12-117-53/+65
* e1000: fix return value not set on errorDean Nelson2010-12-111-4/+6
* isdn: Fix printed out copy_from_user() return value after previous change.David S. Miller2010-12-111-3/+4
* bonding: add the debugfs facility to the bonding driverTaku Izumi2010-12-114-2/+115
* enic: Move enic port profile handling code to a new 802.1Qbh provisioning inf...Roopa Prabhu2010-12-113-19/+47
* isdn: return -EFAULT if copy_from_user() failsDan Carpenter2010-12-111-2/+2
* vxge: update driver versionJon Mason2010-12-111-3/+3
* vxge: independent interrupt moderationJon Mason2010-12-111-4/+7
* vxge: hotplug stallJon Mason2010-12-111-2/+2
* vxge: transmit timeout deadlockJon Mason2010-12-112-5/+15
* vxge: use pci_request_region()Jon Mason2010-12-111-3/+3
* vxge: fix crash of VF when unloading PFJon Mason2010-12-111-7/+18
* vxge: code cleanup and reorganizationJon Mason2010-12-116-1979/+1812
* netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings2010-12-118-62/+8
* enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning dataRoopa Prabhu2010-12-112-23/+57
* enic: Add ndo_set_vf_mac support for enic dynamic devicesRoopa Prabhu2010-12-112-1/+22
* enic: Add ndo_set_rx_mode support for enic vnicsRoopa Prabhu2010-12-113-24/+102
* sfc: convert references to LRO to GROstephen hemminger2010-12-111-15/+15
* stmmac: Remove redundant unlikely()Tobias Klauser2010-12-101-1/+1
* ifb: use the lockless variants of skb_queueChangli Gao2010-12-101-8/+6
* ifb: remove unused macro TX_TIMEOUTChangli Gao2010-12-101-2/+0
* ifb: remove the useless debug statsChangli Gao2010-12-101-19/+0
* qeth: buffer count imbalanceJan Glauber2010-12-101-1/+1
* qeth: l3 add vlan hdr in passthru framesFrank Blaschka2010-12-101-1/+1
* qeth: support VIPA add/del in offline modeEinar Lueck2010-12-101-1/+4
* qeth: support ipv6 query arp cache for HiperSocketsEinar Lueck2010-12-102-73/+144
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2010-12-108-306/+468
|\
| * sfc: Generalise filter spec initialisationBen Hutchings2010-12-073-191/+248
| * sfc: Remove filter table IDs from filter functionsBen Hutchings2010-12-074-25/+34
| * sfc: Log start and end of ethtool self-test at INFO levelBen Hutchings2010-12-071-3/+6
| * sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings2010-12-073-2/+68
| * sfc: Remove locking from implementation of efx_writeo_paged()Ben Hutchings2010-12-061-1/+14