index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
can
/
j1939
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: can: j1939: Initialize unused data in j1939_send_one()
Shigeru Yoshida
2024-06-21
1
-5
/
+1
*
can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
Ziqi Zhao
2024-02-14
1
-1
/
+1
*
can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
Fedor Pchelkin
2023-06-05
1
-1
/
+3
*
can: j1939: change j1939_netdev_lock type to mutex
Fedor Pchelkin
2023-06-05
1
-11
/
+11
*
can: j1939: j1939_send_one(): fix missing CAN header initialization
Oliver Hartkopp
2022-11-07
1
-0
/
+3
*
can: skb: unify skb CAN frame identification helpers
Oliver Hartkopp
2022-09-15
1
-0
/
+4
*
can: j1939: j1939_can_recv(): ignore messages with invalid source address
Zhang Changzhong
2021-11-06
1
-0
/
+7
*
can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
Ziyang Xuan
2021-10-17
1
-2
/
+5
*
can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...
Oleksij Rempel
2021-06-19
1
-0
/
+4
*
net: introduce CAN specific pointer in the struct net_device
Oleksij Rempel
2021-02-24
1
-14
/
+8
*
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
1
-2
/
+2
*
can: j1939: warn if resources are still linked on destroy
Oleksij Rempel
2019-11-13
1
-0
/
+4
*
can: j1939: j1939_can_recv(): add priv refcounting
Oleksij Rempel
2019-11-13
1
-0
/
+2
*
can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULL
Oleksij Rempel
2019-11-13
1
-0
/
+3
*
can: add support of SAE J1939 protocol
The j1939 authors
2019-09-04
1
-0
/
+403