1. 896e23b can: kvaser_usb: fix usb endpoints detection by Olivier Sobrie · 11 years ago
  2. f37d6e70 can: pcan_usb_core: fix memory leak on failure paths in peak_usb_start() by Alexey Khoroshilov · 11 years ago
  3. 3c322a5 can: pcan_usb: fix wrong memcpy() bytes length by Stephane Grosjean · 11 years ago
  4. 7671986 can: usb_8dev: fix urb leak on failure path in usb_8dev_start() by Alexey Khoroshilov · 11 years ago
  5. 233a26e net: can: esd_usb2: check index of array before accessing by Maximilian Schneider · 11 years ago
  6. 4afe215 can: usb_8dev: unregister netdev before free()ing by Marc Kleine-Budde · 11 years ago
  7. f14e224 net: can: peak_usb: Do not do dma on the stack by Marc Kleine-Budde · 11 years ago
  8. fae37f8 net: can: esd_usb2: Do not do dma on the stack by Olivier Sobrie · 12 years ago
  9. a90f13b net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardware. by Jonas Peterson · 11 years ago
  10. 14f8dc4 drivers: net: Remove remaining alloc/OOM messages by Joe Perches · 12 years ago
  11. 09da6c5 can: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  12. e2d5f2c can: usb_8dev: add LED trigger support by Bernd Krumboeck · 12 years ago
  13. 0024d8a can: usb_8dev: Add support for USB2CAN interface from 8 devices by Bernd Krumboeck · 12 years ago
  14. 6586c5d can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block by Marc Kleine-Budde · 12 years ago
  15. fed2c6f Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  16. 8a2cf06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  17. 823d7a1 can: pcan_usb_core: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  18. e428704 can: esd_usb2: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  19. 4480c00 can: ems_usb: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  20. 080f40a can: kvaser_usb: Add support for Kvaser CAN/USB devices by Olivier Sobrie · 12 years ago
  21. c9faaa0 can: peak_usb: fix hwtstamp assignment by Oliver Hartkopp · 12 years ago
  22. 7653ebd can: usb: esd_usb2: Add support for CAN-USB/Micro by Matthias Fuchs · 12 years ago
  23. a5f8f0e can: usb: esd_usb2: Add support for listen-only mode by Matthias Fuchs · 12 years ago
  24. 56b9f30 can: usb: peak: rename peak_usb dump_mem function by Randy Dunlap · 12 years ago
  25. 194b9a4 can: mark bittiming_const pointer in struct can_priv as const by Marc Kleine-Budde · 12 years ago
  26. a49bcab can: usb: PCAN-USB Pro: fix mem leaks in pcan_usb_pro_init() on error paths by Jesper Juhl · 12 years ago
  27. 1ccba21 can: peak_usb: PCAN-USB specific part: fix little endian usage by Stephane Grosjean · 13 years ago
  28. d8a1993 can: usb: PEAK-System Technik PCAN-USB Pro specific part by Stephane Grosjean · 13 years ago
  29. 46be265 can: usb: PEAK-System Technik PCAN-USB specific part by Stephane Grosjean · 13 years ago
  30. bb47855 can: usb: PEAK-System Technik USB adapters driver core by Stephane Grosjean · 13 years ago
  31. aabdfd6 can: replace the dev_dbg/info/err/... with the new netdev_xxx macros by Wolfgang Grandegger · 13 years ago
  32. 2ee6850 can: ems_usb: Improved memory handling on ems_usb_start by Sebastian Haas · 13 years ago
  33. f84cbda can: ems_usb: Removed double netif_device_detach by Sebastian Haas · 13 years ago
  34. d632eb1 USB: convert drivers/net/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  35. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  36. 0b32211 can: wrong index used in inner loop by roel kluin · 14 years ago
  37. 96d8e90 can: Add driver for esd CAN-USB/2 device by Matthias Fuchs · 14 years ago
  38. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  39. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  40. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  41. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  42. 1c0b28b can: Fix possible NULL pointer dereference in ems_usb.c by Hans J. Koch · 14 years ago
  43. ea3fb37 ems_usb: cleanup: remove uneeded check by Dan Carpenter · 15 years ago
  44. ae06b83 can: ems_usb: removed duplicated code setting local echo support by Thadeu Lima de Souza Cascardo · 15 years ago
  45. 59b26c7 trivial: remove duplicated "from" in CAN USB EMS Kconfig help by Thadeu Lima de Souza Cascardo · 15 years ago
  46. ad72c34 can: Proper ctrlmode handling for CAN devices by Christian Pellegrin · 15 years ago
  47. 3ccd4c6 can: Unify droping of invalid tx skbs and netdev stats by Oliver Hartkopp · 15 years ago
  48. c7cd606 can: Fix data length code handling in rx path by Oliver Hartkopp · 15 years ago
  49. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  50. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  51. b93cf3f can: Fix driver Kconfig structure by Oliver Hartkopp · 15 years ago
  52. d0e1e88 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  53. 2b2072e ems_usb: Fix byte order issues on big endian machines by Sebastian Haas · 15 years ago
  54. 7b6856a can: provide library functions for skb allocation by Wolfgang Grandegger · 15 years ago
  55. a6e4bc5 can: make the number of echo skb's configurable by Wolfgang Grandegger · 15 years ago
  56. 702171a ems_usb: Added support for EMS CPC-USB/ARM7 CAN/USB interface by Sebastian Haas · 15 years ago