aboutsummaryrefslogtreecommitdiff
path: root/net/can/j1939/transport.c
AgeCommit message (Expand)Author
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2021-11-06can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong
2021-11-06can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong
2021-10-17can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytesZhang Changzhong
2021-10-17can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...Zhang Changzhong
2021-10-17can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimerZiyang Xuan
2021-08-04can: j1939: extend UAPI to notify about RX statusOleksij Rempel
2021-08-04can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*Oleksij Rempel
2021-08-03can: j1939: j1939_session_tx_dat(): fix typoMarc Kleine-Budde
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-25can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb cont...Marc Kleine-Budde
2021-07-25can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session s...Marc Kleine-Budde
2021-07-25can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...Marc Kleine-Budde
2021-07-25can: j1939: replace fall through comment by fallthrough pseudo-keywordMarc Kleine-Budde
2021-07-25can: j1939: fix checkpatch warningsMarc Kleine-Budde
2021-07-24can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong
2021-07-24can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel
2021-06-16can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel
2020-10-08net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde
2020-10-08can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-15can: j1939: add rxtimer for multipacket broadcast sessionZhang Changzhong
2020-08-15can: j1939: abort multipacket broadcast session when timeout occursZhang Changzhong
2020-08-15can: j1939: cancel rxtimer on multipacket broadcast session completeZhang Changzhong
2020-08-15can: j1939: fix support for multipacket broadcast messageZhang Changzhong
2020-08-14can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...Oleksij Rempel
2020-08-14can: j1939: transport: add j1939_session_skb_find_by_offset() functionOleksij Rempel
2020-08-14can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...Oleksij Rempel
2020-08-14can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...Oleksij Rempel
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