summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/microchip/wilc1000/netdev.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-32/+40
2024-06-01Revert "wifi: wilc1000: convert list management to RCU"Alexis Lothoré1-18/+25
2024-05-17wifi: wilc1000: read MAC address from fuse at probeAjay Singh1-16/+22
2024-05-17wifi: wilc1000: set wilc_set_mac_address parameter as constAlexis Lothoré1-1/+1
2024-05-17wifi: wilc1000: register net device only after bus being fully initializedAlexis Lothoré1-0/+1
2024-05-17wifi: wilc1000: set net device registration as last step during interface cre...Alexis Lothoré1-15/+16
2024-04-16wifi: wilc1000: convert list management to RCUAlexis Lothoré1-25/+18
2024-02-19wifi: wilc1000: add missing read critical sections around vif list traversalAjay Singh1-2/+6
2024-02-19wifi: wilc1000: fix declarations orderingAlexis Lothoré1-3/+3
2024-02-19wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré1-7/+7
2024-02-19wifi: wilc1000: split deeply nested RCU list traversal in dedicated helperAlexis Lothoré1-11/+14
2024-02-15wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfacesAlexis Lothoré1-21/+7
2024-02-12wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config()Ajay Singh1-1/+1
2024-02-08Merge wireless into wireless-nextJohannes Berg1-0/+1
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for wilc1000Breno Leitao1-0/+1
2024-01-18wifi: wilc1000: do not realloc workqueue everytime an interface is addedAjay Singh1-9/+1
2024-01-18wifi: wilc1000: fix driver_handler when committing initial configurationAjay Singh1-1/+1
2023-09-21wifi: wilc1000: add back-off algorithm to balance tx queue packetsPrasurjya Rohan Saikia1-4/+16
2022-12-22wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()Wang Yufen1-1/+6
2022-12-22wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()Zhang Changzhong1-0/+1
2022-07-27wifi: wilc1000: use existing iftype variable to store the interface typeAjay Singh1-3/+3
2022-07-27wifi: wilc1000: cancel the connect operation during interface downAjay Singh1-0/+1
2022-07-27wifi: wilc1000: set correct value of 'close' variable in failure caseAjay Singh1-1/+1
2022-05-30wifi: wilc1000: add WPA3 SAE supportAjay Singh1-1/+10
2022-05-11wilc1000: increase firmware version array sizeAjay Singh1-1/+2
2021-12-20wilc1000: fix double free error in probe()Dan Carpenter1-1/+0
2021-12-14wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"David Mosberger-Tang1-2/+13
2021-12-14wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-txDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Rename irq handler from "WILC_IRQ" to netdev nameDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Fix missing newline in error messageDavid Mosberger-Tang1-1/+1
2021-11-19wilc1000: copy address before calling wilc_set_mac_addressJakub Kicinski1-3/+3
2021-10-20wilc1000: use eth_hw_addr_set()Jakub Kicinski1-4/+9
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-04-17wilc1000: Bring MAC address setting in line with typical Linux behaviorDavid Mosberger-Tang1-9/+16
2021-03-15wilc1000: use wilc handler as cookie in request_threaded_irq()Ajay Singh1-9/+5
2021-02-11wilc1000: Fix use of void pointer as a wrong struct typeVsevolod Kozlov1-1/+1
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-1/+1
2020-12-02wilc1000: added 'ndo_set_mac_address' callback supportAjay Singh1-0/+38
2020-07-14wilc1000: let wilc_mac_xmit() return NETDEV_TX_OKLuc Van Oostenryck1-3/+3
2020-07-14wilc1000: use API version number info along with firmware filenameAjay Singh1-3/+14
2020-07-14wilc1000: use unified single wilc1000 FW binaryAjay Singh1-11/+7
2020-06-26wilc1000: move wilc driver out of stagingAjay Singh1-0/+931