summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/libertas (follow)
Commit message (Expand)AuthorAgeFilesLines
* libertas: Add missing __packed annotation with struct_group()Kees Cook2021-12-081-1/+1
* libertas: Use struct_group() for memcpy() regionKees Cook2021-11-292-6/+9
* libertas: replace snprintf in show functions with sysfs_emitYe Guojin2021-10-271-9/+9
* libertas: Fix possible memory leak in probe and disconnectWang Hai2021-10-271-0/+2
* wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-202-5/+4
* libertas: Remove unnecessary label of lbs_ethtool_get_eepromdingsenjie2021-08-011-6/+3
* libertas: use DEVICE_ATTR_RW macroYueHaibing2021-06-151-71/+78
* libertas: remove leading spaces before tabsHui Tang2021-06-151-1/+1
* libertas: register sysfs groups properlyGreg Kroah-Hartman2021-05-131-24/+4
* Revert "libertas: add checks for the return value of sysfs_create_group"Greg Kroah-Hartman2021-05-131-5/+0
* libertas: struct lbs_private is declared duplicatelyWan Jiabing2021-04-181-1/+0
* libertas: avoid -Wempty-body warningArnd Bergmann2021-04-171-6/+6
* libertas: remove redundant initialization of variable retColin Ian King2021-02-081-1/+1
* net: libertas: Use netif_rx_any_context()Sebastian Andrzej Siewior2020-09-291-9/+2
* net: libertas libertas_tf: Remove in_interrupt() from debug macro.Sebastian Andrzej Siewior2020-09-291-2/+1
* libertas: Fix misnaming for function param 'device'Lee Jones2020-09-011-2/+2
* libertas: Fix 'timer_list' stored private data related dot-rotLee Jones2020-09-011-3/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-045-15/+5
|\
| * libertas: Use shared constant for rfc1042 headerPascal Terjan2020-05-291-4/+1
| * libertas: make lbs_process_event() voidJason Yan2020-04-152-5/+2
| * libertas: make lbs_init_mesh() voidJason Yan2020-04-152-6/+2
* | mmc: sdio: Change macro names for Marvell 8688 modulesPali Rohár2020-05-291-1/+1
|/
* libertas: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-234-5/+5
* libertas: Use new structure for SPI transfer delaysSergiu Cuciurean2020-03-121-1/+2
* libertas: make lbs_ibss_join_existing() return error code on rates overflowNicolai Stange2020-01-271-0/+1
* libertas: don't exit from lbs_ibss_join_existing() with RCU read lock heldNicolai Stange2020-01-271-0/+1
* Merge tag 'wireless-drivers-2020-01-23' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-01-231-3/+13
|\
| * libertas: Fix two buffer overflows at parsing bss descriptorWen Huang2019-12-181-3/+13
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* libertas: remove redundant assignment to variable retColin Ian King2019-10-041-1/+0
* libertas: fix a potential NULL pointer dereferenceAllen Pais2019-10-011-0/+5
* libertas: use mesh_wdev->ssid instead of priv->mesh_ssidLubomir Rintel2019-09-133-15/+21
* libertas: Fix a double free in if_spi_c2h_data()Dan Williams2019-08-061-9/+5
* libertas: Add missing sentinel at end of if_usb.c fw_tableKevin Easton2019-07-241-1/+2
* libertas: remove redundant assignment to variable retColin Ian King2019-07-241-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2019-06-261-1/+1
|\
| * libertas: fix spelling mistake "Donwloading" -> "Downloading"Colin Ian King2019-05-281-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-304-20/+4
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20Thomas Gleixner2019-05-211-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-214-0/+4
* libertas: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-6/+0
* libertas: add checks for the return value of sysfs_create_groupKangjie Lu2019-02-011-0/+5
* libertas: remove set but not used variable 'int_type'YueHaibing2018-11-061-3/+1
* libertas: return errno from lbs_add_card()Lubomir Rintel2018-10-135-14/+20
* libertas: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel2018-10-131-2/+0
* libertas: call into generic suspend code before turning off powerDaniel Mack2018-10-101-0/+4
* libertas: fix suspend and resume for SDIO connected cardsDaniel Mack2018-07-042-6/+25