summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)AuthorFilesLines
2023-10-06Merge wireless into wireless-nextJohannes Berg3-11/+29
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+1
2023-09-22wifi: mwifiex: followup PCIE and related cleanupsDmitry Antipov2-24/+8
2023-09-22wifi: mwifiex: simplify PCIE write operationsDmitry Antipov1-224/+66
2023-09-21wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadataVĂ­ctor Gonzalo1-0/+6
2023-09-21wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rxDmitry Antipov2-14/+0
2023-09-18wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin1-7/+9
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit1-1/+2
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-2/+2
2023-09-04wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_lenGustavo A. R. Silva1-0/+16
2023-09-04wifi: mwifiex: Replace one-element array with flexible-array member in struct...Gustavo A. R. Silva2-2/+2
2023-09-04wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva1-2/+2
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: libertas: prefer kstrtoX() for simple integer conversionsDmitry Antipov1-18/+33
2023-08-01wifi: libertas: handle possible spu_write_u16() errorsDmitry Antipov1-3/+8
2023-08-01wifi: libertas: cleanup SDIO resetDmitry Antipov1-12/+22
2023-08-01wifi: libertas: simplify list operations in free_if_spi_card()Dmitry Antipov1-6/+3
2023-08-01wifi: libertas: use convenient lists to manage SDIO packetsDmitry Antipov1-24/+13
2023-08-01wifi: libertas: add missing calls to cancel_work_sync()Dmitry Antipov1-0/+2
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-15Merge tag 'wireless-next-2023-05-12' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller3-20/+5
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-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
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-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra1-1/+1
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