summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-2127-52/+148
|\
| * Merge tag 'nfc-fixes-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-11-202-12/+15
| |\
| | * NFC: Fix pn533 target mode memory leakThierry Escande2012-11-201-1/+5
| | * NFC: pn533: Fix mem leak in pn533_in_dep_link_upWaldemar Rymarkiewicz2012-11-201-3/+5
| | * NFC: pn533: Fix use after freeSzymon Janc2012-11-201-6/+2
| | * NFC: pn533: Fix missing lock while operating on commands listSzymon Janc2012-11-201-1/+2
| | * NFC: Fix nfc_llcp_local chained list insertionThierry Escande2012-11-201-1/+1
| |/
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-192-8/+14
| |\
| | * iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach2012-11-181-8/+0
| | * iwlwifi: fix monitor mode FCS flagJohannes Berg2012-11-141-0/+14
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-192-4/+24
| |\ \
| | * | wireless: add back sysfs directoryJohannes Berg2012-11-161-0/+20
| | * | mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-11-131-4/+4
| * | | ath9k_hw: Fix regression in device resetSujith Manoharan2012-11-191-1/+1
| * | | mwifiex: report error to MMC core if we cannot suspendBing Zhao2012-11-161-5/+6
| * | | mwifiex: fix system hang issue in cmd timeout error caseBing Zhao2012-11-161-3/+8
| * | | rtlwifi: rtl8192cu: Add new USB IDAlbert Pool2012-11-161-0/+1
| * | | brcmfmac: fix typo in CONFIG_BRCMISCANHauke Mehrtens2012-11-141-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-11-145-8/+12
| |\ \ \
| | * | | Bluetooth: Fix memory leak when removing a UUIDJohan Hedberg2012-11-091-0/+1
| | * | | Bluetooth: ath3k: Add support for VAIO VPCEH [0489:e027]Marcos Chaparro2012-11-092-0/+2
| | * | | Bluetooth: Notify about device registration before power onMarcel Holtmann2012-11-091-2/+2
| | * | | Bluetooth: Fix error status when pairing failsPaulo Sérgio2012-11-091-1/+1
| | * | | Bluetooth: Fix having bogus entries in mgmt_read_index_list replyJohan Hedberg2012-11-091-5/+6
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-143-4/+23
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | iwlwifi: use ieee80211_free_txskbJohannes Berg2012-11-072-2/+2
| | * | | iwlwifi: handle DMA mapping failuresJohannes Berg2012-11-051-2/+21
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-149-12/+37
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg2012-11-121-3/+2
| | * | mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau2012-11-104-6/+20
| | * | mac80211: don't send null data packet when not associatedJohannes Berg2012-11-091-0/+2
| | * | mac80211: fix memory leak in device registration error pathJohannes Berg2012-11-091-2/+4
| | * | mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov2012-11-051-0/+5
| | * | mac80211: init sched_scan_iesDavid Spinadel2012-10-311-1/+1
| | * | mac80211: do not call ieee80211_configure_filter if no interfaces are upFelix Fietkau2012-10-311-0/+3
| * | | ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann2012-10-301-2/+6
| * | | rt2800: validate step value for temperature compensationStanislaw Gruszka2012-10-301-1/+1
* | | | brcmfmac: include linux/vmalloc.h from usb.cJohn W. Linville2012-11-201-0/+1
* | | | brcmfmac: check return from kzalloc in brcmf_fweh_process_eventJohn W. Linville2012-11-201-0/+3
* | | | brcmsmac: Remove some noisy and uninformative debug messagesSeth Forshee2012-11-202-27/+0
* | | | brcmsmac: Add tracepoint for AMPDU session informationSeth Forshee2012-11-202-0/+36
* | | | brcmsmac: Add tracepoint for macintstatusSeth Forshee2012-11-202-4/+24
* | | | brcmsmac: Improve tx trace and debug supportSeth Forshee2012-11-204-250/+94
* | | | brcmsmac: Add brcms_dbg_ht() debug macroSeth Forshee2012-11-204-20/+25
* | | | brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee2012-11-205-96/+73
* | | | brcmsmac: Add brcms_dbg_int() debug macroSeth Forshee2012-11-203-6/+8
* | | | brcmsmac: Add rx and tx debug macrosSeth Forshee2012-11-203-10/+12
* | | | brcmsmac: Add brcms_dbg_mac80211() debug macroSeth Forshee2012-11-203-27/+36
* | | | brcmsmac: Use debug macros for general error and debug statementsSeth Forshee2012-11-205-212/+221
* | | | brcmsmac: Add support for writing debug messages to the trace bufferSeth Forshee2012-11-204-4/+151