summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck2010-04-283-58/+61
* e1000e: use DMA API instead of PCI DMA functionsNick Nunley2010-04-282-63/+66
* e1000: use DMA API instead of PCI DMA functionsNick Nunley2010-04-282-68/+88
* bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()David S. Miller2010-04-281-1/+1
* cxgb4: set skb->rxhashDimitris Michailidis2010-04-283-2/+21
* net/sb1250: setup the pdevice within the soc codeSebastian Andrzej Siewior2010-04-282-119/+55Star
* net/sb1250: remove CONFIG_SIBYTE_STANDALONESebastian Andrzej Siewior2010-04-281-144/+0Star
* net: disallow to use net_assign_generic externallyJiri Pirko2010-04-282-53/+47Star
* cxgb4: increase serial number lengthDimitris Michailidis2010-04-281-1/+1
* cxgb4: parse the VPD instead of relying on a static VPD layoutDimitris Michailidis2010-04-281-25/+39
* net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-285-6/+27
* net: batch skb dequeueing from softnet input_pkt_queueChangli Gao2010-04-282-20/+43
* net: Make RFS socket operations not be inet specific.David S. Miller2010-04-285-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/+17Star
| * net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy2010-04-266-6/+6
* | ixgb: Use pr_<level> and netdev_<level>Joe Perches2010-04-277-156/+105Star
* | ixgbe: ixgbe_down needs to stop dev_watchdogJohn Fastabend2010-04-271-8/+7Star
* | igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck2010-04-274-11/+24
* | ixgbe: fix bug when EITR=0 causing no writebacksJesse Brandeburg2010-04-272-14/+26
* | ixgbe: enable extremely low latencyJesse Brandeburg2010-04-272-9/+87
* | igbvf: double increment nr_fragsKoki Sanagi2010-04-271-1/+1
* | igb: double increment nr_fragsKoki Sanagi2010-04-271-1/+1
* | net: fix a lockdep rcu warning in __sk_dst_set()Eric Dumazet2010-04-271-2/+5
* | rps: inet_rps_save_rxhash() argument is not constEric Dumazet2010-04-271-1/+1
* | TCP: avoid to send keepalive probes if receiving dataFlavio Leitner2010-04-273-3/+11
* | bridge: multicast router list manipulationstephen hemminger2010-04-271-15/+15
* | bridge: use is_multicast_ether_addrstephen hemminger2010-04-271-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-2729-120/+794
|\ \
| * | cxgb3: Wait longer for control packets on initializationAndre Detsch2010-04-271-1/+1
| * | e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errataBruce Allan2010-04-273-40/+55
| * | ixgbe: Power down PHY during driver resetsPeter Waskiewicz2010-04-273-24/+62
| * | r8169: more broken register writes workaroundfrançois romieu2010-04-271-0/+5
| * | r8169: failure to enable mwi should not be fatalfrançois romieu2010-04-271-14/+13Star
| * | bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明2010-04-261-3/+3
| * | ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt2010-04-261-0/+3
| * | tg3: Fix INTx fallback when MSI failsAndre Detsch2010-04-261-0/+1
| * | ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet2010-04-261-1/+1
| * | e100: Fix the TX workqueue raceAlan Cox2010-04-251-2/+8
| * | gianfar: Fix potential oops during OF address translationAnton Vorontsov2010-04-241-5/+1Star
| * | fsl_pq_mdio: Fix kernel oops during OF address translationAnton Vorontsov2010-04-241-6/+14
| * | tcp: bind() fix when many ports are boundEric Dumazet2010-04-232-10/+21
| * | rdma: potential ERR_PTR dereferenceDan Carpenter2010-04-231-1/+1
| * | rtnetlink: potential ERR_PTR dereferenceDan Carpenter2010-04-231-2/+3
| * | net: ipv6 bind to device issueJiri Olsa2010-04-221-1/+1