| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-01-17 | 4 | -4/+4 |
|\ |
|
| * | exit: Rename complete_and_exit to kthread_complete_and_exit | Eric W. Biederman | 2021-12-13 | 4 | -4/+4 |
* | | rsi: fix array out of bound | zhangyue | 2021-12-15 | 1 | -0/+3 |
* | | rsi: Fix out-of-bounds read in rsi_read_pkt() | Zekun Shen | 2021-11-29 | 3 | -1/+6 |
* | | rsi: Fix use-after-free in rsi_rx_done_handler() | Zekun Shen | 2021-11-29 | 1 | -1/+7 |
|/ |
|
* | rsi: fix control-message timeout | Johan Hovold | 2021-10-28 | 1 | -1/+1 |
* | rsi: stop thread firstly in rsi_91x_init() error handling | Ziyang Xuan | 2021-10-20 | 1 | -0/+1 |
* | rsi: Fix module dev_oper_mode parameter description | Marek Vasut | 2021-09-21 | 3 | -8/+13 |
* | rsi: fix rate mask set leading to P2P failure | Martin Fuzzey | 2021-09-21 | 4 | -65/+50 |
* | rsi: fix key enabled check causing unwanted encryption for vap_id > 0 | Martin Fuzzey | 2021-09-21 | 3 | -1/+4 |
* | rsi: fix occasional initialisation failure with BT coex | Martin Fuzzey | 2021-09-21 | 3 | -3/+18 |
* | rsi: make array fsm_state static const, makes object smaller | Colin Ian King | 2021-08-29 | 1 | -1/+1 |
* | rsi: fix an error code in rsi_probe() | Dan Carpenter | 2021-08-21 | 1 | -0/+1 |
* | rsi: fix error code in rsi_load_9116_firmware() | Dan Carpenter | 2021-08-21 | 1 | -1/+3 |
* | rsi: fix AP mode with WPA failure due to encrypted EAPOL | Martin Fuzzey | 2021-06-15 | 4 | -7/+2 |
* | rsi: Add support for changing beacon interval | Marek Vasut | 2021-06-15 | 1 | -0/+17 |
* | rsi: Assign beacon rate settings to the correct rate_info descriptor field | Marek Vasut | 2021-06-15 | 1 | -2/+2 |
* | rsi: Fix missing function name in comments | Yang Shen | 2021-06-15 | 1 | -2/+2 |
* | rsi: Use resume_noirq for SDIO | Marek Vasut | 2021-04-18 | 1 | -1/+1 |
* | rsi: fix comment syntax in file headers | Aditya Srivastava | 2021-04-18 | 10 | -10/+10 |
* | rsi: remove unused including <linux/version.h> | Yang Li | 2021-04-13 | 1 | -1/+0 |
* | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 2021-03-17 | 3 | -3/+0 |
* | rsi: remove redundant assignment | wengjianfeng | 2021-02-08 | 1 | -2/+1 |
* | rsi: fix error return code in rsi_reset_card() | Zhang Changzhong | 2020-11-24 | 1 | -15/+15 |
* | rsi: Clean up loop in the interrupt handler | Marek Vasut | 2020-11-10 | 1 | -63/+58 |
* | rsi: Move card interrupt handling to RX thread | Marek Vasut | 2020-11-10 | 3 | -51/+15 |
* | rsi: rsi_91x_usb_ops: Source file headers are not good candidates for kernel-doc | Lee Jones | 2020-11-07 | 1 | -1/+1 |
* | rsi: rsi_91x_usb: Fix some basic kernel-doc issues | Lee Jones | 2020-11-07 | 1 | -2/+4 |
* | rsi: Fix TX EAPOL packet handling against iwlwifi AP | Marek Vasut | 2020-11-07 | 1 | -1/+2 |
* | rsi: rsi_91x_sdio_ops: File headers are not good kernel-doc candidates | Lee Jones | 2020-09-01 | 1 | -1/+1 |
* | rsi: rsi_91x_sdio: Fix a few kernel-doc related issues | Lee Jones | 2020-09-01 | 1 | -4/+3 |
* | rsi: Source file headers are not suitable for kernel-doc | Lee Jones | 2020-09-01 | 1 | -1/+1 |
* | rsi: File headers are not suitable for kernel-doc | Lee Jones | 2020-09-01 | 1 | -1/+1 |
* | rsi: Source file headers do not make good kernel-doc candidates | Lee Jones | 2020-09-01 | 1 | -1/+1 |
* | rsi: Add descriptions for rsi_set_vap_capabilities()'s parameters | Lee Jones | 2020-09-01 | 1 | -0/+3 |
* | rsi: Add description for function param 'sta' | Lee Jones | 2020-09-01 | 1 | -0/+1 |
* | rsi: File header comments should not be kernel-doc | Lee Jones | 2020-09-01 | 1 | -1/+1 |
* | rsi: Fix a myriad of documentation issues | Lee Jones | 2020-09-01 | 1 | -9/+21 |
* | rsi: Fix a few kerneldoc misdemeanours | Lee Jones | 2020-09-01 | 1 | -4/+5 |
* | rsi: Fix misnamed function parameter 'rx_pkt' | Lee Jones | 2020-09-01 | 1 | -1/+1 |
* | rsi: File header should not be kernel-doc | Lee Jones | 2020-09-01 | 1 | -1/+1 |
* | rsi: Fix some kernel-doc issues | Lee Jones | 2020-09-01 | 1 | -2/+3 |
* | mmc: sdio: Move SDIO IDs from rsi_sdio driver to common include file | Pali Rohár | 2020-07-13 | 2 | -8/+4 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -6/+6 |
* | rsi: fix a typo "throld" -> "threshold" | Qiujun Huang | 2020-04-14 | 1 | -1/+1 |
* | rsi: fix null pointer dereference during rsi_shutdown() | Martin Kepplinger | 2020-02-12 | 1 | -3/+6 |
* | rsi_91x_usb: fix interface sanity check | Johan Hovold | 2019-12-18 | 1 | -1/+1 |
* | rsi: add missing endpoint sanity checks | Johan Hovold | 2019-12-18 | 1 | -2/+10 |
* | rsi: fix non-atomic allocation in completion handler | Johan Hovold | 2019-12-18 | 1 | -6/+7 |
* | rsi: fix memory leak on failed URB submission | Johan Hovold | 2019-12-18 | 1 | -1/+3 |