Greg Kroah-Hartman bc71c2df45 Merge 4.7-rc4 into usb-next il y a 9 ans
..
Kconfig b5a2a8ecb2 usbip: vudc: fix Kconfig dependencies il y a 9 ans
Makefile 9360575c58 usbip: vudc: Add vudc to Kconfig il y a 9 ans
README 96c2737716 usbip: move usbip kernel code out of staging il y a 11 ans
stub.h 8c7003a3b4 usbip: fix NULL pointer dereference on errors il y a 9 ans
stub_dev.c 8c7003a3b4 usbip: fix NULL pointer dereference on errors il y a 9 ans
stub_main.c 96c2737716 usbip: move usbip kernel code out of staging il y a 11 ans
stub_rx.c 8c7003a3b4 usbip: fix NULL pointer dereference on errors il y a 9 ans
stub_tx.c 6dc38da4a5 usbip: safe completion against unbind operation il y a 9 ans
usbip_common.c c7af4c2218 usbip: vudc: Make usbip_common vudc-aware il y a 9 ans
usbip_common.h 134a92659f usbip: don't call stub_device_reset() during stub_disconnect() il y a 9 ans
usbip_event.c bb7871ad99 usbip: event handler as one thread il y a 9 ans
vhci.h 96c2737716 usbip: move usbip kernel code out of staging il y a 11 ans
vhci_hcd.c 083d5ad1a9 usbip: rate limit get_frame_number message il y a 9 ans
vhci_rx.c 21619792d1 usb: usbip: Fix possible deadlocks reported by lockdep il y a 10 ans
vhci_sysfs.c 21619792d1 usb: usbip: Fix possible deadlocks reported by lockdep il y a 10 ans
vhci_tx.c 21619792d1 usb: usbip: Fix possible deadlocks reported by lockdep il y a 10 ans
vudc.h 0255cf9e52 usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint() il y a 9 ans
vudc_dev.c 0255cf9e52 usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint() il y a 9 ans
vudc_main.c 80fd9cd52d usbip: vudc: Add VUDC main file il y a 9 ans
vudc_rx.c 0255cf9e52 usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint() il y a 9 ans
vudc_sysfs.c 7c348f1cfb usb: usbip: remove null check il y a 9 ans
vudc_transfer.c 0255cf9e52 usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint() il y a 9 ans
vudc_tx.c d62ba981a9 usbip: vudc: Add vudc_tx il y a 9 ans

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