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
2011-05-10
mac80211: don't start the dynamic ps timer if not associated
Luciano Coelho
1
-0
/
+4
2011-05-07
net,rcu: convert call_rcu(kfree_tid_tx) to kfree_rcu()
Lai Jiangshan
1
-11
/
+3
2011-05-07
net/mac80211,rcu: convert call_rcu(work_free_rcu) to kfree_rcu()
Lai Jiangshan
1
-9
/
+1
2011-05-05
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
17
-133
/
+147
2011-05-05
mac80211: add basic support for WoWLAN
Johannes Berg
8
-5
/
+81
2011-05-05
nl80211/cfg80211: WoWLAN support
Johannes Berg
1
-1
/
+2
2011-05-05
cfg80211: Remove unused wiphy flag
Jouni Malinen
1
-2
/
+1
2011-05-05
mac80211: Postpond ps timer if tx is stopped by others
Rajkumar Manoharan
1
-0
/
+20
2011-05-05
mac80211: set TID of internal mgmt packets to 7
Arik Nemtsov
1
-2
/
+3
2011-05-05
mac80211: use wake_queue to restart trasmit
Rajkumar Manoharan
1
-1
/
+1
2011-05-05
net: call dev_alloc_name from register_netdevice
Jiri Pirko
1
-4
/
+0
2011-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
17
-133
/
+147
2011-05-05
mac80211: Fix a warning due to skipping tailroom reservation for IV
Mohammed Shafi Shajakhan
1
-2
/
+4
2011-05-02
mac80211: consolidate MIC failure report handling
Christian Lamparter
2
-61
/
+48
2011-04-28
mac80211: Skip tailroom reservation for full HW-crypto devices
Yogesh Ashok Powar
3
-8
/
+21
2011-04-28
mac80211: Add new API for rate selection
Sujith Manoharan
3
-9
/
+51
2011-04-28
mac80211: allow low level drivers to report packet loss
Arik Nemtsov
1
-0
/
+8
2011-04-26
mac80211: Fix warnings due to -Wunused-but-set-variable
Rajkumar Manoharan
7
-31
/
+5
2011-04-26
mac80211: fix too early reorder release timer
Christian Lamparter
1
-1
/
+1
2011-04-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-2
/
+4
2011-04-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-2
/
+4
2011-04-25
cfg80211: module_param to disable HT40 in 2.4GHz band
Amitkumar Karwar
1
-18
/
+0
2011-04-25
mac80211: tear down BA sessions properly on suspend
Johannes Berg
1
-5
/
+11
2011-04-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
15
-66
/
+203
2011-04-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2
-2
/
+4
2011-04-20
mac80211: fix SMPS debugfs locking
Johannes Berg
2
-2
/
+4
2011-04-19
mac80211: explain padding in place of rate field
Johannes Berg
1
-1
/
+2
2011-04-19
mac80211: add a function for setting the TIM bit for a specific station
Felix Fietkau
2
-1
/
+15
2011-04-19
mac80211: fix debugfs printk format warning
Randy Dunlap
1
-1
/
+1
2011-04-13
mac80211: Allocate new mesh path and portal tables before taking locks
cozybit Inc
1
-24
/
+25
2011-04-13
mac80211: receive EAP frames from a station in an AP VLAN on the main AP
Felix Fietkau
1
-4
/
+16
2011-04-12
{mac|nl}80211: Add station connected time
Mohammed Shafi Shajakhan
4
-1
/
+37
2011-04-12
mac80211: send notification on new peer candidate for our secure mesh
Javier Cardona
4
-9
/
+21
2011-04-12
nl80211/mac80211: Perform PLINK_ACTION on new station
Javier Cardona
1
-1
/
+1
2011-04-12
mac80211: ignore peer link requests from unauthenticated stations.
Javier Cardona
1
-0
/
+9
2011-04-12
mac80211: Let user space receive and send mesh auth/deauth frames
Javier Cardona
2
-2
/
+5
2011-04-12
nl80211/mac80211: let userspace authenticate stations
Javier Cardona
1
-0
/
+6
2011-04-12
mac80211: ignore peers if security is enabled for this mesh
Javier Cardona
4
-0
/
+10
2011-04-12
nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE
Javier Cardona
5
-15
/
+14
2011-04-12
mac80211: Check for queued frames before entering power save.
Vivek Natarajan
3
-8
/
+42
2011-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
16
-75
/
+126
2011-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2011-04-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-12
/
+25
2011-04-07
mac80211: remove few obsolete flags
Mohammed Shafi Shajakhan
1
-9
/
+0
2011-04-07
nl80211: Add BSS parameters to station
Paul Stewart
1
-1
/
+12
2011-04-07
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
7
-8
/
+8
2011-04-04
mac80211: clean up station cleanup timer
Johannes Berg
4
-18
/
+3
2011-04-04
mac80211: remove the dependency on crypto_blkcipher
Felix Fietkau
6
-28
/
+23
2011-04-04
mac80211: fix suppressing probe responses in ad-hoc mode
Felix Fietkau
1
-2
/
+1
2011-04-04
wifi: Add hwflags to debugfs.
Ben Greear
1
-13
/
+76
[prev]
[next]