summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| * rt2x00: Don't count retries as failureIvo van Doorn2008-05-281-1/+1
| * rt2x00: Fix memleak in tx() pathIvo van Doorn2008-05-281-0/+1
| * b43: Fix controller restart crashMichael Buesch2008-05-281-2/+10
| * b43: Upload both beacon templates on initial loadMichael Buesch2008-05-282-14/+45
| * rtl8180: fix wrong parameter in grf5101_rf_set_channelAndrea Merello2008-05-281-1/+1
| * rtl8180: fix wrong parameter in max2820_rf_set_channelAndrea Merello2008-05-281-1/+1
| * rtl8180: fix wrong parameter in sa2400_rf_set_channelAndrea Merello2008-05-281-1/+1
| * rtl8180: avoid NULL dereference in max2820_rf_set_channelJohn W. Linville2008-05-281-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-216-18/+33
|\|
| * libertas: Fix ethtool statisticsDavid Woodhouse2008-05-201-14/+13
| * orinoco_cs: add ID for SpeedStream wireless adaptersPavel Roskin2008-05-201-0/+1
| * hostap_cs: add ID for Conceptronic CON11CProPavel Roskin2008-05-201-0/+1
| * rtl8187: resource leak in error caseOliver Neukum2008-05-201-2/+12
| * ath5k: Fix loop variable initializationsBob Copeland2008-05-202-2/+6
* | missing dependencies on HAS_DMAAl Viro2008-05-212-2/+2
* | misc drivers/net endianness noiseAl Viro2008-05-212-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-204-6/+9
|\|
| * wireless: Create 'device' symlink in sysfsMasakazu Mokuno2008-05-163-0/+3
| * wireless, airo: waitbusy() won't delayRoel Kluin2008-05-161-1/+1
| * libertas: fix command timeout after firmware failureBrian Cavagnolo2008-05-161-0/+1
| * hostap: fix "registers" registration in procfsMathieu Chouquet-Stringer2008-05-151-5/+4
* | byteorder: don't directly include linux/byteorder/generic.hHarvey Harrison2008-05-161-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-1410-41/+39
|\
| * iwlwifi: Fix frequency in rx_status fillEmmanuel Grumbach2008-05-122-2/+2
| * zd1211rw: fix potential use-after-free bugJohannes Berg2008-05-121-1/+5
| * rt2x00: Clean up error handling of PCI queue DMA allocation.Ivo van Doorn2008-05-121-2/+3
| * rt2x00: Fix broken recover-on-error pathIvo van Doorn2008-05-121-7/+4
| * rt2x00: Don't use pskb_expand_head()Ivo van Doorn2008-05-121-20/+11
| * iwlwifi: fix compile error when CONFIG_MAC80211_DEBUGFS is not selectedZhu Yi2008-05-121-1/+1
| * wavelan: avoid index past end of array if DEBUG_SHOW_UNUSED is definedJohn W. Linville2008-05-122-6/+4
| * prism54: fix regression with missing carrier in AP-modeLuis R. Rodriguez2008-05-121-2/+9
* | strip: Fix termios assumptionAlan Cox2008-05-121-1/+1
|/
* iwlwifi: make IWLWIFI a tristateAdrian Bunk2008-05-061-2/+1
* rt2x00: Fix quality/activity led handlingIvo van Doorn2008-05-018-5/+28
* rt2x00: Don't enable short preamble for 1MBsIvo van Doorn2008-05-012-2/+2
* iwlwifi: fix debug messages during scanningBill Moss2008-05-012-15/+14
* iwlwifi: fix current channel is not scannedGuy Cohen2008-05-014-28/+0
* b43: Fix some TX/RX locking issuesMichael Buesch2008-05-012-14/+33
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-012-1/+10
|\
| * libertas: fix use-before-check violationHolger Schurig2008-04-301-1/+2
| * b43: Fix dual-PHY devicesMichael Buesch2008-04-301-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-301-6/+6
|\|
| * iwlwifi: move the selects to the tristate driversAdrian Bunk2008-04-291-6/+6
* | strip: Fix up strip for the new orderAlan Cox2008-04-301-42/+24
* | wireless: use get/put_unaligned_* helpersHarvey Harrison2008-04-297-30/+22
* | netdev: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-52/+32
* | proc: remove proc_root_driverAlexey Dobriyan2008-04-291-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-282-1/+7
|\|
| * iwlwifi: Allow building iwl3945 without iwl4965.Jason Riedy2008-04-272-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-249-24/+83
|\|