1. a090bd4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  2. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  3. dc9217b usb: gadget: f_mass_storage: Serialize wake and sleep execution by Thinh Nguyen · 8 years ago
  4. b7f7385 usb: gadget: f_fs: avoid out of bounds access on comp_desc by William Wu · 8 years ago
  5. 844cf8a usb: gadget: gserial: check if console kthread exists by Bogdan Mirea · 8 years ago
  6. 8f28472 Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  7. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  8. 025def9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  9. ba7756d Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  10. ea920bb usb: gadget: f_fs: simplify ffs_dev name handling by Michal Nazarewicz · 8 years ago
  11. 387f869 usb: gadget: u_ether: conditionally align transfer size by Felipe Balbi · 8 years ago
  12. fea14e6 usb: gadget: u_ether: use better list accessors by Felipe Balbi · 8 years ago
  13. c8cd751 usb: gadget: uvc: Missing files for configfs interface by Petr Cvek · 8 years ago
  14. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. 282ccf6 drivers: add explicit interrupt.h includes by Florian Westphal · 8 years ago
  16. afea03f usb: gadget: Correct usb EP argument for BOT status request by Manish Narani · 8 years ago
  17. e47ff59 Merge 4.11-rc4 into usb-next by Greg Kroah-Hartman · 8 years ago
  18. 25cd972 usb: gadget: f_hid: fix: Don't access hidg->req without spinlock held by Krzysztof Opasiak · 9 years ago
  19. 16bb05d usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed by Roger Quadros · 8 years ago
  20. 09424c5 usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval by Roger Quadros · 8 years ago
  21. 74098c4 usb: gadget: acm: fix endianness in notifications by Oliver Neukum · 8 years ago
  22. 4393861 drivers, usb: convert ffs_data.ref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  23. 3ba534d Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation" by Janusz Dziedzic · 8 years ago
  24. eb38d913 Revert "usb: gadget: uvc: Add missing call for additional setup data" by Roger Quadros · 8 years ago
  25. 2bfa071 usb: gadget: function: f_fs: pass companion descriptor along by Felipe Balbi · 9 years ago
  26. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 9 years ago
  27. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 9 years ago
  28. 8ff546b Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  29. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. 7bddba7 Merge 4.10-rc7 into usb-next by Greg Kroah-Hartman · 9 years ago
  31. bc46e23 Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  32. 83e526f usb: gadget: f_fs: Assorted buffer overflow checks. by Vincent Pelletier · 9 years ago
  33. 749494b6 usb: gadget: f_hid: fix: Move IN request allocation to set_alt() by Krzysztof Opasiak · 9 years ago
  34. 41dc9ac usb: gadget: f_fs: Accept up to 30 endpoints. by Vincent Pelletier · 9 years ago
  35. f199a80 usb: gadger: f_fs: Do not copy past descriptor end. by Vincent Pelletier · 9 years ago
  36. e92b9d4 usb: gadget: uac2: add req_number as parameter by Peter Chen · 9 years ago
  37. 33e4c1a usb: gadget: f_hid: Use spinlock instead of mutex by Krzysztof Opasiak · 9 years ago
  38. aa65d11 usb: gadget: f_hid: fix: Prevent accessing released memory by Krzysztof Opasiak · 9 years ago
  39. 20d2ca9 usb: gadget: f_hid: fix: Free out requests by Krzysztof Opasiak · 9 years ago
  40. 88f950a usb: gadget: f_uac2: improve error handling by Peter Chen · 9 years ago
  41. fdc01cc usb: gadget: printer: Remove pnp_string static buffer by Krzysztof Opasiak · 9 years ago
  42. 00b6c62 usb: gadget: ether: Add \n to each attribute of ethernet functions by Krzysztof Opasiak · 9 years ago
  43. 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 9 years ago
  44. 08f3714 usb: gadget: f_fs: Fix iterations on endpoints. by Vincent Pelletier · 9 years ago
  45. 43aef5c usb: gadget: Fix copy/pasted error message by David Lechner · 9 years ago
  46. b3ce3ce usb: gadget: f_fs: Fix possibe deadlock by Baolin Wang · 9 years ago
  47. 354bc45 usb: gadget: f_fs: Fix ExtCompat descriptor validation by Vincent Pelletier · 9 years ago
  48. 96a420d2d3 usb: gadget: f_fs: Document eventfd effect on descriptor format. by Vincent Pelletier · 9 years ago
  49. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 9 years ago
  50. d5db84a8 Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linux by Linus Torvalds · 9 years ago
  51. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  52. 99c4940 idr: add ida_is_empty by Matthew Wilcox · 9 years ago
  53. 84b6079 Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
  54. 03f8d4c Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  55. 0327444 usb: gadget: Fix second argument of percpu_ida_alloc() by Bart Van Assche · 9 years ago
  56. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 9 years ago
  57. e16769d fs: configfs: don't return anything from drop_link by Andrzej Pietrasiewicz · 9 years ago
  58. 0edbf9e Merge 4.9-rc7 into usb-next by Greg Kroah-Hartman · 9 years ago
  59. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  60. ae4d814 Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  61. d5c024f usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL) by Felix Hädicke · 9 years ago
  62. 97f0117 usb: gadget: Fix checkpatch error for braces by Anson Jacob · 9 years ago
  63. f1d3861 usb: gadget: f_uac2: fix error handling at afunc_bind by Peter Chen · 9 years ago
  64. 05e78c6 usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match() by Felix Hädicke · 9 years ago
  65. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  66. 8a0a8e1 Merge 4.9-rc5 into usb-next by Greg Kroah-Hartman · 9 years ago
  67. dbf499c usb: gadget: f_hid add super speed support by Janusz Dziedzic · 9 years ago
  68. 38314e5 usb: gadget: NCM: differentiate consumed packets from dropped packets by Torsten Polle · 9 years ago
  69. 18d4689 usb: gadget: u_ether: link socket buffers to the device for received packets by Torsten Polle · 9 years ago
  70. 9a5380c usb: gadget: NCM: link socket buffers to the device for tx packets by Torsten Polle · 9 years ago
  71. 5bdcde9 usb: gadget: f_fs: use complete() instead complete_all() by Daniel Wagner · 9 years ago
  72. 3f5ad86 usb: Convert pr_warning to pr_warn by Joe Perches · 9 years ago
  73. fd9afd3 usb: gadget: u_ether: remove interrupt throttling by Felipe Balbi · 9 years ago
  74. eaa496f usb: gadget: composite: always set ep->mult to a sensible value by Felipe Balbi · 9 years ago
  75. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  76. cbfff98 Merge 4.9-rc3 into usb-next by Greg Kroah-Hartman · 9 years ago
  77. a4e6a852 usb: Convert pr_warning to pr_warn by Joe Perches · 9 years ago
  78. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 9 years ago
  79. a9e6f83 usb: gadget: f_fs: stop sleeping in ffs_func_eps_disable by Michal Nazarewicz · 9 years ago
  80. 454915d usb: gadget: f_fs: edit epfile->ep under lock by Michal Nazarewicz · 9 years ago
  81. 6c83f77 usb: gadget: function: u_ether: don't starve tx request queue by Felipe Balbi · 9 years ago
  82. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  83. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 9 years ago
  84. 3a383cc Revert "usb: gadget: NCM: Protect dev->port_usb using dev->lock" by Greg Kroah-Hartman · 9 years ago
  85. 8152263 Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  86. c9ffc78 usb: gadget: NCM: Protect dev->port_usb using dev->lock by Harish Jenny K N · 9 years ago
  87. 79775f4 usb: gadget: u_ether: fix another dereference after null check by Harish Jenny K N · 9 years ago
  88. 5387c92 usb: gadget: remove variable ret and remove unnecessary if statement by Colin Ian King · 9 years ago
  89. 3262ad8 usb: gadget: f_fs: Stop ffs_closed NULL pointer dereference by Jim Baxter · 9 years ago
  90. 3ff488a usb: gadget: prevent potenial null pointer dereference on skb->len by Colin Ian King · 9 years ago
  91. 4fbac52 usb: gadget: uvc: Add missing call for additional setup data by Petr Cvek · 9 years ago
  92. c4824f1 usb: gadget: f_ncm: add support for no_skb_reserve by Yoshihiro Shimoda · 9 years ago
  93. 05f6b0f usb: gadget: u_ether: add a flag to avoid skb_reserve() calling by Yoshihiro Shimoda · 9 years ago
  94. ba1582f usb: gadget: f_hid: use alloc_ep_req() by Felipe F. Tonello · 9 years ago
  95. 14794d7 usb: gadget: f_hid: use free_ep_req() by Felipe F. Tonello · 9 years ago
  96. aadbe81 usb: gadget: remove useless parameter in alloc_ep_req() by Felipe F. Tonello · 9 years ago
  97. 4368c28 usb: gadget: f_fs: handle control requests in config 0 by Felix Hädicke · 9 years ago
  98. 1a00b457 usb: gadget: composite: let USB functions process ctrl reqs in cfg0 by Felix Hädicke · 9 years ago
  99. 54dfce6 usb: gadget: f_fs: handle control requests not directed to interface or endpoint by Felix Hädicke · 9 years ago
  100. ed6fe1f usb: gadget: f_hid: add dev to configfs by Johannes Berg · 9 years ago