summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-01-11ixgbe: Add SR-IOV features to main moduleGreg Rose1-10/+268
2010-01-11ixgbe: Add SR-IOV feature enablement codeGreg Rose1-58/+68
2010-01-11ixgbe: Add SR-IOV specific modules to driver MakefileGreg Rose1-1/+2
2010-01-11ixgbe: Add SR-IOV specific featuresGreg Rose2-0/+381
2010-01-11ixgbe: Add SR-IOV register, structure and bit definesGreg Rose3-3/+83
2010-01-11ixgbe: Mailbox header and code moduleGreg Rose2-0/+575
2010-01-11ixgbevf: Kconfig, Makefile and DocumentationGreg Rose2-0/+23
2010-01-11ixgbevf: Driver MakefileGreg Rose1-0/+38
2010-01-11ixgbevf: Driver main and ethool interface module and main headerGreg Rose3-0/+4605
2010-01-11ixgbevf: Mailbox communicationGreg Rose2-0/+441
2010-01-11ixgbevf: 82599 Virtual Function core functions and headerGreg Rose2-0/+555
2010-01-11ixgbevf: Macros, data structures, useful defines and registersGreg Rose2-0/+377
2010-01-10mac8390: 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-08be2net: implements ethtool function to read eeprom data.Sarveshwar Bandi3-0/+91
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan118-118/+118
2010-01-08stmmac: update the driver's module versionGiuseppe CAVALLARO1-1/+1
2010-01-08stmmac: improve Kconfig helpGiuseppe CAVALLARO1-3/+5
2010-01-08stmmac: include netdevice.h into the common.h headerGiuseppe CAVALLARO5-5/+1
2010-01-08stmmac: rename the gmac as dwmac1000 and split core and dma partsGiuseppe CAVALLARO7-287/+324
2010-01-08stmmac: rename mac100 as dwmac100 and fix spare coding styleGiuseppe CAVALLARO5-90/+95
2010-01-08stmmac: move the dma out from the mainGiuseppe CAVALLARO8-387/+481
2010-01-08stmmac: reorganise class operations.Giuseppe CAVALLARO7-146/+162
2010-01-08stmmac: do not call fix_mac_speed if NULLGiuseppe CAVALLARO1-2/+3
2010-01-08stmmac: perform hw bus configurationGiuseppe CAVALLARO2-3/+3
2010-01-08stmmac: rewiew platform dataGiuseppe CAVALLARO2-7/+33
2010-01-08stmmac: convert unicast addr list to list_headGiuseppe CAVALLARO1-16/+8
2010-01-08stmmac: use MII_BUS_ID_SIZE instead of BUS_ID_SIZEGiuseppe CAVALLARO1-3/+4
2010-01-08drivers/net/skfp/skfddi.c: use %pMF to show MAC addresshartleys1-16/+3
2010-01-08drivers/net/defxx.c: use %pMF to show MAC addresshartleys1-5/+2
2010-01-07drivers/net/wimax/i2400m/driver.c: use %pM to show MAC addresshartleys1-13/+4
2010-01-07drivers/net/qlge/qlge_main.c: use %pM to show MAC addresshartleys1-3/+1
2010-01-07drivers/net/atl1e/atl1e_main.c: use %pM to show MAC addresshartleys1-4/+1
2010-01-07drivers/net/wimax/i2400m/fw.c: use %pM to show MAC addresshartleys1-9/+2
2010-01-07drivers/net/atl1c/atl1c_main.c: use %pM to show MAC addresshartleys1-5/+2
2010-01-07drivers/net/vxge/vxge-main.c: use %pM to show MAC addresshartleys1-4/+2
2010-01-07drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC addresshartleys1-10/+2
2010-01-078139too: make PCI device ids constantMárton Németh2-2/+2
2010-01-07drivers/net/mac8390.c: Add mac8390_init functionJoe Perches1-102/+105
2010-01-07drivers/net/mac8390.c: Checkpatch cleanupsJoe Perches1-107/+122
2010-01-07drivers/net/mac8390.c: Convert printk(KERN_<level> to pr_<level>(Joe Perches1-32/+25
2010-01-07drivers/net/mac8390.c: Remove useless memcpy castingJoe Perches1-9/+10
2010-01-07drivers/net/mac8390.c: Indent case labelsJoe Perches1-126/+126
2010-01-07phy: SMSC device Energy Detect power-down modeGiuseppe Cavallaro1-2/+19
2010-01-07qlge: Add napi gro frags interface.Ron Mercer1-0/+53
2010-01-07qlge: Add RX frame handlers for non-split frames.Ron Mercer1-4/+257