summaryrefslogtreecommitdiff
path: root/net/mac80211/sta_info.c
AgeCommit message (Expand)Author
2012-01-30mac80211: Move num_sta_ps counter decrement after synchronize_rcuHelmut Schaa
2012-01-30mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_endHelmut Schaa
2012-01-30mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroyHelmut Schaa
2012-01-30mac80211: station state transition error handlingJohannes Berg
2012-01-24mac80211: clean up rate control codeJohannes Berg
2012-01-24mac80211: clean up aggregation destructionJohannes Berg
2012-01-17mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-01-04mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan
2011-12-21mac80211: ibss should not purge clients it is not responsible forMarek Lindner
2011-12-19mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar
2011-12-15mac80211: reduce station management complexityJohannes Berg
2011-12-15mac80211: delay IBSS station insertionJohannes Berg
2011-12-15mac80211: make address arguments to sta_info_alloc constJohannes Berg
2011-12-15mac80211: count authorized stations per BSSJohannes Berg
2011-12-15mac80211: refactor station state transitionsJohannes Berg
2011-12-13mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar
2011-11-28mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau
2011-11-07mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com
2011-10-17Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-10-14mac80211: fix TID for null poll responseJohannes Berg
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville
2011-09-30mac80211: allow out-of-band EOSP notificationJohannes Berg
2011-09-30mac80211: explicitly notify drivers of frame releaseJohannes Berg
2011-09-30mac80211: optimise station flagsJohannes Berg
2011-09-30mac80211: reply only once to each PS-pollJohannes Berg
2011-09-30mac80211: send (QoS) Null if no buffered framesJohannes Berg
2011-09-30mac80211: implement uAPSDJohannes Berg
2011-09-30mac80211: allow releasing driver-buffered framesJohannes Berg
2011-09-30mac80211: split PS buffers into ACsJohannes Berg
2011-09-30mac80211: also expire filtered framesJohannes Berg
2011-09-30mac80211: unify TIM bit handlingJohannes Berg
2011-09-30mac80211: let drivers inform it about per TID buffered framesJohannes Berg
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville
2011-09-14mac80211: further optimise buffer expiry timerJohannes Berg
2011-09-13mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-08-26mac80211: fix race condition between assoc_done and first EAP packetGuy Eilam
2011-08-26mac80211: refactor sta_info_insert_rcu to 3 main stagesGuy Eilam
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-08-11nl80211/cfg80211: Make addition of new sinfo fields saferJouni Malinen
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-05-16nl80211: Move peer link state definition to nl80211Javier Cardona
2011-05-16mac80211: sparse RCU annotationsJohannes Berg
2011-05-12mac80211: fix another key non-raceJohannes Berg
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville