index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
/
j1939
/
transport.c
Age
Commit message (
Expand
)
Author
2020-10-08
net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcnt
Marc Kleine-Budde
2020-10-08
can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcnt
Cong Wang
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-15
can: j1939: add rxtimer for multipacket broadcast session
Zhang Changzhong
2020-08-15
can: j1939: abort multipacket broadcast session when timeout occurs
Zhang Changzhong
2020-08-15
can: j1939: cancel rxtimer on multipacket broadcast session complete
Zhang Changzhong
2020-08-15
can: j1939: fix support for multipacket broadcast message
Zhang Changzhong
2020-08-14
can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...
Oleksij Rempel
2020-08-14
can: j1939: transport: add j1939_session_skb_find_by_offset() function
Oleksij Rempel
2020-08-14
can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...
Oleksij Rempel
2020-08-14
can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...
Oleksij Rempel
2019-11-13
can: j1939: warn if resources are still linked on destroy
Oleksij Rempel
2019-11-13
can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_canc...
Oleksij Rempel
2019-11-13
can: j1939: make sure socket is held as long as session exists
Oleksij Rempel
2019-11-13
can: j1939: transport: make sure the aborted session will be deactivated only...
Oleksij Rempel
2019-11-04
can: j1939: transport: j1939_xtp_rx_eoma_one(): Add sanity check for correct ...
Oleksij Rempel
2019-11-04
can: j1939: transport: j1939_session_fresh_new(): make sure EOMA is send with...
Oleksij Rempel
2019-09-04
can: add support of SAE J1939 protocol
The j1939 authors