summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: handle MMPDUs at EOSP correctlyJohannes Berg2014-01-101-13/+57
* mac80211: release multiple ACs in uAPSD, fix more-data bugJohannes Berg2014-01-101-42/+40Star
* mac80211: fix PS-Poll driver release TIDJohannes Berg2014-01-101-1/+13
* mac80211: handle station TX latency allocation errorsJohannes Berg2014-01-061-30/+40
* mac80211: add tracing for ieee80211_sta_set_bufferedJohannes Berg2014-01-061-0/+2
* mac80211: optimise mixed AP/VLAN station removalJohannes Berg2013-12-161-2/+6
* mac80211: optimise synchronize_net() for sta_info_flushJohannes Berg2013-12-161-3/+39
* mac80211: move synchronize_net() before sta key removalJohannes Berg2013-12-161-1/+2
* mac80211: don't delay station destructionJohannes Berg2013-12-161-56/+2Star
* mac80211: move 4-addr sta pointer clearing before synchronize_rcu()Johannes Berg2013-12-161-3/+4
* mac80211: add pre-RCU-sync sta removal driver operationJohannes Berg2013-12-161-0/+2
* mac80211: warn if unhashing station failsJohannes Berg2013-12-051-1/+1
* mac80211: Tx frame latency statisticsMatti Gottlieb2013-12-021-0/+34
* mac80211: add min required channel definition fieldEliad Peller2013-11-251-0/+2
* mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh2013-11-251-1/+1
* mac80211: clean up mesh local link ID generationThomas Pedersen2013-11-251-2/+2
* mac80211: implement SMPS for APEmmanuel Grumbach2013-10-281-0/+72
* mac80211: initialize power mode for mesh STAsThomas Pedersen2013-06-241-0/+1
* mac80211: fix TX aggregation TID struct leakJohannes Berg2013-06-131-0/+1
* mac80211: add a tx control flag to indicate PS-Poll/uAPSD responseFelix Fietkau2013-06-041-1/+3
* mac80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-161-0/+2
* mac80211: batch key free synchronize_net()Johannes Berg2013-03-111-9/+3Star
* mac80211: remove underscores from some key functionsJohannes Berg2013-03-111-4/+4
* mac80211: Call drv_set_tim only if there is a changeIlan Peer2013-03-071-0/+13
* mac80211: provide ieee80211_sta_eosp()Johannes Berg2013-03-071-17/+3Star
* mac80211: init mesh timer for user authed STAsThomas Pedersen2013-03-061-0/+5
* mac80211: defer tailroom counter manipulation when roamingJohannes Berg2013-03-061-2/+4
* mac80211: stop modifying HT SMPS capabilityJohannes Berg2013-02-151-0/+2
* mac80211: use spin_lock_bh() for tim_lockJohannes Berg2013-02-151-3/+2Star
* mac80211: fix auth/assoc timeout handlingJohannes Berg2013-02-151-0/+2
* mac80211: fix mesh sta teardownThomas Pedersen2013-02-111-7/+2Star
* mac80211: mesh power save basicsMarco Porsch2013-02-041-2/+18
* mac80211: clean up mesh sta allocation warningThomas Pedersen2013-01-241-5/+0Star
* mac80211: split aggregation stop by reasonJohannes Berg2013-01-031-1/+1
* mac80211: optimise AP stop RCU handlingJohannes Berg2013-01-031-2/+0Star
* mac80211: optimise roaming time againJohannes Berg2013-01-031-10/+17
* mac80211: remove final sta_info_flush()Johannes Berg2013-01-031-17/+6Star
* mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg2013-01-031-1/+1
* mac80211: fix station destruction in AP/mesh modesJohannes Berg2013-01-031-4/+40
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-261-1/+1
|\
| * mac80211: convert to channel definition structJohannes Berg2012-11-261-1/+1
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-5/+5
|\|
| * mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg2012-11-191-5/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-3/+8
|\ \ | |/ |/|
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-141-3/+8
| |\
| | * mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau2012-11-101-3/+3
| | * mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov2012-11-051-0/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-231-2/+2
|\| |
| * | mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau2012-10-151-2/+2
| |/
* | mac80211: make client powersave independent of interface typeMarco Porsch2012-10-191-11/+32