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
/
key.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-28
mac80211: add ieee80211_sdata_running
Johannes Berg
1
-2
/
+2
2009-12-21
mac80211: trace interface name
Johannes Berg
1
-2
/
+2
2009-12-21
mac80211: make station management completely depend on vif
Johannes Berg
1
-1
/
+1
2009-08-17
mac80211: fix todo lock
Johannes Berg
1
-13
/
+15
2009-05-20
nl80211: Validate NL80211_ATTR_KEY_SEQ length
Jouni Malinen
1
-3
/
+3
2009-05-13
nl80211: Add RSC configuration for new keys
Jouni Malinen
1
-1
/
+20
2009-05-06
mac80211: add driver ops wrappers
Johannes Berg
1
-4
/
+4
2009-02-27
mac80211: split IBSS/managed code
Johannes Berg
1
-1
/
+1
2009-01-29
mac80211: 802.11w - Use BIP (AES-128-CMAC)
Jouni Malinen
1
-2
/
+60
2009-01-29
mac80211: clean up set_key callback
Johannes Berg
1
-26
/
+25
2008-10-27
mac80211: convert to %pM away from print_mac
Johannes Berg
1
-6
/
+4
2008-10-06
mac80211: free up 2 bytes in skb->cb
Felix Fietkau
1
-0
/
+14
2008-09-15
mac80211: share STA information with driver
Johannes Berg
1
-1
/
+1
2008-09-15
mac80211: use nl80211 interface types
Johannes Berg
1
-3
/
+3
2008-06-28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+9
2008-06-27
mac80211: fix an oops in several failure paths in key allocation
Emmanuel Grumbach
1
-0
/
+9
2008-05-14
mac80211: proper STA info locking
Johannes Berg
1
-2
/
+2
2008-05-07
mac80211: Add IEEE80211_KEY_FLAG_PAIRWISE
Ivo van Doorn
1
-0
/
+7
2008-04-16
mac80211: fix key todo list order
Johannes Berg
1
-3
/
+6
2008-04-16
mac80211: fix spinlock recursion
Johannes Berg
1
-10
/
+10
2008-04-16
mac80211: fix key hwaccel race
Johannes Berg
1
-32
/
+52
2008-04-08
mac80211: fix key vs. sta locking problems
Johannes Berg
1
-144
/
+264
2008-04-01
mac80211: sta_info_flush() fixes
Johannes Berg
1
-0
/
+9
2008-03-06
mac80211: always insert key into list
Johannes Berg
1
-3
/
+3
2008-03-06
mac80211: add documentation book
Johannes Berg
1
-2
/
+2
2008-03-06
mac80211: RCU-ify STA info structure access
Johannes Berg
1
-1
/
+7
2008-02-29
mac80211: fix key replacing, hw accel
Johannes Berg
1
-7
/
+20
2008-02-29
mac80211: split ieee80211_key_alloc/free
Johannes Berg
1
-43
/
+113
2008-01-28
mac80211: move interface type to vif structure
Johannes Berg
1
-3
/
+3
2007-10-10
[MAC80211]: remove ALG_NONE
Johannes Berg
1
-1
/
+0
2007-10-10
[PATCH] mac80211: remove crypto algorithm typedef
Johannes Berg
1
-1
/
+1
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-4
/
+6
2007-10-10
[MAC80211]: remove HW_KEY_IDX_INVALID
Johannes Berg
1
-4
/
+0
2007-10-10
[MAC80211]: remove set_key_idx callback
Johannes Berg
1
-4
/
+0
2007-10-10
[MAC80211]: fix race conditions with keys
Johannes Berg
1
-16
/
+27
2007-10-10
[MAC80211]: rework key handling
Johannes Berg
1
-2
/
+241
2007-10-10
[MAC80211]: remove krefs for keys
Johannes Berg
1
-10
/
+3
2007-10-10
[MAC80211]: embed key conf in key, fix driver interface
Johannes Berg
1
-27
/
+1
2007-10-10
[MAC80211]: split out some key functions from ieee80211.c
Johannes Berg
1
-0
/
+69