| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: Fix the Problem of Unreachable Mesh STA from DS | Chun-Yeow Yeoh | 2012-07-11 | 1 | -0/+3 |
* | mac80211: fix read outside array bounds | Christian Lamparter | 2012-07-10 | 1 | -1/+1 |
* | NFC: Fix order of arguments to list_add_tail() when queueing HCP frames | Mathias Jeppsson | 2012-07-10 | 1 | -1/+1 |
* | NFC: Fix empty HCI message list check | Mathias Jeppsson | 2012-07-10 | 1 | -3/+2 |
* | iwlegacy: don't mess up the SCD when removing a key | Emmanuel Grumbach | 2012-07-09 | 1 | -2/+2 |
* | iwlegacy: always monitor for stuck queues | Stanislaw Gruszka | 2012-07-09 | 1 | -8/+6 |
* | rt2x00usb: fix indexes ordering on RX queue kick | Stanislaw Gruszka | 2012-07-09 | 1 | -1/+1 |
* | mwifiex: fix Coverity SCAN CID 709078: Resource leak (RESOURCE_LEAK) | Bing Zhao | 2012-07-09 | 1 | -0/+1 |
* | mac80211: destroy assoc_data correctly if assoc fails | Eliad Peller | 2012-07-09 | 1 | -4/+2 |
* | NFC: Prevent NULL deref when getting socket name | Sasha Levin | 2012-07-09 | 1 | -1/+1 |
* | mac80211: correct size the argument to kzalloc in minstrel_ht | Thomas Huehn | 2012-07-09 | 1 | -1/+1 |
* | mwifiex: fix memory leak associated with IE manamgement | Avinash Patil | 2012-06-27 | 1 | -0/+1 |
* | ath9k: fix panic caused by returning a descriptor we have queued for reuse | Tom Hughes | 2012-06-27 | 1 | -2/+2 |
* | mac80211: correct behaviour on unrecognised action frames | Johannes Berg | 2012-06-27 | 1 | -1/+4 |
* | ath9k: enable serialize_regmode for non-PCIE AR9287 | Panayiotis Karabassis | 2012-06-27 | 1 | -1/+1 |
* | rtlwifi: rtl8192cu: New USB IDs | Larry Finger | 2012-06-27 | 1 | -0/+3 |
* | Merge branch 'for-wireless' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-06-26 | 2 | -6/+9 |
|\ |
|
| * | NFC: Return from rawsock_release when sk is NULL | Eric Dumazet | 2012-06-26 | 1 | -1/+4 |
| * | NFC: Prevent multiple buffer overflows in NCI | Dan Rosenberg | 2012-06-25 | 1 | -5/+5 |
* | | iwlwifi: fix activating inactive stations | Johannes Berg | 2012-06-25 | 1 | -0/+12 |
* | | wlcore: drop INET dependency | Randy Dunlap | 2012-06-25 | 1 | -1/+0 |
* | | ath9k: fix dynamic WEP related regression | Felix Fietkau | 2012-06-25 | 3 | -1/+7 |
|/ |
|
* | mwifiex: improve error path handling in usb.c | Amitkumar Karwar | 2012-06-22 | 1 | -5/+17 |
* | mwifiex: fix bugs in event handling code | Amitkumar Karwar | 2012-06-22 | 3 | -11/+10 |
* | mwifiex: fix WPS eapol handshake failure | Stone Piao | 2012-06-22 | 1 | -0/+1 |
* | mwifiex: fix 11n rx packet drop issue | Stone Piao | 2012-06-22 | 3 | -2/+12 |
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-06-22 | 1 | -7/+6 |
|\ |
|
| * | mac80211: clear ifmgd->bssid only after building DELBA | Eliad Peller | 2012-06-21 | 1 | -7/+6 |
* | | ath9k_htc: configure bssid on ASSOC/IBSS change | Rajkumar Manoharan | 2012-06-20 | 1 | -3/+2 |
* | | iwlwifi: remove log_event debugfs file debugging is disabled | Johannes Berg | 2012-06-20 | 1 | -0/+6 |
* | | ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvc | Mohammed Shafi Shajakhan | 2012-06-20 | 1 | -1/+13 |
* | | wl1251: Fix memory leaks in SPI initialization | Grazvydas Ignotas | 2012-06-20 | 1 | -0/+4 |
* | | wl1251: always report beacon loss to the stack | Grazvydas Ignotas | 2012-06-20 | 1 | -2/+1 |
* | | wl1251: fix TSF calculation | Grazvydas Ignotas | 2012-06-20 | 1 | -1/+1 |
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-06-19 | 7 | -13/+32 |
|\ \ |
|
| * | | Bluetooth: btmrvl: Do not send vendor events to bluetooth stack | Andrei Emeltchenko | 2012-06-19 | 3 | -6/+18 |
| * | | Bluetooth: Fix sending HCI_Disconnect only when connected | Vishal Agarwal | 2012-06-14 | 1 | -1/+1 |
| * | | Bluetooth: add support for atheros 0930:0219 | Giancarlo Formicuccia | 2012-06-12 | 2 | -0/+3 |
| * | | Bluetooth: Fix using uninitialized option in RFCMode | Szymon Janc | 2012-06-12 | 1 | -6/+8 |
| * | | Bluetooth: Support AR3011 in Acer Iconia Tab W500 | Marek Vasut | 2012-06-10 | 2 | -0/+2 |
* | | | mwifiex: fix wrong return values in add_virtual_intf() error cases | Bing Zhao | 2012-06-19 | 1 | -14/+11 |
* | | | airo: copying wrong data in airo_get_aplist() | Dan Carpenter | 2012-06-19 | 1 | -2/+2 |
* | | | mwifiex: fix uAP TX packet timeout issue | Avinash Patil | 2012-06-19 | 1 | -7/+3 |
* | | | ath5k: remove _bh from inner locks | Bob Copeland | 2012-06-19 | 1 | -2/+2 |
* | | | ath9k: fix invalid pointer access in the tx path | Felix Fietkau | 2012-06-19 | 2 | -12/+18 |
* | | | ath9k: fix a tx rate duration calculation bug | Felix Fietkau | 2012-06-19 | 1 | -1/+1 |
* | | | ath9k: Fix softlockup in AR9485 | Mohammed Shafi Shajakhan | 2012-06-13 | 1 | -0/+9 |
* | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-06-13 | 6 | -4/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | mac80211: stop polling in disassociation | David Spinadel | 2012-06-13 | 1 | -2/+2 |
| * | | mac80211: check sdata_running on ieee80211_set_bitrate_mask | Eliad Peller | 2012-06-13 | 1 | -0/+3 |