index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
sta_info.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-01
mac80211: clean up sta_info_destroy() users wrt. RCU/locking
Johannes Berg
1
-14
/
+19
2008-04-01
mac80211: automatically free sta struct when insertion fails
Johannes Berg
1
-23
/
+57
2008-04-01
mac80211: fix sta_info_destroy(NULL)
Johannes Berg
1
-3
/
+5
2008-03-27
mac80211: A-MPDU MLME use dynamic allocation
Ron Rindjunsky
1
-14
/
+16
2008-03-06
mac80211: fix mesh_path and sta_info get_by_idx functions
Luis Carlos Cobo
1
-2
/
+3
2008-03-06
mac80211: add PLINK_ prefix and kernel doc to enum plink_state
Luis Carlos Cobo
1
-1
/
+1
2008-03-06
mac80211: fix sta_info mesh timer bug
Johannes Berg
1
-8
/
+25
2008-03-06
mac80211: add documentation book
Johannes Berg
1
-8
/
+8
2008-03-06
mac80211: remove STA entries when taking down interface
Johannes Berg
1
-2
/
+12
2008-03-06
mac80211: split sta_info_add
Johannes Berg
1
-22
/
+50
2008-03-06
mac80211: RCU-ify STA info structure access
Johannes Berg
1
-147
/
+240
2008-03-06
mac80211: clean up mesh code
Johannes Berg
1
-11
/
+2
2008-03-06
mac80211: mesh data structures and first mesh changes
Luis Carlos Cobo
1
-3
/
+39
2008-02-29
mac80211: split ieee80211_key_alloc/free
Johannes Berg
1
-1
/
+1
2008-02-29
mac80211: atomically check whether STA exists already
Johannes Berg
1
-11
/
+27
2008-02-29
mac80211: consolidate TIM handling code
Johannes Berg
1
-26
/
+61
2008-02-29
mac80211: remove sta TIM flag, fix expiry TIM handling
Johannes Berg
1
-10
/
+18
2008-02-29
mac80211: invoke set_tim() callback after setting own TIM info
Johannes Berg
1
-2
/
+2
2008-02-29
cfg80211 API for channels/bitrates, mac80211 and driver conversion
Johannes Berg
1
-24
/
+0
2008-02-29
mac80211: A-MPDU Tx MLME data initialization
Ron Rindjunsky
1
-1
/
+12
2008-01-28
mac80211: move interface type to vif structure
Johannes Berg
1
-2
/
+2
2008-01-28
mac80211: dont use interface indices in drivers
Johannes Berg
1
-6
/
+21
2008-01-28
mac80211: A-MPDU Rx MLME data initialization
Ron Rindjunsky
1
-0
/
+14
2008-01-28
mac80211: A-MPDU Rx adding basic functionality
Ron Rindjunsky
1
-0
/
+3
2008-01-28
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
1
-3
/
+2
2007-12-26
mac80211: round station cleanup timer
Johannes Berg
1
-2
/
+5
2007-10-10
[MAC80211]: add sta_notify callback
Tomas Winkler
1
-6
/
+7
2007-10-10
[MAC80211]: print out wiphy name instead of master device
Johannes Berg
1
-2
/
+2
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-5
/
+8
2007-10-10
[MAC80211]: rework key handling
Johannes Berg
1
-8
/
+2
2007-10-10
[MAC80211]: remove fake set_key() call
Johannes Berg
1
-18
/
+0
2007-10-10
[MAC80211] key handling: remove default_wep_only
Johannes Berg
1
-4
/
+2
2007-10-10
[MAC80211]: embed key conf in key, fix driver interface
Johannes Berg
1
-10
/
+7
2007-10-10
[MAC80211]: improve locking of sta_info related structures
Michael Wu
1
-110
/
+74
2007-05-05
[MAC80211]: Add debugfs attributes.
Jiri Benc
1
-12
/
+96
2007-05-05
[MAC80211]: Add mac80211 wireless stack.
Jiri Benc
1
-0
/
+386
[prev]