Linus Torvalds 1827adb11a Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip před 8 roky
..
Kconfig cb9c1cfc86 usb: Kconfig: using select for USB_COMMON dependency před 9 roky
Makefile 9360575c58 usbip: vudc: Add vudc to Kconfig před 9 roky
README 96c2737716 usbip: move usbip kernel code out of staging před 11 roky
stub.h 8c7003a3b4 usbip: fix NULL pointer dereference on errors před 9 roky
stub_dev.c 8c7003a3b4 usbip: fix NULL pointer dereference on errors před 9 roky
stub_main.c 96c2737716 usbip: move usbip kernel code out of staging před 11 roky
stub_rx.c 7190c178e6 usb: usbip: stub_rx: don't print error when allocating urb fails před 9 roky
stub_tx.c 6dc38da4a5 usbip: safe completion against unbind operation před 9 roky
usbip_common.c 69fd110eb6 Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs před 8 roky
usbip_common.h 0881e7bd34 sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h> před 8 roky
usbip_event.c bb7871ad99 usbip: event handler as one thread před 9 roky
vhci.h 0775a9cbc6 usbip: vhci extension: modifications to vhci driver před 9 roky
vhci_hcd.c 7c92e5fbf4 drivers: usb: usbip: Add missing break statement to switch před 9 roky
vhci_rx.c 0775a9cbc6 usbip: vhci extension: modifications to vhci driver před 9 roky
vhci_sysfs.c 918b8ac55b usbip: fix warning in vhci_hcd_probe/lockdep_init_map před 9 roky
vhci_tx.c 21619792d1 usb: usbip: Fix possible deadlocks reported by lockdep před 10 roky
vudc.h 0255cf9e52 usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint() před 9 roky
vudc_dev.c b282a118eb usbip: vudc: Refactor init_vudc_hw() to be more obvious před 9 roky
vudc_main.c 80fd9cd52d usbip: vudc: Add VUDC main file před 9 roky
vudc_rx.c 238b7bd91b usb: usbip: vudc: fix left shift overflow před 9 roky
vudc_sysfs.c 7c348f1cfb usb: usbip: remove null check před 9 roky
vudc_transfer.c 3e448e13a6 usbip: vudc: fix: Clear already_seen flag also for ep0 před 9 roky
vudc_tx.c d62ba981a9 usbip: vudc: Add vudc_tx před 9 roky

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