index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-15
mac80211: fix scan vs. interface removal race
Johannes Berg
3
-20
/
+53
2008-09-15
mac80211: fix work race
Johannes Berg
2
-0
/
+17
2008-09-15
mac80211: split off mesh handling entirely
Johannes Berg
15
-295
/
+457
2008-09-15
mac80211: dont set REQ_RUN when scan finishes
Johannes Berg
1
-1
/
+2
2008-09-15
mac80211: move STA timer restart
Johannes Berg
2
-14
/
+13
2008-09-15
mac80211: move ieee80211_sta_expire
Johannes Berg
3
-28
/
+29
2008-09-15
cfg80211: Add new wireless regulatory infrastructure
Luis R. Rodriguez
1
-0
/
+7
2008-09-11
mac80211: Reorder debugfs calls during netdev deinit
Jouni Malinen
1
-2
/
+2
2008-09-11
mac80211: move frame TX function
Johannes Berg
8
-30
/
+30
2008-09-11
mac80211: make ieee80211_rx_h_mgmt more readable
Johannes Berg
1
-8
/
+8
2008-09-11
mac80211: move spectrum management code out
Johannes Berg
5
-89
/
+114
2008-09-11
mac80211: make BA session handling independent of STA mode
Johannes Berg
4
-362
/
+380
2008-09-11
mac80211: initialise queue QoS parameters at hw start
Johannes Berg
4
-27
/
+35
2008-09-11
mac80211: split ieee80211_sta_def_wmm_params
Johannes Berg
1
-21
/
+27
2008-09-11
mac80211: consolidate deauth/disassoc
Johannes Berg
1
-36
/
+11
2008-09-11
mac80211: reorder frame code in mlme
Johannes Berg
1
-389
/
+387
2008-09-11
mac80211: remove useless 'ibss' parameter
Johannes Berg
1
-4
/
+3
2008-09-11
mac80211: simplify scan start
Johannes Berg
1
-4
/
+1
2008-09-11
mac80211: clarify scan request
Johannes Berg
1
-1
/
+10
2008-09-11
mac80211: move some HT code out of main.c
Johannes Berg
2
-375
/
+375
2008-09-11
mac80211: move some HT code out of mlme.c
Johannes Berg
3
-321
/
+329
2008-09-11
mac80211: move BSS handling to scan code
Johannes Berg
3
-308
/
+313
2008-09-11
mac80211: refactor and move scan RX code
Johannes Berg
3
-136
/
+194
2008-09-11
mac80211: start moving scan code from mlme
Johannes Berg
4
-544
/
+582
2008-09-11
mac80211: remove useless non-NULL tests from scan results code
Johannes Berg
1
-22
/
+18
2008-09-11
mac80211: use sdata pointer for scan interface
Johannes Berg
3
-15
/
+13
2008-09-11
mac80211: reorder mlme code
Johannes Berg
1
-530
/
+500
2008-09-11
mac80211: stop queues before carrier off
Tomas Winkler
1
-9
/
+17
2008-09-11
mac80211: remove disassociation code from ieee80211_set_associated
Tomas Winkler
1
-46
/
+56
2008-09-11
mac80211: disassociate when moving to new BSS
Tomas Winkler
1
-2
/
+7
2008-09-11
mac80211: restructure disassoc/deauth flows
Tomas Winkler
1
-31
/
+54
2008-09-11
mac80211: move IE parsing to util file
Johannes Berg
2
-145
/
+144
2008-09-11
mac80211: fix typo in action frame handling
Johannes Berg
1
-1
/
+1
2008-09-11
mac80211: fix action frame length checks
Johannes Berg
3
-2
/
+11
2008-09-11
mac80211: BSS info: check channel first
Johannes Berg
1
-11
/
+11
2008-09-11
mac80211: make conf_tx non-atomic
Johannes Berg
1
-5
/
+8
2008-09-11
mac80211: move some RCU locking into an if branch
Johannes Berg
1
-5
/
+4
2008-09-11
mac80211: change MIMO_PS to SM_PS
Tomas Winkler
1
-2
/
+2
2008-09-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
3
-5
/
+6
2008-09-08
mac80211: add missing kernel-doc
Randy Dunlap
1
-0
/
+1
2008-09-08
mac80211: Fix rate scale initialization in IBSS
Emmanuel Grumbach
2
-30
/
+64
2008-09-08
mac80211: Fix low bit rate in IBSS
Tomas Winkler
1
-1
/
+1
2008-09-05
cfg80211: keep track of supported interface modes
Luis R. Rodriguez
1
-0
/
+7
2008-09-05
Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"
Linus Torvalds
1
-9
/
+39
2008-09-02
mac80211: Fix debugfs union misuse and pointer corruption
Jouni Malinen
2
-4
/
+6
2008-08-29
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
4
-54
/
+30
2008-08-29
mac80211/cfg80211: HT capabilities for NEW_STA
Jouni Malinen
1
-0
/
+5
2008-08-29
mac80211: Use only precedence level of DSCP field for frame classification
Daniel Wagner
1
-2
/
+0
2008-08-29
mac80211: Handle scan result IEs in one block
Jouni Malinen
2
-159
/
+89
2008-08-29
mac80211/cfg80211: Add BSS configuration options for AP mode
Jouni Malinen
1
-0
/
+37
[next]