1. d9c9606 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
  2. 2acbeb5 Merge tag 'linux-can-next-for-6.4-20230404-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by Jakub Kicinski · 1 year, 11 months ago
  3. 0517374 can: isotp: fix race between isotp_sendsmg() and isotp_release() by Oliver Hartkopp · 1 year, 11 months ago
  4. 79e19fa can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events by Michal Sojka · 1 year, 11 months ago
  5. 0145462 can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos by Oliver Hartkopp · 1 year, 11 months ago
  6. b45193cb can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access by Oleksij Rempel · 1 year, 11 months ago
  7. 96d1c81 can: isotp: add module parameter for maximum pdu size by Oliver Hartkopp · 1 year, 11 months ago
  8. 2b4c99f can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write by Ivan Orlov · 2 years ago
  9. d1366b2 can: j1939: prevent deadlock by moving j1939_sk_errqueue() by Oleksij Rempel · 1 year, 11 months ago
  10. 8697a25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years ago
  11. f2f527d can: raw: use temp variable instead of rolling back config by Oliver Hartkopp · 2 years, 1 month ago
  12. 61d731e Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by Paolo Abeni · 2 years ago
  13. 4ae5e1e can: j1939: do not wait 250 ms if the same addr was already claimed by Devid Antonio Filoni · 2 years, 3 months ago
  14. c6adf65 can: isotp: check CAN address family in isotp_bind() by Oliver Hartkopp · 2 years, 2 months ago
  15. 2a30b2b can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flag by Oliver Hartkopp · 2 years, 1 month ago
  16. 4f027cb can: isotp: split tx timer into transmission and timeout by Oliver Hartkopp · 2 years, 2 months ago
  17. 823b2e4 can: isotp: handle wait_event_interruptible() return values by Oliver Hartkopp · 2 years, 1 month ago
  18. 3793301 can: raw: fix CAN FD frame transmissions over CAN XL devices by Oliver Hartkopp · 2 years, 1 month ago
  19. d055368 can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate by Ziyang Xuan · 3 years, 6 months ago
  20. 7e68dd7 Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 2 months ago
  21. 268325b Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 2 months ago
  22. 0826e82 can: raw: add support for SO_MARK by Marc Kleine-Budde · 2 years, 2 months ago
  23. f793458 net: af_can: remove useless parameter 'err' in 'can_rx_register()' by Ye Bin · 2 years, 3 months ago
  24. 837e8ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 2 months ago
  25. 0acc442 can: af_can: fix NULL pointer dereference in can_rcv_filter by Oliver Hartkopp · 2 years, 3 months ago
  26. 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 4 months ago
  27. 966a9b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 3 months ago
  28. 3eb3d28 can: j1939: j1939_send_one(): fix missing CAN header initialization by Oliver Hartkopp · 2 years, 4 months ago
  29. 8663378 can: isotp: fix tx state handling for echo tx processing by Oliver Hartkopp · 2 years, 4 months ago
  30. 8aa59e3 can: af_can: fix NULL pointer dereference in can_rx_register() by Zhengchao Shao · 2 years, 4 months ago
  31. a3335fa can: af_can: can_exit(): add missing dev_remove_pack() of canxl_packet by Chen Zhongjin · 2 years, 4 months ago
  32. 31f1aa4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 4 months ago
  33. c3c06c6 can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb() by Yang Yingliang · 2 years, 4 months ago
  34. de1deb1 can: j1939: j1939_session_tx_eoma(): fix debug info by Zhang Changzhong · 2 years, 5 months ago
  35. 3fd7bfd can: bcm: check the result of can_send() in bcm_can_tx() by Ziyang Xuan · 2 years, 5 months ago
  36. edd1a7e can: bcm: registration process optimization in bcm_module_init() by Ziyang Xuan · 2 years, 5 months ago
  37. 6263326 can: raw: add CAN XL support by Oliver Hartkopp · 2 years, 5 months ago
  38. fb08cba can: canxl: update CAN infrastructure for CAN XL frames by Oliver Hartkopp · 2 years, 5 months ago
  39. 0618346 can: set CANFD_FDF flag in all CAN FD frame structures by Oliver Hartkopp · 2 years, 5 months ago
  40. 96a7457 can: skb: unify skb CAN frame identification helpers by Oliver Hartkopp · 2 years, 5 months ago
  41. 170277c5 can: raw: use guard clause to optimize nesting in raw_rcv() by Ziyang Xuan · 2 years, 6 months ago
  42. c28b3bf can: raw: process optimization in raw_init() by Ziyang Xuan · 2 years, 6 months ago
  43. 8c21c54 can: j1939: j1939_session_destroy(): fix memory leak of skbs by Fedor Pchelkin · 2 years, 7 months ago
  44. 8ef49f7 can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once() by Fedor Pchelkin · 2 years, 7 months ago
  45. 83ec88d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 8 months ago
  46. f1b4e32 can: bcm: use call_rcu() instead of costly synchronize_rcu() by Oliver Hartkopp · 2 years, 9 months ago
  47. d7786af net: Kconfig: move the CAN device menu to the "Device Drivers" section by Vincent Mailhol · 2 years, 9 months ago
  48. b76b163 can: isotp: isotp_bind(): do not validate unused address information by Oliver Hartkopp · 2 years, 9 months ago
  49. 2aa3988 can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting by Oliver Hartkopp · 2 years, 9 months ago
  50. 9f39d36 can: isotp: add support for transmission without flow control by Oliver Hartkopp · 2 years, 10 months ago
  51. 51a0d5e can: raw: add support for SO_TXTIME/SCM_TXTIME by Marc Kleine-Budde · 2 years, 10 months ago
  52. 2af8493 can: raw: raw_sendmsg(): remove not needed setting of skb->sk by Marc Kleine-Budde · 2 years, 10 months ago
  53. c8227d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
  54. 72ed3ee can: isotp: remove re-binding of bound socket by Oliver Hartkopp · 2 years, 10 months ago
  55. 6fd1d51 net: SO_RCVMARK socket option for SO_MARK with recvmsg() by Erin MacNeil · 2 years, 10 months ago
  56. f70925b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 2 years, 10 months ago
  57. d734970 can: isotp: stop timeout monitoring when no first frame was sent by Oliver Hartkopp · 2 years, 11 months ago
  58. f4b41f0 net: remove noblock parameter from skb_recv_datagram() by Oliver Hartkopp · 2 years, 11 months ago
  59. e382fea can: isotp: restore accidentally removed MSG_PEEK feature by Oliver Hartkopp · 2 years, 11 months ago
  60. 42bf50a can: isotp: support MSG_TRUNC flag when reading from socket by Oliver Hartkopp · 3 years ago
  61. 30ffd53 can: isotp: return -EADDRNOTAVAIL when reading from unbound socket by Oliver Hartkopp · 3 years ago
  62. 3ea5664 can: isotp: sanitize CAN ID checks in isotp_bind() by Oliver Hartkopp · 3 years ago
  63. 9c0c191 can: isotp: set max PDU size to 64 kByte by Oliver Hartkopp · 3 years ago
  64. 530e0d4 can: isotp: set default value for N_As to 50 micro seconds by Oliver Hartkopp · 3 years ago
  65. 4b7fe92 can: isotp: add local echo tx processing for consecutive frames by Oliver Hartkopp · 3 years ago
  66. 00f4a0a can: Use netif_rx(). by Sebastian Andrzej Siewior · 3 years ago
  67. aaa25a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  68. 181d444 can: gw: use call_rcu() instead of costly synchronize_rcu() by Eric Dumazet · 3 years ago
  69. a1cdec5 net-timestamp: convert sk->sk_tskey to atomic_t by Eric Dumazet · 3 years ago
  70. 5b91c5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  71. 8375dfa can: isotp: fix error path in isotp_sendmsg() to unlock wait queue by Oliver Hartkopp · 3 years ago
  72. 7c75904 can: isotp: fix potential CAN frame reception race in isotp_rcv() by Oliver Hartkopp · 3 years ago
  73. ef0de66 can: gw: switch cangw_pernet_exit() to batch mode by Eric Dumazet · 3 years ago
  74. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years, 1 month ago
  75. 5f33a09 can: isotp: convert struct tpcon::{idx,len} to unsigned int by Marc Kleine-Budde · 3 years, 2 months ago
  76. 164051a can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM by Zhang Changzhong · 3 years, 4 months ago
  77. a79305e can: j1939: j1939_can_recv(): ignore messages with invalid source address by Zhang Changzhong · 3 years, 4 months ago
  78. c0f49d9 can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport by Zhang Changzhong · 3 years, 4 months ago
  79. 9b44a92 can: bcm: Use hrtimer_forward_now() by Thomas Gleixner · 3 years, 5 months ago
  80. d674a8f can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path by Marc Kleine-Budde · 3 years, 10 months ago
  81. 43a08c3 can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg() by Ziyang Xuan · 3 years, 5 months ago
  82. 9acf636 can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible() by Ziyang Xuan · 3 years, 5 months ago
  83. a4fbe70 can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes by Zhang Changzhong · 3 years, 4 months ago
  84. 3797439 can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with error length by Zhang Changzhong · 3 years, 5 months ago
  85. d9d52a3 can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv by Ziyang Xuan · 3 years, 5 months ago
  86. b504a88 can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer by Ziyang Xuan · 3 years, 6 months ago
  87. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 7 months ago
  88. 5b9272e can: j1939: extend UAPI to notify about RX status by Oleksij Rempel · 3 years, 8 months ago
  89. cd85d3a can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_* by Oleksij Rempel · 3 years, 8 months ago
  90. f8145cf can: j1939: j1939_session_tx_dat(): fix typo by Marc Kleine-Budde · 3 years, 7 months ago
  91. d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  92. a08ec5f can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb control buffer by Marc Kleine-Budde · 3 years, 9 months ago
  93. 78b77c7 can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session skb control buffer by Marc Kleine-Budde · 3 years, 9 months ago
  94. 7ac56e4 can: j1939: j1939_session_completed(): use consistent name se_skb for the session skb by Marc Kleine-Budde · 3 years, 9 months ago
  95. 641ba6d can: j1939: replace fall through comment by fallthrough pseudo-keyword by Marc Kleine-Budde · 3 years, 8 months ago
  96. 3331287 can: j1939: fix checkpatch warnings by Marc Kleine-Budde · 3 years, 8 months ago
  97. 04bdec2 can: j1939: j1939_sk_sock_destruct(): correct a grammatical error by gushengxian · 3 years, 9 months ago
  98. c6eea1c can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP.DT to 750ms by Zhang Changzhong · 3 years, 8 months ago
  99. 0c71437 can: j1939: j1939_session_deactivate(): clarify lifetime of session object by Oleksij Rempel · 3 years, 7 months ago
  100. 54f9333 can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF by Ziyang Xuan · 3 years, 7 months ago