summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rsi
AgeCommit message (Expand)AuthorFilesLines
2022-01-27rsi: Fix out-of-bounds read in rsi_read_pkt()Zekun Shen3-1/+6
2022-01-27rsi: Fix use-after-free in rsi_rx_done_handler()Zekun Shen1-1/+7
2021-11-18rsi: stop thread firstly in rsi_91x_init() error handlingZiyang Xuan1-0/+1
2021-11-18rsi: Fix module dev_oper_mode parameter descriptionMarek Vasut3-8/+13
2021-11-18rsi: fix rate mask set leading to P2P failureMartin Fuzzey4-65/+50
2021-11-18rsi: fix key enabled check causing unwanted encryption for vap_id > 0Martin Fuzzey3-1/+4
2021-11-18rsi: fix occasional initialisation failure with BT coexMartin Fuzzey3-3/+18
2021-11-12rsi: fix control-message timeoutJohan Hovold1-1/+1
2021-08-29rsi: make array fsm_state static const, makes object smallerColin Ian King1-1/+1
2021-08-21rsi: fix an error code in rsi_probe()Dan Carpenter1-0/+1
2021-08-21rsi: fix error code in rsi_load_9116_firmware()Dan Carpenter1-1/+3
2021-06-15rsi: fix AP mode with WPA failure due to encrypted EAPOLMartin Fuzzey4-7/+2
2021-06-15rsi: Add support for changing beacon intervalMarek Vasut1-0/+17
2021-06-15rsi: Assign beacon rate settings to the correct rate_info descriptor fieldMarek Vasut1-2/+2
2021-06-15rsi: Fix missing function name in commentsYang Shen1-2/+2
2021-04-18rsi: Use resume_noirq for SDIOMarek Vasut1-1/+1
2021-04-18rsi: fix comment syntax in file headersAditya Srivastava10-10/+10
2021-04-14rsi: remove unused including <linux/version.h>Yang Li1-1/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky3-3/+0
2021-02-08rsi: remove redundant assignmentwengjianfeng1-2/+1
2020-11-24rsi: fix error return code in rsi_reset_card()Zhang Changzhong1-15/+15
2020-11-10rsi: Clean up loop in the interrupt handlerMarek Vasut1-63/+58
2020-11-10rsi: Move card interrupt handling to RX threadMarek Vasut3-51/+15
2020-11-07rsi: rsi_91x_usb_ops: Source file headers are not good candidates for kernel-docLee Jones1-1/+1
2020-11-07rsi: rsi_91x_usb: Fix some basic kernel-doc issuesLee Jones1-2/+4
2020-11-07rsi: Fix TX EAPOL packet handling against iwlwifi APMarek Vasut1-1/+2
2020-09-01rsi: rsi_91x_sdio_ops: File headers are not good kernel-doc candidatesLee Jones1-1/+1
2020-09-01rsi: rsi_91x_sdio: Fix a few kernel-doc related issuesLee Jones1-4/+3
2020-09-01rsi: Source file headers are not suitable for kernel-docLee Jones1-1/+1
2020-09-01rsi: File headers are not suitable for kernel-docLee Jones1-1/+1
2020-09-01rsi: Source file headers do not make good kernel-doc candidatesLee Jones1-1/+1
2020-09-01rsi: Add descriptions for rsi_set_vap_capabilities()'s parametersLee Jones1-0/+3
2020-09-01rsi: Add description for function param 'sta'Lee Jones1-0/+1
2020-09-01rsi: File header comments should not be kernel-docLee Jones1-1/+1
2020-09-01rsi: Fix a myriad of documentation issuesLee Jones1-9/+21
2020-09-01rsi: Fix a few kerneldoc misdemeanoursLee Jones1-4/+5
2020-09-01rsi: Fix misnamed function parameter 'rx_pkt'Lee Jones1-1/+1
2020-09-01rsi: File header should not be kernel-docLee Jones1-1/+1
2020-09-01rsi: Fix some kernel-doc issuesLee Jones1-2/+3
2020-07-13mmc: sdio: Move SDIO IDs from rsi_sdio driver to common include filePali Rohár2-8/+4
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-04-14rsi: fix a typo "throld" -> "threshold"Qiujun Huang1-1/+1
2020-02-12rsi: fix null pointer dereference during rsi_shutdown()Martin Kepplinger1-3/+6
2019-12-18rsi_91x_usb: fix interface sanity checkJohan Hovold1-1/+1
2019-12-18rsi: add missing endpoint sanity checksJohan Hovold1-2/+10
2019-12-18rsi: fix non-atomic allocation in completion handlerJohan Hovold1-6/+7
2019-12-18rsi: fix memory leak on failed URB submissionJohan Hovold1-1/+3
2019-12-18rsi: fix use-after-free on probe errorsJohan Hovold1-6/+6
2019-12-18rsi: fix use-after-free on failed probe and unbindJohan Hovold1-1/+17
2019-11-06Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2-2/+3