index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
/
j1939
/
main.c
Age
Commit message (
Expand
)
Author
2023-06-14
can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
Fedor Pchelkin
2023-06-14
can: j1939: change j1939_netdev_lock type to mutex
Fedor Pchelkin
2022-11-07
can: j1939: j1939_send_one(): fix missing CAN header initialization
Oliver Hartkopp
2022-09-15
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
2021-11-06
can: j1939: j1939_can_recv(): ignore messages with invalid source address
Zhang Changzhong
2021-10-17
can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
Ziyang Xuan
2021-06-19
can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...
Oleksij Rempel
2021-02-24
net: introduce CAN specific pointer in the struct net_device
Oleksij Rempel
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2019-11-13
can: j1939: warn if resources are still linked on destroy
Oleksij Rempel
2019-11-13
can: j1939: j1939_can_recv(): add priv refcounting
Oleksij Rempel
2019-11-13
can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULL
Oleksij Rempel
2019-09-04
can: add support of SAE J1939 protocol
The j1939 authors