summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
AgeCommit message (Expand)Author
2012-11-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-10mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau
2012-11-05mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov
2012-10-15mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau
2012-09-21mac80211: don't send delBA when removing stationsJohannes Berg
2012-09-10mac80211: use call_rcu() on sta deletionEliad Peller
2012-06-24mac80211: clean up debuggingJohannes Berg
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-05net: mac80211: Add and use ibss_vdbg debugging macroJoe Perches
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-06-04mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-24mac80211: fix num_mcast_sta counting issuesFelix Fietkau
2012-04-24mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau
2012-04-09mac80211: end service period only after sending last buffered frameMarco Porsch
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg
2012-02-27mac80211: fix sta_info_flush() return valueJohannes Berg
2012-02-08mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printkFelix Fietkau
2012-02-06mac80211: remove dummy STA supportJohannes Berg
2012-02-06mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg
2012-02-06mac80211: add sta_state callbackJohannes Berg
2012-02-06mac80211: add NOTEXIST station stateJohannes Berg
2012-02-06mac80211: simplify AP_VLAN handlingJohannes Berg
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