Bhumika Goyal 3a16191399 usbip: vhci-hcd: make vhci_hc_driver const 8 years ago
..
Kconfig cb9c1cfc86 usb: Kconfig: using select for USB_COMMON dependency 9 years ago
Makefile 9360575c58 usbip: vudc: Add vudc to Kconfig 9 years ago
README 96c2737716 usbip: move usbip kernel code out of staging 11 years ago
stub.h 8c7003a3b4 usbip: fix NULL pointer dereference on errors 9 years ago
stub_dev.c 8c7003a3b4 usbip: fix NULL pointer dereference on errors 9 years ago
stub_main.c 0c971edabb USB: usbip: remove unneeded MODULE_VERSION() usage 8 years ago
stub_rx.c 7190c178e6 usb: usbip: stub_rx: don't print error when allocating urb fails 9 years ago
stub_tx.c b3b51417d0 usb: usbip: set buffer pointers to NULL after free 8 years ago
usbip_common.c 0c971edabb USB: usbip: remove unneeded MODULE_VERSION() usage 8 years ago
usbip_common.h 0c971edabb USB: usbip: remove unneeded MODULE_VERSION() usage 8 years ago
usbip_event.c bb7871ad99 usbip: event handler as one thread 9 years ago
vhci.h b891245bff usbip: vhci-hcd: Clean up the code by adding a new macro 8 years ago
vhci_hcd.c 3a16191399 usbip: vhci-hcd: make vhci_hc_driver const 8 years ago
vhci_rx.c 03cd00d538 usbip: vhci-hcd: Set the vhci structure up to work 8 years ago
vhci_sysfs.c a38711a88b usbip: auto retry for concurrent attach 8 years ago
vhci_tx.c 21619792d1 usb: usbip: Fix possible deadlocks reported by lockdep 9 years ago
vudc.h 0255cf9e52 usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint() 9 years ago
vudc_dev.c b282a118eb usbip: vudc: Refactor init_vudc_hw() to be more obvious 8 years ago
vudc_main.c 80fd9cd52d usbip: vudc: Add VUDC main file 9 years ago
vudc_rx.c 238b7bd91b usb: usbip: vudc: fix left shift overflow 9 years ago
vudc_sysfs.c 7c348f1cfb usb: usbip: remove null check 9 years ago
vudc_transfer.c 3e448e13a6 usbip: vudc: fix: Clear already_seen flag also for ep0 8 years ago
vudc_tx.c d62ba981a9 usbip: vudc: Add vudc_tx 9 years ago

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