summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac
Commit message (Expand)AuthorAgeFilesLines
* wifi: qtnfmac: Remove generic .ndo_get_stats64Breno Leitao2024-05-021-1/+0
* wifi: qtnfmac: Move stats allocation to coreBreno Leitao2024-05-021-14/+1
* wifi: qtnfmac: Use netdev dummy allocator helperBreno Leitao2024-04-241-2/+1
* wifi: qtnfmac: allocate dummy net_device dynamicallyBreno Leitao2024-03-214-9/+18
* wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2024-02-081-1/+1
* wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-2/+2
* wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2023-09-112-3/+4
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-2/+2
* wifi: qtnfmac: use struct_size and size_sub for payload lengthJacob Keller2023-03-131-3/+4
* wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit2023-02-141-1/+1
* wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam2023-02-141-0/+1
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-022-2/+2
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-5/+7
* wifi: qtnfmac: remove braces around single statement blocksSebin Sebastian2022-08-091-3/+1
* wifi: qtnfmac: fix repeated words in commentsJilin Yuan2022-07-181-2/+2
* wifi: cfg80211: Increase akm_suites array size in cfg80211_crypto_settingsVeerendranath Jakkam2022-07-011-4/+8
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-203-14/+17
* qtnfmac: switch to netif_napi_add_weight()Jakub Kicinski2022-05-062-4/+4
* 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-132-4/+0
* qtnfmac: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-232-28/+28
* qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_authLee Gibson2021-04-221-2/+4
* qtnfmac: remove meaningless goto statement and labelswengjianfeng2021-04-171-67/+0
* qtnfmac: remove meaningless labelswengjianfeng2021-04-171-21/+6
* Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-02-061-12/+1
|\
| * qtnfmac_pcie: Use module_pci_driverAmey Narkhede2021-01-141-12/+1
* | cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-1/+2
* | cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-222-3/+3
|/
* Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-12-041-3/+3
|\
| * qtnfmac: fix error return code in qtnf_pcie_probe()Wang Hai2020-11-241-3/+3
* | qtnfmac: switch to core handling of rx/tx byte/packet countersHeiner Kallweit2020-11-124-70/+20
|/
* 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: fix resource leaks on unsupported iftype error return pathColin Ian King2020-09-291-0/+2
* | qtnfmac: Remove unused macro QTNF_DMP_MAX_LENYueHaibing2020-09-161-1/+0
* | qtnfmac: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-272-8/+6
|/
* qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc()Wang Hai2020-08-021-1/+4
* Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-40/+43
|\
| * cfg80211: change internal management frame registration APIJohannes Berg2020-04-241-40/+43
* | qtnfmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-122-28/+28
* | qtnfmac: Simplify code in _attach functionsChristophe JAILLET2020-04-142-2/+2
|/
* qtnfmac: add interface combination check for repeater modeDmitry Lebed2020-03-121-0/+15
* qtnfmac: assign each wiphy to its own virtual platform deviceSergey Matyukevich2020-03-123-7/+24
* qtnfmac: set valid edmg in cfg80211_chan_defSergey Matyukevich2020-03-121-0/+2
* qtnfmac: support WPA3 OWE in AP modeSergey Matyukevich2020-03-125-1/+137
* qtnfmac: support WPA3 SAE in AP modeSergey Matyukevich2020-03-124-10/+9