index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rsi
/
rsi_91x_usb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-19
rsi: fix a double free bug in rsi_91x_deinit()
Hui Peng
1
-1
/
+0
2018-11-13
rsi: fix memory alignment issue in ARM32 platforms
Siva Rebbagondla
1
-4
/
+7
2018-07-31
rsi: remove redundant device ids
Siva Rebbagondla
1
-5
/
+1
2018-04-30
rsi_91x: fix uninitialized variable
Gustavo A. R. Silva
1
-3
/
+4
2018-04-24
rsi: disable fw watchdog timer during reset
Amitkumar Karwar
1
-0
/
+7
2018-03-27
rsi: remove redundant duplicate assignment of buffer_size
Colin Ian King
1
-1
/
+0
2018-03-13
rsi: improve RX packet handling in USB interface
Prameela Rani Garnepudi
1
-48
/
+62
2018-03-13
rsi: use dynamic RX control blocks instead of MAX_RX_URB
Prameela Rani Garnepudi
1
-14
/
+20
2018-03-13
rsi: add module parameter operating mode
Prameela Rani Garnepudi
1
-1
/
+9
2018-03-13
rsi: add coex support
Prameela Rani Garnepudi
1
-0
/
+2
2018-03-13
rsi: add bluetooth rx endpoint
Siva Rebbagondla
1
-15
/
+22
2018-03-13
rsi: add rx control block to handle rx packets in USB
Prameela Rani Garnepudi
1
-16
/
+59
2017-11-18
rsi: fix memory leak on buf and usb_reg_buf
Colin Ian King
1
-6
/
+6
2017-09-20
rsi: fix a dereference on adapter before it has been null checked
Colin Ian King
1
-2
/
+2
2017-08-30
rsi: remove memset before memcpy
Himanshu Jha
1
-1
/
+0
2017-07-28
rsi: fix static checker warning
Amitkumar Karwar
1
-1
/
+8
2017-07-28
rsi: check length before USB read/write register
Amitkumar Karwar
1
-0
/
+6
2017-07-28
rsi: use macro for allocating USB buffer
Amitkumar Karwar
1
-2
/
+2
2017-07-28
rsi: choose correct endpoint based on queue.
Karun Eagalapati
1
-1
/
+2
2017-07-28
rsi: rename USB endpoint macros
Karun Eagalapati
1
-1
/
+1
2017-07-28
rsi: correct the logic of deriving queue number
Amitkumar Karwar
1
-1
/
+1
2017-07-28
rsi: USB tx headroom cleanup
Karun Eagalapati
1
-20
/
+21
2017-07-28
rsi: card reset for USB interface
Karun Eagalapati
1
-0
/
+72
2017-06-21
rsi: add usb RS9113 chipset support
Prameela Rani Garnepudi
1
-0
/
+1
2017-05-24
rsi: Remove old firmware loading method
Prameela Rani Garnepudi
1
-4
/
+2
2017-05-24
rsi: Add new firmware loading method
Prameela Rani Garnepudi
1
-9
/
+7
2017-05-24
rsi: Add new host interface operations
Prameela Rani Garnepudi
1
-0
/
+65
2017-05-24
rsi: Add host interface operations as separate structure.
Prameela Rani Garnepudi
1
-1
/
+8
2017-05-24
rsi: Add usb multi-byte read operation
Prameela Rani Garnepudi
1
-0
/
+40
2017-05-24
rsi: Handle usb multi-byte write failure case properly
Prameela Rani Garnepudi
1
-4
/
+5
2017-05-24
rsi: use macros in USB specific code
Prameela Rani Garnepudi
1
-6
/
+9
2017-05-24
rsi: Changes in USB read and write operations
Prameela Rani Garnepudi
1
-3
/
+3
2017-05-24
rsi: define RSI_USB_BUF_SIZE macro
amit karwar
1
-2
/
+2
2017-02-28
scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2014-07-01
rsi: fix memory leaks and error handling in rsi_91x_usb
Alexey Khoroshilov
1
-20
/
+38
2014-07-01
rsi: GFP_ATOMIC is not needed in rsi_init_usb_interface()
Alexey Khoroshilov
1
-1
/
+1
2014-06-19
rsi: Use module_usb_driver
Alexey Khoroshilov
1
-27
/
+1
2014-04-09
rsi: Fixed issue relating to doing dma on stack error.
Fariya Fatima
1
-7
/
+19
2014-03-17
rsi: Add RS9113 wireless driver
Fariya Fatima
1
-0
/
+575