1. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  2. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  3. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  4. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  5. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 6 years ago
  6. 3617d94 proc: introduce proc_create_net_single by Christoph Hellwig · 6 years ago
  7. 441bc62 net/can: single_open_net needs to be paired with single_release_net by Christoph Hellwig · 6 years ago
  8. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 6 years ago
  9. d644406 net: Use octal not symbolic permissions by Joe Perches · 6 years ago
  10. 1ae77627 net: Convert can_pernet_ops by Kirill Tkhai · 6 years ago
  11. 111da7a net: Convert cangw_pernet_ops by Kirill Tkhai · 6 years ago
  12. c80afa0 net: Convert /proc creating and destroying pernet_operations by Kirill Tkhai · 6 years ago
  13. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 6 years ago
  14. 7d59773 can: migrate documentation to restructured text by Robert Schwebel · 7 years ago
  15. 8565d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. d468984 can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once by Marc Kleine-Budde · 7 years ago
  17. 8cb6875 can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once by Marc Kleine-Budde · 7 years ago
  18. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  19. ff847ee can: af_can: give struct holding the CAN per device receive lists a sensible name by Marc Kleine-Budde · 7 years ago
  20. adb552c can: raw: raw_bind(): bail out if can_family is not AF_CAN by Marc Kleine-Budde · 7 years ago
  21. c1c502b net: use rtnl_register_module where needed by Florian Westphal · 7 years ago
  22. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  23. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  26. 5a60622 can: af_can: can_pernet_init(): add missing error handling for kzalloc returning NULL by Marc Kleine-Budde · 7 years ago
  27. cae1d5b can: af_can: do not access proto_tab directly use rcu_access_pointer instead by Marc Kleine-Budde · 7 years ago
  28. 62c0464 can: bcm: check for null sk before deferencing it via the call to sock_net by Colin Ian King · 7 years ago
  29. 1fccb56 net: can: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  30. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  31. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  32. 74b7b49 can: af_can: namespace support: fix lockdep splat: properly initialize spin_lock by Marc Kleine-Budde · 7 years ago
  33. c2701b3 can: fix CAN BCM build with CONFIG_PROC_FS disabled by Oliver Hartkopp · 7 years ago
  34. 1ef8331 can: network namespace support for CAN gateway by Oliver Hartkopp · 7 years ago
  35. 384317e can: network namespace support for CAN_BCM protocol by Oliver Hartkopp · 7 years ago
  36. cb5635a can: complete initial namespace support by Oliver Hartkopp · 7 years ago
  37. f2e72f4 can: remove obsolete definitions by Oliver Hartkopp · 7 years ago
  38. 48452c1 can: remove obsolete pernet_operations definitions by Oliver Hartkopp · 7 years ago
  39. a7bbd28 can: fix memory leak in initial namespace support by Oliver Hartkopp · 7 years ago
  40. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 7 years ago
  41. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 7 years ago
  42. 8e8cda6 can: initial support for network namespaces by Mario Kicherer · 7 years ago
  43. a06393ed0 can: bcm: fix hrtimer/tasklet termination in bcm op removal by Oliver Hartkopp · 8 years ago
  44. f1712c7 can: Fix kernel panic at security_sock_rcv_skb by Eric Dumazet · 8 years ago
  45. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  46. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  47. 332b05c can: raw: raw_setsockopt: limit number of can_filter that can be set by Marc Kleine-Budde · 8 years ago
  48. 5499a6b can: bcm: fix support for CAN FD frames by Oliver Hartkopp · 8 years ago
  49. deb507f can: bcm: fix warning in bcm_connect/proc_register by Oliver Hartkopp · 8 years ago
  50. 2781ff5 can: only call can_stat_update with procfs by Arnd Bergmann · 8 years ago
  51. 6f3b911 can: bcm: add support for CAN FD frames by Oliver Hartkopp · 8 years ago
  52. 2b5f5f5 can: bcm: unify bcm_msg_head handling and prepare function parameters by Oliver Hartkopp · 8 years ago
  53. 72c8a89 can: bcm: use CAN frame instead of can_frame in comments by Oliver Hartkopp · 8 years ago
  54. 95acb49 can: bcm: fix indention and other minor style issues by Oliver Hartkopp · 8 years ago
  55. a20fadf can: build proc support only if CONFIG_PROC_FS is activated by Alexander Aring · 8 years ago
  56. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  57. ba61a8d can: avoid using timeval for uapi by Arnd Bergmann · 9 years ago
  58. d3b58c4 can: replace timestamp as unique skb attribute by Oliver Hartkopp · 9 years ago
  59. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  60. 36c0124 can: fix loss of CAN frames in raw_rcv by Oliver Hartkopp · 9 years ago
  61. dd895d7 can: cangw: introduce optional uid to reference created routing jobs by Oliver Hartkopp · 9 years ago
  62. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  63. a5581ef can: introduce new raw socket option to join the given CAN filters by Oliver Hartkopp · 9 years ago
  64. 514ac99 can: fix multiple delivery of a single CAN frame for overlapping CAN filters by Oliver Hartkopp · 9 years ago
  65. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  66. 969439016 can: add missing initialisations in CAN related skbuffs by Oliver Hartkopp · 9 years ago
  67. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  68. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  69. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  70. 069f845 can: fix spelling errors by Jeremiah Mahler · 10 years ago
  71. b111b78 can: eliminate banner[] variable and switch to pr_info() by Jeremiah Mahler · 10 years ago
  72. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  73. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  74. 45c7002 can: add hash based access to single EFF frame filters by Oliver Hartkopp · 10 years ago
  75. e3d3917 can: proc: make array printing function indenpendent from sff frames by Oliver Hartkopp · 10 years ago
  76. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  77. 821047c can: remove CAN FD compatibility for CAN 2.0 sockets by Oliver Hartkopp · 10 years ago
  78. 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
  79. 0ae89be can: add destructor for self generated skbs by Oliver Hartkopp · 10 years ago
  80. bb5ecb0 can: Propagate SO_PRIORITY of raw sockets to skbs by Rostislav Lisovy · 11 years ago
  81. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  82. 5af28de can: use __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 11 years ago
  83. c0ebbdd can: gw: remove obsolete checks by Oliver Hartkopp · 11 years ago
  84. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  85. 348662a net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes by Joe Perches · 11 years ago
  86. 3f79410 treewide: Fix common typo in "identify" by Maxime Jayat · 11 years ago
  87. 391ac12 can: gw: add a per rule limitation of frame hops by Oliver Hartkopp · 11 years ago
  88. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  89. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  90. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  91. bf84a01 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  92. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  93. 3480a21 can: gw: use kmem_cache_free() instead of kfree() by Wei Yongjun · 11 years ago
  94. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  95. c9bbb75 can: dump stack on protocol bugs by Oliver Hartkopp · 11 years ago
  96. f4f3efd net: can: af_can.c: Fix checkpatch warnings by Valentin Ilie · 11 years ago
  97. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  98. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  99. 2bf3440 can: rework skb reserved data handling by Oliver Hartkopp · 12 years ago
  100. e6afa00 can: gw: indicate and count deleted frames due to misconfiguration by Oliver Hartkopp · 12 years ago