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