Linus Torvalds 9931a07d51 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 6 年 前
..
Kconfig 351a8d4837 usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS 7 年 前
Makefile b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 年 前
README 96c2737716 usbip: move usbip kernel code out of staging 11 年 前
stub.h 22076557b0 usbip: usbip_host: fix NULL-ptr deref and use-after-free errors 7 年 前
stub_dev.c 22076557b0 usbip: usbip_host: fix NULL-ptr deref and use-after-free errors 7 年 前
stub_main.c c171654caa usbip: usbip_host: fix bad unlock balance during stub_probe() 7 年 前
stub_rx.c 01f1918833 Merge 4.15.0-rc6 into usb-next 7 年 前
stub_tx.c 248a220443 usbip: stub: stop printing kernel pointer addresses in messages 7 年 前
usbip_common.c aa563d7bca iov_iter: Separate type from direction and use accessor functions 6 年 前
usbip_common.h 9020a7efe5 usbip: vhci_hcd: Fix usb device and sockfd leaks 7 年 前
usbip_event.c 4c98248234 usbip: usbip_event: fix to not print kernel pointer address 7 年 前
vhci.h 7f2b019c8d USB: usbip: Remove redundant license text 7 年 前
vhci_hcd.c 81f7567c51 usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control() 6 年 前
vhci_rx.c cb48326493 usbip: vhci: fix spelling mistake: "synchronuously" -> "synchronously" 7 年 前
vhci_sysfs.c a0d6ec8809 usbip: vhci_sysfs: fix potential Spectre v1 7 年 前
vhci_tx.c 8272d099d0 usbip: vhci: stop printing kernel pointer addresses in messages 7 年 前
vudc.h 7f2b019c8d USB: usbip: Remove redundant license text 7 年 前
vudc_dev.c a7d8205eae usb: usbip: remove redundant pointer ep 7 年 前
vudc_main.c e28fd56ad5 usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten 6 年 前
vudc_rx.c b78d830f00 usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input 7 年 前
vudc_sysfs.c df3334c223 usbip: vudc: fix null pointer dereference on udc->lock 7 年 前
vudc_transfer.c 7f2b019c8d USB: usbip: Remove redundant license text 7 年 前
vudc_tx.c 5fd77a3a0e usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer buffer 7 年 前

README

TODO:
- more discussion about the protocol
- testing
- review of the userspace interface
- document the protocol

Please send patches for this code to Greg Kroah-Hartman