summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa2012-01-171-2/+4
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-3/+3
* mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan2012-01-041-1/+4
* mac80211: ibss should not purge clients it is not responsible forMarek Lindner2011-12-211-0/+3
* mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar2011-12-191-2/+7
* mac80211: reduce station management complexityJohannes Berg2011-12-151-194/+57Star
* mac80211: delay IBSS station insertionJohannes Berg2011-12-151-20/+11Star
* mac80211: make address arguments to sta_info_alloc constJohannes Berg2011-12-151-1/+1
* mac80211: count authorized stations per BSSJohannes Berg2011-12-151-5/+9
* mac80211: refactor station state transitionsJohannes Berg2011-12-151-6/+59
* mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar2011-12-131-0/+25
* mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau2011-11-281-4/+0Star
* mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com2011-11-071-4/+4
* Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-171-4/+2Star
|\
| * mac80211: fix TID for null poll responseJohannes Berg2011-10-141-4/+2Star
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-111-121/+515
|\|
| * mac80211: allow out-of-band EOSP notificationJohannes Berg2011-09-301-0/+25
| * mac80211: explicitly notify drivers of frame releaseJohannes Berg2011-09-301-9/+25
| * mac80211: optimise station flagsJohannes Berg2011-09-301-16/+19
| * mac80211: reply only once to each PS-pollJohannes Berg2011-09-301-11/+11
| * mac80211: send (QoS) Null if no buffered framesJohannes Berg2011-09-301-10/+90
| * mac80211: implement uAPSDJohannes Berg2011-09-301-45/+125
| * mac80211: allow releasing driver-buffered framesJohannes Berg2011-09-301-16/+66
| * mac80211: split PS buffers into ACsJohannes Berg2011-09-301-50/+154
| * mac80211: also expire filtered framesJohannes Berg2011-09-301-5/+52
| * mac80211: unify TIM bit handlingJohannes Berg2011-09-301-57/+42Star
| * mac80211: let drivers inform it about per TID buffered framesJohannes Berg2011-09-301-2/+6
| * Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-201-1/+1
| |\
* | \ Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-1/+1
|\ \ \ | | |/ | |/|
| * | mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg2011-09-131-1/+1
* | | Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville2011-09-191-7/+3Star
|\ \ \ | | |/ | |/|
| * | mac80211: further optimise buffer expiry timerJohannes Berg2011-09-141-7/+3Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-291-100/+230
|\| |
| * | mac80211: fix race condition between assoc_done and first EAP packetGuy Eilam2011-08-261-49/+137
| * | mac80211: refactor sta_info_insert_rcu to 3 main stagesGuy Eilam2011-08-261-53/+95
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-221-0/+1
|\| |
| * | nl80211/cfg80211: Make addition of new sinfo fields saferJouni Malinen2011-08-111-0/+1
| |/
* / rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-4/+4
|/
* rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-4/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-171-7/+12
|\
| * nl80211: Move peer link state definition to nl80211Javier Cardona2011-05-161-1/+1
| * mac80211: sparse RCU annotationsJohannes Berg2011-05-161-6/+9
| * mac80211: fix another key non-raceJohannes Berg2011-05-121-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-2/+0Star
|\|
| * mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-04-261-2/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-251-1/+15
|\|
| * mac80211: add a function for setting the TIM bit for a specific stationFelix Fietkau2011-04-191-1/+12
| * {mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan2011-04-121-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-121-11/+4Star
|\|
| * mac80211: clean up station cleanup timerJohannes Berg2011-04-041-11/+2Star