aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
...
* nl80211: add generation number to all dumpsJohannes Berg2009-08-141-0/+2
* mac80211: extend sta kdoc - explain when they are addedLuis R. Rodriguez2009-06-031-0/+9
* mac80211: cancel/restart all timers across suspend/resumeJohannes Berg2009-05-201-0/+3
* mac80211: Initialize RX's last received sequence numberSenthil Balasubramanian2009-05-201-0/+3
* mac80211: add driver ops wrappersJohannes Berg2009-05-061-8/+6
* mac80211: clean up beacon interval settingsJohannes Berg2009-05-061-6/+6
* mac80211: convert to cfg80211 IBSS APIJohannes Berg2009-04-221-70/+1
* mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg2009-03-271-12/+0
* mac80211: fix aggregation to not require queue stopJohannes Berg2009-03-271-0/+5
* mac80211: fix aggregation for hardware with ampdu queuesJohannes Berg2009-02-271-2/+13
* mac80211: fix aggregation timer lockupsJohannes Berg2009-02-131-4/+33
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-051-1/+1
|\
| * mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1
* | mac80211: minor code cleanupsJohannes Berg2008-10-311-2/+2
* | mac80211: convert to %pM away from print_macJohannes Berg2008-10-271-21/+12
|/
* mac80211: fix debugfs lockupJohannes Berg2008-10-141-1/+6
* mac80211: clean up rate control APIJohannes Berg2008-09-241-12/+5
* mac80211: share STA information with driverJohannes Berg2008-09-151-23/+36
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-2/+2
* mac80211: move ieee80211_sta_expireJohannes Berg2008-09-151-1/+27
* mac80211: make master netdev handling saneJohannes Berg2008-07-141-8/+21
* mac80211: fix lots of kernel-docRandy Dunlap2008-07-081-0/+1
* mac80211: rework debug settings and make debugging saferJohannes Berg2008-07-021-0/+2
* mac80211: use separate spinlock for sta flagsJohannes Berg2008-06-261-0/+1
* mac80211: use multi-queue master netdeviceJohannes Berg2008-05-211-1/+1
* mac80211: move TX info into skb->cbJohannes Berg2008-05-211-3/+3
* mac80211: proper STA info lockingJohannes Berg2008-05-141-9/+5
* mac80211: QoS related cleanupsJohannes Berg2008-05-071-1/+1
* mac80211: rename filesJohannes Berg2008-04-081-1/+1
* mac80211: fix key vs. sta locking problemsJohannes Berg2008-04-081-26/+22
* 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/+2
* 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