index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
sta_info.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-06
mac80211: Add a timeout for frames in the RX reorder buffer
Jouni Malinen
1
-0
/
+2
2009-04-22
mac80211: convert to cfg80211 IBSS API
Johannes Berg
1
-2
/
+1
2009-03-27
mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi
Johannes Berg
1
-2
/
+0
2009-03-27
mac80211: fix aggregation to not require queue stop
Johannes Berg
1
-0
/
+2
2009-03-27
mac80211: Tear down aggregation sessions for suspend/resume
Sujith
1
-0
/
+3
2009-02-27
mac80211: add missing kernel-doc
Johannes Berg
1
-0
/
+1
2009-02-27
mac80211: fix aggregation for hardware with ampdu queues
Johannes Berg
1
-2
/
+2
2009-02-13
mac80211: fix aggregation timer lockups
Johannes Berg
1
-0
/
+1
2009-02-13
mac80211: fix RX aggregation timeouts
Johannes Berg
1
-1
/
+1
2009-02-13
mac80211: remove stray aggregation debugfs definition
Johannes Berg
1
-1
/
+0
2009-01-29
mac80211: 802.11w - STA flag for MFP
Jouni Malinen
1
-0
/
+2
2009-01-29
mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h.
Rami Rosen
1
-2
/
+0
2009-01-16
mac80211: more kernel-doc fixes
Randy Dunlap
1
-1
/
+0
2008-11-21
mac80211: remove more excess kernel-doc
Randy Dunlap
1
-3
/
+0
2008-10-31
mac80211: fix two kernel-doc warnings
Johannes Berg
1
-18
/
+20
2008-10-31
mac80211/drivers: rewrite the rate control API
Johannes Berg
1
-2
/
+2
2008-10-14
mac80211: fix debugfs lockup
Johannes Berg
1
-0
/
+1
2008-09-30
mac80211: remove wme_tx_queue and wme_rx_queue from net/mac80211/sta_info.h
Rami Rosen
1
-12
/
+0
2008-09-24
mac80211: clean up rate control API
Johannes Berg
1
-1
/
+1
2008-09-15
mac80211: fix sta_info kernel-doc warning
Johannes Berg
1
-1
/
+1
2008-09-15
mac80211: share sta_info->ht_info
Johannes Berg
1
-2
/
+0
2008-09-15
mac80211: move txrate_idx into RC algorithms
Johannes Berg
1
-1
/
+1
2008-09-15
mac80211: share sta->supp_rates
Johannes Berg
1
-2
/
+0
2008-09-15
mac80211: move last_txrate_idx into RC algorithms
Johannes Berg
1
-2
/
+0
2008-09-15
mac80211: small rate control changes
Johannes Berg
1
-7
/
+0
2008-09-15
mac80211: share STA information with driver
Johannes Berg
1
-2
/
+5
2008-09-15
mac80211: move ieee80211_sta_expire
Johannes Berg
1
-1
/
+2
2008-09-08
mac80211: add missing kernel-doc
Randy Dunlap
1
-0
/
+1
2008-07-14
mac80211: fix TX sequence numbers
Johannes Berg
1
-0
/
+1
2008-07-08
mac80211: fix lots of kernel-doc
Randy Dunlap
1
-21
/
+60
2008-06-26
mac80211: use separate spinlock for sta flags
Johannes Berg
1
-13
/
+27
2008-05-21
mac80211: remove channel use statistics
Johannes Berg
1
-4
/
+0
2008-05-21
mac80211: move TX info into skb->cb
Johannes Berg
1
-1
/
+1
2008-05-14
mac80211: use hardware flags for signal/noise units
Bruno Randolf
1
-1
/
+1
2008-05-14
mac80211: proper STA info locking
Johannes Berg
1
-9
/
+63
2008-04-08
mac80211: rename files
Johannes Berg
1
-1
/
+1
2008-04-08
mac80211: fix key vs. sta locking problems
Johannes Berg
1
-1
/
+0
2008-04-01
mac80211: fix spinlock recursion on sta expiration
Luis Carlos Cobo
1
-0
/
+1
2008-04-01
mac80211: sta_info_flush() fixes
Johannes Berg
1
-0
/
+2
2008-03-27
mac80211: reorder fields to make some structures smaller
Johannes Berg
1
-4
/
+4
2008-03-27
mac80211: A-MPDU MLME use dynamic allocation
Ron Rindjunsky
1
-21
/
+23
2008-03-27
mac80211: fix wrong Rx A-MPDU control via debugfs
Ron Rindjunsky
1
-0
/
+1
2008-03-06
mac80211: add PLINK_ prefix and kernel doc to enum plink_state
Luis Carlos Cobo
1
-9
/
+22
2008-03-06
mac80211: remove STA entries when taking down interface
Johannes Berg
1
-1
/
+1
2008-03-06
mac80211: clean up sta_info and document locking
Johannes Berg
1
-53
/
+82
2008-03-06
mac80211: split sta_info_add
Johannes Berg
1
-5
/
+12
2008-03-06
mac80211: RCU-ify STA info structure access
Johannes Berg
1
-19
/
+42
2008-03-06
mac80211: reorder a few fields in sta_info
Johannes Berg
1
-2
/
+2
2008-03-06
mac80211: clean up mesh RX path a bit more
Johannes Berg
1
-0
/
+8
2008-03-06
mac80211: clean up mesh code
Johannes Berg
1
-2
/
+0
[next]