summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/core.c
Commit message (Expand)AuthorAgeFilesLines
* wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-201-1/+1
* wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+1
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-131-2/+0
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-1/+2
* cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-1/+1
* qtnfmac: switch to core handling of rx/tx byte/packet countersHeiner Kallweit2020-11-121-62/+16
* qtnfmac: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-22/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-3/+7
|\
| * net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-3/+7
* | qtnfmac: Remove unused macro QTNF_DMP_MAX_LENYueHaibing2020-09-161-1/+0
|/
* qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc()Wang Hai2020-08-021-1/+4
* qtnfmac: assign each wiphy to its own virtual platform deviceSergey Matyukevich2020-03-121-4/+14
* qtnfmac: fix potential Spectre vulnerabilitiesSergey Matyukevich2020-02-121-1/+3
* qtnfmac: merge PHY_PARAMS_GET into MAC_INFOIgor Mitsyanko2020-02-121-12/+6
* qtnfmac: pass hardware capabilities in TLV elementIgor Mitsyanko2020-02-121-4/+5
* qtnfmac: use MAJOR.MINOR format for firmware protocolIgor Mitsyanko2020-02-121-7/+9
* qtnfmac: control qtnfmac wireless interfaces bridgingSergey Matyukevich2020-01-261-18/+34
* qtnfmac: add module param to configure DFS offloadSergey Matyukevich2020-01-261-0/+9
* qtnfmac: cleanup slave_radar access functionSergey Matyukevich2020-01-261-5/+5
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* qtnfmac: process HE capabilities requestsMikhail Karpenko2019-11-201-0/+3
* qtnfmac: signal that all packets coming from device are already floodedIgor Mitsyanko2019-11-201-0/+3
* qtnfmac: advertise netdev port parent IDIgor Mitsyanko2019-11-201-0/+20
* qtnfmac: add interface ID to each packetIgor Mitsyanko2019-11-201-9/+10
* qtnfmac: track broadcast domain of each interfaceIgor Mitsyanko2019-11-201-0/+64
* qtnfmac: remove VIF in firmware in case of errorIgor Mitsyanko2019-11-201-10/+9
* qtnfmac: send EAPOL frames via control pathSergey Matyukevich2019-11-141-9/+14
* qtnfmac: modify debugfs to support multiple cardsSergey Matyukevich2019-04-261-0/+26
* qtnfmac: allow to control DFS slave radar detectionIgor Mitsyanko2019-04-261-0/+9
* qtnfmac: send EAPOL frames via control pathIgor Mitsyanko2019-04-041-3/+42
* qtnfmac: simplify firmware state trackingSergey Matyukevich2019-04-041-3/+5
* qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko2019-04-041-3/+2
* qtnfmac: convert to SPDX license identifiersSergey Matyukevich2019-02-011-15/+2
* qtnfmac: add support for 4addr modeSergey Matyukevich2019-02-011-1/+3
* qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich2018-10-051-2/+14
* qtnfmac: do not initialize per-MAC data multiple timesIgor Mitsyanko2018-10-051-10/+13
* qtnfmac: implement basic WoWLAN supportSergey Matyukevich2018-08-021-0/+1
* qtnfmac: implement net_device_ops callback to set MAC addressIgor Mitsyanko2018-06-271-0/+25
* qtnfmac: improve control path timeout handlingDmitry Lebed2018-05-301-1/+1
* qtnfmac: cleanup wdev structure between its usesSergey Matyukevich2018-05-301-1/+0
* qtnfmac: fix qtnf_netdev_hard_start_xmit()'s return typeLuc Van Oostenryck2018-04-301-1/+1
* qtnfmac: do not use mutexes in timer contextIgor Mitsyanko2018-01-241-1/+32
* qtnfmac: modify supported interface combinationsSergey Matyukevich2018-01-241-2/+18
* qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov2018-01-241-0/+5
* qtnfmac: support 64-bit network interface statsVasily Ulyanov2018-01-241-3/+78
* qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov2018-01-091-0/+2
* qtnfmac: change default interface mode from AP to STAIgor Mitsyanko2018-01-091-7/+4
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-1/+1
* qtnfmac: use per-band HT/VHT info from wireless deviceIgor Mitsyanko2017-11-101-2/+1
* qtnfmac: modify full Tx queue recoverySergey Matyukevich2017-10-301-0/+27