1. 4d644abf usb: gadget: f_fs: Only return delayed status when len is 0 by Jerry Zhang · 7 years ago
  2. eec24f2 usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3' by Eugeniu Rosca · 7 years ago
  3. bb28633 usb: gadget: aspeed: Workaround memory ordering issue by Benjamin Herrenschmidt · 7 years ago
  4. 56bc6158 usb: gadget: u_audio: protect stream runtime fields with stream spinlock by Vladimir Zapolskiy · 7 years ago
  5. 773e53d usb: gadget: u_audio: remove cached period bytes value by Vladimir Zapolskiy · 7 years ago
  6. 96afb54 usb: gadget: u_audio: remove caching of stream buffer parameters by Vladimir Zapolskiy · 7 years ago
  7. 6b37bd7 usb: gadget: u_audio: update hw_ptr in iso_complete after data copied by Joshua Frkuska · 7 years ago
  8. dfa042f usb: gadget: u_audio: fix pcm/card naming in g_audio_setup() by Eugeniu Rosca · 7 years ago
  9. e87581f usb: gadget: f_uac2: fix error handling in afunc_bind (again) by Eugeniu Rosca · 7 years ago
  10. f36b507 usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a66597_queue() by Jia-Ju Bai · 7 years ago
  11. 0602088 usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_controller() by Jia-Ju Bai · 7 years ago
  12. 50b9773 usb: gadget: Fix OS descriptors support by Benjamin Herrenschmidt · 7 years ago
  13. 9196b55 usb: gadget: aspeed-vhub: Fix SETUP packets with OUT data phase by Benjamin Herrenschmidt · 7 years ago
  14. aaa8fee usb/gadget: aspeed-vhub: add USB_LIBCOMPOSITE dependency by Arnd Bergmann · 7 years ago
  15. 980900d usb: gadget: composite: fix delayed_status race condition when set_interface by Chunfeng Yun · 7 years ago
  16. d52e4d0 usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers by Vincent Pelletier · 7 years ago
  17. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  18. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  19. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  20. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  21. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  22. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  23. 07c4dd3 Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  24. e15bea0 USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  25. 743d1ef USB: gadget: udc: renesas_usb3: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  26. edbeb6b USB: gadget: udc: pxa27x_udc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  27. 37ea710 USB: gadget: udc: gr_udc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  28. da281a8e USB: gadget: udc: bcm63xx_udc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  29. a143dca USB: udc: atmel_usba_udc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  30. 4a014a7 usb: gadget: function: printer: avoid wrong list handling in printer_write() by Yoshihiro Shimoda · 7 years ago
  31. 109e37a Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 7 years ago
  32. 8223b2f usb: gadget: udc: renesas_usb3: fix double phy_put() by Yoshihiro Shimoda · 7 years ago
  33. bd6bce0 usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting by Yoshihiro Shimoda · 7 years ago
  34. 0259068 usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error by Yoshihiro Shimoda · 7 years ago
  35. 003bc1d usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc by Yoshihiro Shimoda · 7 years ago
  36. d998844 usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc by Yoshihiro Shimoda · 7 years ago
  37. 1990cf7 usb: gadget: udc: renesas_usb3: should remove debugfs by Yoshihiro Shimoda · 7 years ago
  38. 43a6dc9 usb: gadget: f_phonet: fix pn_net_xmit()'s return type by Luc Van Oostenryck · 7 years ago
  39. 431d93c usb: gadget: fsl: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadget by Nikhil Badola · 7 years ago
  40. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  41. 4d4ca01 usb: gadget: udc: atmel: Fix indenting by Romain Izard · 7 years ago
  42. 2f8519f usb: gadget: udc: atmel: Remove obsolete include by Romain Izard · 7 years ago
  43. a3e2008 usb: gadget: udc: atmel: GPIO inversion is handled by gpiod by Romain Izard · 7 years ago
  44. 1ca532e USB: rndis: Fix for handling garbled messages by Michel Pollet · 7 years ago
  45. 1ef6c42 usb: gadget: composite: fill bcdUSB as 0x0320 for SuperSpeed or higher speeds by Chunfeng Yun · 7 years ago
  46. d3ac41bb usb: gadget: f_ecm: fix host mac address for multiple instances by Lukasz Nowak · 7 years ago
  47. eea5274 USB: Gadget Ethernet: Re-enable Jumbo frames. by John Greb · 7 years ago
  48. 6819e32 usb: gadget: f_fs: Add compat_ioctl to epfiles by Jerry Zhang · 7 years ago
  49. 9286e24 usb: gadget: f_midi: Use refcount when freeing f_midi_opts by Jerry Zhang · 7 years ago
  50. 7ecca2a usb/gadget: Add driver for Aspeed SoC virtual hub by Benjamin Herrenschmidt · 7 years ago
  51. 655016d usb/gadget: Constify usb_gadget_get_string "table" argument by Benjamin Herrenschmidt · 7 years ago
  52. 58318cd Merge 4.17-rc4 into usb-next by Greg Kroah-Hartman · 7 years ago
  53. 064b407 usb: gadget: f_phonet: fix pn_net_xmit()'s return type by Luc Van Oostenryck · 7 years ago
  54. 5d1332a usb: gadget: udc: core: Document the relation between usb_ep_queue() and completion callback by Alan Stern · 7 years ago
  55. cd91a0e usb: Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 7 years ago
  56. ac9053d Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  57. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  58. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  59. c4094c8 usb: Remove Blackfin references in USB support by Aaron Wu · 7 years ago
  60. eaa358c usb: gadget: udc: core: update usb_ep_queue() documentation by Felipe Balbi · 7 years ago
  61. 7fafcfd USB: gadget: f_midi: fixing a possible double-free in f_midi by Yavuz, Tuba · 7 years ago
  62. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  63. 6d23ee9 Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 7 years ago
  64. aaeab02 usb/gadget: Add an EP dispose() callback for EP lifetime tracking by Benjamin Herrenschmidt · 7 years ago
  65. a8f25c3 Merge branch 4.16-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
  66. 0c3d5a9 net: drivers/net: Remove unnecessary skb_copy_expand OOM messages by Joe Perches · 7 years ago
  67. 3589cce usb: gadget: udc: Use scnprintf() instead of snprintf() by Jaejoong Kim · 7 years ago
  68. 3df0340 usb: gadget: udc: atmel: convert to use GPIO descriptors by Ludovic Desroches · 7 years ago
  69. 7c55984 usb: gadget: udc: atmel: remove code related to platform stuff by Ludovic Desroches · 7 years ago
  70. 946ef68 usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS by Lars-Peter Clausen · 7 years ago
  71. 4058ebf usb: gadget: ffs: Execute copy_to_user() with USER_DS set by Lars-Peter Clausen · 7 years ago
  72. 28af04b usb: gadget: mass_storage: Set max_speed to SSP by Thinh Nguyen · 7 years ago
  73. 35a7e0a USB: gadget: pxa27x: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  74. aaabe7a USB: gadget: pxa25x: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  75. 40d2589 USB: gadget: gr: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  76. b5c29398 USB: gadget: bcm63xx: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  77. 636ba13 usb: gadget: composite: remove duplicated code in OS desc handling by Chris Dickens · 7 years ago
  78. 5d6ae4f0 usb: gadget: composite: fix incorrect handling of OS desc requests by Chris Dickens · 7 years ago
  79. 13431c6 usb: gadget: udc: atmel: Use devm_ioremap_resource() by Ladislav Michl · 7 years ago
  80. a127f4f USB: gadget: function: remove redundant initialization of 'tv_nexus' by Colin Ian King · 7 years ago
  81. ac87e56 usb: gadget: udc: change comparison to bitshift when dealing with a mask by Wolfram Sang · 7 years ago
  82. ddd0597 usb: gadget: udc: bdc: Use dma_pool_zalloc by Souptick Joarder · 7 years ago
  83. 2247276 USB: gadget: pxa27x: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  84. 5aaa036 USB: gadget: pxa25x: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  85. 688d4ca USB: gadget: gr: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  86. 8802559 USB: gadget: bcm63xx: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  87. 1a087f0 usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb() by Xinyong · 7 years ago
  88. 8874ae5 USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe() by Wei Yongjun · 7 years ago
  89. 20c63f4 usb: gadget: fsl_udc_core: fix ep valid checks by Stefan Agner · 7 years ago
  90. 20bf410 usb: gadget: udc: Remove USB_GADGET_DUALSPEED select by Ulf Magnusson · 7 years ago
  91. e74bd4d usb: gadget: core: Fix use-after-free of usb_request by Manu Gautam · 7 years ago
  92. 675272d0 usb: gadget: f_fs: Use config_ep_by_speed() by Jack Pham · 7 years ago
  93. 6cf439e usb: gadget: f_fs: Process all descriptors during bind by Jack Pham · 7 years ago
  94. 8813a59 usb: gadget: f_uac2: fix bFirstInterface in composite gadget by John Keeping · 7 years ago
  95. e319086 usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove() by Yoshihiro Shimoda · 7 years ago
  96. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  97. e4ee8b8 Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  98. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  99. 303c146 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  100. ca35910 USB: move many drivers to use DEVICE_ATTR_WO by Greg Kroah-Hartman · 7 years ago