index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
quantenna
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-26
qtnfmac: modify debugfs to support multiple cards
Sergey Matyukevich
3
-1
/
+30
2019-04-26
qtnfmac: allow to control DFS slave radar detection
Igor Mitsyanko
6
-4
/
+19
2019-04-26
qtnfmac: handle channel switch events for connected stations only
Sergey Matyukevich
1
-5
/
+11
2019-04-04
qtnfmac: replace qtnf_cmd_acl_data_size() with struct_size()
Gustavo A. R. Silva
1
-11
/
+4
2019-04-04
qtnfmac: use scan duration param for different scan types
Igor Mitsyanko
2
-11
/
+49
2019-04-04
qtnfmac: send EAPOL frames via control path
Igor Mitsyanko
10
-25
/
+89
2019-04-04
qtnfmac: allow changing the netns
Sergey Matyukevich
1
-1
/
+2
2019-04-04
qtnfmac: simplify firmware state tracking
Sergey Matyukevich
4
-15
/
+30
2019-04-04
qtnfmac: fix core attach error path in pcie backend
Sergey Matyukevich
4
-39
/
+34
2019-04-04
qtnfmac: update bands information on CHANGE_INTF command
Igor Mitsyanko
1
-2
/
+19
2019-04-04
qtnfmac: pass DFS region to firmware on region update
Igor Mitsyanko
2
-2
/
+19
2019-04-04
qtnfmac: allow each MAC to specify its own regulatory rules
Igor Mitsyanko
7
-156
/
+156
2019-04-04
qtnfmac: flexible regulatory domain registration logic
Igor Mitsyanko
1
-5
/
+14
2019-04-04
qtnfmac: pass complete channel info in regulatory notifier
Igor Mitsyanko
3
-31
/
+76
2019-04-04
qtnfmac: include full channels info to regulatory notifier
Igor Mitsyanko
2
-1
/
+27
2019-04-04
qtnfmac: simplify error reporting in regulatory notifier
Igor Mitsyanko
1
-10
/
+2
2019-04-04
qtnfmac: make regulatory notifier work on per-phy basis
Igor Mitsyanko
3
-30
/
+13
2019-02-08
qtnfmac: enable WPA3 SAE support
Sergey Matyukevich
5
-2
/
+145
2019-02-08
qtnfmac: enable WPA3 OWE support
Sergey Matyukevich
2
-43
/
+102
2019-02-01
qtnfmac: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-13
/
+1
2019-02-01
qtnfmac: qtnf_cmd_send_with_reply cleanup
Sergey Matyukevich
1
-6
/
+4
2019-02-01
qtnfmac: remove unused declarations
Sergey Matyukevich
1
-2
/
+0
2019-02-01
qtnfmac: add missing bss record to host scan cache
Sergey Matyukevich
2
-5
/
+78
2019-02-01
qtnfmac: convert to SPDX license identifiers
Sergey Matyukevich
23
-327
/
+45
2019-02-01
qtnfmac: do not reject retry changes in driver
Sergey Matyukevich
2
-5
/
+8
2019-02-01
qtnfmac: switch to 32bit values for RTS/FRAG thresholds
Sergey Matyukevich
3
-6
/
+17
2019-02-01
qtnfmac: add support for 4addr mode
Sergey Matyukevich
5
-17
/
+31
2019-02-01
qtnfmac: fix INTx interrupt handling
Sergey Matyukevich
1
-3
/
+3
2019-02-01
qtnfmac: support EBUSY errcode for QLINK protocol
Andrey Shevchenko
2
-0
/
+3
2019-02-01
qtnfmac: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+2
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
[next]