summaryrefslogtreecommitdiffstats
path: root/drivers/net
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
* cxgb4: set skb->rxhashDimitris Michailidis2010-04-283-2/+21
* net/sb1250: setup the pdevice within the soc codeSebastian Andrzej Siewior2010-04-281-119/+1Star
* net/sb1250: remove CONFIG_SIBYTE_STANDALONESebastian Andrzej Siewior2010-04-281-144/+0Star
* 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
* 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
* 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-273-11/+21
* 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
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-2720-104/+762
|\
| * 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
| * tg3: Fix INTx fallback when MSI failsAndre Detsch2010-04-261-0/+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
| * drivers/net/usb: Add new driver iphethDiego Giagio2010-04-224-0/+582
| * cxgb3: fix linkup issueHiroshi Shimamoto2010-04-221-1/+1
| * KS8851: NULL pointer dereference if list is emptyAbraham Arce2010-04-221-5/+7
| * net: 3c574_cs fix stats.tx_bytes counterAlexander Kurz2010-04-221-2/+5
| * can: Fix possible NULL pointer dereference in ems_usb.cHans J. Koch2010-04-221-4/+4
* | net: use sk_sleep()Eric Dumazet2010-04-261-3/+3
* | pppoe: use pppoe_pernet instead of directly net_genericJiri Pirko2010-04-261-1/+1
* | sky2: add support for receive hashingStephen Hemminger2010-04-252-2/+91
* | Merge branch 'master' into for-davemJohn W. Linville2010-04-23114-8917/+18938
|\ \
| * | ath9k_hw: make all AR9002 initvals use u32Luis R. Rodriguez2010-04-211-34/+34
| * | ath9k_hw: make two initvals consto for the AR9001 familyLuis R. Rodriguez2010-04-211-2/+2
| * | ath9k: set the STBC flag in rate control if the peer supports itFelix Fietkau2010-04-201-0/+4
| * | ath9k: add support for Tx and Rx STBCFelix Fietkau2010-04-203-1/+15
| * | ath9k: initialize the number of tx/rx streams correctlyFelix Fietkau2010-04-201-11/+28
| * | ath9k: reduce the bits_per_symbol table size, support more streamsFelix Fietkau2010-04-201-13/+6Star
| * | ath9k: update the ath_max_4ms_framelen tableFelix Fietkau2010-04-201-14/+27
| * | ath9k: update the MCS mask for MCS16 and aboveFelix Fietkau2010-04-201-1/+1
| * | ath9k: clean up tx buffer handlingFelix Fietkau2010-04-201-35/+32Star
| * | ath9k: check for specific rx stuck conditions and recover from themFelix Fietkau2010-04-203-1/+31
| * | ath5k: basic support for surveyHolger Schurig2010-04-201-0/+19
| * | mac80211: sample survey implementation for mac80211 & hwsimHolger Schurig2010-04-201-0/+28
| * | ath9k: Group Key fix for VAPsDaniel Yingqiang Ma2010-04-201-3/+25