summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rsi/rsi_91x_usb.c
AgeCommit message (Expand)Author
2024-02-05wifi: rsi: fix restricted __le32 degrades to integer sparse warningsKalle Valo
2023-08-23wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversionsWu Yunchuan
2021-11-29rsi: Fix out-of-bounds read in rsi_read_pkt()Zekun Shen
2021-11-29rsi: Fix use-after-free in rsi_rx_done_handler()Zekun Shen
2021-10-28rsi: fix control-message timeoutJohan Hovold
2021-09-21rsi: Fix module dev_oper_mode parameter descriptionMarek Vasut
2021-08-21rsi: fix an error code in rsi_probe()Dan Carpenter
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2020-11-24rsi: fix error return code in rsi_reset_card()Zhang Changzhong
2020-11-07rsi: rsi_91x_usb: Fix some basic kernel-doc issuesLee Jones
2019-12-18rsi_91x_usb: fix interface sanity checkJohan Hovold
2019-12-18rsi: add missing endpoint sanity checksJohan Hovold
2019-12-18rsi: fix non-atomic allocation in completion handlerJohan Hovold
2019-12-18rsi: fix memory leak on failed URB submissionJohan Hovold
2019-12-18rsi: fix use-after-free on failed probe and unbindJohan Hovold
2019-10-09rsi: drop bogus device-id checks from probeJohan Hovold
2019-10-09Revert "rsi: fix potential null dereference in rsi_probe()"Johan Hovold
2019-10-04rsi: fix potential null dereference in rsi_probe()Denis Efremov
2019-09-03rsi: fix a double free bug in rsi_91x_deinit()Hui Peng
2019-04-25rsi: miscallaneous changes for 9116 and commonSiva Rebbagondla
2019-04-25rsi: reset device changes for 9116Siva Rebbagondla
2019-04-25rsi: add new device model for 9116Siva Rebbagondla
2019-02-19rsi: fix spelling mistakesSiva Rebbagondla
2019-02-08rsi: add hci detach for hibernation and poweroffSiva Rebbagondla
2018-08-31rsi: fix memory alignment issue in ARM32 platformsSiva Rebbagondla
2018-07-31rsi: remove redundant device idsSiva Rebbagondla
2018-04-30rsi_91x: fix uninitialized variableGustavo A. R. Silva
2018-04-24rsi: disable fw watchdog timer during resetAmitkumar Karwar
2018-03-27rsi: remove redundant duplicate assignment of buffer_sizeColin Ian King
2018-03-13rsi: improve RX packet handling in USB interfacePrameela Rani Garnepudi
2018-03-13rsi: use dynamic RX control blocks instead of MAX_RX_URBPrameela Rani Garnepudi
2018-03-13rsi: add module parameter operating modePrameela Rani Garnepudi
2018-03-13rsi: add coex supportPrameela Rani Garnepudi
2018-03-13rsi: add bluetooth rx endpointSiva Rebbagondla
2018-03-13rsi: add rx control block to handle rx packets in USBPrameela Rani Garnepudi
2017-11-18rsi: fix memory leak on buf and usb_reg_bufColin Ian King
2017-09-20rsi: fix a dereference on adapter before it has been null checkedColin Ian King
2017-08-30rsi: remove memset before memcpyHimanshu Jha
2017-07-28rsi: fix static checker warningAmitkumar Karwar
2017-07-28rsi: check length before USB read/write registerAmitkumar Karwar
2017-07-28rsi: use macro for allocating USB bufferAmitkumar Karwar
2017-07-28rsi: choose correct endpoint based on queue.Karun Eagalapati
2017-07-28rsi: rename USB endpoint macrosKarun Eagalapati
2017-07-28rsi: correct the logic of deriving queue numberAmitkumar Karwar
2017-07-28rsi: USB tx headroom cleanupKarun Eagalapati
2017-07-28rsi: card reset for USB interfaceKarun Eagalapati
2017-06-21rsi: add usb RS9113 chipset supportPrameela Rani Garnepudi
2017-05-24rsi: Remove old firmware loading methodPrameela Rani Garnepudi
2017-05-24rsi: Add new firmware loading methodPrameela Rani Garnepudi
2017-05-24rsi: Add new host interface operationsPrameela Rani Garnepudi