summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rsi/rsi_91x_usb.c
AgeCommit message (Expand)Author
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
2017-05-24rsi: Add host interface operations as separate structure.Prameela Rani Garnepudi
2017-05-24rsi: Add usb multi-byte read operationPrameela Rani Garnepudi
2017-05-24rsi: Handle usb multi-byte write failure case properlyPrameela Rani Garnepudi
2017-05-24rsi: use macros in USB specific codePrameela Rani Garnepudi
2017-05-24rsi: Changes in USB read and write operationsPrameela Rani Garnepudi
2017-05-24rsi: define RSI_USB_BUF_SIZE macroamit karwar
2017-02-27scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada
2014-07-01rsi: fix memory leaks and error handling in rsi_91x_usbAlexey Khoroshilov
2014-07-01rsi: GFP_ATOMIC is not needed in rsi_init_usb_interface()Alexey Khoroshilov
2014-06-19rsi: Use module_usb_driverAlexey Khoroshilov