aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-15netxen: fix endianness intr coalesceAmit Kumar Salecha1-5/+8
2010-01-15netxen: fix endianness read mac addressAmit Kumar Salecha3-5/+5
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan18-436/+384
2010-01-13drivers/net/tlan: Remove TRUE/FALSE defines, use boolJoe Perches2-17/+14
2010-01-13qeth: default BLKT values for new OSA/3 hardwareEinar Lueck2-18/+29
2010-01-13qeth: avoid recovery during device online settingUrsula Braun2-3/+0
2010-01-13qeth: HiperSockets Network Traffic AnalyzerUrsula Braun8-86/+336
2010-01-13e1000e: genericize the update multicast address listBruce Allan5-89/+27
2010-01-13e1000e: provide MAC-family-specific function to set LAN IDBruce Allan6-11/+52
2010-01-13e1000e: use alternate MAC address on ESB2 if availableBruce Allan7-58/+147
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp8-13/+26
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller70-522/+1028
2010-01-10vxge: use pci_dma_mapping_error to test return valueDenis Kirjanov1-1/+1
2010-01-10ixgbe: Fix ethtool diag test for VT mode operationGreg Rose1-0/+11
2010-01-10ixgbe: Add SR-IOV features to main moduleGreg Rose1-10/+268
2010-01-10ixgbe: Add SR-IOV feature enablement codeGreg Rose1-58/+68
2010-01-10ixgbe: Add SR-IOV specific modules to driver MakefileGreg Rose1-1/+2
2010-01-10ixgbe: Add SR-IOV specific featuresGreg Rose2-0/+381
2010-01-10ixgbe: Add SR-IOV register, structure and bit definesGreg Rose3-3/+83
2010-01-10ixgbe: Mailbox header and code moduleGreg Rose2-0/+575
2010-01-10ixgbevf: Kconfig, Makefile and DocumentationGreg Rose2-0/+23
2010-01-10ixgbevf: Driver MakefileGreg Rose1-0/+38
2010-01-10ixgbevf: Driver main and ethool interface module and main headerGreg Rose3-0/+4605
2010-01-10ixgbevf: Mailbox communicationGreg Rose2-0/+441
2010-01-10ixgbevf: 82599 Virtual Function core functions and headerGreg Rose2-0/+555
2010-01-10ixgbevf: Macros, data structures, useful defines and registersGreg Rose2-0/+377
2010-01-09mac8390: Fix build breakageGeert Uytterhoeven1-1/+1
2010-01-08igb: add support for device reset interruptAlexander Duyck1-0/+9
2010-01-08can: mscan-mpc5xxx: add support for the MPC512x processorWolfgang Grandegger4-95/+295
2010-01-08can: mscan: fix improper return if dlc < 8 in start_xmit functionWolfgang Grandegger1-3/+6
2010-01-08ep93xx_eth.c general cleanupH Hartley Sweeten1-72/+68
2010-01-08bnx2: Flush the register writes which setup the MSI-X tableBenjamin Li1-0/+4
2010-01-08e1000e: fix and commonize code for setting the receive address registersBruce Allan1-9/+15
2010-01-08e1000e: e1000e_enable_tx_pkt_filtering() returns wrong valueBruce Allan1-7/+9
2010-01-08e1000e: perform 10/100 adaptive IFS only on parts that support itBruce Allan5-0/+21
2010-01-08e1000e: don't accumulate PHY statistics on PHY read failureBruce Allan1-14/+14
2010-01-08e1000e: call pci_save_state() after pci_restore_state()Bruce Allan1-0/+2
2010-01-08netxen: update version to 4.0.72Amit Kumar Salecha1-2/+2
2010-01-08netxen: fix set mac addrAmit Kumar Salecha1-0/+3
2010-01-08netxen: fix smatch warningAmit Kumar Salecha3-4/+3
2010-01-08netxen: fix tx ring memory leakAmit Kumar Salecha1-0/+2
2010-01-08be2net: implements ethtool function to read eeprom data.Sarveshwar Bandi3-0/+91
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan118-118/+118
2010-01-07TI DaVinci EMAC: Handle emac module clock correctly.Sriram1-1/+3
2010-01-07dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chipsBen Hutchings3-7/+50
2010-01-07ixgbe: Fix compiler warning about variable being used uninitializedPJ Waskiewicz1-2/+7
2010-01-07stmmac: update the driver's module versionGiuseppe CAVALLARO1-1/+1
2010-01-07stmmac: improve Kconfig helpGiuseppe CAVALLARO1-3/+5
2010-01-07stmmac: include netdevice.h into the common.h headerGiuseppe CAVALLARO5-5/+1
2010-01-07stmmac: rename the gmac as dwmac1000 and split core and dma partsGiuseppe CAVALLARO7-287/+324