summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* qeth: Fold qeth_trace debug areaCarsten Otte2010-06-234-272/+259Star
* qeth: Add new s390 debug feature for each qeth cardCarsten Otte2010-06-232-3/+31
* qeth: Rework qeth_dbf_longtextCarsten Otte2010-06-232-5/+5
* smsgiucv: guarantee single iucv connect in thawUrsula Braun2010-06-231-2/+9
* qlcnic: update version to 5.0.6Amit Kumar Salecha2010-06-231-2/+2
* qlcnic: mark context state freed after destroyAmit Kumar Salecha2010-06-232-1/+3
* qlcnic: offload tx timeout recoveryAmit Kumar Salecha2010-06-232-36/+32Star
* qlcnic: dont free host resources during fw recoveryAmit Kumar Salecha2010-06-231-29/+3Star
* qlcnic: release device resources during interface downAmit Kumar Salecha2010-06-236-37/+114
* qlcnic: fix mac address mgmtAmit Kumar Salecha2010-06-231-3/+8
* qlcnic: handshake with card after fw loadAmit Kumar Salecha2010-06-233-7/+9
* qlcnic: cleanup skb allocationAmit Kumar Salecha2010-06-233-21/+13Star
* e1000e: disable gig speed when in S0->Sx transitionBruce Allan2010-06-231-14/+5Star
* e1000e: packet split should not be used with early receiveBruce Allan2010-06-231-1/+1
* e1000e: do not touch PHY page 800 registers when link speed is 1000MbpsBruce Allan2010-06-231-2/+0Star
* e1000e: avoid polling h/w registers during link negotiationBruce Allan2010-06-233-28/+29
* caif: Use link layer MTU instead of fixed MTUSjur Braendeland2010-06-211-1/+0Star
* e1000e: update driver version numberBruce Allan2010-06-191-1/+3
* e1000e: update copyright informationBruce Allan2010-06-1911-12/+12
* e1000e: enable support for EEE on 82579Bruce Allan2010-06-194-1/+70
* e1000e: initial support for 82579 LOMsBruce Allan2010-06-197-46/+386
* e1000e: fix check for manageability on ICHx/PCHBruce Allan2010-06-191-4/+27
* e1000e: separate out PHY statistics register updatesBruce Allan2010-06-193-47/+126
* e1000e: cleanup e1000_sw_lcd_config_ich8lan()Bruce Allan2010-06-191-13/+19
* e1000e: cleanup ethtool loopback setup codeBruce Allan2010-06-191-32/+42
* cxgb4: minor cleanupDimitris Michailidis2010-06-192-3/+2Star
* cxgb4: update FW definitionsDimitris Michailidis2010-06-194-24/+73
* cxgb4: add a missing error interruptDimitris Michailidis2010-06-191-0/+1
* cxgb4: propagate link initialization errors to .ndo_open's callersDimitris Michailidis2010-06-191-3/+4
* cxgb4: switch to 64 bit inteface statisticsDimitris Michailidis2010-06-191-3/+3
* cxgb4: set dev_id to the port numberDimitris Michailidis2010-06-191-0/+1
* cxgb4: implement EEHDimitris Michailidis2010-06-194-3/+124
* cxgb4: rearrange initialization code in preparation for EEHDimitris Michailidis2010-06-191-49/+60
* cxgb4: dynamically determine flash size and FW image locationDimitris Michailidis2010-06-194-23/+61
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-1772-1367/+3670
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-1710-8/+55
| |\
| | * hostap: Protect against initialization interruptTim Gardner2010-06-153-3/+27
| | * iwlwifi: cancel scan watchdog in iwl_bg_abort_scanJohn W. Linville2010-06-151-0/+1
| | * p54pci: add Symbol AP-300 minipci adapters pciidJoerg Albert2010-06-141-0/+2
| | * libertas_tf: Fix warning in lbtf_rx for stats structPrarit Bhargava2010-06-141-1/+1
| | * iwlagn: verify flow id in compressed BA packetShanyu Zhao2010-06-141-0/+5
| | * iwlwifi: serialize station management actionsReinette Chatre2010-06-143-4/+17
| * | ath5k: report PHY error frames only for chips which need itBruno Randolf2010-06-161-1/+2
| * | ath5k: review RX descriptor functionsBruno Randolf2010-06-161-14/+20
| * | ath5k: take descriptor differences between 5210 and 5211 into accountBruno Randolf2010-06-162-10/+25
| * | ath5k: update 5210/5211 frame typesBruno Randolf2010-06-162-6/+8
| * | ath5k: review and add comments for descriptorsBruno Randolf2010-06-162-154/+144Star
| * | ath5k: remove pointless rx error overlay structBruno Randolf2010-06-163-29/+9Star
| * | ath5k: cosmetic changes in ath5k_hw_proc_5212_rx_status()Bruno Randolf2010-06-161-5/+5
| * | ath5k: use direct function calls for descriptors when possibleBruno Randolf2010-06-163-38/+20Star