index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
usbip
Commit message (
Expand
)
Author
Age
*
usbip: Fix free of unallocated memory in vhci tx
Suwan Kim
2019-10-28
*
usbip: vhci_hcd indicate failed message
Mao Wenan
2019-10-04
*
usbip: Implement SG support to vhci-hcd and stub driver
Suwan Kim
2019-09-03
*
USB: usbip: convert to use dev_groups
Greg Kroah-Hartman
2019-08-09
*
USB: usbip: convert platform driver to use dev_groups
Greg Kroah-Hartman
2019-08-06
*
usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink()
Suwan Kim
2019-06-05
*
Merge 5.2-rc3 into usb-next
Greg Kroah-Hartman
2019-06-03
|
\
|
*
usbip: usbip_host: fix stub_dev lock context imbalance regression
Shuah Khan
2019-05-29
|
*
usbip: usbip_host: fix BUG: sleeping function called from invalid context
Shuah Khan
2019-05-21
*
|
usbip: usbip_host: cleanup do_rebind() return path
Shuah Khan
2019-05-21
|
/
*
Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2019-05-08
|
\
|
*
usbip: vhci_hcd: Mark expected switch fall-through
Gustavo A. R. Silva
2019-04-30
|
*
usbip: stub_rx: tidy the indenting in is_clear_halt_cmd()
Dan Carpenter
2019-04-25
|
*
usbip: Remove unnecessary null check
Suwan Kim
2019-03-19
*
|
usb: usbip: fix isoc packet num validation in get_pipe
Malte Leip
2019-04-25
|
/
*
usbip: Fix vep_free_request() null pointer checks on input args
Shuah Khan
2019-01-30
*
Merge 5.0-rc4 into usb-next
Greg Kroah-Hartman
2019-01-28
|
\
|
*
USB: usbip: delete README file
Greg Kroah-Hartman
2019-01-18
*
|
usbip: Fix vhci_urb_enqueue() URB null transfer buffer error path
Shuah Khan
2019-01-25
*
|
USB: add missing SPDX lines to Kconfig and Makefiles
Greg Kroah-Hartman
2019-01-22
|
/
*
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-01
|
\
|
*
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-23
*
|
Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-10-26
|
\
\
|
*
|
usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
Shuah Khan (Samsung OSG)
2018-10-18
|
|
/
*
/
usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()
Shuah Khan (Samsung OSG)
2018-10-09
|
/
*
usb: usbip: remove redundant pointer ep
Colin Ian King
2018-07-13
*
usbip: vhci_sysfs: fix potential Spectre v1
Gustavo A. R. Silva
2018-05-24
*
usbip: usbip_host: fix bad unlock balance during stub_probe()
Shuah Khan (Samsung OSG)
2018-05-16
*
usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
Shuah Khan (Samsung OSG)
2018-05-15
*
usbip: usbip_host: run rebind from exit when module is removed
Shuah Khan (Samsung OSG)
2018-05-15
*
usbip: usbip_host: delete device from busid_table after rebind
Shuah Khan (Samsung OSG)
2018-05-15
*
usbip: usbip_host: refine probe and disconnect debug msgs to be useful
Shuah Khan
2018-05-15
*
usbip: usbip_event: fix to not print kernel pointer address
Shuah Khan
2018-04-22
*
usbip: usbip_host: fix to hold parent lock for device_attach() calls
Shuah Khan
2018-04-22
*
usbip: vhci_hcd: Fix usb device and sockfd leaks
Shuah Khan
2018-04-22
*
usbip: vhci_hcd: check rhport before using in vhci_hub_control()
Shuah Khan
2018-04-22
*
Merge branch 4.16-rc6 into usb-next
Greg Kroah-Hartman
2018-03-20
|
\
|
*
usbip: vudc: fix null pointer dereference on udc->lock
Colin Ian King
2018-03-09
*
|
usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS
Ben Hutchings
2018-03-09
|
/
*
usbip: keep usbip_device sockfd state in sync with tcp_socket
Shuah Khan
2018-02-15
*
USB: move many drivers to use DEVICE_ATTR_WO
Greg Kroah-Hartman
2018-01-24
*
usbip: vhci_hcd: update 'status' file header and format
Shuah Khan
2018-01-22
*
Merge 4.15-rc8 into usb-next
Greg Kroah-Hartman
2018-01-15
|
\
|
*
usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer
Shuah Khan
2018-01-04
|
*
usbip: remove kernel addresses from usb device and urb debug msgs
Shuah Khan
2018-01-04
|
*
usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input
Shuah Khan
2018-01-04
*
|
usbip: vhci: fix spelling mistake: "synchronuously" -> "synchronously"
Colin Ian King
2018-01-04
*
|
USB: usbip: remove useless call in usbip_recv
Gustavo A. R. Silva
2018-01-04
*
|
Merge 4.15.0-rc6 into usb-next
Greg Kroah-Hartman
2018-01-02
|
\
|
|
*
usbip: stub_rx: fix static checker warning on unnecessary checks
Shuah Khan
2017-12-19
[next]