1. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  2. 71873a9 can: kvaser_usb: Add support for more Kvaser Leaf v2 devices by Jimmy Assarsson · 8 years ago
  3. f155d9c can: gs_usb: Add Basic support for the bytewerk.org candleLight interface by Maximilian Schneider · 9 years ago
  4. 05ca527 can: gs_usb: add ethtool set_phys_id callback to locate physical device by Maximilian Schneider · 9 years ago
  5. 9be95c9 can: gs_usb: codingstyle: introduce use of BIT() + fix indention by Maximilian Schneider · 9 years ago
  6. 2fe6c94 can: gs_usb: modify the usb device table to use only the first usb interface by Maximilian Schneider · 9 years ago
  7. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  8. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  9. 59097ac can: ems_usb: fix coding style by Marc Kleine-Budde · 9 years ago
  10. e9a2d81 can: gs_usb: fixed disconnect bug by removing erroneous use of kfree() by Maximilain Schneider · 9 years ago
  11. 90cfde4 can: ems_usb: Fix possible tx overflow by Gerhard Uttenthaler · 9 years ago
  12. a2ec19f can: remove obsolete assignment for CAN protocol error type by Oliver Hartkopp · 9 years ago
  13. ffd461f can: fix assignment of error location in CAN error messages by Oliver Hartkopp · 9 years ago
  14. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  15. 06b23f7 can: pcan_usb: don't provide CAN FD bittimings by non-FD adapters by Marc Kleine-Budde · 9 years ago
  16. ae421e3 can: gs_usb: Fix typo in function name by Nik Nyby · 9 years ago
  17. 1c0ee04 can: pcan_usb: don't touch skb after netif_rx() by Marc Kleine-Budde · 9 years ago
  18. 9b721a4 can: usb_8dev: don't touch skb after netif_rx() by Marc Kleine-Budde · 9 years ago
  19. 43c021e can: ems_usb: don't touch skb after netif_rx() by Marc Kleine-Budde · 9 years ago
  20. 296decb can: esd_usb2: don't touch skb after netif_rx() by Marc Kleine-Budde · 9 years ago
  21. 94435f7 net:treewide: Fix typo in drivers/net by Masanari Iida · 10 years ago
  22. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  23. 79d5eed can: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uninitialized var by Marc Kleine-Budde · 10 years ago
  24. a0bc163 can: ems_usb: mark timestamp as little endian by Marc Kleine-Budde · 10 years ago
  25. 8a4b5b0 can: ems_usb: fix endianess of CAN ID by Gerhard Uttenthaler · 10 years ago
  26. 6d5a7a65 can: esd_usb2: Fix sparse warnings by Thomas Körper · 10 years ago
  27. c637aab can: kvaser_usb: Use can-dev unregistration mechanism by Ahmed S. Darwish · 10 years ago
  28. 0f251e4 can: peak_usb_fd: add support for ISO / non-ISO mode switching by Stephane Grosjean · 10 years ago
  29. 3ef5247 can: peak_usb: rename usb option cmds definition and structs by Stephane Grosjean · 10 years ago
  30. 37920a7 can: gs_usb: check for kzalloc allocation failure by Colin Ian King · 10 years ago
  31. 7e184c2 can: kvaser_usb: Fix sparse warning __le16 degrades to integer by Ahmed S. Darwish · 10 years ago
  32. 082d70b can: kvaser_usb: Comply with firmware max tx URBs value by Ahmed S. Darwish · 10 years ago
  33. a9dc960 can: kvaser_usb: Fix tx queue start/stop race conditions by Ahmed S. Darwish · 10 years ago
  34. 2fec510 can: kvaser_usb: Read all messages in a bulk-in URB buffer by Ahmed S. Darwish · 10 years ago
  35. deb2701 can: kvaser_usb: Avoid double free on URB submission failures by Ahmed S. Darwish · 10 years ago
  36. b0d4724 can: peak_usb: fix missing ctrlmode_ init for every dev by Stephane Grosjean · 10 years ago
  37. a9ca6e1 can: kvaser_usb: Ignore spurious error events after a busoff by Ahmed S. Darwish · 10 years ago
  38. 0a25e1f can: peak_usb: add support for PEAK new CANFD USB adapters by Stephane Grosjean · 10 years ago
  39. faa233d can: peak_usb: add peak_usb_netif_rx() new function by Stephane Grosjean · 10 years ago
  40. 1114be1 can: peak_usb: export pcan_usb_pro functions by Stephane Grosjean · 10 years ago
  41. 2b0861e can: peak_usb: upgrade core to new struct canfd_frame by Stephane Grosjean · 10 years ago
  42. b9f2cc1 can: peak_usb: upgrade core to data bittiming specs by Stephane Grosjean · 10 years ago
  43. e3629f5 can: peak_usb: add adapter BEC callback definition by Stephane Grosjean · 10 years ago
  44. e3c5ea6 can: peak_usb: export ctrlmode_supported to adapter specific definition by Stephane Grosjean · 10 years ago
  45. d6b5f30 can: peak_usb: constify struct peak_usb_adapter by Marc Kleine-Budde · 10 years ago
  46. 0adfd73 can: peak_usb: use ARRAY_SIZE instead of NULL termination for peak_usb_adapters_list by Marc Kleine-Budde · 10 years ago
  47. f5d4abea can: kvaser_usb: Add support for the USBcan-II family by Ahmed S. Darwish · 10 years ago
  48. 96d7f10 can: kvaser_usb: Consolidate and unify state change handling by Ahmed S. Darwish · 10 years ago
  49. 3b07a44 can: kvaser_usb: Update interface state before exiting on OOM by Ahmed S. Darwish · 10 years ago
  50. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  51. e638642 can: kvaser_usb: Fix state handling upon BUS_ERROR events by Ahmed S. Darwish · 10 years ago
  52. 14c10c2 can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT by Ahmed S. Darwish · 10 years ago
  53. 3803fa6 can: kvaser_usb: Send correct context to URB completion by Ahmed S. Darwish · 10 years ago
  54. ded5006 can: kvaser_usb: Do not sleep in atomic context by Ahmed S. Darwish · 10 years ago
  55. be38a6f can: move can_stats.bus_off++ from can_bus_off into can_change_state by Andri Yngvason · 10 years ago
  56. a58518c can: kvaser_usb: Don't dereference skb after a netif_rx() by Ahmed S. Darwish · 10 years ago
  57. 5e7e6e0 can: kvaser_usb: Don't send a RESET_CHIP for non-existing channels by Ahmed S. Darwish · 10 years ago
  58. 889b77f can: kvaser_usb: Reset all URB tx contexts upon channel close by Ahmed S. Darwish · 10 years ago
  59. b442723 can: kvaser_usb: Don't free packets when tight on URBs by Ahmed S. Darwish · 10 years ago
  60. 62bc24f can: peak_usb: fix multi-byte values endianess by Stephane Grosjean · 10 years ago
  61. af35d0f can: peak_usb: fix cleanup sequence order in case of error during init by Stephane Grosjean · 10 years ago
  62. dc50ddc can: peak_usb: fix memset() usage by Stephane Grosjean · 10 years ago
  63. 50212b4 can: gs_usb: add .ndo_change_mtu function by Marc Kleine-Budde · 10 years ago
  64. 4e2061b can: remove unused variable by Sudip Mukherjee · 10 years ago
  65. efbd50d can: esd_usb2: fix memory leak on disconnect by Alexey Khoroshilov · 10 years ago
  66. 4ade6fe net: can: use kbuild magic to inherit debug settings by Wolfram Sang · 10 years ago
  67. cf68f51 can: gs_usb: gs_destroy_candev(): fix use after free by Marc Kleine-Budde · 11 years ago
  68. d08e973 can: gs_usb: Added support for the GS_USB CAN devices by Maximilian Schneider · 11 years ago
  69. 8e964fe2 can: usb: Kconfig: Improve help for CAN_KVASER_USB by Olivier Sobrie · 11 years ago
  70. b4f2013 can: kvaser_usb: add support for Kvaser Leaf v2 and usb mini PCIe by Olivier Sobrie · 11 years ago
  71. e59e36e can: kvaser_usb: add retries/timeout to kvaser_usb_wait_msg() by Olivier Sobrie · 11 years ago
  72. f91ca78 Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-can/linux-can by David S. Miller · 11 years ago
  73. 636d037 can: usb_8dev: Fix memory leak in usb_8dev_start_xmit by Bjorn Van Tilt · 11 years ago
  74. 3e66d01 can: populate netdev::dev_id for udev discrimination by Christopher R. Baker · 11 years ago
  75. c971fa2 can: Unify MTU settings for CAN interfaces by Oliver Hartkopp · 11 years ago
  76. 862474f8 can: kvaser_usb: check number of channels returned by HW by Olivier Sobrie · 11 years ago
  77. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  78. 20fb4eb can: peak_usb: fix mem leak in pcan_usb_pro_init() by Marc Kleine-Budde · 11 years ago
  79. a1c31f1 can: ems_usb: fix urb leaks on failure paths by Alexey Khoroshilov · 11 years ago
  80. 896e23b can: kvaser_usb: fix usb endpoints detection by Olivier Sobrie · 11 years ago
  81. f37d6e70 can: pcan_usb_core: fix memory leak on failure paths in peak_usb_start() by Alexey Khoroshilov · 11 years ago
  82. 3c322a5 can: pcan_usb: fix wrong memcpy() bytes length by Stephane Grosjean · 11 years ago
  83. 7671986 can: usb_8dev: fix urb leak on failure path in usb_8dev_start() by Alexey Khoroshilov · 11 years ago
  84. 233a26e net: can: esd_usb2: check index of array before accessing by Maximilian Schneider · 11 years ago
  85. 4afe215 can: usb_8dev: unregister netdev before free()ing by Marc Kleine-Budde · 11 years ago
  86. f14e224 net: can: peak_usb: Do not do dma on the stack by Marc Kleine-Budde · 12 years ago
  87. fae37f8 net: can: esd_usb2: Do not do dma on the stack by Olivier Sobrie · 12 years ago
  88. a90f13b net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardware. by Jonas Peterson · 12 years ago
  89. 14f8dc4 drivers: net: Remove remaining alloc/OOM messages by Joe Perches · 12 years ago
  90. 09da6c5 can: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  91. e2d5f2c can: usb_8dev: add LED trigger support by Bernd Krumboeck · 12 years ago
  92. 0024d8a can: usb_8dev: Add support for USB2CAN interface from 8 devices by Bernd Krumboeck · 12 years ago
  93. 6586c5d can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block by Marc Kleine-Budde · 12 years ago
  94. fed2c6fd Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  95. 8a2cf06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  96. 823d7a1 can: pcan_usb_core: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  97. e428704 can: esd_usb2: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  98. 4480c00 can: ems_usb: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  99. 080f40a can: kvaser_usb: Add support for Kvaser CAN/USB devices by Olivier Sobrie · 12 years ago
  100. c9faaa0 can: peak_usb: fix hwtstamp assignment by Oliver Hartkopp · 12 years ago