summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: rename filesJohannes Berg2008-04-081-1/+1
* mac80211: fix key vs. sta locking problemsJohannes Berg2008-04-081-26/+22Star
* mac80211: fix sta-info pinningJohannes Berg2008-04-081-32/+32
* mac80211: fix defined but not usedJiri Slaby2008-04-081-30/+30
* mac80211: fix possible sta-debugfs work lockupJohannes Berg2008-04-081-6/+23
* mac80211: fix spinlock recursion on sta expirationLuis Carlos Cobo2008-04-011-1/+1
* mac80211: sta_info_flush() fixesJohannes Berg2008-04-011-0/+70
* mac80211: clean up sta_info_destroy() users wrt. RCU/lockingJohannes Berg2008-04-011-14/+19
* mac80211: automatically free sta struct when insertion failsJohannes Berg2008-04-011-23/+57
* mac80211: fix sta_info_destroy(NULL)Johannes Berg2008-04-011-3/+5
* mac80211: A-MPDU MLME use dynamic allocationRon Rindjunsky2008-03-271-14/+16
* mac80211: fix mesh_path and sta_info get_by_idx functionsLuis Carlos Cobo2008-03-061-2/+3
* mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo2008-03-061-1/+1
* mac80211: fix sta_info mesh timer bugJohannes Berg2008-03-061-8/+25
* mac80211: add documentation bookJohannes Berg2008-03-061-8/+8
* mac80211: remove STA entries when taking down interfaceJohannes Berg2008-03-061-2/+12
* mac80211: split sta_info_addJohannes Berg2008-03-061-22/+50
* mac80211: RCU-ify STA info structure accessJohannes Berg2008-03-061-147/+240
* mac80211: clean up mesh codeJohannes Berg2008-03-061-11/+2Star
* mac80211: mesh data structures and first mesh changesLuis Carlos Cobo2008-03-061-3/+39
* mac80211: split ieee80211_key_alloc/freeJohannes Berg2008-02-291-1/+1
* mac80211: atomically check whether STA exists alreadyJohannes Berg2008-02-291-11/+27
* mac80211: consolidate TIM handling codeJohannes Berg2008-02-291-26/+61
* mac80211: remove sta TIM flag, fix expiry TIM handlingJohannes Berg2008-02-291-10/+18
* mac80211: invoke set_tim() callback after setting own TIM infoJohannes Berg2008-02-291-2/+2
* cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg2008-02-291-24/+0Star
* mac80211: A-MPDU Tx MLME data initializationRon Rindjunsky2008-02-291-1/+12
* mac80211: move interface type to vif structureJohannes Berg2008-01-291-2/+2
* mac80211: dont use interface indices in driversJohannes Berg2008-01-291-6/+21
* mac80211: A-MPDU Rx MLME data initializationRon Rindjunsky2008-01-291-0/+14
* mac80211: A-MPDU Rx adding basic functionalityRon Rindjunsky2008-01-291-0/+3
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+2Star
* mac80211: round station cleanup timerJohannes Berg2007-12-271-2/+5
* [MAC80211]: add sta_notify callbackTomas Winkler2007-10-111-6/+7
* [MAC80211]: print out wiphy name instead of master deviceJohannes Berg2007-10-111-2/+2
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-5/+8
* [MAC80211]: rework key handlingJohannes Berg2007-10-111-8/+2Star
* [MAC80211]: remove fake set_key() callJohannes Berg2007-10-111-18/+0Star
* [MAC80211] key handling: remove default_wep_onlyJohannes Berg2007-10-111-4/+2Star
* [MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg2007-10-111-10/+7Star
* [MAC80211]: improve locking of sta_info related structuresMichael Wu2007-10-111-110/+74Star
* [MAC80211]: Add debugfs attributes.Jiri Benc2007-05-051-12/+96
* [MAC80211]: Add mac80211 wireless stack.Jiri Benc2007-05-051-0/+386