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.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
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-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-13
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
2018-05-30
qtnfmac: remove unused function declarations
Andrey Shevchenko
1
-5
/
+0
2018-05-12
wireless-drivers: Dynamically allocate struct station_info
Toke Høiland-Jørgensen
1
-14
/
+27
2018-04-30
qtnfmac: fix qtnf_netdev_hard_start_xmit()'s return type
Luc Van Oostenryck
1
-1
/
+1
2018-04-25
qtnfmac: pearl: pcie: fix memory leak in qtnf_fw_work_handler
Gustavo A. R. Silva
1
-0
/
+4
2018-04-24
qtnfmac: add DFS offload support
Dmitry Lebed
3
-2
/
+25
2018-03-13
net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text
Randy Dunlap
1
-2
/
+2
2018-02-27
qtnfmac: implement asynchronous firmware loading
Sergey Matyukevich
2
-198
/
+180
2018-02-27
qtnfmac: enable reloading of qtnfmac kernel modules
Sergei Maksimenko
3
-1
/
+16
2018-02-27
qtnfmac: fix releasing Tx/Rx data buffers
Sergey Matyukevich
1
-12
/
+18
2018-01-24
qtnfmac: remove redundant 'unlikely' checks
Sergey Matyukevich
1
-27
/
+25
2018-01-24
qtnfmac: do not use bus mutex for events processing
Igor Mitsyanko
1
-2
/
+2
2018-01-24
qtnfmac: do not use mutexes in timer context
Igor Mitsyanko
4
-32
/
+38
2018-01-24
qtnfmac: fix STA disconnect procedure
Sergey Matyukevich
1
-1
/
+0
2018-01-24
qtnfmac: validate interface combinations on changes
Sergey Matyukevich
1
-0
/
+50
2018-01-24
qtnfmac: modify supported interface combinations
Sergey Matyukevich
5
-76
/
+115
2018-01-24
qtnfmac: report hardware/firmware information via ethtool
Vasily Ulyanov
4
-0
/
+14
2018-01-24
qtnfmac: get more hardware info from card
Vasily Ulyanov
2
-1
/
+61
2018-01-24
qtnfmac: support 64-bit network interface stats
Vasily Ulyanov
3
-8
/
+85
2018-01-24
qtnfmac: fix warnings when mBSS setup is stopped
Vasily Ulyanov
1
-4
/
+4
2018-01-24
qtnfmac: remove struct qlink_cmd_set_mac_acl
Vasily Ulyanov
2
-16
/
+9
2018-01-09
qtnfmac: support MAC address based access control
Vasily Ulyanov
7
-1
/
+137
2018-01-09
qtnfmac: keeping track of "generation" for STA info
Igor Mitsyanko
5
-7
/
+16
2018-01-09
qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibility
Igor Mitsyanko
4
-168
/
+267
2018-01-09
qtnfmac: fill wiphy's extended capabilities
Vasily Ulyanov
4
-0
/
+50
2018-01-09
qtnfmac: fix rssi data passed to wireless core
Sergey Matyukevich
2
-9
/
+9
2018-01-09
qtnfmac: check for passed channel being NULL in MGMT_TX command
Igor Mitsyanko
1
-2
/
+11
2018-01-09
qtnfmac: change default interface mode from AP to STA
Igor Mitsyanko
3
-10
/
+6
2018-01-09
qtnfmac: add support for radar detection and CAC
Igor Mitsyanko
5
-1
/
+155
2018-01-09
qtnfmac: pass complete channel data between driver and firmware
Sergey Matyukevich
5
-51
/
+74
2018-01-09
qtnfmac: check that MAC exists in regulatory notifier
Igor Mitsyanko
1
-0
/
+3
2017-11-22
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
1
-1
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-1
/
+1
2017-11-10
qtnfmac: pass all CONNECT cmd params to wireless card for processing
Igor Mitsyanko
2
-30
/
+65
2017-11-10
qtnfmac: include HTCAP and VHTCAP into config AP command
Igor Mitsyanko
1
-0
/
+18
2017-11-10
qtnfmac: configure and start AP interface with a single command
Igor Mitsyanko
4
-52
/
+47
2017-11-10
qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usage
Igor Mitsyanko
3
-34
/
+10
2017-11-10
qtnfmac: SCAN results: retreive frame type information from "IE set" TLV
Igor Mitsyanko
2
-22
/
+14
2017-11-10
qtnfmac: extend "IE set" TLV to include frame type info
Igor Mitsyanko
3
-30
/
+80
[next]