1. 5d19703 usb: gadget: remove $(PWD) in ccflags-y by Philippe Reynes · 10 years ago
  2. a68df70 usb: pch_udc: usb gadget device support for Intel Quark X1000 by Bryan O'Donoghue · 11 years ago
  3. bd52b81 usb: gadget: uvc: fix possible lockup in uvc gadget by Michael Grzeschik · 11 years ago
  4. 7166c32 Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue" by Li RongQing · 11 years ago
  5. 4b11f88 usb: gadget: Fix return value check in r8a66597_probe() by Wei Yongjun · 11 years ago
  6. 7042e8f usb: gadget: Fix return value check in ep_write() by Wei Yongjun · 11 years ago
  7. bcabdc2 usb: atmel_usba_udc: fix it to deal with final dma channel by Bo Shen · 11 years ago
  8. 20e7d46 usb: gadget: fix error return code by Julia Lawall · 11 years ago
  9. 4958cf3 usb: dbgp gadget: fix use after free in dbgp_unbind() by Alexey Khoroshilov · 11 years ago
  10. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  11. 61fe2d7 Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  12. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  13. 4546527 usb: gadget: f_rndis: fix interface id for OS descriptors by Andrzej Pietrasiewicz · 11 years ago
  14. 55f7840 usb: gadget: f_uac2: Fix pcm sample size selection by Sebastian Reimers · 11 years ago
  15. c9d8725 usb: gadget: udc: fsl_mxc_udc: fix sparse error by Felipe Balbi · 11 years ago
  16. c43e97b usb: gadget: udc: net2280: fix sparse error by Felipe Balbi · 11 years ago
  17. bbb9f94 usb: gadget: udc: fsl_udc_core: fix sparse errors by Felipe Balbi · 11 years ago
  18. 00a2430 usb: gadget: Gadget directory cleanup - group usb functions by Andrzej Pietrasiewicz · 11 years ago
  19. 90fccb5 usb: gadget: Gadget directory cleanup - group UDC drivers by Andrzej Pietrasiewicz · 11 years ago
  20. 8443f2d usb: gadget: Gadget directory cleanup - group legacy gadgets by Andrzej Pietrasiewicz · 11 years ago
  21. f226708 usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cleanup by Li Jun · 11 years ago
  22. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
  23. 6684706 usb: gadget: NCM: Stop RX TCP Bursts getting dropped. by Jim Baxter · 11 years ago
  24. 6d3865f usb: gadget: NCM: Add transmit multi-frame. by Jim Baxter · 11 years ago
  25. 370af73 usb: gadget: NCM: RX function support multiple NDPs by Jim Baxter · 11 years ago
  26. d82aa8a usb: gadget: fix eem_wrap cloned skb logic by Nathan Sullivan · 11 years ago
  27. 909346a usb: gadget: Convert drivers to use module_usb_composite_driver() by Tobias Klauser · 11 years ago
  28. f0175ab usb: gadget: f_fs: OS descriptors support by Andrzej Pietrasiewicz · 11 years ago
  29. 7ea4f08 usb: gadget: u_os_desc: helper functions for accessing ext prop buffer by Andrzej Pietrasiewicz · 11 years ago
  30. f96cbd1 usb: gadget: f_fs: rename descriptor parsing functions by Andrzej Pietrasiewicz · 11 years ago
  31. b99b406 usb: gadget: net2280: Fix typo on #ifdef by Ricardo Ribalda Delgado · 11 years ago
  32. 56e5cea usb: gadget: pxa25x_udc: use correct header for gpio devm_ functions by Arnd Bergmann · 11 years ago
  33. f6d9d89 USB: gadget: Fixed a few typos in comments by Mickael Maison · 11 years ago
  34. 527b570 usb: gadget: s3c2410: Move to clk_prepare_enable/clk_disable_unprepare by Vasily Khoruzhick · 11 years ago
  35. d668b4f usb: gadget: FunctionFS: Return -ENOENT instead of -ENODEV when device not found. by Krzysztof Opasiak · 11 years ago
  36. 50f741c usb: gadget: omap_udc: should not call gadget driver's .unbind by Peter Chen · 11 years ago
  37. a6c7c1c usb: gadget: net2272: do not need to judge gadget driver's .unbind by Peter Chen · 11 years ago
  38. 7a61612a usb: gadget: m66592-udc: should not call gadget driver's .unbind by Peter Chen · 11 years ago
  39. 3b0f069 usb: gadget: fusb300_udc: should not call gadget driver's .unbind by Peter Chen · 11 years ago
  40. ed7a3a9 usb: gadget: fsl_udc_core: should not call gadget driver's .unbind by Peter Chen · 11 years ago
  41. e176475 usb: gadget: pxa27x_udc: prepare and unprepare the clock by Robert Jarzmik · 11 years ago
  42. 2eeb001 usb: gadget: net2280: Use quirks instead of pci id by Ricardo Ribalda Delgado · 11 years ago
  43. e56e69c usb: gadget: net2280: Use pr_* function by Ricardo Ribalda Delgado · 11 years ago
  44. ae8e530 usb: gadget: net2280: Code Cleanup by Ricardo Ribalda Delgado · 11 years ago
  45. fae3c15 usb: gadget: net2280: Pass checkpacth.pl test by Ricardo Ribalda Delgado · 11 years ago
  46. a27f37a usb: gadget: net2280: Refactor queues_show by Ricardo Ribalda Delgado · 11 years ago
  47. 9a028e4 usb: gadget: net2280: Use module_pci_driver macro by Ricardo Ribalda Delgado · 11 years ago
  48. 00d4db0 usb: gadget: net2280: Use true/false instead of 1/0 by Ricardo Ribalda Delgado · 11 years ago
  49. 3e76fdc usb: gadget: net2280: Use BIT() macro by Ricardo Ribalda Delgado · 11 years ago
  50. c2db8a8 usb: gadget: net2280: Dont use magic numbers by Ricardo Ribalda Delgado · 11 years ago
  51. adc82f7 usb: gadget: net2280: Add support for PLX USB338X by Ricardo Ribalda Delgado · 11 years ago
  52. dad8338 usb: gadget: r8a66597-udc: delete __init marker for probe by Peter Chen · 11 years ago
  53. c440380 usb: gadget: fusb300_udc: delete __init marker for probe by Peter Chen · 11 years ago
  54. 880ce06 usb: gadget: m66592-udc: delete __init marker for probe by Peter Chen · 11 years ago
  55. b1a7c4f usb: gadget: lpc32xx: delete __init marker for probe by Peter Chen · 11 years ago
  56. da15057 usb: gadget: fsl_udc_core: delete __init marker for probe by Peter Chen · 11 years ago
  57. 03d6a9c usb: gadget: atmel_usba_udc: delete __init marker for probe by Peter Chen · 11 years ago
  58. 58b949e usb: gadget: Use kmemdup instead of kmalloc + memcpy by Benoit Taine · 11 years ago
  59. 7b0a12a usb: gadget: fsl_qe_udc: Introduce use of managed version of kzalloc by Himangi Saraogi · 11 years ago
  60. 885162d usb: gadget: r8a66597-udc: remove now unused clean_up and clean_up3 label. by Ben Dooks · 11 years ago
  61. 4b52695 usb: gadget: r8a66597-udc: use devm_request_irq() to get device irq by Ben Dooks · 11 years ago
  62. 3d7037b7 usb: gadget: r8a66597-udc: use devm_clk_get() to get clock by Ben Dooks · 11 years ago
  63. 776976a usb: gadget: r8a66597-udc: cleanup error path by Ben Dooks · 11 years ago
  64. 9a6d5d4 usb: gadget: r8a66597-udc: handle sudmac registers with devm_ioremap_resource() by Ben Dooks · 11 years ago
  65. 531bc93 usb: gadget: r8a66597-udc: use devm_kzalloc() to allocate driver state by Ben Dooks · 11 years ago
  66. f390f57 usb: gadget: r8a66597-udc: keep dev as reference to &pdev->dev by Ben Dooks · 11 years ago
  67. e181505 usb: gadget: r8a66597-udc: use devm_ioremap_resource() for registers by Ben Dooks · 11 years ago
  68. ca118b7 usb: gadget: lpc32xx_udc: Make of_device_id array const by Jingoo Han · 11 years ago
  69. 61107d9 usb: gadget: gr_udc: Make of_device_id array const by Jingoo Han · 11 years ago
  70. c63d222 usb: gadget: pxa25x_udc: use devm_ functions by Himangi Saraogi · 11 years ago
  71. 6ee96cc usb: gadget: gr_udc: Fix check for invalid number of microframes by Andreas Larsson · 11 years ago
  72. f0cae93 usb: gadget: gadgetfs: correct dev state by Marcus Nutzinger · 11 years ago
  73. 14574b5 usb: gadget: OS descriptors: provide interface directory names by Andrzej Pietrasiewicz · 11 years ago
  74. fe00b13 usb: gadget: OS descriptors configfs cleanup by Andrzej Pietrasiewicz · 11 years ago
  75. f0688c8 usb: gadget: f_fs: fix NULL pointer dereference when there are no strings by Michal Nazarewicz · 11 years ago
  76. a923207 usb: gadget: u_ether: synchronize with transmit when stopping queue by Jeff Westfahl · 11 years ago
  77. 4683ae8 usb: gadget: f_rndis: fix an error code on allocation failure by Dan Carpenter · 11 years ago
  78. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  79. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  80. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  81. 357d596e Revert "usb: gadget: net2280: Add support for PLX USB338X" by Greg Kroah-Hartman · 11 years ago
  82. d30f206 usb: gadget: rename CONFIG_USB_GADGET_PXA25X by Paul Bolle · 11 years ago
  83. c4128ca usb: gadget: net2280: Add support for PLX USB338X by Ricardo Ribalda Delgado · 11 years ago
  84. 849b133 usb: gadget: make return of 0 explicit by Julia Lawall · 11 years ago
  85. 38e0c10 usb: ohci: sort out dependencies for lpc32xx and omap by Arnd Bergmann · 11 years ago
  86. f871252 Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  87. cea3589 Merge 3.15-rc5 into usb-next by Greg Kroah-Hartman · 11 years ago
  88. 84237bf usb: gadget: net2280: Fix NULL pointer dereference by Ricardo Ribalda Delgado · 11 years ago
  89. c9e44b5 usb: gadget: uvc: Set the vb2 queue timestamp flags by Laurent Pinchart · 11 years ago
  90. f17388c usb: gadget: uvc: Set the V4L2 buffer field to V4L2_FIELD_NONE by Laurent Pinchart · 11 years ago
  91. 16bf900 usb: gadget: uvc: Switch to monotonic clock for buffer timestamps by Laurent Pinchart · 11 years ago
  92. 1ade5d7 usb: gadget: f_uac2: don't queue new requests when shutting down by Andrzej Pietrasiewicz · 11 years ago
  93. 7419485 usb: gadget: configfs: OS Extended Properties descriptors support by Andrzej Pietrasiewicz · 11 years ago
  94. a747b09 usb: gadget: f_rndis: OS Descriptors configfs support by Andrzej Pietrasiewicz · 11 years ago
  95. da42431 usb: gadget: configfs: OS Extended Compatibility descriptors support by Andrzej Pietrasiewicz · 11 years ago
  96. 87213d3 usb: gadget: configfs: OS String support by Andrzej Pietrasiewicz · 11 years ago
  97. de7a8d2 usb: gadget: f_rndis: OS descriptors support by Andrzej Pietrasiewicz · 11 years ago
  98. 37a3a53 usb: gadget: OS Feature Descriptors support by Andrzej Pietrasiewicz · 11 years ago
  99. 19824d5 usb: gadget: OS String support by Andrzej Pietrasiewicz · 11 years ago
  100. 74d4846 usb: gadget: FunctionFS: share VLA macros with all usb gadget files by Andrzej Pietrasiewicz · 11 years ago