summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Add DCB/PFC support - link layerVladislav Zolotarov2010-12-163-39/+689
* bnx2x: add DCB supportVladislav Zolotarov2010-12-169-5/+2050
* bnx2x: add a select queue callbackVladislav Zolotarov2010-12-163-0/+33
* bnx2x: add FCoE ringVladislav Zolotarov2010-12-167-241/+631
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-12-1485-2101/+3615
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-1385-2101/+3615
| |\
| | * ath: fix build break with ATH_DBG_WARN_ON_ONCEJohn W. Linville2010-12-091-1/+4
| | * ath5k: Fix modinfo does not list alias -> pci-id linesSedat Dilek2010-12-091-0/+1
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-0815-60/+82
| | |\
| | | * orinoco: fix TKIP countermeasure behaviourDavid Kilroy2010-12-081-2/+2
| | | * orinoco: clear countermeasure setting on commitDavid Kilroy2010-12-081-0/+6
| | | * ath9k_htc: Fix suspend/resumeSujith Manoharan2010-12-084-2/+18
| | | * ath5k: Put the right tsf value in mesh beaconsJavier Cardona2010-12-081-1/+2
| | | * ath5k: Prevent mesh interfaces from being counted as ad-hocJavier Cardona2010-12-081-1/+1
| | | * ath5k: Fix beaconing in mesh modeJavier Cardona2010-12-081-3/+5
| | | * orinoco: initialise priv->hw before assigning the interruptDavid Kilroy2010-12-082-14/+14
| | | * ath9k: fix beacon resource related race conditionRajkumar Manoharan2010-12-071-14/+7
| | | * ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2010-12-072-3/+9
| | | * ath9k: fix a DMA related race condition on resetFelix Fietkau2010-12-073-19/+10
| | | * ath9k: fix bug in tx powerMatteo Croce2010-12-071-4/+8
| | * | ath9k_hw: warn if we cannot change the power to the chipLuis R. Rodriguez2010-12-081-0/+7
| | * | ath9k: skip ATH9K_INT_TIM_TIMER when we are idleLuis R. Rodriguez2010-12-081-0/+2
| | * | b43: rename config option for N-PHY, drop BROKENRafał Miłecki2010-12-084-13/+14
| | * | b43: fix split of N-PHY devices into supported and not (based on PHY rev)Rafał Miłecki2010-12-082-2/+1
| | * | b43: set TMS to work with current band width for N-PHYRafał Miłecki2010-12-084-7/+15
| | * | b43: N-PHY: silence warningsRafał Miłecki2010-12-081-2/+6
| | * | b43: flush PHY writes when neededRafał Miłecki2010-12-082-0/+11
| | * | b43: N-PHY: implement own masksetRafał Miłecki2010-12-081-0/+10
| | * | b43: N-PHY: reorder and optimize tables initializationRafał Miłecki2010-12-081-7/+5
| | * | b43: N-PHY: update init tablesRafał Miłecki2010-12-081-106/+106
| | * | ath9k: Check for NULL sta in ath_tx_startBen Greear2010-12-081-1/+4
| | * | ath9k: Remove dead code in recv.cMohammed Shafi Shajakhan2010-12-071-5/+4
| | * | ath9k: Parse DTIM period from mac80211Mohammed Shafi Shajakhan2010-12-072-2/+4
| | * | ath9k: Properly use unlikely check macroMohammed Shafi Shajakhan2010-12-071-3/+4
| | * | ath9k_htc: Fix panic on FW download failureSujith Manoharan2010-12-071-2/+2
| | * | ath9k_htc: Add support for handling TX power configurationSujith Manoharan2010-12-071-0/+6
| | * | ath9k_htc: Cleanup device identificationSujith Manoharan2010-12-077-30/+31
| | * | ath5k: Use capabilities information for the number of TX queuesBruno Randolf2010-12-072-28/+41
| | * | ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.Ben Greear2010-12-072-2/+8
| | * | ath9k: Add device id of AR9485 to pci tableVasanthakumar Thiagarajan2010-12-071-0/+1
| | * | ath9k_hw: Disable MRC CCK for AR9485Vasanthakumar Thiagarajan2010-12-071-1/+1
| | * | ath9k_hw: Setup paprd only for supported chainsVasanthakumar Thiagarajan2010-12-072-17/+36
| | * | ath9k_hw: Program appropriate register for temperature compensation cal for A...Vasanthakumar Thiagarajan2010-12-071-1/+1
| | * | ath9k_hw: Add IQ cal changes for AR9485Vasanthakumar Thiagarajan2010-12-072-3/+255
| | * | ath9k_hw: Define IQcal correction coefficient registers using indexVasanthakumar Thiagarajan2010-12-072-8/+10
| | * | ath9k_hw: Program appropriate chianmask for AR9485 before starting AGC/IQ calVasanthakumar Thiagarajan2010-12-071-1/+3
| | * | ath9k_hw: Configure power control only for the supported chainsVasanthakumar Thiagarajan2010-12-071-12/+16
| | * | ath9k_hw: Read and configure turnning caps to regulate freq accuracyVasanthakumar Thiagarajan2010-12-072-0/+22
| | * | ath9k_hw: Configure internal regulator for AR9485Vasanthakumar Thiagarajan2010-12-072-15/+82
| | * | ath9k_hw: Read and configure antenna diversity control for AR9485Vasanthakumar Thiagarajan2010-12-072-4/+30
OpenPOWER on IntegriCloud