aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-28sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings2-24/+33
2010-04-28sfc: Set PERIODIC_NOEVENT flag for MC_CMD_MAC_STATSSteve Hodgson1-16/+9
2010-04-28sfc: Update MCDI protocol definitionsBen Hutchings1-16/+55
2010-04-28sfc: Enable IPv6 RSS using random key for Toeplitz hashBen Hutchings2-0/+21
2010-04-28sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errorsSteve Hodgson1-1/+2
2010-04-28sfc: Log specific message for failure of NVRAM self-testBen Hutchings1-2/+8
2010-04-28sfc: Extend the legacy interrupt workaroundsSteve Hodgson2-15/+10
2010-04-28sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson3-1/+5
2010-04-28sfc: Stop masking out XGMII faults over reconfiguresSteve Hodgson1-15/+5
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson3-21/+29
2010-04-28sfc: Consistently report short MCDI responses as EIOBen Hutchings2-11/+17
2010-04-28sfc: Ignore parity errors in the other port's SRAMSteve Hodgson1-0/+2
2010-04-28sky2: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2-14/+14
2010-04-28bnx2x: Remove two prefetch()Eric Dumazet1-2/+0
2010-04-27ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley2-1/+20
2010-04-27ixgbe: add registers etc. printout code just before resetting adaptersTaku Izumi1-0/+341
2010-04-27igb: add registers etc. printout code just before resetting adaptersTaku Izumi1-0/+332
2010-04-27e1000e: add registers etc. printout code just before resetting adaptersTaku Izumi1-0/+357
2010-04-27e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov7-405/+367
2010-04-27ixgbevf: use DMA API instead of PCI DMA functionsNick Nunley1-33/+35
2010-04-27ixgbe: use DMA API instead of PCI DMA functionsNick Nunley2-55/+64
2010-04-27ixgb: use DMA API instead of PCI DMA functionsNick Nunley1-31/+39
2010-04-27igbvf: use DMA API instead of PCI DMA functionsNick Nunley1-36/+38
2010-04-27igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck3-58/+61
2010-04-27e1000e: use DMA API instead of PCI DMA functionsNick Nunley2-63/+66
2010-04-27e1000: use DMA API instead of PCI DMA functionsNick Nunley2-68/+88
2010-04-27cxgb4: set skb->rxhashDimitris Michailidis3-2/+21
2010-04-27net/sb1250: setup the pdevice within the soc codeSebastian Andrzej Siewior1-119/+1
2010-04-27net/sb1250: remove CONFIG_SIBYTE_STANDALONESebastian Andrzej Siewior1-144/+0
2010-04-27cxgb4: increase serial number lengthDimitris Michailidis1-1/+1
2010-04-27cxgb4: parse the VPD instead of relying on a static VPD layoutDimitris Michailidis1-25/+39
2010-04-27ixgbe: Properly display 1 gig downshift warning for backplaneAnjali Singhai1-0/+5
2010-04-27ixgbe: cleanup ethtool autoneg inputDon Skidmore1-1/+1
2010-04-27ixgbevf: Fix link speed displayGreg Rose2-6/+9
2010-04-27ixgb: Use pr_<level> and netdev_<level>Joe Perches7-156/+105
2010-04-27ixgbe: ixgbe_down needs to stop dev_watchdogJohn Fastabend1-8/+7
2010-04-27igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck3-11/+21
2010-04-27ixgbe: fix bug when EITR=0 causing no writebacksJesse Brandeburg2-14/+26
2010-04-27ixgbe: enable extremely low latencyJesse Brandeburg2-9/+87
2010-04-27igbvf: double increment nr_fragsKoki Sanagi1-1/+1
2010-04-27igb: double increment nr_fragsKoki Sanagi1-1/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller20-104/+762
2010-04-27cxgb3: Wait longer for control packets on initializationAndre Detsch1-1/+1
2010-04-27e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errataBruce Allan3-40/+55
2010-04-27ixgbe: Power down PHY during driver resetsPeter Waskiewicz3-24/+62
2010-04-26r8169: more broken register writes workaroundfrançois romieu1-0/+5
2010-04-26r8169: failure to enable mwi should not be fatalfrançois romieu1-14/+13
2010-04-26net: use sk_sleep()Eric Dumazet1-3/+3
2010-04-26pppoe: use pppoe_pernet instead of directly net_genericJiri Pirko1-1/+1
2010-04-26tg3: Fix INTx fallback when MSI failsAndre Detsch1-0/+1