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