summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip/wilc1000/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "wifi: wilc1000: convert list management to RCU"Alexis Lothoré2024-06-011-18/+25
* wifi: wilc1000: convert list management to RCUAlexis Lothoré2024-04-161-25/+18
* wifi: wilc1000: add missing read critical sections around vif list traversalAjay Singh2024-02-191-2/+6
* wifi: wilc1000: fix declarations orderingAlexis Lothoré2024-02-191-3/+3
* wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré2024-02-191-7/+7
* wifi: wilc1000: split deeply nested RCU list traversal in dedicated helperAlexis Lothoré2024-02-191-11/+14
* wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfacesAlexis Lothoré2024-02-151-21/+7
* wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config()Ajay Singh2024-02-121-1/+1
* Merge wireless into wireless-nextJohannes Berg2024-02-081-0/+1
|\
| * wifi: fill in MODULE_DESCRIPTION()s for wilc1000Breno Leitao2024-01-311-0/+1
* | wifi: wilc1000: do not realloc workqueue everytime an interface is addedAjay Singh2024-01-181-9/+1
* | wifi: wilc1000: fix driver_handler when committing initial configurationAjay Singh2024-01-181-1/+1
|/
* wifi: wilc1000: add back-off algorithm to balance tx queue packetsPrasurjya Rohan Saikia2023-09-211-4/+16
* wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()Wang Yufen2022-12-221-1/+6
* wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()Zhang Changzhong2022-12-221-0/+1
* wifi: wilc1000: use existing iftype variable to store the interface typeAjay Singh2022-07-271-3/+3
* wifi: wilc1000: cancel the connect operation during interface downAjay Singh2022-07-271-0/+1
* wifi: wilc1000: set correct value of 'close' variable in failure caseAjay Singh2022-07-271-1/+1
* wifi: wilc1000: add WPA3 SAE supportAjay Singh2022-05-301-1/+10
* wilc1000: increase firmware version array sizeAjay Singh2022-05-111-1/+2
* wilc1000: fix double free error in probe()Dan Carpenter2021-12-201-1/+0
* wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"David Mosberger-Tang2021-12-141-2/+13
* wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-txDavid Mosberger-Tang2021-12-141-1/+1
* wilc1000: Rename irq handler from "WILC_IRQ" to netdev nameDavid Mosberger-Tang2021-12-141-1/+1
* wilc1000: Fix missing newline in error messageDavid Mosberger-Tang2021-12-141-1/+1
* wilc1000: copy address before calling wilc_set_mac_addressJakub Kicinski2021-11-191-3/+3
* wilc1000: use eth_hw_addr_set()Jakub Kicinski2021-10-201-4/+9
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-131-1/+0
* wilc1000: Bring MAC address setting in line with typical Linux behaviorDavid Mosberger-Tang2021-04-171-9/+16
* wilc1000: use wilc handler as cookie in request_threaded_irq()Ajay Singh2021-03-151-9/+5
* wilc1000: Fix use of void pointer as a wrong struct typeVsevolod Kozlov2021-02-111-1/+1
* cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-1/+1
* wilc1000: added 'ndo_set_mac_address' callback supportAjay Singh2020-12-021-0/+38
* wilc1000: let wilc_mac_xmit() return NETDEV_TX_OKLuc Van Oostenryck2020-07-141-3/+3
* wilc1000: use API version number info along with firmware filenameAjay Singh2020-07-141-3/+14
* wilc1000: use unified single wilc1000 FW binaryAjay Singh2020-07-141-11/+7
* wilc1000: move wilc driver out of stagingAjay Singh2020-06-261-0/+931