summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex (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: 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
| * 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
|/
* 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
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-082-1/+2
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-121-2/+2
* wifi: mwifiex: fix array of flexible structures warningsJohannes Berg2022-09-222-4/+4
* mwifiex: fix sleep in atomic context bugs caused by dev_coredumpvDuoming Zhou2022-09-223-8/+10
* wifi: mwifiex: fix endian annotations in castsJohannes Berg2022-09-071-6/+6
* wifi: mwifiex: fix endian conversionJohannes Berg2022-09-071-1/+1
* wifi: mwifiex: mark a variable unusedJohannes Berg2022-09-071-1/+1