1. 13ecee7 can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_info by Marc Kleine-Budde · 5 years ago
  2. d36673f can: dev: can_dellink(): remove return at end of void function by Marc Kleine-Budde · 5 years ago
  3. f59d782 can: dev: can_restart(): convert NULL pointer check by Marc Kleine-Budde · 5 years ago
  4. d726c01 can: dev: remove unnecessary blank line by Marc Kleine-Budde · 5 years ago
  5. 39fe6fd can: dev: remove unnecessary parentheses by Marc Kleine-Budde · 5 years ago
  6. d7bda73 can: dev: avoid long lines by Marc Kleine-Budde · 5 years ago
  7. ee9a5f5 can: dev: convert block comments to network style comments by Marc Kleine-Budde · 5 years ago
  8. c638456 can: dev: call netif_carrier_off() in register_candev() by Rasmus Villemoes · 6 years ago
  9. 35e62ae treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344 by Thomas Gleixner · 6 years ago
  10. 7b12c81 can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it by Manfred Schlaegl · 6 years ago
  11. 7da11ba can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skb by Marc Kleine-Budde · 6 years ago
  12. e7a6994 can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb is accessed out of bounds by Marc Kleine-Budde · 6 years ago
  13. 200f5c49 can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to access frame length by Marc Kleine-Budde · 6 years ago
  14. a4310fa can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_skb() by Marc Kleine-Budde · 6 years ago
  15. 0387090 can: dev: enable multi-queue for SocketCAN devices by Zhu Yi · 7 years ago
  16. 8551e71 can: dev: use skb_put_zero to simplfy code by YueHaibing · 7 years ago
  17. 71c23a8 can: dev: increase bus-off message severity by Jakob Unterwurzacher · 7 years ago
  18. 7d59773 can: migrate documentation to restructured text by Robert Schwebel · 7 years ago
  19. 2290aef can: dev: Add support for limiting configured bitrate by Franklin S Cooper Jr · 7 years ago
  20. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  21. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
  22. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  23. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  24. ff3416f can: dev: make can_change_state() robust to be called with cf == NULL by Marc Kleine-Budde · 8 years ago
  25. 431af77 can: dev: add CAN interface API for fixed bitrates by Marc Kleine-Budde · 8 years ago
  26. c3606d4 can: dev: can_changelink: allow to set bitrate on devices not providing {data_,}bittiming_const by Marc Kleine-Budde · 8 years ago
  27. 12a6075 can: dev: add CAN interface termination API by Oliver Hartkopp · 8 years ago
  28. 9abefcb can: dev: fix deadlock reported after bus-off by Sergei Miroshnichenko · 8 years ago
  29. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  30. 25e1ed6 can: fix oops caused by wrong rtnl dellink usage by Oliver Hartkopp · 9 years ago
  31. bce271f can: fix handling of unmodifiable configuration options fix by Oliver Hartkopp · 9 years ago
  32. 7da29f9 can: dev: can-calc-bit-timing(): better sample point calculation by Marc Kleine-Budde · 9 years ago
  33. bb208f1 can: fix handling of unmodifiable configuration options by Oliver Hartkopp · 9 years ago
  34. 562b103 can: Use correct type in sizeof() in nla_put() by Marek Vasut · 9 years ago
  35. d3b58c4 can: replace timestamp as unique skb attribute by Oliver Hartkopp · 10 years ago
  36. 36c0124 can: fix loss of CAN frames in raw_rcv by Oliver Hartkopp · 10 years ago
  37. 969439016 can: add missing initialisations in CAN related skbuffs by Oliver Hartkopp · 10 years ago
  38. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  39. 5b5ba2a can: dev: fix semicolon.cocci warnings by kbuild test robot · 10 years ago
  40. be38a6f can: move can_stats.bus_off++ from can_bus_off into can_change_state by Andri Yngvason · 10 years ago
  41. 9b1087a can: dev: fix crtlmode_supported check by Oliver Hartkopp · 10 years ago
  42. bac78aa can: dev: Consolidate and unify state change handling by Andri Yngvason · 10 years ago
  43. 67b5909 can: dev: fix typo CIA -> CiA, CAN in Automation by Roman Fietze · 10 years ago
  44. 5247a58 can: dev: avoid calling kfree_skb() from interrupt context by Thomas Körper · 10 years ago
  45. b25a437 can: dev: remove unused variable from can_calc_bittiming() function by Lad, Prabhakar · 10 years ago
  46. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
  47. d482443 can: fix return value from can_get_bittiming() by Oliver Hartkopp · 11 years ago
  48. dd22586 can: add bittiming check at interface open for CAN FD by Oliver Hartkopp · 11 years ago
  49. bc05a89 can: allow to change the device mtu for CAN FD capable devices by Oliver Hartkopp · 11 years ago
  50. 9859ccd can: introduce the data bitrate configuration for CAN FD by Oliver Hartkopp · 11 years ago
  51. 08da7da can: provide a separate bittiming_const parameter to bittiming functions by Oliver Hartkopp · 11 years ago
  52. d5298df can: move sanity check for bitrate and tq into can_get_bittiming by Oliver Hartkopp · 11 years ago
  53. b30749f can: only send bitrate data via netlink when available by Oliver Hartkopp · 11 years ago
  54. a94bc9c can: preserve skbuff protocol in can_put_echo_skb by Oliver Hartkopp · 11 years ago
  55. 886ab57 Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  56. cb2518c can: add ability to allocate CANFD frame in skb data by Stephane Grosjean · 11 years ago
  57. 0ae89be can: add destructor for self generated skbs by Oliver Hartkopp · 11 years ago
  58. 05780d9 can: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  59. 49cb5c0 can: dev: sort can_changelink() by IFLA_CAN_* by Marc Kleine-Budde · 11 years ago
  60. 57a59b9 can: dev: sort can_fill_info() by IFLA_CAN_* by Marc Kleine-Budde · 11 years ago
  61. c13c64d can: dev: sort can_get_size() by IFLA_CAN_* by Marc Kleine-Budde · 11 years ago
  62. fe119a0 can: dev: fix nlmsg size calculation in can_get_size() by Marc Kleine-Budde · 11 years ago
  63. 2bf3440 can: rework skb reserved data handling by Oliver Hartkopp · 12 years ago
  64. 156c2bb can: add private data space for CAN sk_buffs by Oliver Hartkopp · 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. ab48b03 can: Do not call dev_put if restart timer is running upon close by Alexander Stein · 12 years ago
  68. 77fc95a can: dev: fix sparse warning for can_restart by Marc Kleine-Budde · 13 years ago
  69. 1e0625f candev: add/update helpers for CAN FD by Oliver Hartkopp · 13 years ago
  70. 31e0e32 can: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  71. aabdfd6 can: replace the dev_dbg/info/err/... with the new netdev_xxx macros by Wolfgang Grandegger · 13 years ago
  72. cf5046b can: dev: let can_get_echo_skb() return dlc of CAN frame by Marc Kleine-Budde · 13 years ago
  73. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  74. 2e11437 candev: allow SJW user setting for bittiming calculation by Oliver Hartkopp · 13 years ago
  75. 61463a3 can: make function can_get_bittiming static by Thadeu Lima de Souza Cascardo · 14 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  77. 52c793f can: netlink support for bus-error reporting and counters by Wolfgang Grandegger · 15 years ago
  78. ad72c34 can: Proper ctrlmode handling for CAN devices by Christian Pellegrin · 15 years ago
  79. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  80. 55369c0 can: add the missing netlink get_xstats_size callback by Wolfgang Grandegger · 15 years ago
  81. d0e1e88 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  82. 81adee4 net: Support specifying the network namespace upon device creation. by Eric W. Biederman · 15 years ago
  83. 53a0ef86 can: fix WARN_ON dump in net/core/rtnetlink.c:rtmsg_ifinfo() by Wolfgang Grandegger · 15 years ago
  84. 7b6856a0 can: provide library functions for skb allocation by Wolfgang Grandegger · 15 years ago
  85. a6e4bc5 can: make the number of echo skb's configurable by Wolfgang Grandegger · 15 years ago
  86. 39e3ab6 can: add can_free_echo_skb() for upcoming drivers by Wolfgang Grandegger · 15 years ago
  87. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
  88. 993e6f2 can: fix oops caused by wrong rtnl newlink usage by Oliver Hartkopp · 15 years ago
  89. 1b0d922 can: switch carrier on if device was stopped while in bus-off state by Wolfgang Grandegger · 16 years ago
  90. b3d0df7 can: restart device even if dev_alloc_skb() fails by Wolfgang Grandegger · 16 years ago
  91. 128ced8 can: some fixes and cleanups to the initial device driver interface by Wolfgang Grandegger · 16 years ago
  92. 39549ee can: CAN Network device driver and Netlink interface by Wolfgang Grandegger · 16 years ago