summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/microchip
AgeCommit message (Expand)AuthorFilesLines
2024-10-17wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_paramJiawei Ye1-1/+3
2024-07-18wifi: wilc1000: fix ies_len type in connect pathJozef Hopko1-1/+2
2024-03-27wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfacesAlexis Lothoré1-21/+7
2024-03-27wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2024-03-27wifi: wilc1000: fix multi-vif management when deleting a vifAjay Singh1-1/+0
2024-03-27wifi: wilc1000: fix RCU usage in connect pathAlexis Lothoré1-12/+24
2024-03-27wifi: wilc1000: fix declarations orderingAlexis Lothoré1-4/+4
2023-07-27wifi: wilc1000: fix for absent RSN capabilities WFA testcaseAmisha Patel1-4/+4
2023-03-11wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()Zhang Changzhong1-0/+1
2023-01-14wifi: wilc1000: sdio: fix module autoloadingMichael Walle1-0/+1
2022-12-02wifi: wilc1000: validate number of channelsPhil Turnbull1-6/+17
2022-12-02wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull1-1/+2
2022-12-02wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull1-2/+12
2022-12-02wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull1-5/+16
2021-11-18wilc1000: fix possible memory leak in cfg_scan_result()Ajay Singh1-2/+1
2021-05-14wilc1000: write value to WILC_INTR2_ENABLE registerMarcus Folkesson1-1/+1
2020-09-21net: wilc1000: clean up resource in error path of init mon interfaceHuang Guobin1-2/+1
2020-08-27wilc1000: Fix memleak in wilc_bus_probeDinghao Liu1-2/+3
2020-08-27wilc1000: Fix memleak in wilc_sdio_probeDinghao Liu1-2/+3
2020-08-02wilc1000: Move wilc1000 SDIO ID's from driver source to common header fileAjay Singh1-4/+2
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 Singh2-5/+14
2020-07-14wilc1000: use unified single wilc1000 FW binaryAjay Singh2-13/+8
2020-07-14wilc1000: fix compiler warning for 'wowlan_support' unused variableAjay Singh1-0/+2
2020-07-14wilc1000: use strlcpy to avoid 'stringop-truncation' warningAjay Singh1-2/+1
2020-06-26wilc1000: move wilc driver out of stagingAjay Singh19-0/+10600