index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
wil6210
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-27
wil6210: add debugfs 'mids' file
Lior David
1
-0
/
+37
2018-02-27
wil6210: multiple VIFs support for connections and data path
Lior David
12
-151
/
+347
2018-02-27
wil6210: rename p2p_wdev_mutex to vif_mutex
Lior David
5
-41
/
+41
2018-02-27
wil6210: multiple VIFs support for start/stop AP
Lior David
6
-33
/
+71
2018-02-27
wil6210: add support for adding and removing virtual interfaces
Lior David
6
-59
/
+518
2018-02-27
wil6210: infrastructure for multiple virtual interfaces
Lior David
15
-615
/
+877
2018-02-27
wil6210: support concurrency record in FW file
Lior David
4
-5
/
+158
2018-02-27
wil6210: add wil6210_vif structure for per-VIF data
Lior David
3
-65
/
+107
2018-02-26
wil6210: fix spelling mistake: "preperation"-> "preparation"
Colin Ian King
1
-1
/
+1
2018-02-19
cfg80211: send ack_signal to user in probe client response
Venkateswara Naralasetty
1
-1
/
+2
2018-01-25
wil6210: support parsing brd file address from fw file
Maya Erez
4
-11
/
+184
2018-01-25
wil6210: enlarge FW mac_rgf_ext section for Sparrow D0
Lior David
3
-3
/
+18
2018-01-25
wil6210: fix random failure to bring network interface up
Lior David
5
-2
/
+138
2018-01-25
wil6210: configure OTP HW vectors in SW reset flow
Maya Erez
2
-0
/
+26
2018-01-25
wil6210: support flashless device
Dedy Lansky
3
-29
/
+87
2018-01-25
wil6210: add support for Talyn AHB address map
Maya Erez
4
-17
/
+92
2018-01-25
wil6210: recognize Talyn JTAG ID
Maya Erez
2
-0
/
+7
2018-01-25
wil6210: add Talyn PCIe device ID
Maya Erez
1
-0
/
+2
2018-01-09
wil6210: remove reference to preset_chandef
Lior David
6
-7
/
+5
2018-01-09
wil6210: remove leftover "FIXME"s
Dedy Lansky
3
-4
/
+2
2018-01-09
wil6210: prevent parallel suspend and dump collection
Maya Erez
4
-8
/
+54
2018-01-09
wil6210: set platform features based on FW capabilities
Maya Erez
3
-0
/
+18
2018-01-09
wil6210: add platform capabilities bitmap
Maya Erez
4
-4
/
+35
2018-01-09
wil6210: support 40bit DMA addresses
Lazar Alexei
4
-22
/
+28
2018-01-09
wil6210: support Scheduled scan
Dedy Lansky
5
-18
/
+395
2017-12-27
wil6210: fix build warnings without CONFIG_PM
Arnd Bergmann
2
-19
/
+8
2017-12-02
wil6210: update statistics for suspend
Lazar Alexei
4
-27
/
+59
2017-12-02
wil6210: remove suspend time statistics
Lazar Alexei
4
-39
/
+4
2017-12-02
wil6210: fix PCIe bus mastering in case of interface down
Lazar Alexei
3
-19
/
+19
2017-12-02
wil6210: get suspend reject reason and resume triggers from FW
Lazar Alexei
2
-6
/
+57
2017-12-02
wil6210: missing length check in wil_cfg80211_mgmt_tx
Lior David
1
-3
/
+7
2017-12-02
wil6210: missing length check in wmi_set_ie
Lior David
1
-1
/
+7
2017-12-02
wil6210: add block size checks during FW load
Lior David
3
-21
/
+49
2017-12-02
wil6210: fix length check in __wmi_send
Lior David
2
-2
/
+22
2017-12-02
wil6210: abort properly in cfg suspend
Hamad Kadmany
1
-2
/
+5
2017-12-02
wil6210: refresh FW capabilities during interface up
Lior David
4
-27
/
+33
2017-12-02
wil6210: print human readable names of WMI commands and events
Dedy Lansky
1
-5
/
+232
2017-12-02
wil6210: run-time PM when interface down
Lazar Alexei
6
-20
/
+237
2017-11-04
Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...
David S. Miller
4
-56
/
+10
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-27
ath: Convert timers to use timer_setup()
Kees Cook
3
-11
/
+10
2017-10-27
wil6210: remove SSID debugfs
Johannes Berg
1
-45
/
+0
2017-08-31
wil6210: ensure P2P device is stopped before removing interface
Lior David
1
-28
/
+29
2017-08-31
wil6210: increase connect timeout
Lior David
1
-1
/
+1
2017-08-31
wil6210: clear PAL_UNIT_ICR part of device reset
Dedy Lansky
2
-0
/
+3
2017-08-31
wil6210: move pre-FW configuration to separate function
Dedy Lansky
1
-18
/
+22
2017-08-31
wil6210: align to latest auto generated wmi.h
Lazar Alexei
1
-239
/
+475
2017-08-31
wil6210: make debugfs compilation optional
Gidon Studinski
3
-1
/
+19
2017-08-31
wil6210: ratelimit errors in TX/RX interrupts
Lior David
1
-6
/
+8
2017-08-08
wil6210: move vring_idle_trsh definition to wil6210_priv
Gidon Studinski
4
-8
/
+6
[next]