summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | rt2x00: fix stop queueStanislaw Gruszka2013-07-291-7/+11
* | | | | brcmfmac: inform cfg80211 about disconnect when device is unpluggedArend van Spriel2013-07-261-1/+4
* | | | | mwifiex: Add missing endian conversion.Tomasz Moń2013-07-261-2/+2
* | | | | brcmfmac: bail out of brcmf_txflowblock_if() for non-netdev interfaceArend van Spriel2013-07-221-1/+1
* | | | | brcmfmac: decrement pending 8021x count upon tx failureArend van Spriel2013-07-221-1/+7
* | | | | ath: wil6210: Fix build errorLarry Finger2013-07-221-2/+2
* | | | | cw1200: Fix OOPS in monitor modeSolomon Peachy2013-07-221-1/+1
* | | | | ath9k_htc: reboot firmware if it was loadedOleksij Rempel2013-07-221-1/+3
* | | | | ath9k_htc: do some initial hardware configurationOleksij Rempel2013-07-221-0/+1
* | | | | mwifiex: fix IRQ enable/disableDaniel Drake2013-07-225-61/+57
* | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-07-226-9/+56
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | iwlwifi: mvm: remove extra SSID from probe requestDavid Spinadel2013-07-161-2/+4
| * | | | iwlwifi: mvm: fix bug in scan ssidDavid Spinadel2013-07-161-2/+2
| * | | | iwlwifi: mvm: refuse connection to APs with BI < 16Johannes Berg2013-07-161-0/+16
| * | | | iwlwifi: mvm: track the number of Rx BA sessionsEmmanuel Grumbach2013-07-163-0/+17
| * | | | iwlwifi: mvm: fix L2P BA ressources leakEmmanuel Grumbach2013-07-161-2/+6
| * | | | iwlwifi: mvm: Fix VIF specific debugfs directory creationAlexander Bondar2013-07-161-1/+5
| * | | | iwlwifi: dvm: don't send BT_CONFIG on devices w/o BluetoothJohannes Berg2013-07-161-1/+1
| * | | | iwlwifi: mvm: unregister leds when registration failedEmmanuel Grumbach2013-07-161-1/+5
* | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-07-227-11/+56
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau2013-07-161-1/+2
| * | | mac80211: fix duplicate retransmission detectionJohannes Berg2013-07-161-2/+8
| * | | nl80211: fix the setting of RSSI threshold value for meshChun-Yeow Yeoh2013-07-161-2/+2
| * | | mac80211: fix ethtool stats for non-station interfacesJohannes Berg2013-07-161-0/+2
| * | | mac80211/minstrel_ht: fix cck rate samplingFelix Fietkau2013-07-161-1/+9
| * | | regulatory: add missing rtnl lockingJohannes Berg2013-07-161-0/+2
| * | | cfg80211: fix bugs in new SME implementationJohannes Berg2013-07-161-3/+26
| * | | nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior2013-07-161-2/+5
| |/ /
* | | ath9k_hw: Fix multicast search for AR9002 familySujith Manoharan2013-07-181-1/+9
* | | rtlwifi: Fix build errors for unusual casesLarry Finger2013-07-1810-35/+91
* | | ath5k: fix extra set bit in multicast maskBob Copeland2013-07-181-1/+1
* | | rt2x00: RT2X00 should depend on HAS_DMAGeert Uytterhoeven2013-07-181-1/+1
* | | ssb: fix alignment of struct bcma_device_idArnd Bergmann2013-07-181-2/+3
* | | ath9k_htc: fix data race between request_firmware_nowait() callback and suspe...Alexey Khoroshilov2013-07-171-3/+6
* | | ath9k: fix tx pending frames accounting for dropped packetsFelix Fietkau2013-07-171-16/+28
* | | rtlwifi: Initialize power-setting callback for USB devicesLarry Finger2013-07-174-13/+15
|/ /
* | Linux 3.11-rc1v3.11-rc1Linus Torvalds2013-07-142-1604/+883
* | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-148-69/+121
|\ \
| * | slub: Check for page NULL before doing the node_match checkSteven Rostedt2013-07-141-1/+1
| * | mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2013-07-083-8/+8
| * | slob: Check for NULL pointer before calling ctor()Steven Rostedt2013-07-071-1/+1
| * | slub: Make cpu partial slab support configurableJoonsoo Kim2013-07-072-6/+32
| * | slab: add kmalloc() to kernel API documentationMichael Opdenacker2013-07-072-12/+14
| * | slab: fix init_lock_keysChristoph Lameter2013-07-071-1/+1
| * | slob: use DIV_ROUND_UP where possibleSasha Levin2013-07-071-1/+1
| * | slub: do not put a slab to cpu partial list when cpu_partial is 0Joonsoo Kim2013-07-071-0/+3
| * | mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoWanpeng Li2013-07-071-2/+2
| * | mm/slub: Drop unnecessary nr_partialsWanpeng Li2013-07-071-2/+0
| * | mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li2013-07-071-1/+9
| * | mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2013-07-073-12/+5