index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rsi
/
rsi_91x_usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rsi: Fix out-of-bounds read in rsi_read_pkt()
Zekun Shen
2021-11-29
1
-1
/
+0
*
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: Fix module dev_oper_mode parameter description
Marek Vasut
2021-09-21
1
-4
/
+1
*
rsi: fix an error code in rsi_probe()
Dan Carpenter
2021-08-21
1
-0
/
+1
*
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2021-03-17
1
-1
/
+0
*
rsi: fix error return code in rsi_reset_card()
Zhang Changzhong
2020-11-24
1
-15
/
+15
*
rsi: rsi_91x_usb: Fix some basic kernel-doc issues
Lee Jones
2020-11-07
1
-2
/
+4
*
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
*
rsi: fix use-after-free on failed probe and unbind
Johan Hovold
2019-12-18
1
-1
/
+17
*
rsi: drop bogus device-id checks from probe
Johan Hovold
2019-10-09
1
-2
/
+2
*
Revert "rsi: fix potential null dereference in rsi_probe()"
Johan Hovold
2019-10-09
1
-1
/
+1
*
rsi: fix potential null dereference in rsi_probe()
Denis Efremov
2019-10-04
1
-1
/
+1
*
rsi: fix a double free bug in rsi_91x_deinit()
Hui Peng
2019-09-03
1
-1
/
+0
*
rsi: miscallaneous changes for 9116 and common
Siva Rebbagondla
2019-04-25
1
-9
/
+11
*
rsi: reset device changes for 9116
Siva Rebbagondla
2019-04-25
1
-20
/
+41
*
rsi: add new device model for 9116
Siva Rebbagondla
2019-04-25
1
-1
/
+14
*
rsi: fix spelling mistakes
Siva Rebbagondla
2019-02-19
1
-1
/
+1
*
rsi: add hci detach for hibernation and poweroff
Siva Rebbagondla
2019-02-08
1
-0
/
+7
*
rsi: fix memory alignment issue in ARM32 platforms
Siva Rebbagondla
2018-08-31
1
-4
/
+7
*
rsi: remove redundant device ids
Siva Rebbagondla
2018-07-31
1
-5
/
+1
*
rsi_91x: fix uninitialized variable
Gustavo A. R. Silva
2018-04-30
1
-3
/
+4
*
rsi: disable fw watchdog timer during reset
Amitkumar Karwar
2018-04-24
1
-0
/
+7
*
rsi: remove redundant duplicate assignment of buffer_size
Colin Ian King
2018-03-27
1
-1
/
+0
*
rsi: improve RX packet handling in USB interface
Prameela Rani Garnepudi
2018-03-13
1
-48
/
+62
*
rsi: use dynamic RX control blocks instead of MAX_RX_URB
Prameela Rani Garnepudi
2018-03-13
1
-14
/
+20
*
rsi: add module parameter operating mode
Prameela Rani Garnepudi
2018-03-13
1
-1
/
+9
*
rsi: add coex support
Prameela Rani Garnepudi
2018-03-13
1
-0
/
+2
*
rsi: add bluetooth rx endpoint
Siva Rebbagondla
2018-03-13
1
-15
/
+22
*
rsi: add rx control block to handle rx packets in USB
Prameela Rani Garnepudi
2018-03-13
1
-16
/
+59
*
rsi: fix memory leak on buf and usb_reg_buf
Colin Ian King
2017-11-18
1
-6
/
+6
*
rsi: fix a dereference on adapter before it has been null checked
Colin Ian King
2017-09-20
1
-2
/
+2
*
rsi: remove memset before memcpy
Himanshu Jha
2017-08-30
1
-1
/
+0
*
rsi: fix static checker warning
Amitkumar Karwar
2017-07-28
1
-1
/
+8
*
rsi: check length before USB read/write register
Amitkumar Karwar
2017-07-28
1
-0
/
+6
*
rsi: use macro for allocating USB buffer
Amitkumar Karwar
2017-07-28
1
-2
/
+2
*
rsi: choose correct endpoint based on queue.
Karun Eagalapati
2017-07-28
1
-1
/
+2
*
rsi: rename USB endpoint macros
Karun Eagalapati
2017-07-28
1
-1
/
+1
*
rsi: correct the logic of deriving queue number
Amitkumar Karwar
2017-07-28
1
-1
/
+1
*
rsi: USB tx headroom cleanup
Karun Eagalapati
2017-07-28
1
-20
/
+21
*
rsi: card reset for USB interface
Karun Eagalapati
2017-07-28
1
-0
/
+72
*
rsi: add usb RS9113 chipset support
Prameela Rani Garnepudi
2017-06-21
1
-0
/
+1
*
rsi: Remove old firmware loading method
Prameela Rani Garnepudi
2017-05-24
1
-4
/
+2
*
rsi: Add new firmware loading method
Prameela Rani Garnepudi
2017-05-24
1
-9
/
+7
*
rsi: Add new host interface operations
Prameela Rani Garnepudi
2017-05-24
1
-0
/
+65
*
rsi: Add host interface operations as separate structure.
Prameela Rani Garnepudi
2017-05-24
1
-1
/
+8
*
rsi: Add usb multi-byte read operation
Prameela Rani Garnepudi
2017-05-24
1
-0
/
+40
[next]