summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2023-08-23wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov1-1/+9
2023-08-21wifi: mwifiex: fix comment typos in SDIO moduleDmitry Antipov1-2/+2
2023-08-21wifi: mwifiex: cleanup adapter dataDmitry Antipov3-8/+0
2023-08-21wifi: mwifiex: Fix missed return in oob checks failed pathPolaris Pi2-0/+2
2023-08-21wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal()Ruan Jinjie1-2/+1
2023-08-21wifi: mwifiex: drop BUG_ON from TX pathsDmitry Antipov4-44/+34
2023-08-21wifi: mwifiex: handle possible mwifiex_write_reg() errorsDmitry Antipov1-10/+12
2023-08-21wifi: mwifiex: handle possible sscanf() errorsDmitry Antipov1-2/+8
2023-08-21wifi: mwifiex: cleanup private data structuresDmitry Antipov5-15/+0
2023-08-21wifi: mwifiex: fix memory leak in mwifiex_histogram_read()Dmitry Antipov1-2/+7
2023-08-02wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov1-8/+17
2023-08-01wifi: mwifiex: Fix OOB and integer underflow when rx packetsPolaris Pi3-4/+36
2023-07-25wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flagJohannes Wiesboeck1-0/+1
2023-07-25wifi: mwifiex: fix fortify warningDmitry Antipov1-3/+6
2023-07-25wifi: mwifiex: prefer strscpy() over strlcpy()Dmitry Antipov1-8/+3
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-24/+9
2023-06-19wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya1-4/+4
2023-05-19wifi: mwifiex: Use default @max_active for workqueuesTejun Heo2-6/+6
2023-05-11wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()Christophe JAILLET1-3/+3
2023-05-05wifi: mwifiex: Use list_count_nodes()Christophe JAILLET2-17/+2
2023-03-31wifi: mwifiex: remove unused evt_buf variableTom Rix1-4/+0
2023-03-15wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski2-2/+2
2023-02-14wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau1-1/+1
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit1-1/+1
2023-02-13wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()Dan Carpenter1-3/+3
2023-02-13wifi: mwifiex: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-02-13wifi: mwifiex: Replace one-element arrays with flexible-array membersGustavo A. R. Silva1-10/+10
2023-02-13wifi: mwifiex: Support firmware hotfix version in GET_HW_SPEC responsesLukas Wunner2-0/+6
2023-02-13wifi: mwifiex: Support SD8978 chipsetLukas Wunner3-4/+27
2023-02-13wifi: mwifiex: Add missing compatible string for SD8787Lukas Wunner1-0/+1
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-11-08wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET2-1/+2
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-2/+2
2022-09-22wifi: mwifiex: fix array of flexible structures warningsJohannes Berg2-4/+4
2022-09-22mwifiex: fix sleep in atomic context bugs caused by dev_coredumpvDuoming Zhou3-8/+10
2022-09-07wifi: mwifiex: fix endian annotations in castsJohannes Berg1-6/+6
2022-09-07wifi: mwifiex: fix endian conversionJohannes Berg1-1/+1
2022-09-07wifi: mwifiex: mark a variable unusedJohannes Berg1-1/+1
2022-09-07wifi: mwifiex: Fix comment typoJason Wang1-1/+1
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller1-4/+6
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-4/+6
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds47-616/+49
2022-07-27wifi: mwifiex: clean up one inconsistent indentingYang Li1-1/+1
2022-07-27wifi: mwifiex: Fix comment typoJason Wang1-1/+1
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz1-9/+11
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2-8/+12
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner47-616/+49
2022-05-04Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-1/+30
2022-04-27mwifiex: Add SD8997 SDIO-UART firmwareAndrejs Cainikovs2-0/+3
2022-04-27mwifiex: Select firmware based on strappingAndrejs Cainikovs2-1/+25