summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-28ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley2-1/+20
2010-04-28bridge: multicast_flood cleanupstephen hemminger1-5/+3
2010-04-28bridge: multicast port group RCU fixstephen hemminger2-3/+3
2010-04-28bridge: multicast floodstephen hemminger1-2/+2
2010-04-28bridge: simplify multicast_add_routerstephen hemminger1-8/+11
2010-04-28ixgbe: add registers etc. printout code just before resetting adaptersTaku Izumi1-0/+341
2010-04-28igb: add registers etc. printout code just before resetting adaptersTaku Izumi1-0/+332
2010-04-28e1000e: add registers etc. printout code just before resetting adaptersTaku Izumi1-0/+357
2010-04-28e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov7-405/+367
2010-04-28Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"David S. Miller1-1/+1
2010-04-28ixgbevf: use DMA API instead of PCI DMA functionsNick Nunley1-33/+35
2010-04-28ixgbe: use DMA API instead of PCI DMA functionsNick Nunley2-55/+64
2010-04-28ixgb: use DMA API instead of PCI DMA functionsNick Nunley1-31/+39
2010-04-28igbvf: use DMA API instead of PCI DMA functionsNick Nunley1-36/+38
2010-04-28igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck3-58/+61
2010-04-28e1000e: use DMA API instead of PCI DMA functionsNick Nunley2-63/+66
2010-04-28e1000: use DMA API instead of PCI DMA functionsNick Nunley2-68/+88
2010-04-28bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()David S. Miller1-1/+1
2010-04-28cxgb4: set skb->rxhashDimitris Michailidis3-2/+21
2010-04-28net/sb1250: setup the pdevice within the soc codeSebastian Andrzej Siewior2-119/+55
2010-04-28net/sb1250: remove CONFIG_SIBYTE_STANDALONESebastian Andrzej Siewior1-144/+0
2010-04-28net: disallow to use net_assign_generic externallyJiri Pirko2-53/+47
2010-04-28cxgb4: increase serial number lengthDimitris Michailidis1-1/+1
2010-04-28cxgb4: parse the VPD instead of relying on a static VPD layoutDimitris Michailidis1-25/+39
2010-04-28net: sk_add_backlog() take rmem_alloc into accountEric Dumazet5-6/+27
2010-04-28net: batch skb dequeueing from softnet input_pkt_queueChangli Gao2-20/+43
2010-04-28net: Make RFS socket operations not be inet specific.David S. Miller5-44/+45
2010-04-28ixgbe: Properly display 1 gig downshift warning for backplaneAnjali Singhai1-0/+5
2010-04-28ixgbe: cleanup ethtool autoneg inputDon Skidmore1-1/+1
2010-04-28ixgbevf: Fix link speed displayGreg Rose2-6/+9
2010-04-28net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao2-10/+13
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller9-32/+112
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 Duyck4-11/+24
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-27net: fix a lockdep rcu warning in __sk_dst_set()Eric Dumazet1-2/+5
2010-04-27rps: inet_rps_save_rxhash() argument is not constEric Dumazet1-1/+1
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner3-3/+11
2010-04-27bridge: multicast router list manipulationstephen hemminger1-15/+15
2010-04-27bridge: use is_multicast_ether_addrstephen hemminger1-1/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller29-120/+794
2010-04-27net: suppress RCU lockdep false positive in twsk_net()Paul E. McKenney1-1/+3
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