summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | rt2x00: Revise irqmask locking for PCI devicesHelmut Schaa2011-03-044-33/+22Star
| | * | | | rt2x00: Remove now unused crypto.aid fieldHelmut Schaa2011-03-042-5/+2Star
| | * | | | rt2x00: Fix rt2800 key assignment in multi bssid setupsHelmut Schaa2011-03-041-13/+30
| | * | | | rt2x00: Use an enum instead of u16 for the rate_mode TX descriptor fieldHelmut Schaa2011-03-041-1/+1
| | * | | | rt2x00: Don't call ieee80211_get_tx_rate for MCS ratesHelmut Schaa2011-03-042-15/+15
| | * | | | rt2x00: Move TX descriptor field "ifs" into plcp substructHelmut Schaa2011-03-047-15/+17
| | * | | | rt2x00: Optimize TX descriptor memory layoutIvo van Doorn2011-03-041-5/+5
| | * | | | rt2x00: Optimize TX descriptor handlingHelmut Schaa2011-03-0412-55/+79
| | * | | | rt2x00: Generate sw sequence numbers only for devices that need itHelmut Schaa2011-03-045-4/+11
| | * | | | rt2x00: Use unlikely for unexpected error condition in rt2x00_mac_txHelmut Schaa2011-03-041-1/+1
| | * | | | rt2x00: Add unlikely macro to special case tx status handlingHelmut Schaa2011-03-041-1/+1
| | * | | | rt2x00: Remove useless NULL checkHelmut Schaa2011-03-041-2/+1Star
| | * | | | rt2x00: Make use of unlikely during tx status processingHelmut Schaa2011-03-041-2/+2
| | * | | | rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa2011-03-046-8/+25
| | * | | | rt2x00: fix whitespace damage in the rt2800 specific codeGabor Juhos2011-03-043-369/+378
| | * | | | b43: N-PHY: rev3+: implement gain ctl workaroundsRafał Miłecki2011-03-041-9/+162
| | * | | | b43: N-PHY: rev3+: add tables with gain ctl workaroundsRafał Miłecki2011-03-042-0/+128
| | * | | | b43: N-PHY: rev3+: correct switching analog coreRafał Miłecki2011-03-041-2/+6
| | * | | | ath9k_hw: Read noise floor only for available chains for AR9003Vasanthakumar Thiagarajan2011-03-041-18/+19
| | * | | | ath9k: Add a debugfs interface to dump chip registersVasanthakumar Thiagarajan2011-03-041-0/+54
| | * | | | rtl8187: Change rate-control feedbackLarry Finger2011-03-042-5/+22
| | * | | | rtlwifi: usb parts should depend on CONFIG_USBJohn W. Linville2011-03-041-3/+6
| | * | | | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2011-03-041-3/+4
| | |\ \ \ \
| | | * | | | iwlagn: report correct temperature for WiFi/BT devices.Fry, Donald H2011-03-031-3/+4
| | * | | | | wl12xx: Correctly set up protection if non-GF STAs are presentHelmut Schaa2011-03-031-1/+2
| | * | | | | wl12xx: wakeup chip from ELP during scanArik Nemtsov2011-03-032-6/+15
| | * | | | | wl12xx: Modify requested number of memory blocksIdo Yariv2011-03-031-1/+1
| | * | | | | wl12xx: Avoid redundant TX workIdo Yariv2011-03-032-5/+28
| | * | | | | wl12xx: Switch to level trigger interruptsIdo Yariv2011-03-032-2/+2
| | * | | | | wl12xx: Switch to a threaded interrupt handlerIdo Yariv2011-03-0310-81/+113
| | * | | | | wl12xx: Change claiming of the SDIO busIdo Yariv2011-03-031-10/+0Star
| | * | | | | wl12xx: Do end-of-transactions transfers only if neededIdo Yariv2011-03-036-3/+32
| | * | | | | wl12xx: Reorder data handling in irq_workIdo Yariv2011-03-031-5/+5
| | * | | | | wl12xx: Remove private headers in wl1271_tx_resetIdo Yariv2011-03-031-9/+23
| | * | | | | wl12xx: Don't rely on runtime PM for toggling powerIdo Yariv2011-03-031-2/+14
| | * | | | | wl12xx: fix the path to the wl12xx firmwaresSebastien Jan2011-03-031-3/+3
| | |/ / / /
* | | | | | e1000e: bump version numberBruce Allan2011-03-111-1/+1
* | | | | | e1000e: do not suggest the driver supports Wake-on-ARPBruce Allan2011-03-111-9/+3Star
* | | | | | e1000e: disable jumbo frames on 82579 when MACsec enabled in EEPROMBruce Allan2011-03-112-1/+8
* | | | | | e1000e: do not toggle LANPHYPC value bit when PHY reset is blockedBruce Allan2011-03-111-4/+4
* | | | | | e1000e: extend EEE LPI timer to prevent dropped linkBruce Allan2011-03-111-5/+24
* | | | | | e1000e: extend timeout for ethtool link test diagnosticBruce Allan2011-03-111-3/+6
* | | | | | e1000e: magic number cleanup - ETH_ALENBruce Allan2011-03-111-3/+2Star
* | | | | | e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb()Bruce Allan2011-03-111-2/+2
* | | | | | ixgbevf: remove Tx hang detectionLior Levy2011-03-112-51/+0Star
* | | | | | ixgb: convert to new VLAN modelEmil Tantilov2011-03-113-43/+52
|/ / / / /
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-1066-204/+675
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2011-03-1057-168/+595
| |\ \ \ \
| | * \ \ \ Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2011-03-1021-63/+283
| | |\ \ \ \
| | | * | | | [media] mantis_pci: remove asm/pgtable.h includeArnaud Patard (Rtp)2011-03-031-1/+0Star