summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* forcedeth: Kill NAPI config options.David S. Miller2010-05-042-207/+1
* forcedeth: GRO supportTom Herbert2010-05-041-5/+8
* phy/micrel: Add module device ID table for autoloading.David S. Miller2010-05-041-0/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-045-13/+133
|\
| * drivers/net/phy: micrel phy driverDavid J. Choi2010-05-043-0/+110
| * dm9601: fix phy/eeprom write routinePeter Korsgaard2010-05-041-1/+1
| * ppp_generic: handle non-linear skbs when passing them to pppdSimon Arlott2010-05-031-1/+4
| * ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is validSimon Arlott2010-05-031-11/+18
* | Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller2010-05-042-20/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-0317-92/+1132
|\|
| * net/usb: initiate sync sequence in sierra_net.c driverElina Pasheva2010-05-021-0/+3
| * net/usb: remove default in Kconfig for sierra_net driverElina Pasheva2010-05-011-1/+0
| * r8169: Fix rtl8169_rx_interrupt()Eric Dumazet2010-05-011-5/+17
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-04-301-1/+1
| |\
| | * p54pci: fix bugs in p54p_check_tx_ringHans de Goede2010-04-261-1/+1
| * | e1000e: Fix oops caused by ASPM patch.Anton Blanchard2010-04-301-0/+3
| * | net/sb1250: register mdio bus in probeSebastian Siewior2010-04-281-34/+33
| * | sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings2010-04-283-12/+7
| * | sfc: Always close net device at the end of a disabling resetBen Hutchings2010-04-281-2/+2
| * | sfc: Wait at most 10ms for the MC to finish reading out MAC statisticsBen Hutchings2010-04-281-2/+11
| * | net/usb: add sierra_net.c driverElina Pasheva2010-04-283-0/+1012
| * | cdc_ether: fix autosuspend for mbm devicesTorgny Johansson2010-04-281-0/+1
| * | gianfar: Wait for both RX and TX to stopAndy Fleming2010-04-281-3/+3
| * | ipheth: potential null dereferences on error pathDan Carpenter2010-04-271-7/+8
| * | smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt()Ken Kawasaki2010-04-271-10/+21
| * | drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Ad...Andreas Hartmann2010-04-271-0/+1
| * | bnx2: Update version to 2.0.9.Michael Chan2010-04-271-2/+2
| * | bnx2: Prevent "scheduling while atomic" warning with cnic, bonding and vlan.Michael Chan2010-04-271-18/+20
| * | bnx2: Fix lost MSI-X problem on 5709 NICs.Michael Chan2010-04-271-1/+5
* | | net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-022-13/+21
* | | cdc_ether: Identify MBM devices by GUID in MDLM descriptorJonas Sjöquist2010-05-011-74/+39
* | | forcedeth: Stay in NAPI as long as there's workstephen hemminger2010-05-011-14/+17
* | | igb: Clean up left over prototype of igb_get_hw_dev_name()Emil Tantilov2010-04-281-1/+0
* | | wireless: Fix merge.Hauke Mehrtens2010-04-281-1/+0
* | | caif: Ldisc add permission check and mem-alloc error checkSjur Braendeland2010-04-281-1/+4
* | | sfc: Create multiple TX queuesBen Hutchings2010-04-288-123/+140
* | | sfc: Test only the first pair of TX queuesBen Hutchings2010-04-282-3/+3
* | | sfc: Add Siena PHY BIST and cable diagnostic supportSteve Hodgson2010-04-281-2/+144
* | | sfc: Clean up efx_nic::irq_zero_countBen Hutchings2010-04-281-1/+2
* | | sfc: Add necessary parentheses to macro definitions in net_driver.hBen Hutchings2010-04-281-11/+11
* | | sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings2010-04-282-24/+33
* | | sfc: Set PERIODIC_NOEVENT flag for MC_CMD_MAC_STATSSteve Hodgson2010-04-281-16/+9
* | | sfc: Update MCDI protocol definitionsBen Hutchings2010-04-281-16/+55
* | | sfc: Enable IPv6 RSS using random key for Toeplitz hashBen Hutchings2010-04-282-0/+21
* | | sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errorsSteve Hodgson2010-04-281-1/+2
* | | sfc: Log specific message for failure of NVRAM self-testBen Hutchings2010-04-281-2/+8
* | | sfc: Extend the legacy interrupt workaroundsSteve Hodgson2010-04-282-15/+10
* | | sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson2010-04-283-1/+5
* | | sfc: Stop masking out XGMII faults over reconfiguresSteve Hodgson2010-04-281-15/+5
* | | sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson2010-04-283-21/+29