| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: Keep skb->piority for relayed frames in AP mode | Helmut Schaa | 2011-12-21 | 1 | -1/+6 |
* | mac80211: ibss should not purge clients it is not responsible for | Marek Lindner | 2011-12-21 | 1 | -0/+3 |
* | mac80211: Fixing sparse warning at sta_info.c | Yogesh Ashok Powar | 2011-12-19 | 1 | -2/+7 |
* | mac80211: handle SMPS action frames | Johannes Berg | 2011-12-19 | 1 | -0/+58 |
* | cfg80211: Return beacon loss count in station | Paul Stewart | 2011-12-19 | 3 | -1/+13 |
* | mac80211: split addba retries in time | Nikolay Martynov | 2011-12-19 | 2 | -1/+24 |
* | mac80211: Fix power save in change interface | Mohammed Shafi Shajakhan | 2011-12-15 | 1 | -0/+1 |
* | mac80211: remove an unnecessary paraenthesis | Mohammed Shafi Shajakhan | 2011-12-15 | 1 | -1/+1 |
* | mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames | Helmut Schaa | 2011-12-15 | 4 | -8/+17 |
* | mac80211: reduce station management complexity | Johannes Berg | 2011-12-15 | 3 | -203/+63 |
* | mac80211: delay IBSS station insertion | Johannes Berg | 2011-12-15 | 4 | -57/+140 |
* | mac80211: make address arguments to sta_info_alloc const | Johannes Berg | 2011-12-15 | 2 | -2/+2 |
* | mac80211: count authorized stations per BSS | Johannes Berg | 2011-12-15 | 4 | -16/+20 |
* | mac80211: refactor station state transitions | Johannes Berg | 2011-12-15 | 8 | -30/+172 |
* | mac80211: use station mutex in configuration | Johannes Berg | 2011-12-15 | 1 | -6/+6 |
* | mac80211: remove duplicate TDLS peer verification | Johannes Berg | 2011-12-15 | 1 | -14/+0 |
* | cfg80211: validate nl80211 station handling better | Johannes Berg | 2011-12-15 | 1 | -0/+8 |
* | mac80211: free skb on error path of ieee80211_ibss_join() | Simon Wunderlich | 2011-12-14 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-12-14 | 1 | -45/+41 |
|\ |
|
| * | mac80211: fix another race in aggregation start | Johannes Berg | 2011-12-07 | 1 | -45/+41 |
* | | mac80211: don't check sdata_running in vif notifier | Eliad Peller | 2011-12-13 | 1 | -4/+1 |
* | | mac80211: configure BSS_CHANGED_ARP_FILTER on reconfiguration | Eliad Peller | 2011-12-13 | 1 | -1/+2 |
* | | mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan. | Dmitry TARNYAGIN | 2011-12-13 | 1 | -3/+3 |
* | | mac80211: Make use of ieee80211_is_* functions in tx status path | Helmut Schaa | 2011-12-13 | 1 | -10/+5 |
* | | mac80211: Purge A-MPDU TX queues before station destructions | Yogesh Ashok Powar | 2011-12-13 | 2 | -0/+27 |
* | | mac80211: unlock on error path in ieee80211_ibss_join() | Dan Carpenter | 2011-12-13 | 1 | -1/+3 |
* | | mac80211: Remove WARN_ON in apply-ht-override logic. | Ben Greear | 2011-12-06 | 1 | -1/+3 |
* | | mac80211: accept public action frames with mismatched BSSID | Johannes Berg | 2011-12-06 | 1 | -3/+10 |
* | | mac80211: fix retransmit | Johannes Berg | 2011-12-06 | 1 | -1/+4 |
* | | mac80211: Add HT operation modes for IBSS | Alexander Simon | 2011-12-06 | 7 | -12/+87 |
* | | mac80211: handle protection mode, RIFS and ADDBA for HT IBSS | Simon Wunderlich | 2011-12-06 | 3 | -0/+44 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-12-02 | 7 | -14/+62 |
|\ \
| |/ |
|
| * | Revert "mac80211: clear sta.drv_priv on reconfiguration" | John W. Linville | 2011-12-01 | 1 | -1/+0 |
| * | mac80211: fill rate filter for internal scan requests | Simon Wunderlich | 2011-11-30 | 1 | -0/+6 |
| * | mac80211: fix race between the AGG SM and the Tx data path | Emmanuel Grumbach | 2011-11-28 | 1 | -0/+14 |
| * | mac80211: fix race condition caused by late addBA response | Nikolay Martynov | 2011-11-28 | 1 | -1/+17 |
| * | mac80211: don't stop a single aggregation session twice | Johannes Berg | 2011-11-28 | 1 | -2/+8 |
| * | mac80211: Fix endian bug in radiotap header generation | Helmut Schaa | 2011-11-21 | 1 | -4/+4 |
| * | mac80211: Fix AMSDU rate printout in debugfs. | Ben Greear | 2011-11-21 | 1 | -2/+2 |
| * | mac80211: fix race between connection monitor & suspend | Johannes Berg | 2011-11-09 | 1 | -1/+1 |
| * | mac80211: fix bug in ieee80211_build_probe_req | Johannes Berg | 2011-11-09 | 1 | -0/+4 |
| * | mac80211: fix NULL dereference in radiotap code | Johannes Berg | 2011-11-09 | 1 | -3/+6 |
* | | mac80211: remove unused function declaration | Mohammed Shafi Shajakhan | 2011-11-30 | 1 | -1/+0 |
* | | mac80211: revert on-channel work optimisations | Johannes Berg | 2011-11-30 | 5 | -142/+13 |
* | | mac80211: remove tracing config symbol | Johannes Berg | 2011-11-28 | 3 | -25/+2 |
* | | mac80211: clean up rx_h_mesh_fwding | Thomas Pedersen | 2011-11-28 | 1 | -49/+39 |
* | | mac80211: don't initiate path discovery when forwarding frame with unknown DA | Thomas Pedersen | 2011-11-28 | 5 | -77/+79 |
* | | {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinInterval | Thomas Pedersen | 2011-11-28 | 5 | -1/+16 |
* | | mac80211: fix forwarded mesh frame queue mapping | Thomas Pedersen | 2011-11-28 | 4 | -21/+36 |
* | | mac80211: fix switched HWMP frame addresses | Thomas Pedersen | 2011-11-28 | 1 | -19/+11 |