1. a97e265 can: purge socket error queue on sock destruct by Willem de Bruijn · 5 years ago
  2. 30e7517 can: bcm: check timer values before ktime conversion by Oliver Hartkopp · 5 years ago
  3. d379b33 can: gw: ensure DLC boundaries after CAN frame modification by Oliver Hartkopp · 5 years ago
  4. 41e4aa1 can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once by Marc Kleine-Budde · 6 years ago
  5. 40bf2c0 can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once by Marc Kleine-Budde · 6 years ago
  6. adf86d5 can: Fix kernel panic at security_sock_rcv_skb by Eric Dumazet · 7 years ago
  7. a150e08 can: bcm: fix hrtimer/tasklet termination in bcm op removal by Oliver Hartkopp · 7 years ago
  8. 332b05c can: raw: raw_setsockopt: limit number of can_filter that can be set by Marc Kleine-Budde · 7 years ago
  9. 5499a6b can: bcm: fix support for CAN FD frames by Oliver Hartkopp · 7 years ago
  10. deb507f can: bcm: fix warning in bcm_connect/proc_register by Oliver Hartkopp · 8 years ago
  11. 2781ff5 can: only call can_stat_update with procfs by Arnd Bergmann · 8 years ago
  12. 6f3b911 can: bcm: add support for CAN FD frames by Oliver Hartkopp · 8 years ago
  13. 2b5f5f5 can: bcm: unify bcm_msg_head handling and prepare function parameters by Oliver Hartkopp · 8 years ago
  14. 72c8a89 can: bcm: use CAN frame instead of can_frame in comments by Oliver Hartkopp · 8 years ago
  15. 95acb49 can: bcm: fix indention and other minor style issues by Oliver Hartkopp · 8 years ago
  16. a20fadf can: build proc support only if CONFIG_PROC_FS is activated by Alexander Aring · 8 years ago
  17. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  18. ba61a8d can: avoid using timeval for uapi by Arnd Bergmann · 9 years ago
  19. d3b58c4 can: replace timestamp as unique skb attribute by Oliver Hartkopp · 9 years ago
  20. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  21. 36c0124 can: fix loss of CAN frames in raw_rcv by Oliver Hartkopp · 9 years ago
  22. dd895d7 can: cangw: introduce optional uid to reference created routing jobs by Oliver Hartkopp · 9 years ago
  23. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  24. a5581ef can: introduce new raw socket option to join the given CAN filters by Oliver Hartkopp · 9 years ago
  25. 514ac99 can: fix multiple delivery of a single CAN frame for overlapping CAN filters by Oliver Hartkopp · 9 years ago
  26. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  27. 969439016 can: add missing initialisations in CAN related skbuffs by Oliver Hartkopp · 9 years ago
  28. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  29. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  30. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  31. 069f845 can: fix spelling errors by Jeremiah Mahler · 9 years ago
  32. b111b78 can: eliminate banner[] variable and switch to pr_info() by Jeremiah Mahler · 9 years ago
  33. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  34. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  35. 45c7002 can: add hash based access to single EFF frame filters by Oliver Hartkopp · 10 years ago
  36. e3d3917 can: proc: make array printing function indenpendent from sff frames by Oliver Hartkopp · 10 years ago
  37. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  38. 821047c can: remove CAN FD compatibility for CAN 2.0 sockets by Oliver Hartkopp · 10 years ago
  39. 65b80ca Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-can/linux-can by David S. Miller · 10 years ago
  40. 0ae89be can: add destructor for self generated skbs by Oliver Hartkopp · 10 years ago
  41. bb5ecb0 can: Propagate SO_PRIORITY of raw sockets to skbs by Rostislav Lisovy · 10 years ago
  42. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  43. 5af28de can: use __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 10 years ago
  44. c0ebbdd can: gw: remove obsolete checks by Oliver Hartkopp · 10 years ago
  45. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  46. 348662a net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes by Joe Perches · 11 years ago
  47. 3f79410 treewide: Fix common typo in "identify" by Maxime Jayat · 11 years ago
  48. 391ac12 can: gw: add a per rule limitation of frame hops by Oliver Hartkopp · 11 years ago
  49. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  50. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  51. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  52. bf84a01 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  53. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  54. 3480a21 can: gw: use kmem_cache_free() instead of kfree() by Wei Yongjun · 11 years ago
  55. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  56. c9bbb75 can: dump stack on protocol bugs by Oliver Hartkopp · 11 years ago
  57. f4f3efd net: can: af_can.c: Fix checkpatch warnings by Valentin Ilie · 11 years ago
  58. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  59. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  60. 2bf3440 can: rework skb reserved data handling by Oliver Hartkopp · 11 years ago
  61. e6afa00 can: gw: indicate and count deleted frames due to misconfiguration by Oliver Hartkopp · 11 years ago
  62. be286ba can: gw: add a variable limit for CAN frame routings by Oliver Hartkopp · 11 years ago
  63. d904d3e can: gw: make routing to the incoming CAN interface configurable by Oliver Hartkopp · 11 years ago
  64. 156c2bb can: add private data space for CAN sk_buffs by Oliver Hartkopp · 11 years ago
  65. f66b030 can: Kconfig: switch on all CAN protocolls by default by Marc Kleine-Budde · 12 years ago
  66. 7713683 can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' block by Marc Kleine-Budde · 12 years ago
  67. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  68. 8a2cf06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  69. 81b4011 can: bcm: initialize ifindex for timeouts without previous frame reception by Oliver Hartkopp · 11 years ago
  70. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  71. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 11 years ago
  72. 6299b66 sections: fix section conflicts in net/can by Andi Kleen · 12 years ago
  73. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  74. 5d91efa can: gw: Remove pointless casts by Thomas Graf · 12 years ago
  75. 1da0faa3 can: gw: Properly fill the netlink header when responding to RTM_GETROUTE by Thomas Graf · 12 years ago
  76. 732d35f can: gw: Use nla_policy to validate netlink attributes by Thomas Graf · 12 years ago
  77. 6eaf53c can: gw: Don't bump nlmsg_len manually by Thomas Graf · 12 years ago
  78. ec00f04 can: fix sparse warning in af_can.c by Oliver Hartkopp · 12 years ago
  79. e2d265d canfd: add support for CAN FD in CAN_RAW sockets by Oliver Hartkopp · 12 years ago
  80. 8b01939 canfd: add support for CAN FD in PF_CAN core by Oliver Hartkopp · 12 years ago
  81. 7c94163 canfd: add new data structures and constants by Oliver Hartkopp · 12 years ago
  82. 7e52b33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  83. 62b1a8a net: remove skb_orphan_try() by Eric Dumazet · 12 years ago
  84. d6e640f can: update documentation wording error frames -> error messages by Oliver Hartkopp · 12 years ago
  85. a75afd4 can: fix sparse warning for cgw_list by Daniel Baluta · 12 years ago
  86. f861c2b8 can: remove references to berlios mailinglist by Marc Kleine-Budde · 13 years ago
  87. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  88. 12d0d0d can bcm: fix incomplete tx_setup fix by Oliver Hartkopp · 13 years ago
  89. aabdcb0 can bcm: fix tx_setup off-by-one errors by Oliver Hartkopp · 13 years ago
  90. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  91. c1aabdf can-gw: add netlink based CAN routing by Oliver Hartkopp · 13 years ago
  92. d9e64f8 net/can/af_can.c: Change del_timer to del_timer_sync by rajan.aggarwal85@gmail.com · 13 years ago
  93. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  94. d751e62 net/can: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  95. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  96. 12e6c41 can: convert to %pK for kptr_restrict support by Oliver Hartkopp · 13 years ago
  97. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  98. c8d55a9 can: rename can_try_module_get to can_get_proto by Kurt Van Dijck · 13 years ago
  99. 1650629 can: make struct can_proto const by Kurt Van Dijck · 13 years ago
  100. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago