summaryrefslogtreecommitdiff
path: root/net/can/j1939/main.c
AgeCommit message (Expand)Author
2024-02-14can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao
2023-06-05can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin
2023-06-05can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin
2022-11-07can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp
2021-11-06can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong
2021-10-17can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_privZiyang Xuan
2021-06-19can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...Oleksij Rempel
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2019-11-13can: j1939: warn if resources are still linked on destroyOleksij Rempel
2019-11-13can: j1939: j1939_can_recv(): add priv refcountingOleksij Rempel
2019-11-13can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULLOleksij Rempel
2019-09-04can: add support of SAE J1939 protocolThe j1939 authors