1. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  2. 921ca57 can: isotp: add SF_BROADCAST support for functional addressing by Oliver Hartkopp · 4 years, 2 months ago
  3. 323a391 can: isotp: isotp_setsockopt(): block setsockopt on bound sockets by Oliver Hartkopp · 4 years, 2 months ago
  4. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  5. d73ff9b can: af_can: can_rx_unregister(): remove WARN() statement from list operation sanity check by Oliver Hartkopp · 4 years, 2 months ago
  6. 94c2309 can: gw: support modification of Classical CAN DLCs by Oliver Hartkopp · 4 years, 2 months ago
  7. c7b7496 can: replace can_dlc as variable/element for payload length by Oliver Hartkopp · 4 years, 2 months ago
  8. 9aa9379 can: af_can: prevent potential access of uninitialized member in canfd_rcv() by Anant Thazhemadam · 4 years, 3 months ago
  9. c8c958a can: af_can: prevent potential access of uninitialized member in can_rcv() by Anant Thazhemadam · 4 years, 3 months ago
  10. c3ddac4 can: isotp: padlen(): make const array static, makes object smaller by Colin Ian King · 4 years, 3 months ago
  11. 78656ea can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only mode by Oliver Hartkopp · 4 years, 3 months ago
  12. 5a7de24 can: isotp: Explain PDU in CAN_ISOTP help text by Geert Uytterhoeven · 4 years, 3 months ago
  13. 08c487d can: j1939: j1939_sk_bind(): return failure if netdev is down by Zhang Changzhong · 4 years, 5 months ago
  14. 3accbfd can: proc: can_remove_proc(): silence remove_proc_entry warning by Zhang Changzhong · 4 years, 6 months ago
  15. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  16. f726f3d can: remove obsolete version strings by Oliver Hartkopp · 4 years, 3 months ago
  17. ac911bf can: isotp: implement cleanups / improvements from review by Oliver Hartkopp · 4 years, 3 months ago
  18. 13ba4c4 net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcnt by Marc Kleine-Budde · 4 years, 4 months ago
  19. e009f95 can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcnt by Cong Wang · 4 years, 4 months ago
  20. e057dd3 can: add ISO 15765-2:2016 transport protocol by Oliver Hartkopp · 4 years, 4 months ago
  21. eb88531 can: raw: add missing error queue support by Vincent Mailhol · 4 years, 4 months ago
  22. 80ede64 can: af_can: can_rcv_list_find(): fix kernel doc after variable renaming by Marc Kleine-Budde · 4 years, 4 months ago
  23. d77cd7f can: remove "WITH Linux-syscall-note" from SPDX tag of C files by Masahiro Yamada · 4 years, 10 months ago
  24. 6a54dde can: raw: fix indention by Marc Kleine-Budde · 4 years, 4 months ago
  25. 0436ea3 can: net: fix spelling mistakes by Marc Kleine-Budde · 4 years, 4 months ago
  26. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  27. 0ae18a8 can: j1939: add rxtimer for multipacket broadcast session by Zhang Changzhong · 4 years, 6 months ago
  28. 2b8b2e3 can: j1939: abort multipacket broadcast session when timeout occurs by Zhang Changzhong · 4 years, 6 months ago
  29. e8b1765 can: j1939: cancel rxtimer on multipacket broadcast session complete by Zhang Changzhong · 4 years, 6 months ago
  30. f4fd77f can: j1939: fix support for multipacket broadcast message by Zhang Changzhong · 4 years, 6 months ago
  31. e052d05 can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect corruptions by Oleksij Rempel · 4 years, 6 months ago
  32. 840835c can: j1939: transport: add j1939_session_skb_find_by_offset() function by Oleksij Rempel · 4 years, 6 months ago
  33. af804b7 can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocated by Oleksij Rempel · 4 years, 6 months ago
  34. cd3b363 can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j1939_tp_txtimer() by Oleksij Rempel · 4 years, 6 months ago
  35. b43e3a8 can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send not by J1939 stack by Oleksij Rempel · 4 years, 6 months ago
  36. 38ba8b9 can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can() by Eric Dumazet · 4 years, 5 months ago
  37. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  38. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
  39. e0a7f1fe net: can: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  40. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  41. 00d4e14 can: j1939: j1939_sk_bind(): take priv after lock is held by Oleksij Rempel · 5 years ago
  42. 4a15d57 can: j1939: warn if resources are still linked on destroy by Oleksij Rempel · 5 years ago
  43. ddeeb7d can: j1939: j1939_can_recv(): add priv refcounting by Oleksij Rempel · 5 years ago
  44. 8d7a5f0 can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_cancel() instead of hrtimer_cancel() by Oleksij Rempel · 5 years ago
  45. 62ebce1d can: j1939: make sure socket is held as long as session exists by Oleksij Rempel · 5 years ago
  46. d966635 can: j1939: transport: make sure the aborted session will be deactivated only once by Oleksij Rempel · 5 years ago
  47. fd81ebf can: j1939: socket: rework socket locking for j1939_sk_release() and j1939_sk_sendmsg() by Oleksij Rempel · 5 years ago
  48. c48c8c1 can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULL by Oleksij Rempel · 5 years ago
  49. 25fe97c can: j1939: move j1939_priv_put() into sk_destruct callback by Oleksij Rempel · 5 years ago
  50. 975987e can: af_can: export can_sock_destruct() by Oleksij Rempel · 5 years ago
  51. 688d11c can: j1939: transport: j1939_xtp_rx_eoma_one(): Add sanity check for correct total message size by Oleksij Rempel · 5 years ago
  52. eaa654f can: j1939: transport: j1939_session_fresh_new(): make sure EOMA is send with the total message size set by Oleksij Rempel · 5 years ago
  53. 896daf7 can: j1939: fix memory leak if filters was set by Oleksij Rempel · 5 years ago
  54. db1a804 can: j1939: fix resource leak of skb on error return paths by Colin Ian King · 5 years ago
  55. 9d71dd0 can: add support of SAE J1939 protocol by The j1939 authors · 6 years ago
  56. 9868b5d can: introduce CAN_REQUIRED_SIZE macro by Kurt Van Dijck · 6 years ago
  57. 24efc6d can: af_can: use spin_lock_bh() for &net->can.rcvlists_lock by Oleksij Rempel · 6 years ago
  58. bdfb576 can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find() by Marc Kleine-Budde · 6 years ago
  59. 8df9ffb can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_lists by Marc Kleine-Budde · 6 years ago
  60. ffd956e can: introduce CAN midlayer private and allocate it automatically by Marc Kleine-Budde · 6 years ago
  61. 3f15035 can: af_can: can_pernet_exit(): no need to iterate over and cleanup registered CAN devices by Marc Kleine-Budde · 6 years ago
  62. e2586a5 can: af_can: can_rx_register(): use max() instead of open coding it by Marc Kleine-Budde · 6 years ago
  63. 6625a18 can: af_can: give variable holding the CAN receiver and the receiver list a sensible name by Marc Kleine-Budde · 6 years ago
  64. fac7850 can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find() by Marc Kleine-Budde · 6 years ago
  65. 3ee6d2b can: af_can: rename find_rcv_list() to can_rcv_list_find() by Marc Kleine-Budde · 6 years ago
  66. ff7fbea can: proc: give variable holding the CAN per device receive lists a sensible name by Marc Kleine-Budde · 6 years ago
  67. 56be1d5 can: af_can: give variable holding the CAN per device receive lists a sensible name by Marc Kleine-Budde · 6 years ago
  68. 564577d can: netns: remove "can_" prefix from members struct netns_can by Marc Kleine-Budde · 6 years ago
  69. 448c707 can: proc: give variables holding CAN statistics a sensible name by Marc Kleine-Budde · 6 years ago
  70. e2c1f5c can: af_can: give variables holding CAN statistics a sensible name by Marc Kleine-Budde · 6 years ago
  71. 2341086 can: netns: give members of struct netns_can holding the statistics a sensible name by Marc Kleine-Budde · 6 years ago
  72. 6c43bb3 can: netns: give structs holding the CAN statistics a sensible name by Marc Kleine-Budde · 6 years ago
  73. 456a8a6 can: gw: add support for CAN FD frames by Oliver Hartkopp · 5 years ago
  74. e9dc7c6 can: gw: use struct canfd_frame as internal data structure by Oliver Hartkopp · 5 years ago
  75. 21468e6 can: gw: cgw_parse_attr(): remove unnecessary braces for single statement block by Marc Kleine-Budde · 6 years ago
  76. 78f8a32 can: gw: cgw_dump_jobs(): avoid long lines by Marc Kleine-Budde · 6 years ago
  77. 0815c89 can: gw: can_can_gw_rcv(): remove return at end of void function by Marc Kleine-Budde · 6 years ago
  78. 5dfc8c9 can: gw: add missing spaces around operators by Marc Kleine-Budde · 6 years ago
  79. f62564f can: gw: remove unnecessary blank lines, add suggested blank lines by Marc Kleine-Budde · 6 years ago
  80. 465c0de can: gw: convert block comments to network style comments by Marc Kleine-Budde · 6 years ago
  81. bf74aa8 can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_tasklet by Thomas Gleixner · 5 years ago
  82. 9989f63 can: bcm: bcm_sock_no_ioctlcmd(): mark function as static by Marc Kleine-Budde · 5 years ago
  83. af0b147 can: raw: raw_sock_no_ioctlcmd(): mark function as static by Marc Kleine-Budde · 5 years ago
  84. d956b1a8 can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...) by Marc Kleine-Budde · 5 years ago
  85. bff1004 can: raw: balance braces around else statements by Marc Kleine-Budde · 5 years ago
  86. d5e4eca can: raw: remove unnecessary blank lines, add suggested blank lines by Marc Kleine-Budde · 6 years ago
  87. d6ada83 can: raw: convert block comments to network style comments by Marc Kleine-Budde · 6 years ago
  88. 97c3349 can: af_can: add missing identifiers to struct receiver::func by Marc Kleine-Budde · 5 years ago
  89. fbd4665 can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usage by Marc Kleine-Budde · 5 years ago
  90. 1cf571e can: af_can: avoid splitting quoted string across lines by Marc Kleine-Budde · 5 years ago
  91. b11844b can: af_can: fix alignment by Marc Kleine-Budde · 5 years ago
  92. 8325ce9 can: af_can: balance braces around else statements by Marc Kleine-Budde · 5 years ago
  93. 147d9e9 can: af_can: convert block comments to network style comments by Marc Kleine-Budde · 6 years ago
  94. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  95. 473d924 can: fix ioctl function removal by Oliver Hartkopp · 5 years ago
  96. b7a1429 can: gw: Fix error path of cgw_module_init by YueHaibing · 6 years ago
  97. fba76a5 can: Add SPDX license identifiers for CAN subsystem by Oliver Hartkopp · 6 years ago
  98. 60649d4 can: remove obsolete empty ioctl() handler by Oliver Hartkopp · 6 years ago
  99. 26bca9f can: Kconfig: correct history of the CAN protocol by Robert P. J. Day · 6 years ago
  100. fd704bd can: purge socket error queue on sock destruct by Willem de Bruijn · 6 years ago