开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
/
j1939
/
main.c
Age
Commit message (
Expand
)
Author
2024-02-14
can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
Ziqi Zhao
2023-06-05
can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
Fedor Pchelkin
2023-06-05
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