summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-09Hostap: copying wrong data prism2_ioctl_giwaplist()Dan Carpenter1-2/+2
2013-08-09zd1201: do not use stack as URB transfer_bufferJussi Kivilinna1-1/+3
2013-08-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville5-26/+32
2013-08-06iwlwifi: mvm: disconnect if time event scheduling failsJohannes Berg1-10/+23
2013-08-06Revert "iwlwifi: pcie: clear RFKILL interrupt in AMPG"Guy Cohen2-10/+0
2013-08-05cw1200: Fix spurious BUG_ON() trigger when starting AP mode.Solomon Peachy1-5/+2
2013-08-02iwl4965: reset firmware after rfkill offStanislaw Gruszka2-5/+6
2013-08-02iwl4965: set power mode earlyStanislaw Gruszka1-3/+3
2013-07-31mwifiex: fix command 0x2c timeout during p2p_find or p2p_connectStone Piao1-2/+2
2013-07-31mwifiex: fix wrong data rates in P2P clientAvinash Patil1-1/+2
2013-07-31mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil2-4/+6
2013-07-31iwlwifi: pcie: disable L1 Active after pci_enable_deviceEmmanuel Grumbach1-5/+5
2013-07-31iwlwifi: dvm: fix calling ieee80211_chswitch_done() with NULLStanislaw Gruszka1-1/+4
2013-07-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville9-39/+57
2013-07-29Merge branch 'for-linville-current' of git://github.com/kvalo/athJohn W. Linville1-1/+1
2013-07-29rt2x00: fix stop queueStanislaw Gruszka1-7/+11
2013-07-26brcmfmac: inform cfg80211 about disconnect when device is unpluggedArend van Spriel1-1/+4
2013-07-26mwifiex: Add missing endian conversion.Tomasz Moń1-2/+2
2013-07-26iwlwifi: pcie: clear RFKILL interrupt in AMPGEmmanuel Grumbach2-0/+10
2013-07-26iwlwifi: mvm: fix flushing not started aggregation sessionsJohannes Berg1-3/+8
2013-07-26iwlwifi: mvm: Disable managed PS when GO is addedIlan Peer1-21/+21
2013-07-26iwlwifi: pcie: reset the NIC before the bring upEmmanuel Grumbach1-0/+5
2013-07-24iwlwifi: mvm: set SSID bits for passive channelsDavid Spinadel2-10/+2
2013-07-24iwlwifi: mvm: use only a single GTK in D3Johannes Berg1-5/+10
2013-07-22brcmfmac: bail out of brcmf_txflowblock_if() for non-netdev interfaceArend van Spriel1-1/+1
2013-07-22brcmfmac: decrement pending 8021x count upon tx failureArend van Spriel1-1/+7
2013-07-22ath: wil6210: Fix build errorLarry Finger1-2/+2
2013-07-22cw1200: Fix OOPS in monitor modeSolomon Peachy1-1/+1
2013-07-22ath9k_htc: reboot firmware if it was loadedOleksij Rempel1-1/+3
2013-07-22ath9k_htc: do some initial hardware configurationOleksij Rempel1-0/+1
2013-07-22mwifiex: fix IRQ enable/disableDaniel Drake5-61/+57
2013-07-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville6-9/+56
2013-07-22iwlwifi: add DELL SKU for 5150 HMCEmmanuel Grumbach1-0/+1
2013-07-22ath10k: ATH10K should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-07-18ath9k_hw: Fix multicast search for AR9002 familySujith Manoharan1-1/+9
2013-07-18rtlwifi: Fix build errors for unusual casesLarry Finger10-35/+91
2013-07-18ath5k: fix extra set bit in multicast maskBob Copeland1-1/+1
2013-07-18rt2x00: RT2X00 should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-07-17ath9k_htc: fix data race between request_firmware_nowait() callback and suspe...Alexey Khoroshilov1-3/+6
2013-07-17ath9k: fix tx pending frames accounting for dropped packetsFelix Fietkau1-16/+28
2013-07-17rtlwifi: Initialize power-setting callback for USB devicesLarry Finger4-13/+15
2013-07-16iwlwifi: mvm: remove extra SSID from probe requestDavid Spinadel1-2/+4
2013-07-16iwlwifi: mvm: fix bug in scan ssidDavid Spinadel1-2/+2
2013-07-16iwlwifi: mvm: refuse connection to APs with BI < 16Johannes Berg1-0/+16
2013-07-16iwlwifi: mvm: track the number of Rx BA sessionsEmmanuel Grumbach3-0/+17
2013-07-16iwlwifi: mvm: fix L2P BA ressources leakEmmanuel Grumbach1-2/+6
2013-07-16iwlwifi: mvm: Fix VIF specific debugfs directory creationAlexander Bondar1-1/+5
2013-07-16iwlwifi: dvm: don't send BT_CONFIG on devices w/o BluetoothJohannes Berg1-1/+1
2013-07-16iwlwifi: mvm: unregister leds when registration failedEmmanuel Grumbach1-1/+5
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-56/+393