summaryrefslogtreecommitdiffstats
path: root/net/can/j1939/transport.c
AgeCommit message (Expand)Author
2019-11-13can: j1939: warn if resources are still linked on destroyOleksij Rempel
2019-11-13can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_canc...Oleksij Rempel
2019-11-13can: j1939: make sure socket is held as long as session existsOleksij Rempel
2019-11-13can: j1939: transport: make sure the aborted session will be deactivated only...Oleksij Rempel
2019-11-04can: j1939: transport: j1939_xtp_rx_eoma_one(): Add sanity check for correct ...Oleksij Rempel
2019-11-04can: j1939: transport: j1939_session_fresh_new(): make sure EOMA is send with...Oleksij Rempel
2019-09-04can: add support of SAE J1939 protocolThe j1939 authors