summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller91-558/+1110
2010-01-11vxge: use pci_dma_mapping_error to test return valueDenis Kirjanov1-1/+1
2010-01-11ixgbe: Fix ethtool diag test for VT mode operationGreg Rose1-0/+11
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 Rose3-0/+113
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-11NET: irda, remove unnecessary checksJiri Slaby1-6/+0
2010-01-11NET: ipv6, remove unnecessary checkJiri Slaby1-1/+1
2010-01-10mac8390: Fix build breakageGeert Uytterhoeven1-1/+1
2010-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller5-25/+31
2010-01-08netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal1-0/+6
2010-01-08igb: add support for device reset interruptAlexander Duyck1-0/+9
2010-01-08powerpc/mpc5xxx: add OF platform binding doc for FSL MSCAN devicesWolfgang Grandegger2-8/+54
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-08net/ipv6/tcp_ipv6.c: Use compressed IPv6 addressJoe Perches1-1/+1
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-08tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila1-0/+4
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan118-118/+118
2010-01-08TI DaVinci EMAC: Handle emac module clock correctly.Sriram1-1/+3
2010-01-08dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chipsBen Hutchings3-7/+50
2010-01-08ixgbe: Fix compiler warning about variable being used uninitializedPJ Waskiewicz1-2/+7
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