aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23qtnfmac: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-28/+28
2021-04-22qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_authLee Gibson1-2/+4
2021-04-17qtnfmac: remove meaningless goto statement and labelswengjianfeng1-67/+0
2021-04-17qtnfmac: remove meaningless labelswengjianfeng1-21/+6
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski1-12/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-1/+2
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg2-3/+3
2021-01-14qtnfmac_pcie: Use module_pci_driverAmey Narkhede1-12/+1
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski1-3/+3
2020-11-24qtnfmac: fix error return code in qtnf_pcie_probe()Wang Hai1-3/+3
2020-11-12qtnfmac: switch to core handling of rx/tx byte/packet countersHeiner Kallweit4-70/+20
2020-10-13qtnfmac: use new function dev_fetch_sw_netstatsHeiner Kallweit1-22/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+7
2020-09-29qtnfmac: fix resource leaks on unsupported iftype error return pathColin Ian King1-0/+2
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastructureTaehee Yoo1-3/+7
2020-09-16qtnfmac: Remove unused macro QTNF_DMP_MAX_LENYueHaibing1-1/+0
2020-08-27qtnfmac: convert tasklets to use new tasklet_setup() APIAllen Pais2-8/+6
2020-08-02qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc()Wang Hai1-1/+4
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-40/+43
2020-05-12qtnfmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-28/+28
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg1-40/+43
2020-04-14qtnfmac: Simplify code in _attach functionsChristophe JAILLET2-2/+2
2020-03-12qtnfmac: add interface combination check for repeater modeDmitry Lebed1-0/+15
2020-03-12qtnfmac: assign each wiphy to its own virtual platform deviceSergey Matyukevich3-7/+24
2020-03-12qtnfmac: set valid edmg in cfg80211_chan_defSergey Matyukevich1-0/+2
2020-03-12qtnfmac: support WPA3 OWE in AP modeSergey Matyukevich5-1/+137
2020-03-12qtnfmac: support WPA3 SAE in AP modeSergey Matyukevich4-10/+9
2020-02-12qtnfmac: fix potential Spectre vulnerabilitiesSergey Matyukevich3-5/+10
2020-02-12qtnfmac: drop unnecessary TLVs from scan commandIgor Mitsyanko3-93/+96
2020-02-12qtnfmac: update channel switch command to support 6GHz bandIgor Mitsyanko2-14/+28
2020-02-12qtnfmac: cleanup alignment in firmware communication protocolIgor Mitsyanko4-161/+103
2020-02-12qtnfmac: pass max scan SSIDs limit on per-radio basisIgor Mitsyanko4-8/+4
2020-02-12qtnfmac: implement extendable channel survey dumpIgor Mitsyanko5-122/+173
2020-02-12qtnfmac: drop QTN_TLV_ID_NUM_IFACE_COMB TLV typeIgor Mitsyanko2-35/+18
2020-02-12qtnfmac: merge PHY_PARAMS_GET into MAC_INFOIgor Mitsyanko4-138/+49
2020-02-12qtnfmac: pass hardware capabilities in TLV elementIgor Mitsyanko5-40/+63
2020-02-12qtnfmac: use MAJOR.MINOR format for firmware protocolIgor Mitsyanko4-33/+86
2020-01-26qtnfmac: add support for TWT responder and spatial reuseMikhail Karpenko2-1/+53
2020-01-26qtnfmac: add support for STA HE ratesSergey Matyukevich2-0/+3
2020-01-26qtnfmac: control qtnfmac wireless interfaces bridgingSergey Matyukevich1-18/+34
2020-01-26qtnfmac: add module param to configure DFS offloadSergey Matyukevich6-7/+22
2020-01-26qtnfmac: cleanup slave_radar access functionSergey Matyukevich3-7/+7
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-20qtnfmac: process HE capabilities requestsMikhail Karpenko2-1/+92
2019-11-20qtnfmac: add TLV for extension IEsMikhail Karpenko1-0/+35
2019-11-20qtnfmac: signal that all packets coming from device are already floodedIgor Mitsyanko2-0/+27
2019-11-20qtnfmac: advertise netdev port parent IDIgor Mitsyanko4-5/+22
2019-11-20qtnfmac: add interface ID to each packetIgor Mitsyanko4-18/+74
2019-11-20qtnfmac: track broadcast domain of each interfaceIgor Mitsyanko7-0/+149
2019-11-20qtnfmac: remove VIF in firmware in case of errorIgor Mitsyanko2-15/+12