summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)Author
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
2023-08-01wifi: mwifiex: Fix OOB and integer underflow when rx packetsPolaris Pi
2023-07-25wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flagJohannes Wiesboeck
2023-07-25wifi: mwifiex: fix fortify warningDmitry Antipov
2023-07-25wifi: mwifiex: prefer strscpy() over strlcpy()Dmitry Antipov
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-19wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya
2023-05-18wifi: mwifiex: Use default @max_active for workqueuesTejun Heo
2023-05-15Merge tag 'wireless-next-2023-05-12' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2023-05-11wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()Christophe JAILLET
2023-05-05wifi: mwifiex: Use list_count_nodes()Christophe JAILLET
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2023-03-31wifi: mwifiex: remove unused evt_buf variableTom Rix
2023-03-15wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra
2023-02-14wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit
2023-02-13wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()Dan Carpenter
2023-02-13wifi: mwifiex: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-02-13wifi: mwifiex: Replace one-element arrays with flexible-array membersGustavo A. R. Silva
2023-02-13wifi: mwifiex: Support firmware hotfix version in GET_HW_SPEC responsesLukas Wunner
2023-02-13wifi: mwifiex: Support SD8978 chipsetLukas Wunner
2023-02-13wifi: mwifiex: Add missing compatible string for SD8787Lukas Wunner
2023-02-13wifi: libertas: add support for WPS enrollee IE in probe requestsDoug Brown
2023-02-13wifi: libertas: add new TLV type for WPS enrollee IEDoug Brown
2023-02-13wifi: libertas: only add RSN/WPA IE in lbs_add_wpa_tlvDoug Brown
2023-02-13wifi: libertas: fix code style in Marvell structsDoug Brown
2023-01-17Merge wireless into wireless-nextKalle Valo
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-22wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-22wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-22wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-22wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-14wifi: libertas: fix memory leak in lbs_init_adapter()Zhengchao Shao