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
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-09
cfg80211: allow scanning on specified frequencies when using wext-compatibility
Holger Schurig
1
-7
/
+34
2009-09-08
wireless: update cfg80211 kconfig entry
Luis R. Rodriguez
1
-1
/
+10
2009-09-02
cfg80211: fix looping soft lockup in find_ie()
Bob Copeland
1
-1
/
+1
2009-09-02
wireless: update reg debug kconfig entry
Luis R. Rodriguez
1
-0
/
+4
2009-08-28
nl80211: jump to out_err upon unsupported iftype
Roel Kluin
1
-1
/
+1
2009-08-28
cfg80211: clean up properly on interface type change
Johannes Berg
5
-81
/
+117
2009-08-28
cfg80211: make spurious warnings less likely, configurable
Johannes Berg
4
-4
/
+40
2009-08-28
cfg80211: check lost scans later, fix bug
Johannes Berg
3
-5
/
+22
2009-08-20
cfg80211: allow cfg80211_connect_result with bssid == NULL
Zhu Yi
2
-2
/
+5
2009-08-20
cfg80211: fix leaks of wdev->conn->ie
David Kilroy
1
-0
/
+4
2009-08-20
cfg80211: fix dangling scan request checking
Johannes Berg
2
-13
/
+65
2009-08-20
cfg80211: report userspace SME connected event properly
Johannes Berg
2
-16
/
+15
2009-08-20
cfg80211: fix deadlock
Johannes Berg
1
-12
/
+18
2009-08-20
cfg80211: export cfg80211_wext_siwfreq
Jussi Kivilinna
1
-0
/
+1
2009-08-14
cfg80211: allow driver to override PS default
Johannes Berg
1
-1
/
+3
2009-08-14
cfg80211: check for and abort dangling scan requests
Johannes Berg
3
-11
/
+26
2009-08-14
trivial: remove duplicate "different" from comment
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2009-08-14
mac80211: Use 3-address format for mesh broadcast frames.
Javier Cardona
1
-4
/
+12
2009-08-14
cfg80211: add missing device list locking
Johannes Berg
1
-0
/
+2
2009-08-14
mac80211: remove max_bandwidth
Pat Erley
1
-3
/
+0
2009-08-14
cfg80211: fix locking for SIWFREQ
Johannes Berg
5
-4
/
+6
2009-08-14
cfg80211: fix alignment problem in scan request
Johannes Berg
3
-6
/
+4
2009-08-14
nl80211: add generation number to all dumps
Johannes Berg
4
-10
/
+29
2009-08-14
cfg80211: use reassociation when possible
Johannes Berg
4
-14
/
+63
2009-08-14
cfg80211: validate channel settings across interfaces
Johannes Berg
9
-131
/
+213
2009-08-14
cfg80211: Set WEP ciphers
Samuel Ortiz
1
-2
/
+16
2009-08-14
cfg80211: fix SME association after disassociation
Johannes Berg
1
-0
/
+20
2009-08-14
cfg80211: fix nl80211 disconnected events
Johannes Berg
1
-2
/
+2
2009-08-14
cfg80211: fix disassociation warning due to misuse of wdev->current_bss
Pavel Roskin
1
-1
/
+1
2009-08-14
wireless: display wext SSID when connected by cfg80211
Zhu Yi
1
-1
/
+9
2009-08-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-6
/
+10
2009-08-04
cfg80211: clear SSID on disconnect/no connection
Johannes Berg
1
-0
/
+4
2009-08-04
cfg80211: lower dynamic PS timeout to 100ms
Johannes Berg
1
-1
/
+1
2009-08-04
cfg80211: enable country IE support to all cfg80211 drivers
Luis R. Rodriguez
3
-5
/
+32
2009-08-04
cfg80211: decouple regulatory variables from cfg80211_mutex
Luis R. Rodriguez
2
-12
/
+38
2009-08-04
cfg80211: do not iterate over rdev list on country IE hint
Luis R. Rodriguez
1
-42
/
+9
2009-08-04
cfg80211: use goto out on country IE reg hint failure
Luis R. Rodriguez
1
-4
/
+2
2009-08-04
cfg80211: fix NETDEV_UNREGISTER notifier
Johannes Berg
1
-4
/
+11
2009-08-04
cfg80211: keep track of current_bss for userspace SME
Johannes Berg
4
-33
/
+51
2009-08-04
wext: remove extra return on wireless_nlevent_init()
Luis R. Rodriguez
1
-1
/
+0
2009-08-03
cfg80211: fix regression on beacon world roaming feature
Luis R. Rodriguez
2
-5
/
+7
2009-08-03
cfg80211: add two missing NULL pointer checks
Johannes Berg
1
-1
/
+3
2009-07-29
cfg80211: self-contained wext handling where possible
Johannes Berg
6
-0
/
+53
2009-07-29
cfg80211: combine IWESSID handlers
Johannes Berg
4
-8
/
+46
2009-07-29
cfg80211: combine IWAP handlers
Johannes Berg
4
-16
/
+56
2009-07-29
cfg80211: combine iwfreq implementations
Johannes Berg
6
-9
/
+81
2009-07-29
cfg80211: fix disassoc while not associated
Johannes Berg
1
-0
/
+6
2009-07-29
nl80211: add missing parameter clearing
Johannes Berg
1
-0
/
+2
2009-07-29
cfg80211: fix circular lock dependency (1)
Johannes Berg
1
-3
/
+3
2009-07-27
cfg80211: increase scan result expire time
Helmut Schaa
1
-1
/
+1
[next]