summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-284-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-182-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
* wifi: mwifiex: Add missing compatible string for SD8787Lukas Wunner2023-02-131-0/+1
* wifi: libertas: add support for WPS enrollee IE in probe requestsDoug Brown2023-02-131-3/+45
* wifi: libertas: add new TLV type for WPS enrollee IEDoug Brown2023-02-131-0/+1
* wifi: libertas: only add RSN/WPA IE in lbs_add_wpa_tlvDoug Brown2023-02-131-10/+18
* wifi: libertas: fix code style in Marvell structsDoug Brown2023-02-131-10/+10
* Merge wireless into wireless-nextKalle Valo2023-01-171-1/+1
|\
| * treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* | wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1