summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
2025-06-04can: bcm: add missing rcu read protection for procfs contentOliver Hartkopp
2025-06-04can: bcm: add locking for bcm_op runtime updatesOliver Hartkopp
2025-05-18can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp
2025-04-10can: statistics: use atomic access in hot pathOliver Hartkopp
2025-02-21can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl
2024-12-14net: af_can: do not leave a dangling sk pointer in can_create()Ignat Korchagin
2024-12-14can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov
2024-10-17can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima
2024-10-17can: j1939: use correct function name in commentZhang Changzhong
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima
2024-07-05net: can: j1939: enhanced error handling for tightly received RTS messages in...Oleksij Rempel
2024-07-05net: can: j1939: recover socket queue on CAN bus error during BAM transmissionOleksij Rempel
2024-07-05net: can: j1939: Initialize unused data in j1939_send_one()Shigeru Yoshida
2024-02-23can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel
2024-02-23can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet
2024-01-10can: raw: add support for SO_MARKMarc Kleine-Budde
2023-10-19can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel
2023-08-30can: raw: add missing refcount for memory leak fixOliver Hartkopp
2023-08-30can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp
2023-08-30can: raw: fix lockdep issue in raw_release()Eric Dumazet
2023-08-30can: raw: fix receiver memory leakZiyang Xuan
2023-07-27can: bcm: Fix UAF in bcm_proc_show()YueHaibing
2023-07-01can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp
2023-06-14can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin
2023-06-14can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin
2023-06-14can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel
2023-05-24can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-05-24can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-04-13can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp
2023-04-13can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka
2023-04-13can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp
2023-04-13can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel
2023-04-06can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel
2023-04-06can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov
2023-03-10can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp
2023-02-14can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni
2023-02-09can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp
2023-02-09can: isotp: split tx timer into transmission and timeoutOliver Hartkopp
2023-02-09can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp
2023-02-09can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan
2022-12-07can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp
2022-11-07can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp
2022-11-07can: isotp: fix tx state handling for echo tx processingOliver Hartkopp
2022-11-07can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao
2022-11-07can: af_can: can_exit(): add missing dev_remove_pack() of canxl_packetChen Zhongjin
2022-10-27can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang
2022-09-23can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan
2022-09-23can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan
2022-09-15can: raw: add CAN XL supportOliver Hartkopp