Age | Commit message (Expand) | Author |
2023-08-01 | wifi: libertas: prefer kstrtoX() for simple integer conversions | Dmitry Antipov |
2023-08-01 | wifi: libertas: handle possible spu_write_u16() errors | Dmitry Antipov |
2023-08-01 | wifi: libertas: cleanup SDIO reset | Dmitry Antipov |
2023-08-01 | wifi: libertas: simplify list operations in free_if_spi_card() | Dmitry Antipov |
2023-08-01 | wifi: libertas: use convenient lists to manage SDIO packets | Dmitry Antipov |
2023-08-01 | wifi: libertas: add missing calls to cancel_work_sync() | Dmitry Antipov |
2023-03-11 | net: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra |
2023-02-13 | wifi: libertas: add support for WPS enrollee IE in probe requests | Doug Brown |
2023-02-13 | wifi: libertas: add new TLV type for WPS enrollee IE | Doug Brown |
2023-02-13 | wifi: libertas: only add RSN/WPA IE in lbs_add_wpa_tlv | Doug Brown |
2023-02-13 | wifi: libertas: fix code style in Marvell structs | Doug Brown |
2022-12-22 | wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave() | Yang Yingliang |
2022-12-22 | wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave() | Yang Yingliang |
2022-12-22 | wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave() | Yang Yingliang |
2022-12-14 | wifi: libertas: fix memory leak in lbs_init_adapter() | Zhengchao Shao |
2022-09-07 | wifi: libertas: fix a couple of sparse warnings | Johannes Berg |
2022-09-02 | wifi: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-08-25 | wifi: cfg80211: Add link_id parameter to various key operations for MLO | Veerendranath Jakkam |
2022-07-27 | wifi: libertas: Fix possible refcount leak in if_usb_probe() | Hangyu Hua |
2022-06-20 | wifi: cfg80211: do some rework towards MLO link APIs | Johannes Berg |
2022-05-30 | wifi: libertas: use variable-size data in assoc req/resp cmd | Johannes Berg |
2022-03-06 | wireless: Marvell: Use netif_rx(). | Sebastian Andrzej Siewior |
2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König |
2021-12-08 | libertas: Add missing __packed annotation with struct_group() | Kees Cook |
2021-11-29 | libertas: Use struct_group() for memcpy() region | Kees Cook |
2021-10-27 | libertas: replace snprintf in show functions with sysfs_emit | Ye Guojin |
2021-10-27 | libertas: Fix possible memory leak in probe and disconnect | Wang Hai |
2021-10-20 | wireless: use eth_hw_addr_set() | Jakub Kicinski |
2021-08-01 | libertas: Remove unnecessary label of lbs_ethtool_get_eeprom | dingsenjie |
2021-06-15 | libertas: use DEVICE_ATTR_RW macro | YueHaibing |
2021-06-15 | libertas: remove leading spaces before tabs | Hui Tang |
2021-05-13 | libertas: register sysfs groups properly | Greg Kroah-Hartman |
2021-05-13 | Revert "libertas: add checks for the return value of sysfs_create_group" | Greg Kroah-Hartman |
2021-04-18 | libertas: struct lbs_private is declared duplicately | Wan Jiabing |
2021-04-17 | libertas: avoid -Wempty-body warning | Arnd Bergmann |
2021-02-08 | libertas: remove redundant initialization of variable ret | Colin Ian King |
2020-09-29 | net: libertas: Use netif_rx_any_context() | Sebastian Andrzej Siewior |
2020-09-29 | net: libertas libertas_tf: Remove in_interrupt() from debug macro. | Sebastian Andrzej Siewior |
2020-09-01 | libertas: Fix misnaming for function param 'device' | Lee Jones |
2020-09-01 | libertas: Fix 'timer_list' stored private data related dot-rot | Lee Jones |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-05-29 | libertas: Use shared constant for rfc1042 header | Pascal Terjan |
2020-05-29 | mmc: sdio: Change macro names for Marvell 8688 modules | Pali Rohár |
2020-04-15 | libertas: make lbs_process_event() void | Jason Yan |
2020-04-15 | libertas: make lbs_init_mesh() void | Jason Yan |
2020-03-23 | libertas: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-03-12 | libertas: Use new structure for SPI transfer delays | Sergiu Cuciurean |
2020-01-27 | libertas: make lbs_ibss_join_existing() return error code on rates overflow | Nicolai Stange |
2020-01-27 | libertas: don't exit from lbs_ibss_join_existing() with RCU read lock held | Nicolai Stange |