| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: fix channel selection bug | Johannes Berg | 2013-02-11 | 1 | -3/+3 |
* | mac80211: fix managed mode channel context use | Johannes Berg | 2013-02-07 | 1 | -1/+4 |
* | mac80211: fix error in sizeof() usage | Cong Ding | 2013-02-06 | 1 | -1/+2 |
* | mac80211: add encrypt headroom to PERR frames | Bob Copeland | 2013-01-16 | 1 | -1/+3 |
* | mac80211: set NEED_TXPROCESSING for PERR frames | Bob Copeland | 2013-01-16 | 1 | -0/+1 |
* | mac80211: fix monitor mode injection | Felix Fietkau | 2013-01-16 | 1 | -3/+6 |
* | mac80211: synchronize scan off/on-channel and PS states | Stanislaw Gruszka | 2013-01-16 | 3 | -26/+14 |
* | mac80211: fix FT roaming | Johannes Berg | 2013-01-16 | 1 | -1/+11 |
* | mac80211: fix maximum MTU | Chaitanya | 2013-01-03 | 1 | -10/+1 |
* | mac80211: fix dtim_period in hidden SSID AP association | Johannes Berg | 2013-01-03 | 3 | -37/+55 |
* | mac80211: use del_timer_sync for final sta cleanup timer deletion | Johannes Berg | 2013-01-03 | 1 | -1/+1 |
* | mac80211: fix station destruction in AP/mesh modes | Johannes Berg | 2013-01-03 | 4 | -17/+62 |
* | mac80211: RMC buckets are just list heads | Thomas Pedersen | 2013-01-03 | 2 | -5/+5 |
* | mac80211: assign VLAN channel contexts | Johannes Berg | 2013-01-03 | 3 | -3/+45 |
* | mac80211: flush AP_VLAN stations when tearing down the BSS AP | Felix Fietkau | 2013-01-03 | 1 | -0/+2 |
* | mac80211: fix ibss scanning | Stanislaw Gruszka | 2013-01-03 | 3 | -18/+31 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ |
|
| * | treewide: fix typo of "suport" in various comments and Kconfig | Masanari Iida | 2012-11-19 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-12-11 | 11 | -15/+58 |
|\ \ |
|
| * \ | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next | John W. Linville | 2012-12-11 | 11 | -15/+58 |
| |\ \ |
|
| | * | | minstrel: update stats after processing status | Johannes Berg | 2012-12-10 | 1 | -4/+5 |
| | * | | mac80211: a few whitespace fixes | Johannes Berg | 2012-12-10 | 2 | -3/+3 |
| | * | | mac80211: warn only once if ampdu_action isn't assigned | Chaitanya | 2012-12-07 | 1 | -1/+1 |
| | * | | mac80211: cancel work instead of waiting for it to do nothing | Johannes Berg | 2012-12-06 | 1 | -1/+1 |
| | * | | mac80211: don't drop mesh peering frames from unknown STA | Marco Porsch | 2012-12-06 | 1 | -1/+2 |
| | * | | mac80211: skip radiotap space calculation if no monitor exists | Helmut Schaa | 2012-12-05 | 1 | -3/+3 |
| | * | | mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAIL | Stanislaw Gruszka | 2012-12-05 | 1 | -1/+5 |
| | * | | mac80211: add debug file for mic failure | Saravana | 2012-12-05 | 3 | -1/+24 |
| | * | | mac80211: adapt slot time in IBSS mode | Simon Wunderlich | 2012-12-04 | 1 | -0/+14 |
* | | | | net: remove obsolete simple_strto<foo> | Abhijit Pawar | 2012-12-11 | 1 | -1/+0 |
* | | | | net: remove obsolete simple_strto<foo> | Abhijit Pawar | 2012-12-10 | 1 | -0/+3 |
|/ / / |
|
* | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-12-06 | 15 | -171/+580 |
|\ \ \
| |/ / |
|
| * | | mac80211: return if CSA is not handle | Simon Wunderlich | 2012-12-03 | 1 | -0/+1 |
| * | | mac80211: simplify loop in minstrel_ht | Johannes Berg | 2012-11-30 | 1 | -5/+3 |
| * | | cfg80211: fix BSS struct IE access races | Johannes Berg | 2012-11-30 | 1 | -31/+49 |
| * | | mac80211: remove probe response temporary buffer allocation | Johannes Berg | 2012-11-30 | 2 | -24/+11 |
| * | | mac80211: make ieee80211_build_preq_ies safer | Johannes Berg | 2012-11-30 | 3 | -17/+41 |
| * | | mac80211: allow userspace registration for probe requests in IBSS | Antonio Quartulli | 2012-11-30 | 1 | -1/+2 |
| * | | mac80211: fix for mesh sync to indicate TBTT adjustment | Marco Porsch | 2012-11-30 | 1 | -0/+4 |
| * | | mac80211: add debugfs file for last rx rate | Saravana | 2012-11-29 | 1 | -0/+18 |
| * | | mac80211: re-organize the rx rate calculation logic | Saravana | 2012-11-29 | 2 | -28/+35 |
| * | | mac80211: add debugfs file for current tx rate | Saravana | 2012-11-29 | 1 | -0/+16 |
| * | | mac80211: add debugfs file for last ack signal | Saravana | 2012-11-29 | 3 | -0/+7 |
| * | | mac80211: don't reinit rate control when mesh sta exists | Helmut Schaa | 2012-11-28 | 1 | -1/+2 |
| * | | mac80211: reject setting masked mac addresses | Helmut Schaa | 2012-11-28 | 1 | -0/+45 |
| * | | mac80211: fix potential NULL dereference | Dan Carpenter | 2012-11-28 | 1 | -1/+1 |
| * | | mac80211: support P2P GO powersave configuration | Johannes Berg | 2012-11-27 | 2 | -2/+16 |
| * | | mac80211: support (partial) VHT radiotap information | Johannes Berg | 2012-11-27 | 2 | -0/+42 |
| * | | mac80211: support VHT association | Johannes Berg | 2012-11-27 | 2 | -72/+298 |
* | | | Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-12-06 | 1 | -2/+0 |
|\ \ \ |
|