1. d25903f drivers/net/can/c_can: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  2. 1f3e4b0 can: at91_can: Use of_match_ptr() by Sachin Kamat · 11 years ago
  3. b7c4114 can: flexcan: Use a regulator to control the CAN transceiver by Fabio Estevam · 11 years ago
  4. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  5. 4afe215 can: usb_8dev: unregister netdev before free()ing by Marc Kleine-Budde · 11 years ago
  6. 32766ff net: can: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  7. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  8. f14e224 net: can: peak_usb: Do not do dma on the stack by Marc Kleine-Budde · 11 years ago
  9. fae37f8 net: can: esd_usb2: Do not do dma on the stack by Olivier Sobrie · 12 years ago
  10. a90f13b net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardware. by Jonas Peterson · 11 years ago
  11. 00e4bbc net: can: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  12. 4c4726f can: flexcan: remove HAVE_CAN_FLEXCAN Kconfig symbol by Marc Kleine-Budde · 11 years ago
  13. 588e7a8 can: flexcan: Use SIMPLE_DEV_PM_OPS by Fabio Estevam · 11 years ago
  14. 4d7f763 can: flexcan: Let device core handle pinctrl by Fabio Estevam · 11 years ago
  15. 0672f0a net: can: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  16. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  17. 5727dc6 net: can: ti_hecc: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  18. 688a2e7 net: can: flexcan: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  19. 5e946e5 net: can: c_can: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  20. 3e1dd6d net: can: at91_can: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  21. bc441bc drivers: net: can: grcan: use devm_ioremap_resource() by Laurent Navet · 11 years ago
  22. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  23. 4f567cb Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  24. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  25. 264f0ef Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  26. 4fcc999 can: mcp251x: Remove unneeded PM_OPS definitions by Fabio Estevam · 11 years ago
  27. 06e1d1d can: sja1000: use common prefix for all sja1000 defines by Oliver Hartkopp · 11 years ago
  28. 2f093e2 Merge 3.9-rc7 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  29. 0443de5 can: sja1000: fix handling on dt properties on little endian systems by Christoph Fritz · 11 years ago
  30. db388d6 can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq by Marc Kleine-Budde · 11 years ago
  31. fce5c29 net: can: mcp251x: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 11 years ago
  32. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. 3fd3349 can: sja1000: limit PEAK PCAN-PC Card to HAS_IOPORT by Marc Kleine-Budde · 11 years ago
  34. f901b6b can: sja1000: fix define conflict on SH by Marc Kleine-Budde · 11 years ago
  35. 21c11bc can: bfin_can: declare locally used functions static by Marc Kleine-Budde · 12 years ago
  36. 612b2a9 can: mcp251x: Use dev_pm_ops by Lars-Peter Clausen · 11 years ago
  37. 01b8807 can: mcp251x: Use module_spi_driver by Lars-Peter Clausen · 11 years ago
  38. 4c2e33f can: mcp251x: Remove redundant spi driver bus initialization by Lars-Peter Clausen · 11 years ago
  39. 5d1eb37 can: Kconfig: CAN_AT91 depends on ARM by Ludovic Desroches · 11 years ago
  40. 3078cde7 can: at91_can: add dt support by Ludovic Desroches · 11 years ago
  41. 501ad1c FIX: softingcs conversion to module_pcmcia_driver macro by Kurt Van Dijck · 11 years ago
  42. a750fa4 softingcs: use module_pcmcia_driver by Kurt Van Dijck · 11 years ago
  43. 7fced56 softingcs: initialize spinlock with macro by Kurt Van Dijck · 11 years ago
  44. fdd3f29 drivers/net: use module_pcmcia_driver() in pcmcia drivers by H Hartley Sweeten · 11 years ago
  45. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  46. a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  47. 1eaec82 Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  48. 14f8dc4 drivers: net: Remove remaining alloc/OOM messages by Joe Perches · 12 years ago
  49. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  50. 09da6c5 can: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  51. 2bd3bc4 can: c_can: Set reserved bit in IFx_MASK2 to 1 on write by Alexander Stein · 12 years ago
  52. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  53. 2bf3440 can: rework skb reserved data handling by Oliver Hartkopp · 12 years ago
  54. ee50e13 can: pch_can: fix invalid error codes by Olivier Sobrie · 12 years ago
  55. 71088c4 can: ti_hecc: fix invalid error codes by Olivier Sobrie · 12 years ago
  56. 6ea4588 can: c_can: fix invalid error codes by Olivier Sobrie · 12 years ago
  57. 156c2bb can: add private data space for CAN sk_buffs by Oliver Hartkopp · 12 years ago
  58. e2d5f2c can: usb_8dev: add LED trigger support by Bernd Krumboeck · 12 years ago
  59. a04282f can: sja1000: add LED trigger support by Fabio Baltieri · 12 years ago
  60. eb072a9 can: mcp251x: add LED trigger support by Fabio Baltieri · 12 years ago
  61. 5090f80 can: c_can: add LED trigger support by Fabio Baltieri · 12 years ago
  62. d7ff5aa can: ti_hecc: add LED trigger support by Fabio Baltieri · 12 years ago
  63. 4723f2b can: at91_can: add LED trigger support by Fabio Baltieri · 12 years ago
  64. adccadb can: flexcan: add LED trigger support by Fabio Baltieri · 12 years ago
  65. a1ef7bd can: rename LED trigger name on netdev renames by Kurt Van Dijck · 12 years ago
  66. bf03a53 can: export a safe netdev_priv wrapper for candev by Kurt Van Dijck · 12 years ago
  67. 996a953 can: add tx/rx LED trigger support by Fabio Baltieri · 12 years ago
  68. 0024d8a can: usb_8dev: Add support for USB2CAN interface from 8 devices by Bernd Krumboeck · 12 years ago
  69. af5fd6d can: sja1000: correct indention of Kconfig help text by Marc Kleine-Budde · 12 years ago
  70. 6586c5d can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block by Marc Kleine-Budde · 12 years ago
  71. 7713683 can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' block by Marc Kleine-Budde · 12 years ago
  72. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  73. 1cab3f9 sja1000: don't use [delayed_]work_pending() by Tejun Heo · 12 years ago
  74. 50077cd can: sja1000: fix compilation on x86 by Marc Kleine-Budde · 12 years ago
  75. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  76. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  77. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  78. 3c8ac0f can: remove __dev* attributes by Bill Pemberton · 12 years ago
  79. fed2c6f Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  80. 8a2cf06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. 823d7a1 can: pcan_usb_core: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  82. e428704 can: esd_usb2: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  83. 4480c00 can: ems_usb: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  84. b2d0bf7 can: sja1000: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  85. 49ed59b can: mscan: remove obsolete variable open_time by Marc Kleine-Budde · 12 years ago
  86. ab48b03 can: Do not call dev_put if restart timer is running upon close by Alexander Stein · 12 years ago
  87. fc8f40b can: mpc5xxx_can: add MODULE_DEVICE_TABLE by Marc Kleine-Budde · 12 years ago
  88. 69c0c5b can: c_can_platform: add MODULE_DEVICE_TABLE by Marc Kleine-Budde · 12 years ago
  89. 09ca71c can: at91_can: add MODULE_DEVICE_TABLE by Marc Kleine-Budde · 12 years ago
  90. 4358a9d can: flexcan: add MODULE_DEVICE_TABLE by Marc Kleine-Budde · 12 years ago
  91. f190a50 can: cc770_platform: add MODULE_ALIAS and MODULE_DEVICE_TABLE by Marc Kleine-Budde · 12 years ago
  92. d8c4386 can: sja1000_platform: add MODULE_ALIAS by Marc Kleine-Budde · 12 years ago
  93. 64116c1 can: ti_hecc: add MODULE_ALIAS by Marc Kleine-Budde · 12 years ago
  94. 73ae949 can: bfin_can: add MODULE_ALIAS by Marc Kleine-Budde · 12 years ago
  95. 04df251 can: sja1000: Make sja1000_of_platform selectable and compilable on SPARC by Andreas Larsson · 12 years ago
  96. 080f40a can: kvaser_usb: Add support for Kvaser CAN/USB devices by Olivier Sobrie · 12 years ago
  97. 52cde85 can: c_can: Add d_can raminit support by AnilKumar Ch · 12 years ago
  98. c9faaa0 can: peak_usb: fix hwtstamp assignment by Oliver Hartkopp · 12 years ago
  99. 6cec9b0 can: grcan: Add device driver for GRCAN and GRHCAN cores by Andreas Larsson · 12 years ago
  100. c70edb9 can: janz-ican3: Fix the usage of wait_for_completion_timeout by Chuansheng Liu · 12 years ago