aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAge
* mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2012-03-05
* mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-29
* mac80211: fix sta_info_flush() return valueJohannes Berg2012-02-27
* mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printkFelix Fietkau2012-02-08
* mac80211: remove dummy STA supportJohannes Berg2012-02-06
* mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg2012-02-06
* mac80211: add sta_state callbackJohannes Berg2012-02-06
* mac80211: add NOTEXIST station stateJohannes Berg2012-02-06
* mac80211: simplify AP_VLAN handlingJohannes Berg2012-02-06
* mac80211: Move num_sta_ps counter decrement after synchronize_rcuHelmut Schaa2012-01-30
* mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_endHelmut Schaa2012-01-30
* mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroyHelmut Schaa2012-01-30
* mac80211: station state transition error handlingJohannes Berg2012-01-30
* mac80211: clean up rate control codeJohannes Berg2012-01-24
* mac80211: clean up aggregation destructionJohannes Berg2012-01-24
* mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa2012-01-17
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-12
* mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan2012-01-04
* mac80211: ibss should not purge clients it is not responsible forMarek Lindner2011-12-21
* mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar2011-12-19
* mac80211: reduce station management complexityJohannes Berg2011-12-15
* mac80211: delay IBSS station insertionJohannes Berg2011-12-15
* mac80211: make address arguments to sta_info_alloc constJohannes Berg2011-12-15
* mac80211: count authorized stations per BSSJohannes Berg2011-12-15
* mac80211: refactor station state transitionsJohannes Berg2011-12-15
* mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar2011-12-13
* mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau2011-11-28
* mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com2011-11-07
* Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-17
|\
| * mac80211: fix TID for null poll responseJohannes Berg2011-10-14
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-11
|\|
| * mac80211: allow out-of-band EOSP notificationJohannes Berg2011-09-30
| * mac80211: explicitly notify drivers of frame releaseJohannes Berg2011-09-30
| * mac80211: optimise station flagsJohannes Berg2011-09-30
| * mac80211: reply only once to each PS-pollJohannes Berg2011-09-30
| * mac80211: send (QoS) Null if no buffered framesJohannes Berg2011-09-30
| * mac80211: implement uAPSDJohannes Berg2011-09-30
| * mac80211: allow releasing driver-buffered framesJohannes Berg2011-09-30
| * mac80211: split PS buffers into ACsJohannes Berg2011-09-30
| * mac80211: also expire filtered framesJohannes Berg2011-09-30
| * mac80211: unify TIM bit handlingJohannes Berg2011-09-30
| * mac80211: let drivers inform it about per TID buffered framesJohannes Berg2011-09-30
| * Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-20
| |\
* | \ Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-22
|\ \ \ | | |/ | |/|
| * | mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg2011-09-13
* | | Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville2011-09-19
|\ \ \ | | |/ | |/|
| * | mac80211: further optimise buffer expiry timerJohannes Berg2011-09-14
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-29
|\| |
| * | mac80211: fix race condition between assoc_done and first EAP packetGuy Eilam2011-08-26
| * | mac80211: refactor sta_info_insert_rcu to 3 main stagesGuy Eilam2011-08-26