aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/j1939 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-08can: j1939: j1939_sk_bind(): take priv after lock is heldOleksij Rempel1-3/+7
2019-11-13can: j1939: warn if resources are still linked on destroyOleksij Rempel2-0/+7
2019-11-13can: j1939: j1939_can_recv(): add priv refcountingOleksij Rempel1-0/+2
2019-11-13can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_cancel() instead of hrtimer_cancel()Oleksij Rempel1-1/+5
2019-11-13can: j1939: make sure socket is held as long as session existsOleksij Rempel1-0/+2
2019-11-13can: j1939: transport: make sure the aborted session will be deactivated only onceOleksij Rempel1-8/+17
2019-11-13can: j1939: socket: rework socket locking for j1939_sk_release() and j1939_sk_sendmsg()Oleksij Rempel1-18/+39
2019-11-13can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULLOleksij Rempel1-0/+3
2019-11-13can: j1939: move j1939_priv_put() into sk_destruct callbackOleksij Rempel1-2/+35
2019-11-04can: j1939: transport: j1939_xtp_rx_eoma_one(): Add sanity check for correct total message sizeOleksij Rempel1-0/+18
2019-11-04can: j1939: transport: j1939_session_fresh_new(): make sure EOMA is send with the total message size setOleksij Rempel1-1/+1
2019-11-04can: j1939: fix memory leak if filters was setOleksij Rempel1-0/+1
2019-11-04can: j1939: fix resource leak of skb on error return pathsColin Ian King1-2/+6
2019-09-04can: add support of SAE J1939 protocolThe j1939 authors8-0/+4516