summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12qtnfmac: assign each wiphy to its own virtual platform deviceSergey Matyukevich1-4/+14
2020-02-12qtnfmac: fix potential Spectre vulnerabilitiesSergey Matyukevich1-1/+3
2020-02-12qtnfmac: merge PHY_PARAMS_GET into MAC_INFOIgor Mitsyanko1-12/+6
2020-02-12qtnfmac: pass hardware capabilities in TLV elementIgor Mitsyanko1-4/+5
2020-02-12qtnfmac: use MAJOR.MINOR format for firmware protocolIgor Mitsyanko1-7/+9
2020-01-26qtnfmac: control qtnfmac wireless interfaces bridgingSergey Matyukevich1-18/+34
2020-01-26qtnfmac: add module param to configure DFS offloadSergey Matyukevich1-0/+9
2020-01-26qtnfmac: cleanup slave_radar access functionSergey Matyukevich1-5/+5
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-20qtnfmac: process HE capabilities requestsMikhail Karpenko1-0/+3
2019-11-20qtnfmac: signal that all packets coming from device are already floodedIgor Mitsyanko1-0/+3
2019-11-20qtnfmac: advertise netdev port parent IDIgor Mitsyanko1-0/+20
2019-11-20qtnfmac: add interface ID to each packetIgor Mitsyanko1-9/+10
2019-11-20qtnfmac: track broadcast domain of each interfaceIgor Mitsyanko1-0/+64
2019-11-20qtnfmac: remove VIF in firmware in case of errorIgor Mitsyanko1-10/+9
2019-11-14qtnfmac: send EAPOL frames via control pathSergey Matyukevich1-9/+14
2019-04-26qtnfmac: modify debugfs to support multiple cardsSergey Matyukevich1-0/+26
2019-04-26qtnfmac: allow to control DFS slave radar detectionIgor Mitsyanko1-0/+9
2019-04-04qtnfmac: send EAPOL frames via control pathIgor Mitsyanko1-3/+42
2019-04-04qtnfmac: simplify firmware state trackingSergey Matyukevich1-3/+5
2019-04-04qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko1-3/+2
2019-02-01qtnfmac: convert to SPDX license identifiersSergey Matyukevich1-15/+2
2019-02-01qtnfmac: add support for 4addr modeSergey Matyukevich1-1/+3
2018-10-05qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich1-2/+14
2018-10-05qtnfmac: do not initialize per-MAC data multiple timesIgor Mitsyanko1-10/+13
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich1-0/+1
2018-06-27qtnfmac: implement net_device_ops callback to set MAC addressIgor Mitsyanko1-0/+25
2018-05-30qtnfmac: improve control path timeout handlingDmitry Lebed1-1/+1
2018-05-30qtnfmac: cleanup wdev structure between its usesSergey Matyukevich1-1/+0
2018-04-30qtnfmac: fix qtnf_netdev_hard_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-01-24qtnfmac: do not use mutexes in timer contextIgor Mitsyanko1-1/+32
2018-01-24qtnfmac: modify supported interface combinationsSergey Matyukevich1-2/+18
2018-01-24qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov1-0/+5
2018-01-24qtnfmac: support 64-bit network interface statsVasily Ulyanov1-3/+78
2018-01-09qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov1-0/+2
2018-01-09qtnfmac: change default interface mode from AP to STAIgor Mitsyanko1-7/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-1/+1
2017-11-10qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko1-2/+1
2017-10-30qtnfmac: modify full Tx queue recoverySergey Matyukevich1-0/+27
2017-10-27qtnfmac: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-08-03qtnfmac: implement scan timeoutSergey Matyukevich1-0/+2
2017-08-03qtnfmac: updates for regulatory supportSergey Matyukevich1-0/+3
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-05-24qtnfmac: introduce new FullMAC driver for Quantenna chipsetsIgor Mitsyanko1-0/+618