aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ucc_geth: Don't needlessly change MAC settings in adjust_link()Anton Vorontsov2009-12-261-15/+18
| * | | ucc_geth: Fix netdev watchdog triggering on link changesAnton Vorontsov2009-12-261-2/+5
| * | | ucc_geth: Fix empty TX queue processingAnton Vorontsov2009-12-261-1/+1
| * | | vxge: use DMA_BIT_MASK instead of plain values.Denis Kirjanov2009-12-251-3/+3
| * | | net: restore ip source validationJamal Hadi Salim2009-12-254-0/+5
| * | | bnx2x: Initialize cnic status block during chip resetMichael Chan2009-12-251-0/+2
| * | | pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend2009-12-231-2/+7
| * | | net/via-rhine: Fix scheduling while atomic bugsJarek Poplawski2009-12-231-13/+28
| * | | ixgbe: fix Need to call pci_save_state after pci_restore_stateDon Skidmore2009-12-231-0/+5
| * | | be2net: Bug fix to return correct values in ethtool get_settings.Sarveshwar Bandi2009-12-232-9/+32
| * | | be2net: Bug fix to config NIC appropriately before loopback testSarveshwar Bandi2009-12-233-14/+74
| * | | be2net: Bug fix to avoid soft lockup in loopback test.Sarveshwar Bandi2009-12-231-0/+1
| * | | igbvf: Make igbvf error message more informativeWilliams, Mitch A2009-12-231-1/+2
| * | | igb: check both function bits in status register in wol exceptionAlexander Duyck2009-12-231-1/+1
| * | | igb: correctly offset 82575 flow control watermarks by 16 bytesAlexander Duyck2009-12-231-7/+2
| * | | igb: do not force retry count to 1 on 82580 phyAlexander Duyck2009-12-231-9/+0
| * | | igb: do not force pcs link when in KX modeAlexander Duyck2009-12-231-3/+1
| * | | sfc: Disable TX descriptor prefetch watchdogBen Hutchings2009-12-231-0/+2
| * | | sfc: QT2025C: Add error message for suspected bad SFP+ cablesBen Hutchings2009-12-231-1/+7
| * | | sfc: QT2025C: Work around PHY firmware initialisation bugMatthew Slattery2009-12-231-8/+51
| * | | sfc: QT2025C: Switch into self-configure mode when not in loopbackMatthew Slattery2009-12-231-0/+119
| * | | sfc: QT2025C: Work around PHY bugMatthew Slattery2009-12-231-0/+42
| * | | sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton2009-12-231-2/+2
| * | | sfc: Include XGXS in XMAC link status check except in XGMII loopbackBen Hutchings2009-12-231-16/+22
| * | | sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-237-131/+129
* | | | ixgbe: Fix ethtool diag test for VT mode operationGreg Rose2010-01-101-0/+11
* | | | ixgbe: Add SR-IOV features to main moduleGreg Rose2010-01-101-10/+268
* | | | ixgbe: Add SR-IOV feature enablement codeGreg Rose2010-01-101-58/+68
* | | | ixgbe: Add SR-IOV specific modules to driver MakefileGreg Rose2010-01-101-1/+2
* | | | ixgbe: Add SR-IOV specific featuresGreg Rose2010-01-102-0/+381
* | | | ixgbe: Add SR-IOV register, structure and bit definesGreg Rose2010-01-103-3/+83
* | | | ixgbe: Mailbox header and code moduleGreg Rose2010-01-102-0/+575
* | | | ixgbevf: Kconfig, Makefile and DocumentationGreg Rose2010-01-103-0/+113
* | | | ixgbevf: Driver MakefileGreg Rose2010-01-101-0/+38
* | | | ixgbevf: Driver main and ethool interface module and main headerGreg Rose2010-01-103-0/+4605
* | | | ixgbevf: Mailbox communicationGreg Rose2010-01-102-0/+441
* | | | ixgbevf: 82599 Virtual Function core functions and headerGreg Rose2010-01-102-0/+555
* | | | ixgbevf: Macros, data structures, useful defines and registersGreg Rose2010-01-102-0/+377
* | | | NET: irda, remove unnecessary checksJiri Slaby2010-01-101-6/+0
* | | | NET: ipv6, remove unnecessary checkJiri Slaby2010-01-101-1/+1
* | | | mac8390: Fix build breakageGeert Uytterhoeven2010-01-091-1/+1
* | | | igb: add support for device reset interruptAlexander Duyck2010-01-081-0/+9
* | | | powerpc/mpc5xxx: add OF platform binding doc for FSL MSCAN devicesWolfgang Grandegger2010-01-082-8/+54
* | | | can: mscan-mpc5xxx: add support for the MPC512x processorWolfgang Grandegger2010-01-084-95/+295
* | | | can: mscan: fix improper return if dlc < 8 in start_xmit functionWolfgang Grandegger2010-01-081-3/+6
* | | | net/ipv6/tcp_ipv6.c: Use compressed IPv6 addressJoe Perches2010-01-081-1/+1
* | | | ep93xx_eth.c general cleanupH Hartley Sweeten2010-01-081-72/+68
* | | | bnx2: Flush the register writes which setup the MSI-X tableBenjamin Li2010-01-081-0/+4
* | | | be2net: implements ethtool function to read eeprom data.Sarveshwar Bandi2010-01-083-0/+91
* | | | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-07118-118/+118