summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip
Commit message (Expand)AuthorAgeFilesLines
* wifi: wilc1000: document SRCU usage instead of SRCUAlexis Lothoré2024-06-011-0/+7
* Revert "wifi: wilc1000: set atomic flag on kmemdup in srcu critical section"Alexis Lothoré2024-06-011-1/+1
* Revert "wifi: wilc1000: convert list management to RCU"Alexis Lothoré2024-06-015-45/+64
* wifi: wilc1000: convert list management to RCUAlexis Lothoré2024-04-165-64/+45
* wifi: wilc1000: set atomic flag on kmemdup in srcu critical sectionAlexis Lothoré2024-04-161-1/+1
* wifi: wilc1000: replace open-coded module_sdio_driver()Krzysztof Kozlowski2024-04-051-3/+2
* wifi: wilc1000: revert reset line logic flipAlexis Lothoré2024-02-211-3/+3
* wifi: wilc1000: remove AKM suite be32 conversion for external auth requestAlexis Lothoré2024-02-211-1/+1
* wifi: wilc1000: add missing read critical sections around vif list traversalAjay Singh2024-02-192-25/+35
* wifi: wilc1000: fix declarations orderingAlexis Lothoré2024-02-192-11/+11
* wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré2024-02-195-10/+16
* wifi: wilc1000: split deeply nested RCU list traversal in dedicated helperAlexis Lothoré2024-02-191-11/+14
* wifi: wilc1000: validate chip id during bus probeDavid Mosberger-Tang2024-02-153-20/+59
* wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfacesAlexis Lothoré2024-02-151-21/+7
* wifi: wilc1000: correct CRC7 calculationDavid Mosberger-Tang2024-02-121-1/+1
* 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-083-0/+3
|\
| * wifi: fill in MODULE_DESCRIPTION()s for wilc1000Breno Leitao2024-01-313-0/+3
* | wifi: wilc1000: remove setting msg.spiDavid Lechner2024-02-051-4/+0
* | wifi: wilc1000: fix multi-vif management when deleting a vifAjay Singh2024-01-181-1/+0
* | wifi: wilc1000: fix incorrect power down sequenceAjay Singh2024-01-182-14/+25
* | wifi: wilc1000: do not realloc workqueue everytime an interface is addedAjay Singh2024-01-182-10/+11
* | wifi: wilc1000: fix driver_handler when committing initial configurationAjay Singh2024-01-181-1/+1
* | wifi: wilc1000: fix RCU usage in connect pathAlexis Lothoré2024-01-121-12/+24
* | wifi: wilc1000: fix declarations orderingAlexis Lothoré2024-01-121-4/+4
|/
* wifi: wilc1000: simplify wilc_scan()Dmitry Antipov2023-11-083-21/+23
* wifi: wilc1000: cleanup struct wilc_conn_infoDmitry Antipov2023-11-083-16/+18
* wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53()Dmitry Antipov2023-10-301-4/+5
* wifi: wilc1000: simplify remain on channel supportDmitry Antipov2023-10-303-21/+13
* wifi: wilc1000: use vmm_table as array in wilc structAjay Singh2023-10-191-1/+1
* wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* wifi: wilc1000: add back-off algorithm to balance tx queue packetsPrasurjya Rohan Saikia2023-09-212-4/+18
* wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-2/+2
* wifi: wilc1000: Remove unused declarationsYue Haibing2023-08-231-4/+0
* wifi: wilc1000: add SPI commands retry mechanismAmisha Patel2023-08-011-45/+103
* wifi: wilc1000: remove use of has_thrpt_enh3 flagPrasurjya Rohan Saikia2023-08-011-93/+10
* wifi: wilc1000: Increase ASSOC response bufferAmisha Patel2023-05-113-3/+3
* wifi: wilc1000: fix for absent RSN capabilities WFA testcaseAmisha Patel2023-05-111-4/+4
* Merge wireless into wireless-nextKalle Valo2023-01-171-3/+3
|\
| * treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-3/+3
* | 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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-14/+46
|\
| * wifi: wilc1000: validate number of channelsPhil Turnbull2022-11-241-6/+16
| * wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull2022-11-241-1/+2
| * wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull2022-11-241-2/+12
| * wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull2022-11-241-5/+16
* | wifi: wilc1000: sdio: fix module autoloadingMichael Walle2022-11-011-0/+1
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-083-8/+47
|\