summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/microchip/wilc1000/hif.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-07-03wifi: wilc1000: fix ies_len type in connect pathJozef Hopko1-1/+2
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-2/+2
2024-06-01Revert "wifi: wilc1000: set atomic flag on kmemdup in srcu critical section"Alexis Lothoré1-1/+1
2024-06-01Revert "wifi: wilc1000: convert list management to RCU"Alexis Lothoré1-6/+9
2024-05-17wifi: wilc1000: set wilc_set_mac_address parameter as constAlexis Lothoré1-2/+2
2024-04-16wifi: wilc1000: convert list management to RCUAlexis Lothoré1-9/+6
2024-04-16wifi: wilc1000: set atomic flag on kmemdup in srcu critical sectionAlexis Lothoré1-1/+1
2024-02-19wifi: wilc1000: add missing read critical sections around vif list traversalAjay Singh1-23/+29
2024-02-19wifi: wilc1000: fix declarations orderingAlexis Lothoré1-8/+8
2024-02-19wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré1-1/+1
2024-01-12wifi: wilc1000: fix RCU usage in connect pathAlexis Lothoré1-12/+24
2024-01-12wifi: wilc1000: fix declarations orderingAlexis Lothoré1-4/+4
2023-11-08wifi: wilc1000: simplify wilc_scan()Dmitry Antipov1-9/+11
2023-11-08wifi: wilc1000: cleanup struct wilc_conn_infoDmitry Antipov1-6/+7
2023-10-30wifi: wilc1000: simplify remain on channel supportDmitry Antipov1-8/+5
2023-05-11wifi: wilc1000: fix for absent RSN capabilities WFA testcaseAmisha Patel1-4/+4
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-3/+3
2022-11-24wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull1-5/+16
2022-08-08wifi: wilc1000: fix spurious inline in wilc_handle_disconnect()Kalle Valo1-1/+1
2022-07-27wifi: wilc1000: cancel the connect operation during interface downAjay Singh1-4/+2
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz1-9/+11
2022-05-30wifi: wilc1000: add IGTK supportAjay Singh1-1/+55
2022-05-30wifi: wilc1000: add WPA3 SAE supportAjay Singh1-3/+41
2022-05-30wifi: wilc1000: remove WEP security supportAjay Singh1-102/+0
2021-12-16wilc1000: Improve WILC TX performance when power_save is offDavid Mosberger-Tang1-0/+3
2021-12-14wilc1000: Fix copy-and-paste typo in wilc_set_mac_addressDavid Mosberger-Tang1-1/+1
2021-09-21wilc1000: add new WID to pass wake_enable information to firmwareAjay Singh1-0/+24
2021-09-21wilc1000: move 'deinit_lock' lock init/destroy inside module probeAjay Singh1-7/+0
2020-12-02wilc1000: added 'ndo_set_mac_address' callback supportAjay Singh1-0/+17
2020-06-26wilc1000: move wilc driver out of stagingAjay Singh1-0/+1961