aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rsi/rsi_91x_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-29rsi: Fix out-of-bounds read in rsi_read_pkt()Zekun Shen1-1/+0
2021-11-29rsi: Fix use-after-free in rsi_rx_done_handler()Zekun Shen1-1/+7
2021-10-28rsi: fix control-message timeoutJohan Hovold1-1/+1
2021-09-21rsi: Fix module dev_oper_mode parameter descriptionMarek Vasut1-4/+1
2021-08-21rsi: fix an error code in rsi_probe()Dan Carpenter1-0/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-11-24rsi: fix error return code in rsi_reset_card()Zhang Changzhong1-15/+15
2020-11-07rsi: rsi_91x_usb: Fix some basic kernel-doc issuesLee Jones1-2/+4
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 failed probe and unbindJohan Hovold1-1/+17
2019-10-09rsi: drop bogus device-id checks from probeJohan Hovold1-2/+2
2019-10-09Revert "rsi: fix potential null dereference in rsi_probe()"Johan Hovold1-1/+1
2019-10-04rsi: fix potential null dereference in rsi_probe()Denis Efremov1-1/+1
2019-09-03rsi: fix a double free bug in rsi_91x_deinit()Hui Peng1-1/+0
2019-04-25rsi: miscallaneous changes for 9116 and commonSiva Rebbagondla1-9/+11
2019-04-25rsi: reset device changes for 9116Siva Rebbagondla1-20/+41
2019-04-25rsi: add new device model for 9116Siva Rebbagondla1-1/+14
2019-02-19rsi: fix spelling mistakesSiva Rebbagondla1-1/+1
2019-02-08rsi: add hci detach for hibernation and poweroffSiva Rebbagondla1-0/+7
2018-08-31rsi: fix memory alignment issue in ARM32 platformsSiva Rebbagondla1-4/+7
2018-07-31rsi: remove redundant device idsSiva Rebbagondla1-5/+1
2018-04-30rsi_91x: fix uninitialized variableGustavo A. R. Silva1-3/+4
2018-04-24rsi: disable fw watchdog timer during resetAmitkumar Karwar1-0/+7
2018-03-27rsi: remove redundant duplicate assignment of buffer_sizeColin Ian King1-1/+0
2018-03-13rsi: improve RX packet handling in USB interfacePrameela Rani Garnepudi1-48/+62
2018-03-13rsi: use dynamic RX control blocks instead of MAX_RX_URBPrameela Rani Garnepudi1-14/+20
2018-03-13rsi: add module parameter operating modePrameela Rani Garnepudi1-1/+9
2018-03-13rsi: add coex supportPrameela Rani Garnepudi1-0/+2
2018-03-13rsi: add bluetooth rx endpointSiva Rebbagondla1-15/+22
2018-03-13rsi: add rx control block to handle rx packets in USBPrameela Rani Garnepudi1-16/+59
2017-11-18rsi: fix memory leak on buf and usb_reg_bufColin Ian King1-6/+6
2017-09-20rsi: fix a dereference on adapter before it has been null checkedColin Ian King1-2/+2
2017-08-30rsi: remove memset before memcpyHimanshu Jha1-1/+0
2017-07-28rsi: fix static checker warningAmitkumar Karwar1-1/+8
2017-07-28rsi: check length before USB read/write registerAmitkumar Karwar1-0/+6
2017-07-28rsi: use macro for allocating USB bufferAmitkumar Karwar1-2/+2
2017-07-28rsi: choose correct endpoint based on queue.Karun Eagalapati1-1/+2
2017-07-28rsi: rename USB endpoint macrosKarun Eagalapati1-1/+1
2017-07-28rsi: correct the logic of deriving queue numberAmitkumar Karwar1-1/+1
2017-07-28rsi: USB tx headroom cleanupKarun Eagalapati1-20/+21
2017-07-28rsi: card reset for USB interfaceKarun Eagalapati1-0/+72
2017-06-21rsi: add usb RS9113 chipset supportPrameela Rani Garnepudi1-0/+1
2017-05-24rsi: Remove old firmware loading methodPrameela Rani Garnepudi1-4/+2
2017-05-24rsi: Add new firmware loading methodPrameela Rani Garnepudi1-9/+7
2017-05-24rsi: Add new host interface operationsPrameela Rani Garnepudi1-0/+65
2017-05-24rsi: Add host interface operations as separate structure.Prameela Rani Garnepudi1-1/+8
2017-05-24rsi: Add usb multi-byte read operationPrameela Rani Garnepudi1-0/+40