summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-1/+1
|\
| * USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-041-1/+1
* | wifi: mwifiex: fix uninitialized firmware_statDavid Lin2023-12-211-1/+1
* | wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp()Dmitry Antipov2023-12-194-16/+4
* | wifi: mwifiex: configure BSSID consistently when starting APDavid Lin2023-12-154-0/+12
* | wifi: mwifiex: add extra delay for firmware readyDavid Lin2023-12-152-0/+21
* | wifi: libertas: fix config name in dependency for SDIO supportLukas Bulwahn2023-11-301-1/+1
* | wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variableSu Hui2023-11-221-8/+0
* | wifi: libertas: stop selecting wextArnd Bergmann2023-11-141-2/+0
* | wifi: libertas: drop 16-bit PCMCIA supportArnd Bergmann2023-10-303-964/+1
|/
* 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-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
|\ \ | |/ |/|