1. c7b5efb ANDROID: usb: gadget: u_ether: fix dev->trans_start removal fallout by Amit Pundir · 8 years ago
  2. 8157e62 ANDROID: usb: gadget: fix MTP OS desc support by Amit Pundir · 9 years ago
  3. 8153b2c usb: gadget: f_accessory: remove duplicate endpoint alloc by Anson Jacob · 8 years ago
  4. 7045096 ANDROID: usb: gadget: f_midi: set fi->f to NULL when free f_midi function by Winter Wang · 8 years ago
  5. 5485646 ANDROID: usb: gadget: Add support for MTP OS desc by Badhri Jagan Sridharan · 9 years ago
  6. 43f0eb2 CHROMIUM: usb: gadget: f_accessory: add .raw_request callback by Mark Kuo · 9 years ago
  7. d366867 CHROMIUM: usb: gadget: audio_source: add .free_func callback by Mark Kuo · 9 years ago
  8. 21a3e93 CHROMIUM: usb: gadget: f_mtp: fix usb_ss_ep_comp_descriptor by Mark Kuo · 9 years ago
  9. 1b61b27 CHROMIUM: usb: gadget: f_mtp: Add SuperSpeed support by Mark Kuo · 9 years ago
  10. 8083c7c usb: u_ether: Add missing rx_work init by Matthew Moeller · 9 years ago
  11. e730462 ANDROID: usb: gadget: f_mtp: don't use le16 for u8 field by Brian Norris · 9 years ago
  12. 246bfed usb: gadget: u_ether: use %z format specifier for size_t by Amit Pundir · 9 years ago
  13. d29237a usb: gadget: rndis: fix broken build for 4.4 by Amit Pundir · 9 years ago
  14. 769c58c usb: gadget: rndis: fix broken data aggregation build by Amit Pundir · 9 years ago
  15. 928b59a usb: gadget: rndis: use %z format specifier for size_t by Amit Pundir · 9 years ago
  16. 1d41ddd fix false disconnect due to a signal sent to the reading process by keunyoung · 11 years ago
  17. 207ddc3 usb: gadget: cleanup: fix unused variable and function warnings by Amit Pundir · 9 years ago
  18. 3576ce0 ANDROID: usb: gadget: create F_midi device by Badhri Jagan Sridharan · 9 years ago
  19. 340114e usb: gadget: fix NULL ptr derefer while symlinking PTP func by Amit Pundir · 9 years ago
  20. c4ab8f1 usb: gadget: Relocate f_accessory by Badhri Jagan Sridharan · 10 years ago
  21. 36d4607 usb: gadget: Move gadget functions code by Badhri Jagan Sridharan · 10 years ago
  22. aba8439 usb: u_ether: Fix compile errors by Praneeth Bajjuri · 10 years ago
  23. f053900 USB: gadget: rndis: Add module parameter for DL max packets per xfer by xerox_lin · 10 years ago
  24. ccf7707 ndis: Add debug support to disable RNDIS Multipacket Feature by Badhri Jagan Sridharan · 10 years ago
  25. b7a343a RNDIS: Add Data aggregation (multi packet) support by Badhri Jagan Sridharan · 10 years ago
  26. 3c0f288 USB: gadget: u_ether: Fix data stall issue in RNDIS tethering mode by Badhri Jagan Sridharan · 10 years ago
  27. 16a203f usb: u_ether: Add workqueue as bottom half handler for rx data path by Badhri Jagan Sridharan · 10 years ago
  28. 72ffa18 usb: Add support for rndis uplink aggregation by xerox_lin · 10 years ago
  29. 90de740 USB: rndis: Free the rndis response queue during REMOTE_NDIS_RESET_MSG by xerox_lin · 10 years ago
  30. 9c1958f Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  31. fb810cb Merge tag 'v4.7-rc6' into patchwork by Mauro Carvalho Chehab · 8 years ago
  32. 36c0f8b [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs by Hans Verkuil · 9 years ago
  33. 44963d6 usb: gadget: f_fs: check for allocation failure by Dan Carpenter · 8 years ago
  34. 9353afb usb: gadget: f_fs: buffer data from ‘oversized’ OUT requests by Michal Nazarewicz · 8 years ago
  35. c662a31 usb: gadget: f_fs: printk error when excess data is dropped on read by Michal Nazarewicz · 8 years ago
  36. 872ce51 usb: gadget: fix unused-but-set-variale warnings by Michal Nazarewicz · 8 years ago
  37. fe5a6c4 usb: gadget: storage: get rid of fsg_num_buffers_validate() by Felipe Balbi · 8 years ago
  38. c6010c8 usb: gadget: f_fs: Fix kernel panic if use_os_string not set by Jim Lin · 8 years ago
  39. e877b72 usb: gadget: f_tcm: out of bound access in usbg_drop_tpg by Heinrich Schuchardt · 8 years ago
  40. ffeee83 usb: gadget: avoid exposing kernel stack by Heinrich Schuchardt · 8 years ago
  41. 5364239 usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPAT by Jim Lin · 8 years ago
  42. cc50dc2 usb: gadget: storage-common: Fix old comment about qualifier descriptor by Krzysztof Opasiak · 8 years ago
  43. d4529f9 usb: gadget: uac2: Drop unused device qualifier descriptor by Krzysztof Opasiak · 8 years ago
  44. e5a8916 usb: gadget: printer: Drop unused device qualifier descriptor by Krzysztof Opasiak · 8 years ago
  45. 0015f91 usb: f_fs: off by one bug in _ffs_func_bind() by Dan Carpenter · 8 years ago
  46. 9ba55cf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  47. 19e36ad Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  48. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  49. 36ec2dd target: make close_session optional by Christoph Hellwig · 8 years ago
  50. 22d1175 target: make ->shutdown_session optional by Christoph Hellwig · 8 years ago
  51. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  52. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 9 years ago
  53. ce15bda Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  54. 38740a5 usb: gadget: f_fs: Fix use-after-free by Lars-Peter Clausen · 9 years ago
  55. f78bbca usb: f_mass_storage: test whether thread is running before starting another by Michal Nazarewicz · 9 years ago
  56. 332a5b4 usb: gadget: f_fs: Fix EFAULT generation for async read operations by Lars-Peter Clausen · 9 years ago
  57. ffb927d Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  58. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  59. 4fc50ba usb: gadget: f_midi: unlock on error by Dan Carpenter · 9 years ago
  60. 03d27ad usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize by Felipe F. Tonello · 9 years ago
  61. 9acdf4d usb: gadget: f_midi: added spinlock on transmit function by Felipe F. Tonello · 9 years ago
  62. 5266e5b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  63. 364e8dd Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
  64. cff834c usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefs by Nicholas Bellinger · 9 years ago
  65. 71e7ae8 usb-gadget/tcm: Conversion to percpu_ida tag pre-allocation by Nicholas Bellinger · 9 years ago
  66. fb444abe target: Convert demo-mode only drivers to target_alloc_session by Christoph Hellwig · 9 years ago
  67. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
  68. 0561f77 usb: gadget: f_acm: Fix configfs attr name by Krzysztof Opasiak · 9 years ago
  69. 4111d49 usb: gadget: f_midi: stash substream in gmidi_in_port structure by Michal Nazarewicz · 9 years ago
  70. 413489c usb: gadget: f_midi: missing unlock on error path by Dan Carpenter · 9 years ago
  71. bf0028f usb: gadget: f_midi: use flexible array member for gmidi_in_port elements by Michal Nazarewicz · 9 years ago
  72. 06cd928 usb: gadget: f_midi: fix in_last_port looping logic by Michal Nazarewicz · 9 years ago
  73. 9a71eb5 usb: gadget: f_midi: move some of f_midi_transmit to separate func by Michal Nazarewicz · 9 years ago
  74. f297e86 usb: gadget: f_midi: remove useless midi reference from port struct by Felipe F. Tonello · 9 years ago
  75. ef15088 usb: f_fs: avoid race condition with ffs_epfile_io_complete by Du, Changbin · 9 years ago
  76. ae76e13 usb: f_fs: refactor ffs_epfile_io by Michal Nazarewicz · 9 years ago
  77. b3591f6 usb: f_fs: replace unnecessary goto with a return by Michal Nazarewicz · 9 years ago
  78. 3163c79 usb: f_fs: fix ffs_epfile_io returning success on req alloc failure by Michal Nazarewicz · 9 years ago
  79. 3de4e20 usb: f_fs: fix memory leak when ep changes during transfer by Michal Nazarewicz · 9 years ago
  80. 59a3ced usb: gadget: f_mass_storage: Enable SuperSpeedPlus by John Youn · 9 years ago
  81. eaef50c usb: gadget: Update usb_assign_descriptors for SuperSpeedPlus by John Youn · 9 years ago
  82. 1c17a35 usb: gadget: rndis: fix itnull.cocci warnings by Julia Lawall · 9 years ago
  83. f6281af usb: gadget: rndis: use list_for_each_entry_safe by Geliang Tang · 9 years ago
  84. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  85. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  86. 237f38c Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  87. c315259 Merge branch 'patchwork' into v4l_for_linus by Mauro Carvalho Chehab · 9 years ago
  88. 10c17c6 usb/gadget: Remove set-but-not-used variables by Bart Van Assche · 9 years ago
  89. a5beaaf usb: gadget: Add the console support for usb-to-serial port by Baolin Wang · 9 years ago
  90. 4bb8548 usb: gadget: f_tcm: add configfs support by Andrzej Pietrasiewicz · 9 years ago
  91. 9beab5d usb: gadget: f_tcm: use usb_gstrings_attach by Andrzej Pietrasiewicz · 9 years ago
  92. c3f890b usb: gadget: f_tcm: remove redundant singleton by Andrzej Pietrasiewicz · 9 years ago
  93. e5587ea usb: gadget: f_tcm: remove compatibility layer by Andrzej Pietrasiewicz · 9 years ago
  94. dc8c46a usb: gadget: f_tcm: convert to new function interface with backward compatibility by Andrzej Pietrasiewicz · 9 years ago
  95. 08a1cb0 usb: gadget: tcm: factor out f_tcm by Andrzej Pietrasiewicz · 9 years ago
  96. d6dd645 [media] media: videobuf2: Move timestamp to vb2_buffer by Junghak Sung · 9 years ago
  97. df9ecb0 [media] vb2: drop v4l2_format argument from queue_setup by Hans Verkuil · 9 years ago
  98. ab738ff usb: gadget: ether: Allow changing the MTU by Mike Looijmans · 9 years ago
  99. e1e3d7e usb: gadget: f_midi: pre-allocate IN requests by Felipe F. Tonello · 9 years ago
  100. f0f1b8c usb: gadget: f_midi: fail if set_alt fails to allocate requests by Felipe F. Tonello · 9 years ago