summaryrefslogtreecommitdiff
path: root/net/mac80211/sta_info.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-17Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville1-4/+2
2011-10-14mac80211: fix TID for null poll responseJohannes Berg1-4/+2
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville1-121/+515
2011-09-30mac80211: allow out-of-band EOSP notificationJohannes Berg1-0/+25
2011-09-30mac80211: explicitly notify drivers of frame releaseJohannes Berg1-9/+25
2011-09-30mac80211: optimise station flagsJohannes Berg1-16/+19
2011-09-30mac80211: reply only once to each PS-pollJohannes Berg1-11/+11
2011-09-30mac80211: send (QoS) Null if no buffered framesJohannes Berg1-10/+90
2011-09-30mac80211: implement uAPSDJohannes Berg1-45/+125
2011-09-30mac80211: allow releasing driver-buffered framesJohannes Berg1-16/+66
2011-09-30mac80211: split PS buffers into ACsJohannes Berg1-50/+154
2011-09-30mac80211: also expire filtered framesJohannes Berg1-5/+52
2011-09-30mac80211: unify TIM bit handlingJohannes Berg1-57/+42
2011-09-30mac80211: let drivers inform it about per TID buffered framesJohannes Berg1-2/+6
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+1
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-1/+1
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville1-7/+3
2011-09-14mac80211: further optimise buffer expiry timerJohannes Berg1-7/+3
2011-09-13mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg1-1/+1
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-100/+230
2011-08-26mac80211: fix race condition between assoc_done and first EAP packetGuy Eilam1-49/+137
2011-08-26mac80211: refactor sta_info_insert_rcu to 3 main stagesGuy Eilam1-53/+95
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2011-08-11nl80211/cfg80211: Make addition of new sinfo fields saferJouni Malinen1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-4/+4
2011-07-09rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-4/+0
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-7/+12
2011-05-16nl80211: Move peer link state definition to nl80211Javier Cardona1-1/+1
2011-05-16mac80211: sparse RCU annotationsJohannes Berg1-6/+9
2011-05-12mac80211: fix another key non-raceJohannes Berg1-2/+4
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+0
2011-04-26mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan1-2/+0
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+15
2011-04-19mac80211: add a function for setting the TIM bit for a specific stationFelix Fietkau1-1/+12
2011-04-13{mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan1-0/+3
2011-04-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-11/+4
2011-04-05mac80211: clean up station cleanup timerJohannes Berg1-11/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-30cfg80211: Add nl80211 event for deletion of a station entryJouni Malinen1-0/+2
2011-03-21mac80211: initialize sta->last_rx in sta_info_allocFelix Fietkau1-0/+1
2011-02-04mac80211: add HW flag for disabling auto link-PS in AP modeArik Nemtsov1-1/+2
2010-12-08nl80211/mac80211: Report signal averageBruno Randolf1-0/+2
2010-11-25Revert "nl80211/mac80211: Report signal average"John W. Linville1-2/+0
2010-11-18nl80211/mac80211: Report signal averageBruno Randolf1-0/+2
2010-11-18mac80211: fix powersaving clients racesJohannes Berg1-3/+14
2010-10-07cfg80211/mac80211: allow per-station GTKsJohannes Berg1-5/+5
2010-10-07mac80211: avoid transmitting delBA to old APJohannes Berg1-1/+1
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear1-4/+11
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg1-1/+1
2010-09-15mac80211: match only assigned bss in sta_info_get_bssJohannes Berg1-1/+1