summaryrefslogtreecommitdiff
path: root/net/can/j1939/main.c
AgeCommit message (Expand)Author
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