summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)Author
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-02-12wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex...Kees Cook
2024-02-12wifi: mwifiex: use kstrtoX_from_user() in debugfs handlersDmitry Antipov
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg
2024-02-08wifi: libertas: Follow renaming of SPI "master" to "controller"Uwe Kleine-König
2024-02-05wifi: mwifiex: Drop unused headersLinus Walleij
2024-02-05wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()Zhipeng Lu
2024-01-25Merge tag 'wireless-next-2024-01-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-18wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan
2024-01-18wifi: mwifiex: Use helpers to check multicast addressesRuan Jinjie
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng
2023-12-21wifi: mwifiex: fix uninitialized firmware_statDavid Lin
2023-12-19wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp()Dmitry Antipov
2023-12-15wifi: mwifiex: configure BSSID consistently when starting APDavid Lin
2023-12-15wifi: mwifiex: add extra delay for firmware readyDavid Lin
2023-11-30wifi: libertas: fix config name in dependency for SDIO supportLukas Bulwahn
2023-11-22wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variableSu Hui
2023-11-14wifi: libertas: stop selecting wextArnd Bergmann
2023-10-30wifi: libertas: drop 16-bit PCMCIA supportArnd Bergmann
2023-10-06Merge wireless into wireless-nextJohannes Berg
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg
2023-09-22wifi: mwifiex: followup PCIE and related cleanupsDmitry Antipov
2023-09-22wifi: mwifiex: simplify PCIE write operationsDmitry Antipov
2023-09-21wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadataVíctor Gonzalo
2023-09-21wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rxDmitry Antipov
2023-09-18wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg
2023-09-04wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_lenGustavo A. R. Silva
2023-09-04wifi: mwifiex: Replace one-element array with flexible-array member in struct...Gustavo A. R. Silva
2023-09-04wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva
2023-08-23wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov
2023-08-21wifi: mwifiex: fix comment typos in SDIO moduleDmitry Antipov
2023-08-21wifi: mwifiex: cleanup adapter dataDmitry Antipov
2023-08-21wifi: mwifiex: Fix missed return in oob checks failed pathPolaris Pi
2023-08-21wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal()Ruan Jinjie
2023-08-21wifi: mwifiex: drop BUG_ON from TX pathsDmitry Antipov
2023-08-21wifi: mwifiex: handle possible mwifiex_write_reg() errorsDmitry Antipov
2023-08-21wifi: mwifiex: handle possible sscanf() errorsDmitry Antipov
2023-08-21wifi: mwifiex: cleanup private data structuresDmitry Antipov
2023-08-21wifi: mwifiex: fix memory leak in mwifiex_histogram_read()Dmitry Antipov
2023-08-02wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov
2023-08-01wifi: libertas: prefer kstrtoX() for simple integer conversionsDmitry Antipov
2023-08-01wifi: libertas: handle possible spu_write_u16() errorsDmitry Antipov
2023-08-01wifi: libertas: cleanup SDIO resetDmitry Antipov
2023-08-01wifi: libertas: simplify list operations in free_if_spi_card()Dmitry Antipov
2023-08-01wifi: libertas: use convenient lists to manage SDIO packetsDmitry Antipov
2023-08-01wifi: libertas: add missing calls to cancel_work_sync()Dmitry Antipov