summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/libertas
AgeCommit message (Expand)Author
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2024-10-23wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg
2024-10-08wifi: libertas: don't select/include lib80211Johannes Berg
2024-10-08wifi: radiotap: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-09wifi: libertas: Cleanup unused declarationsYue Haibing
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-02-08wifi: libertas: Follow renaming of SPI "master" to "controller"Uwe Kleine-König
2024-02-05wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()Zhipeng Lu
2023-11-30wifi: libertas: fix config name in dependency for SDIO supportLukas Bulwahn
2023-11-14wifi: libertas: stop selecting wextArnd Bergmann
2023-10-30wifi: libertas: drop 16-bit PCMCIA supportArnd Bergmann
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-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra
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
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-14wifi: libertas: fix memory leak in lbs_init_adapter()Zhengchao Shao
2022-09-07wifi: libertas: fix a couple of sparse warningsJohannes Berg
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam
2022-07-27wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg
2022-05-30wifi: libertas: use variable-size data in assoc req/resp cmdJohannes Berg
2022-03-06wireless: Marvell: Use netif_rx().Sebastian Andrzej Siewior
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2021-12-08libertas: Add missing __packed annotation with struct_group()Kees Cook
2021-11-29libertas: Use struct_group() for memcpy() regionKees Cook
2021-10-27libertas: replace snprintf in show functions with sysfs_emitYe Guojin
2021-10-27libertas: Fix possible memory leak in probe and disconnectWang Hai
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski
2021-08-01libertas: Remove unnecessary label of lbs_ethtool_get_eepromdingsenjie
2021-06-15libertas: use DEVICE_ATTR_RW macroYueHaibing
2021-06-15libertas: remove leading spaces before tabsHui Tang
2021-05-13libertas: register sysfs groups properlyGreg Kroah-Hartman
2021-05-13Revert "libertas: add checks for the return value of sysfs_create_group"Greg Kroah-Hartman
2021-04-18libertas: struct lbs_private is declared duplicatelyWan Jiabing
2021-04-17libertas: avoid -Wempty-body warningArnd Bergmann
2021-02-08libertas: remove redundant initialization of variable retColin Ian King