summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge wireless into wireless-nextJohannes Berg2023-10-063-11/+29
|\
| * wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin2023-09-181-7/+9
| * wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_lenGustavo A. R. Silva2023-09-041-0/+16
| * wifi: mwifiex: Replace one-element array with flexible-array member in struct...Gustavo A. R. Silva2023-09-042-2/+2
| * wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva2023-09-041-2/+2
* | wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* | wifi: mwifiex: followup PCIE and related cleanupsDmitry Antipov2023-09-222-24/+8
* | wifi: mwifiex: simplify PCIE write operationsDmitry Antipov2023-09-221-224/+66
* | wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadataVĂ­ctor Gonzalo2023-09-211-0/+6
* | wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rxDmitry Antipov2023-09-212-14/+0
* | wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-1/+2
* | wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-2/+2
|/
* wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov2023-08-231-1/+9
* wifi: mwifiex: fix comment typos in SDIO moduleDmitry Antipov2023-08-211-2/+2
* wifi: mwifiex: cleanup adapter dataDmitry Antipov2023-08-213-8/+0
* wifi: mwifiex: Fix missed return in oob checks failed pathPolaris Pi2023-08-212-0/+2
* wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal()Ruan Jinjie2023-08-211-2/+1
* wifi: mwifiex: drop BUG_ON from TX pathsDmitry Antipov2023-08-214-44/+34
* wifi: mwifiex: handle possible mwifiex_write_reg() errorsDmitry Antipov2023-08-211-10/+12
* wifi: mwifiex: handle possible sscanf() errorsDmitry Antipov2023-08-211-2/+8
* wifi: mwifiex: cleanup private data structuresDmitry Antipov2023-08-215-15/+0
* wifi: mwifiex: fix memory leak in mwifiex_histogram_read()Dmitry Antipov2023-08-211-2/+7
* wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov2023-08-021-8/+17
* wifi: libertas: prefer kstrtoX() for simple integer conversionsDmitry Antipov2023-08-011-18/+33
* wifi: libertas: handle possible spu_write_u16() errorsDmitry Antipov2023-08-011-3/+8
* wifi: libertas: cleanup SDIO resetDmitry Antipov2023-08-011-12/+22
* wifi: libertas: simplify list operations in free_if_spi_card()Dmitry Antipov2023-08-011-6/+3
* wifi: libertas: use convenient lists to manage SDIO packetsDmitry Antipov2023-08-011-24/+13
* wifi: libertas: add missing calls to cancel_work_sync()Dmitry Antipov2023-08-011-0/+2
* wifi: mwifiex: Fix OOB and integer underflow when rx packetsPolaris Pi2023-08-013-4/+36
* wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flagJohannes Wiesboeck2023-07-251-0/+1
* wifi: mwifiex: fix fortify warningDmitry Antipov2023-07-251-3/+6
* wifi: mwifiex: prefer strscpy() over strlcpy()Dmitry Antipov2023-07-251-8/+3
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-294-24/+9
|\
| * wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya2023-06-191-4/+4
| * Merge tag 'wireless-next-2023-05-12' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2023-05-153-20/+5
| |\
| | * wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()Christophe JAILLET2023-05-111-3/+3
| | * wifi: mwifiex: Use list_count_nodes()Christophe JAILLET2023-05-052-17/+2
* | | wifi: mwifiex: Use default @max_active for workqueuesTejun Heo2023-05-192-6/+6
|/ /
* | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-271-1/+1
|\ \ | |/ |/|
| * net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra2023-03-111-1/+1
* | wifi: mwifiex: remove unused evt_buf variableTom Rix2023-03-311-4/+0
* | wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-152-2/+2
|/
* wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau2023-02-141-1/+1
* wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit2023-02-141-1/+1
* wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()Dan Carpenter2023-02-131-3/+3
* wifi: mwifiex: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-02-131-1/+1
* wifi: mwifiex: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2023-02-131-10/+10
* wifi: mwifiex: Support firmware hotfix version in GET_HW_SPEC responsesLukas Wunner2023-02-132-0/+6
* wifi: mwifiex: Support SD8978 chipsetLukas Wunner2023-02-133-4/+27