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