1. c18ea6d usb: Fix bug when both DFU & ETHER are defined by Pantelis Antoniou · 12 years ago
  2. 4d9580a dfu: Properly zero out timeout value by Pantelis Antoniou · 12 years ago
  3. 1cdb49f g_dnl: Properly terminate string list. by Pantelis Antoniou · 12 years ago
  4. c29d2be g_dnl: Issue connect/disconnect as appropriate by Pantelis Antoniou · 12 years ago
  5. 12afe95 pxa25x_udc: Remove usbdescriptors.h by Lukasz Dalek · 12 years ago
  6. 0977313 Remove obsolete header file by Pantelis Antoniou · 12 years ago
  7. 06bb920 musb-new: port of Linux musb driver by Ilya Yanok · 12 years ago
  8. e2d1476 linux/usb/ch9.h: update with the version from Linux tree by Ilya Yanok · 12 years ago
  9. add21ca usb gadget ether: Fix warning in is_eth_addr_valid() by Tom Rini · 12 years ago
  10. 620491f Remove lh7a40x cpu and serial driver by Albert ARIBAUD · 12 years ago
  11. a3d757d pxa25x: Add support for USB ethernet gadget by Lukasz Dalek · 12 years ago
  12. 284c4cf usbether: Removed DEV_CONFIG_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  13. fa21533 usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  14. 6ca42dd usbether: Fixed bug when using with PXA25X chips by Lukasz Dalek · 12 years ago
  15. b7a15bf dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget by Lukasz Majewski · 12 years ago
  16. c574de5 dfu:usb: Support for g_dnl composite download gadget. by Lukasz Majewski · 12 years ago
  17. e4e0488 net: Fix remaining API interface breakage by Joe Hershberger · 13 years ago
  18. 8fb78fd usb:udc:samsung Add functions for storing private gadget data in UDC driver by Lukasz Majewski · 13 years ago
  19. 1dc6a67 usb:gadget:composite USB composite gadget support by Lukasz Majewski · 13 years ago
  20. 0dfeb00 usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls by Lukasz Majewski · 13 years ago
  21. 373cc99 usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file by Lukasz Majewski · 13 years ago
  22. 1f19e3f lin_gadget: use common linux/compat.h by Mike Frysinger · 13 years ago
  23. bdb1770 Enable high speed support for USB device framework and usbtty by Vipin KUMAR · 13 years ago
  24. 22c8a87 usb:udc:samsung:fix Remove the req_config flag by Łukasz Majewski · 13 years ago
  25. 466e3ac USB:gadget:designware Fix memory nonalignment issue by Shiraz Hashim · 13 years ago
  26. c1b4f8e USB:gadget:designware Make locally used functions static by Amit Virdi · 13 years ago
  27. f710a11 USB:gadget:designware Support high speed by Vipin KUMAR · 13 years ago
  28. b8af2078 USB:gadget:designware Device controller bugfixes by Vipin KUMAR · 13 years ago
  29. 33cf5bd USB:gadget:designware USB device controller (UDC) implementation by Vipin KUMAR · 13 years ago
  30. e63ce4f usb: s3c_udc_otg: fix GCC 4.6 build warnings by Anatolij Gustschin · 13 years ago
  31. 39d8f04 drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanup by Wolfgang Denk · 13 years ago
  32. 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  33. ac3c831 usb:gadget:s5p USB Device Controller (UDC) implementation by Lukasz Majewski · 13 years ago
  34. 39cc4ac pxa: convert pxa27x_udc to use read and write functions by Stefan Herbrechtsmeier · 13 years ago
  35. a91ee2a USB: gadaget: add Marvell controller support by Lei Wen · 13 years ago
  36. 4ee05fe drivers/usb/gadget/ep0.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  37. f0acb78 drivers/usb/gadget/core.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  38. 85cc88a PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X by Marek Vasut · 13 years ago
  39. 1a0ce28 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 14 years ago
  40. 3433c33 USB-RNDIS: Send RNDIS state on disconnecting by Vitaly Kuzmichev · 14 years ago
  41. 216c447 USB: Add USB RNDIS gadget protocol by Vitaly Kuzmichev · 14 years ago
  42. 737f6b2 USB-CDC: Move struct declaration before its use by Vitaly Kuzmichev · 14 years ago
  43. 24fcb47 USB-CDC: Port struct net_device_stats by Vitaly Kuzmichev · 14 years ago
  44. 08d4dd7 USB-CDC: handle interrupt after dropped pullup by Vitaly Kuzmichev · 14 years ago
  45. be0afbf USB-CDC: Move MAC addresses setting into usb_eth_init by Vitaly Kuzmichev · 14 years ago
  46. a36cff1 USB-CDC: Do not rename netdev after its registration by Vitaly Kuzmichev · 14 years ago
  47. 4af3273 usb_ether: register usb ethernet gadget at each eth init by Lei Wen · 14 years ago
  48. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  49. 1136f69 Coding Style cleanup by Wolfgang Denk · 14 years ago
  50. e4bd386 USB-CDC: Prevent rx_req being enqueued twice by Vitaly Kuzmichev · 14 years ago
  51. 2907b2c USB-CDC: Fix tx/rx_req memory leaks by Vitaly Kuzmichev · 14 years ago
  52. 49ed805 USB-CDC: Fix coding style issues by Vitaly Kuzmichev · 14 years ago
  53. 4d172f1 USB-CDC: called handle_interrupts inside usb_eth_send by Stefano Babic · 14 years ago
  54. 76e3d4e USB-CDC: correct wrong alignment in ether.c by Stefano Babic · 14 years ago
  55. e59ba53 USB-CDC: change simple_strtol to simple_strtoul by Vitaly Kuzmichev · 14 years ago
  56. 750be4c USB-CDC: ethernet error path potential oops fix by Vitaly Kuzmichev · 14 years ago
  57. ef8d8d7 USB-CDC: Correct stat_req initialization by Vitaly Kuzmichev · 14 years ago
  58. 214d7b0 USB-CDC: Replace 'strcpy' by 'strlcpy' by Vitaly Kuzmichev · 14 years ago
  59. 9067070 USB-CDC: Correct freeing usb requests by Vitaly Kuzmichev · 14 years ago
  60. ae5f932 USB-CDC: Use native debug printout macros by Vitaly Kuzmichev · 14 years ago
  61. aec83b8 USB-CDC: Add lost 'qmult' definition by Vitaly Kuzmichev · 14 years ago
  62. 063019b USB-CDC: Restuct USB gadget Makefile by Vitaly Kuzmichev · 14 years ago
  63. df06344 Integrate USB gadget layer and USB CDC driver layer by Remy Bohmer · 15 years ago
  64. d9a4918 mod change 755 => 644 for multiple files by Thomas Weber · 15 years ago
  65. a4f5ec6 SPEAr : usbd driver support for SPEAr SoCs by Vipin KUMAR · 15 years ago
  66. a954f1a Support for PXA27X UDC. by Remy Bohmer · 16 years ago
  67. 8f6bcf4 drivers/usb: regorganisation by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago