summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-09wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_1...Gustavo A. R. Silva
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh
2024-09-04Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-09-03wifi: mwifiex: Convert to use jiffies macroChen Yufan
2024-08-22wifi: mwifiex: remove unnecessary checks for valid privSascha Hauer
2024-08-22wifi: mwifiex: Fix uninitialized variable in mwifiex_cfg80211_authenticate()Dan Carpenter
2024-08-16wifi: mwifiex: keep mwifiex_cfg80211_ops constantSascha Hauer
2024-08-16wifi: mwifiex: duplicate static structs used in driver instancesSascha Hauer
2024-08-10wifi: mwifiex: add support for WPA-PSK-SHA256Sascha Hauer
2024-08-10wifi: mwifiex: fix key_mgmt settingSascha Hauer
2024-08-10wifi: mwifiex: simplify WPA flags settingSascha Hauer
2024-08-04wifi: mwifiex: add host mlme for AP modeDavid Lin
2024-08-04wifi: mwifiex: add host mlme for client modeDavid Lin
2024-08-04wifi: mwifiex: increase max_num_akm_suitesSascha Hauer
2024-07-09wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()Sascha Hauer
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-05-17wifi: mwifiex: Fix interface type changeRafael Beims
2024-05-16Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2024-04-05wifi: mwifiex: replace open-coded module_sdio_driver()Krzysztof Kozlowski
2024-04-04wifi: mwifiex: drop driver owner initializationKrzysztof Kozlowski
2024-03-18wifi: mwifiex: Add missing MODULE_FIRMWARE() for SD8801Víctor Gonzalo
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-05wifi: mwifiex: Drop unused headersLinus Walleij
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-22wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variableSu Hui
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