aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | sfc: Consistently report short MCDI responses as EIOBen Hutchings2010-04-282-11/+17
* | | sfc: Ignore parity errors in the other port's SRAMSteve Hodgson2010-04-281-0/+2
* | | sky2: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-04-282-14/+14
* | | bnx2x: Remove two prefetch()Eric Dumazet2010-04-281-2/+0
* | | ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley2010-04-272-1/+20
* | | bridge: multicast_flood cleanupstephen hemminger2010-04-271-5/+3
* | | bridge: multicast port group RCU fixstephen hemminger2010-04-272-3/+3
* | | bridge: multicast floodstephen hemminger2010-04-271-2/+2
* | | bridge: simplify multicast_add_routerstephen hemminger2010-04-271-8/+11
* | | ixgbe: add registers etc. printout code just before resetting adaptersTaku Izumi2010-04-271-0/+341
* | | igb: add registers etc. printout code just before resetting adaptersTaku Izumi2010-04-271-0/+332
* | | e1000e: add registers etc. printout code just before resetting adaptersTaku Izumi2010-04-271-0/+357
* | | e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov2010-04-277-405/+367
* | | Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"David S. Miller2010-04-271-1/+1
* | | ixgbevf: use DMA API instead of PCI DMA functionsNick Nunley2010-04-271-33/+35
* | | ixgbe: use DMA API instead of PCI DMA functionsNick Nunley2010-04-272-55/+64
* | | ixgb: use DMA API instead of PCI DMA functionsNick Nunley2010-04-271-31/+39
* | | igbvf: use DMA API instead of PCI DMA functionsNick Nunley2010-04-271-36/+38
* | | igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck2010-04-273-58/+61
* | | e1000e: use DMA API instead of PCI DMA functionsNick Nunley2010-04-272-63/+66
* | | e1000: use DMA API instead of PCI DMA functionsNick Nunley2010-04-272-68/+88
* | | bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()David S. Miller2010-04-271-1/+1
* | | cxgb4: set skb->rxhashDimitris Michailidis2010-04-273-2/+21
* | | net/sb1250: setup the pdevice within the soc codeSebastian Andrzej Siewior2010-04-272-119/+55
* | | net/sb1250: remove CONFIG_SIBYTE_STANDALONESebastian Andrzej Siewior2010-04-271-144/+0
* | | net: disallow to use net_assign_generic externallyJiri Pirko2010-04-272-53/+47
* | | cxgb4: increase serial number lengthDimitris Michailidis2010-04-271-1/+1
* | | cxgb4: parse the VPD instead of relying on a static VPD layoutDimitris Michailidis2010-04-271-25/+39
* | | net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-275-6/+27
* | | net: batch skb dequeueing from softnet input_pkt_queueChangli Gao2010-04-272-20/+43
* | | net: Make RFS socket operations not be inet specific.David S. Miller2010-04-275-44/+45
* | | ixgbe: Properly display 1 gig downshift warning for backplaneAnjali Singhai2010-04-271-0/+5
* | | ixgbe: cleanup ethtool autoneg inputDon Skidmore2010-04-271-1/+1
* | | ixgbevf: Fix link speed displayGreg Rose2010-04-272-6/+9
* | | net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao2010-04-272-10/+13
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-04-279-32/+112
|\ \ \
| * | | net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy2010-04-261-7/+89
| * | | net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy2010-04-267-19/+17