index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
quantenna
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-06
qtnfmac: fix error handling in control path
Sergey Matyukevich
1
-8
/
+13
2018-11-06
qtnfmac: add support for Topaz chipsets
Sergey Matyukevich
9
-5
/
+1373
2018-11-06
qtnfmac_pcie: use single PCIe driver for all platforms
Igor Mitsyanko
7
-251
/
+292
2018-10-13
qtnfmac_pcie: cleanup Pearl platform headers
Sergey Matyukevich
2
-230
/
+3
2018-10-13
qtnfmac: use SPDX identifier for pcie bus layer files
Sergey Matyukevich
3
-45
/
+6
2018-10-13
qtnfmac: use 'help' in Kconfig
Sergey Matyukevich
2
-2
/
+2
2018-10-05
qtnfmac: implement dump_station support for STA mode
Sergey Matyukevich
1
-9
/
+21
2018-10-05
qtnfmac: drop redundant data copy in control path
Sergey Matyukevich
3
-12
/
+10
2018-10-05
qtnfmac: add support for scan dwell time configuration
Sergey Matyukevich
3
-0
/
+15
2018-10-05
qtnfmac: add support for scan flush
Sergey Matyukevich
3
-0
/
+15
2018-10-05
qtnfmac: drop error reports for out-of-bounds key indexes
Sergey Matyukevich
1
-3
/
+10
2018-10-05
qtnfmac: inform wireless core about supported extended capabilities
Sergey Matyukevich
4
-4
/
+25
2018-10-05
qtnfmac: pass sgi rate info flag to wireless core
Sergey Matyukevich
1
-0
/
+3
2018-10-05
qtnfmac: do not cancel scan in disconnect callback
Igor Mitsyanko
1
-2
/
+0
2018-10-05
qtnfmac: cleanup and unify command error handling
Sergey Matyukevich
2
-433
/
+149
2018-10-05
qtnfmac: do not initialize per-MAC data multiple times
Igor Mitsyanko
1
-10
/
+13
2018-10-05
qtnfmac: request userspace to do OBSS scanning if FW can not
Igor Mitsyanko
2
-0
/
+5
2018-10-05
qtnfmac: generate local disconnect event in disconnect callback
Igor Mitsyanko
1
-6
/
+7
2018-10-05
qtnfmac: do not track STA states in driver
Sergey Matyukevich
3
-76
/
+8
2018-10-01
qtnfmac_pcie: check for correct CHIP ID at pcie probe
Igor Mitsyanko
2
-0
/
+38
2018-10-01
qtnfmac: wait for FW load work to finish at PCIe remove
Igor Mitsyanko
2
-4
/
+1
2018-10-01
qtnfmac_pcie: extract platform-independent PCIe code
Igor Mitsyanko
5
-383
/
+455
2018-10-01
qtnfmac: add missing header includes to bus.h
Igor Mitsyanko
1
-0
/
+3
2018-10-01
qtnfmac_pcie: rename platform-specific functions
Igor Mitsyanko
1
-49
/
+52
2018-10-01
qtnfmac_pcie: separate platform-independent PCIe structure
Igor Mitsyanko
3
-261
/
+287
2018-10-01
qtnfmac_pcie: pearl: rename spinlock tx0_lock to tx_lock
Igor Mitsyanko
1
-5
/
+5
2018-10-01
qtnfmac_pcie: indicate pearl-specific structures by their names
Igor Mitsyanko
2
-68
/
+68
2018-10-01
qtnfmac_pcie: rename private Pearl PCIe state structure
Igor Mitsyanko
2
-138
/
+111
2018-10-01
qtnfmac_pcie: move Pearl pcie sources to pcie-specific directory
Igor Mitsyanko
5
-4
/
+4
2018-10-01
qtnfmac_pcie: do not store FW name in driver state structure
Igor Mitsyanko
2
-5
/
+4
2018-09-20
qtnfmac: remove set but not used variable 'vif'
YueHaibing
1
-3
/
+0
2018-08-02
qtnfmac: implement basic WoWLAN support
Sergey Matyukevich
6
-0
/
+248
2018-07-30
qtnfmac: enable multiple SSIDs scan support
Andrey Shevchenko
4
-7
/
+9
2018-07-30
qtnfmac: implement cfg80211 power management callback
Sergei Maksimenko
4
-0
/
+82
2018-07-23
Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...
David S. Miller
4
-16
/
+89
2018-07-03
Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub...
David S. Miller
1
-2
/
+1
2018-06-27
wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute types
Omer Efrat
1
-16
/
+16
2018-06-27
qtnfmac: enable source MAC address randomization support
Andrey Shevchenko
3
-0
/
+48
2018-06-27
qtnfmac: implement net_device_ops callback to set MAC address
Igor Mitsyanko
1
-0
/
+25
2018-06-23
net: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-1
/
+1
2018-06-18
qtnfmac: fix NULL pointer dereference
Gustavo A. R. Silva
1
-2
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-05-30
qtnfmac: fix invalid STA state on EAPOL failure
Sergey Matyukevich
2
-12
/
+17
2018-05-30
qtnfmac: cancel scan on disconnect
Andrey Shevchenko
1
-0
/
+2
2018-05-30
qtnfmac: fix bg_scan_period parameter processing
Andrey Shevchenko
2
-7
/
+3
2018-05-30
qtnfmac: fix firmware command error path
Dmitry Lebed
2
-1
/
+4
2018-05-30
qtnfmac: improve control path timeout handling
Dmitry Lebed
3
-5
/
+15
2018-05-30
qtnfmac: cleanup wdev structure between its uses
Sergey Matyukevich
2
-6
/
+3
2018-05-30
qtnfmac: decode error codes from firmware replies
Igor Mitsyanko
2
-2
/
+26
2018-05-30
qtnfmac: simplify notation
Sergey Matyukevich
1
-12
/
+13
[next]