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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-19
mac80211: implement dynamic power save
Kalle Valo
5
-12
/
+97
2008-12-19
mac80211: track master queue status
Kalle Valo
3
-7
/
+93
2008-12-19
mac80211: enable IEEE80211_CONF_PS only when associated
Kalle Valo
3
-8
/
+40
2008-12-19
mac80211: Print unknown packet type in tasklet_handler
Larry Finger
1
-1
/
+2
2008-12-19
mac80211: fix a typo in ieee80211_send_assoc() method.
Rami Rosen
1
-1
/
+1
2008-12-19
mac80211: Remove radiotap rate-present flag for HT
Jouni Malinen
1
-2
/
+3
2008-12-19
mac80211: Send Layer 2 Update frame on reassociation
Jouni Malinen
1
-2
/
+11
2008-12-19
mac80211: Add HT rates into RX status reporting
Jouni Malinen
2
-11
/
+52
2008-12-19
mac80211: Fix HT channel selection
Sujith
6
-32
/
+39
2008-12-19
nl80211: Add signal strength and bandwith to nl80211station info
Henning Rogge
1
-1
/
+24
2008-12-12
mac80211: misc cleanups
Rami Rosen
3
-13
/
+6
2008-12-12
mac80211: Disable requests for new scans in AP mode
Jouni Malinen
1
-2
/
+1
2008-12-12
mac80211: integrate sta_notify_ps cmds into sta_notify
Christian Lamparter
1
-6
/
+6
2008-12-12
mac80211/cfg80211: check endianness in sparse runs
Johannes Berg
1
-0
/
+2
2008-12-12
mac80211: remove fragmentation offload functionality
Johannes Berg
2
-9
/
+0
2008-12-12
mac80211: only create default STA interface if supported
Johannes Berg
1
-6
/
+8
2008-12-12
mac80211: remove WARN_ON() from ieee80211_hw_config
Reinette Chatre
2
-3
/
+15
2008-12-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2008-12-05
mac80211: tx module cleanup.
Rami Rosen
1
-8
/
+3
2008-12-05
mac80211: add sta_notify_ps callback
Christian Lamparter
1
-0
/
+7
2008-12-05
mac80211: accept empty strings for hidden SSIDs
Fabio Rossi
1
-1
/
+1
2008-12-05
cfg80211: handle SIOCGIWMODE/SIOCSIWMODE
Johannes Berg
2
-74
/
+6
2008-12-05
cfg80211: handle SIOCGIWNAME
Johannes Berg
1
-43
/
+1
2008-12-05
nl80211: Add frequency configuration (including HT40)
Jouni Malinen
4
-4
/
+41
2008-12-05
mac80211: only transition STAs ps->wake on data frames
Johannes Berg
1
-8
/
+20
2008-12-05
mac80211: disassociate prior to unlinking AP/station
Tomas Winkler
1
-4
/
+14
2008-12-05
mac80211: deauth when interface is marked down
John W. Linville
1
-1
/
+5
2008-12-05
mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()
Shaddy Baddah
1
-1
/
+1
2008-11-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+8
2008-11-26
mac80211: fix unaligned access in ieee80211_wep_encrypt_data
Ivan Kuten
1
-3
/
+4
2008-11-26
mac80211: Look out for some other AP when disassoc is received.
Vivek Natarajan
1
-2
/
+6
2008-11-26
mac80211: Fix pid rate-setting algorithm to allow rate changes
Larry Finger
1
-1
/
+1
2008-11-26
mac80211: make Minstrel the default rate control algorithm
Luis R. Rodriguez
1
-4
/
+4
2008-11-25
mac80211: don't assume driver has been attached on registration
Luis R. Rodriguez
1
-3
/
+2
2008-11-25
mac80211: Use the HT capabilities from the IE instead of the station's caps.
Sujith
1
-1
/
+1
2008-11-25
cfg80211/mac80211: Add 802.11d support
Luis R. Rodriguez
1
-0
/
+7
2008-11-25
mac80211 : Fix setting ad-hoc mode and non-ibss channel
Abhijeet Kolekar
1
-0
/
+8
2008-11-21
net: remove redundant argument comments
Qinghuang Feng
1
-1
/
+0
2008-11-21
mac80211: remove unnecessary include.
Rami Rosen
1
-1
/
+0
2008-11-21
mac80211: rc80211_pid eliminate sparse warnings
Tomas Winkler
1
-3
/
+3
2008-11-21
mac80211: remove more excess kernel-doc
Randy Dunlap
1
-3
/
+0
2008-11-21
mac80211: disable BSSID filtering for mesh interfaces
Andrey Yurovsky
1
-2
/
+15
2008-11-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-22
/
+0
2008-11-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+3
2008-11-18
mac80211: remove ieee80211_notify_mac
Johannes Berg
1
-22
/
+0
2008-11-12
mac80211: fix notify_mac function
Johannes Berg
1
-3
/
+3
2008-11-10
mac80211: fix a buffer overrun in station debug code
Jianjun Kong
1
-1
/
+1
2008-11-10
mac80211: Allow AP mode to be enabled
Jouni Malinen
1
-0
/
+2
2008-11-10
mac80211: fix basic rates setting from association response
Tomas Winkler
1
-6
/
+12
2008-11-10
nl80211: Add TX queue parameter configuration
Jouni Malinen
1
-0
/
+25
[next]