1. a2ec19f can: remove obsolete assignment for CAN protocol error type by Oliver Hartkopp · 9 years ago
  2. ffd461f can: fix assignment of error location in CAN error messages by Oliver Hartkopp · 9 years ago
  3. 0333651 can: c_can: Fix default pinmux glitch at init by J.D. Schroeder · 9 years ago
  4. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  5. 7ffd7b4 can: c_can: end pending transmission on network stop (ifdown) by Viktor Babrian · 10 years ago
  6. be38a6f can: move can_stats.bus_off++ from can_bus_off into can_change_state by Andri Yngvason · 10 years ago
  7. 47e3485 can: c_can: use regmap_update_bits() to modify RAMINIT register by Roger Quadros · 10 years ago
  8. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  9. f2bf258 net: can: c_can: Add support for TI am4372 DCAN by Roger Quadros · 10 years ago
  10. c71d0b3 can: c_can: Add support for TI am3352 DCAN by Roger Quadros · 10 years ago
  11. 0f4da3a can: c_can: Add support for TI DRA7 DCAN by Roger Quadros · 10 years ago
  12. 3973c52 can: c_can: Disable pins when CAN interface is down by Roger Quadros · 10 years ago
  13. 0741bfb can: c_can: Add support for START pulse in RAMINIT sequence by Roger Quadros · 10 years ago
  14. 3ff9027 can: c_can: Add syscon/regmap RAMINIT mechanism by Roger Quadros · 10 years ago
  15. bbf9143 can: c_can: Add RAMINIT register information to driver data by Roger Quadros · 10 years ago
  16. 1515109 can: c_can: Introduce c_can_driver_data structure by Roger Quadros · 10 years ago
  17. e7e26bc can: c_can: Add timeout to c_can_hw_raminit_ti() by Roger Quadros · 10 years ago
  18. 3865fe2 net: can: c_can: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  19. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  20. a7380db can: c_can_platform: fix parameters of c_can_hw_raminit_ti() by Roger Quadros · 10 years ago
  21. f9474dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  22. 37b75a3 can: c_can: checking IS_ERR() instead of NULL by Dan Carpenter · 10 years ago
  23. 4ade6fe net: can: use kbuild magic to inherit debug settings by Wolfram Sang · 10 years ago
  24. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  25. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  26. 33cf756 can: c_can_platform: Fix raminit, use devm_ioremap() instead of devm_ioremap_resource() by George Cherian · 10 years ago
  27. c6bf7e5 can: c_can: convert to use devm * api by Lad, Prabhakar · 10 years ago
  28. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  29. a9c6920 can: c_can: add hwinit support for non-TI devices by Pavel Machek · 10 years ago
  30. ccbc535 can: c_can: Add and make use of 32-bit accesses functions by Pavel Machek · 10 years ago
  31. e07e83a can: c_can: make {read,write}_reg functions const by Pavel Machek · 10 years ago
  32. 524369e can: c_can: remove obsolete STRICT_FRAME_ORDERING Kconfig option by Oliver Hartkopp · 10 years ago
  33. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. abcd7f7 can: c_can: Add support for eg20t (pch_can) by Alexander Stein · 10 years ago
  35. 78c181b can: c_can_pci: enable PCI bus master only for MSI by Wolfgang Grandegger · 10 years ago
  36. f323d7a can: c_can: use proper type for 'instance' by Wolfram Sang · 10 years ago
  37. 9394159 can: c_can: Speed up tx buffer invalidation by Thomas Gleixner · 10 years ago
  38. 35bdafb5 can: c_can: Remove tx locking by Thomas Gleixner · 10 years ago
  39. d48071b can: c_can: Use proper u32 variables in c_can_write_msg_object() by Thomas Gleixner · 10 years ago
  40. 23ef0a8 can: c_can: Cleanup c_can_write_msg_object() by Thomas Gleixner · 10 years ago
  41. 7af2863 can: c_can: Cleanup c_can_msg_obj_put/get() by Thomas Gleixner · 10 years ago
  42. b07faaa can: c_can: Cleanup c_can_inval_msg_object() by Thomas Gleixner · 10 years ago
  43. 8ff2de0 can: c_can: Cleanup setup of receive buffers by Thomas Gleixner · 10 years ago
  44. 4fb6dcc can: c_can: Cleanup c_can_read_msg_object() by Thomas Gleixner · 10 years ago
  45. 2d5f4f8 can: c_can: Cleanup irq enable/disable by Thomas Gleixner · 10 years ago
  46. d61d09d can: c_can: Work around C_CAN RX wreckage by Thomas Gleixner · 10 years ago
  47. 2b9aecd can: c_can: Disable rx split as workaround by Thomas Gleixner · 10 years ago
  48. fa39b54 can: c_can: Get rid of pointless interrupts by Thomas Gleixner · 10 years ago
  49. b9011aa can: c_can: Avoid status register update for D_CAN by Thomas Gleixner · 10 years ago
  50. 6b48ff8 can: c_can: Simplify buffer reenabling by Thomas Gleixner · 10 years ago
  51. 1da394d can: c_can: Always update error stats by Thomas Gleixner · 10 years ago
  52. 097aec1 can: c_can: Fix berr reporting by Thomas Gleixner · 10 years ago
  53. f058d54 can: c_can: Handle state change correctly by Thomas Gleixner · 10 years ago
  54. 9c64863 can: c_can: Do not access skb after net_receive_skb() by Thomas Gleixner · 10 years ago
  55. ef1d2e2 can: c_can: Make bus off interrupt disable logic work by Thomas Gleixner · 10 years ago
  56. bed11db can: c_can: Fix startup logic by Thomas Gleixner · 10 years ago
  57. 129eef2 can: c_can_pci: Set the type of the IP core by Thomas Gleixner · 10 years ago
  58. f91ca78 Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-can/linux-can by David S. Miller · 10 years ago
  59. b1d8e43 can: c_can: Avoid led toggling for every packet. by Thomas Gleixner · 10 years ago
  60. 5a7513a can: c_can: Simplify TX interrupt cleanup by Thomas Gleixner · 10 years ago
  61. 9024700 can: c_can: Store dlc private by Thomas Gleixner · 10 years ago
  62. c0a9f4d3 can: c_can: Reduce register access by Thomas Gleixner · 10 years ago
  63. 520f570 can: c_can: Make the code readable by Thomas Gleixner · 10 years ago
  64. bf88a206 can: c_can: Provide protection in the xmit path by Thomas Gleixner · 10 years ago
  65. 710c561 can: c_can: Remove EOB exit by Thomas Gleixner · 10 years ago
  66. 07c7b6f can: c_can: Fix the lost message handling by Thomas Gleixner · 10 years ago
  67. 64f08f2 can: c_can: Fix buffer ordering by Thomas Gleixner · 10 years ago
  68. 640916d can: c_can: Make it SMP safe by Thomas Gleixner · 10 years ago
  69. 5bb9cba can: c_can: Fix hardware raminit function by Thomas Gleixner · 10 years ago
  70. 9fac1d1 can: c_can: Wait for CONTROL_INIT to be cleared by Thomas Gleixner · 10 years ago
  71. 130a517 can: c_can: check return value to users of c_can_set_bittiming() by Marc Kleine-Budde · 10 years ago
  72. f29b423 can: c_can: free_c_can_dev(): add missing netif_napi_del() by Marc Kleine-Budde · 10 years ago
  73. c971fa2 can: Unify MTU settings for CAN interfaces by Oliver Hartkopp · 10 years ago
  74. 4ce78a8 can: c_can: Speed up rx_poll function by Markus Pargmann · 11 years ago
  75. 7ee330c can: c_can: fix calculation of transmitted bytes on tx complete by Holger Bechtold · 11 years ago
  76. e35d46a can: c_can: don't call pm_runtime_get_sync() from interrupt context by Marc Kleine-Budde · 11 years ago
  77. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  78. 5d0f801 can: c_can: Fix RX message handling, handle lost message before EOB by Markus Pargmann · 11 years ago
  79. b85f75e net: can: c_can_platform: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  80. 5fabc33 can: c_can: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  81. 6439fbc can: c_can: fix error checking of priv->instance in probe() by Chen Gang · 11 years ago
  82. d25903f drivers/net/can/c_can: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  83. 32766ff net: can: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  84. 5e946e5 net: can: c_can: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  85. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  86. 2bd3bc4 can: c_can: Set reserved bit in IFx_MASK2 to 1 on write by Alexander Stein · 12 years ago
  87. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  88. 6ea4588 can: c_can: fix invalid error codes by Olivier Sobrie · 12 years ago
  89. 5090f80 can: c_can: add LED trigger support by Fabio Baltieri · 12 years ago
  90. 6586c5d can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block by Marc Kleine-Budde · 12 years ago
  91. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  92. 3c8ac0f can: remove __dev* attributes by Bill Pemberton · 12 years ago
  93. 69c0c5b can: c_can_platform: add MODULE_DEVICE_TABLE by Marc Kleine-Budde · 12 years ago
  94. 52cde85 can: c_can: Add d_can raminit support by AnilKumar Ch · 12 years ago
  95. c523530 can: c_can: fix segfault during rmmod by AnilKumar Ch · 12 years ago
  96. 006cd13 can: c_can: Adopt pinctrl support by AnilKumar Ch · 12 years ago
  97. 8212003 can: c_can: Add d_can suspend resume support by AnilKumar Ch · 12 years ago
  98. 4cdd34b can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller by AnilKumar Ch · 12 years ago
  99. 2469627 can: c_can: Add device tree support to Bosch C_CAN/D_CAN controller by AnilKumar Ch · 12 years ago
  100. f27b1db can: c_can: Modify c_can device names by AnilKumar Ch · 12 years ago