summaryrefslogtreecommitdiffstats
path: root/net/can/j1939/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: can: j1939: Initialize unused data in j1939_send_one()Shigeru Yoshida2024-06-211-5/+1
* can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao2024-02-141-1/+1
* can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin2023-06-051-1/+3
* can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin2023-06-051-11/+11
* can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp2022-11-071-0/+3
* can: skb: unify skb CAN frame identification helpersOliver Hartkopp2022-09-151-0/+4
* can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong2021-11-061-0/+7
* can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_privZiyang Xuan2021-10-171-2/+5
* can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...Oleksij Rempel2021-06-191-0/+4
* net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2021-02-241-14/+8
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-2/+2
* can: j1939: warn if resources are still linked on destroyOleksij Rempel2019-11-131-0/+4
* can: j1939: j1939_can_recv(): add priv refcountingOleksij Rempel2019-11-131-0/+2
* can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULLOleksij Rempel2019-11-131-0/+3
* can: add support of SAE J1939 protocolThe j1939 authors2019-09-041-0/+403