index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
/
j1939
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-05
net: can: j1939: enhanced error handling for tightly received RTS messages in...
Oleksij Rempel
1
-2
/
+17
2024-07-05
net: can: j1939: recover socket queue on CAN bus error during BAM transmission
Oleksij Rempel
1
-0
/
+2
2024-07-05
net: can: j1939: Initialize unused data in j1939_send_one()
Shigeru Yoshida
1
-5
/
+1
2024-02-23
can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
Oleksij Rempel
2
-4
/
+19
2023-06-14
can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
Fedor Pchelkin
1
-1
/
+3
2023-06-14
can: j1939: change j1939_netdev_lock type to mutex
Fedor Pchelkin
1
-11
/
+11
2023-06-14
can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...
Oleksij Rempel
1
-0
/
+5
2023-05-30
can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-04-20
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
Oleksij Rempel
1
-1
/
+4
2023-02-15
can: j1939: do not wait 250 ms if the same addr was already claimed
Devid Antonio Filoni
1
-0
/
+40
2023-02-15
can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
Ziyang Xuan
1
-4
/
+0
2022-11-16
can: j1939: j1939_send_one(): fix missing CAN header initialization
Oliver Hartkopp
1
-0
/
+3
2022-11-03
can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...
Yang Yingliang
1
-1
/
+3
2022-08-25
can: j1939: j1939_session_destroy(): fix memory leak of skbs
Fedor Pchelkin
1
-1
/
+7
2022-08-25
can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...
Fedor Pchelkin
1
-1
/
+4
2021-12-08
can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
Zhang Changzhong
1
-0
/
+6
2021-11-18
can: j1939: j1939_can_recv(): ignore messages with invalid source address
Zhang Changzhong
1
-0
/
+7
2021-11-18
can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
Zhang Changzhong
1
-0
/
+6
2021-10-27
can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes
Zhang Changzhong
2
-0
/
+3
2021-10-27
can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...
Zhang Changzhong
1
-2
/
+5
2021-10-27
can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
Ziyang Xuan
1
-2
/
+5
2021-10-27
can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer
Ziyang Xuan
1
-3
/
+2
2021-08-04
can: j1939: j1939_session_deactivate(): clarify lifetime of session object
Oleksij Rempel
1
-2
/
+7
2021-08-04
can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....
Zhang Changzhong
1
-1
/
+1
2021-07-14
can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...
Norbert Slusarek
1
-1
/
+1
2021-07-14
can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...
Oleksij Rempel
2
-0
/
+7
2021-06-23
can: j1939: fix Use-after-Free, hold skb ref while in use
Oleksij Rempel
1
-14
/
+40
2021-04-07
net: introduce CAN specific pointer in the struct net_device
Oleksij Rempel
2
-23
/
+12
2020-11-04
can: j1939: j1939_sk_bind(): return failure if netdev is down
Zhang Changzhong
1
-0
/
+6
2020-10-09
net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcnt
Marc Kleine-Budde
1
-0
/
+1
2020-10-09
can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcnt
Cong Wang
1
-0
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-11
/
+11
2020-08-15
can: j1939: add rxtimer for multipacket broadcast session
Zhang Changzhong
1
-8
/
+20
2020-08-15
can: j1939: abort multipacket broadcast session when timeout occurs
Zhang Changzhong
1
-1
/
+1
2020-08-15
can: j1939: cancel rxtimer on multipacket broadcast session complete
Zhang Changzhong
1
-0
/
+1
2020-08-15
can: j1939: fix support for multipacket broadcast message
Zhang Changzhong
1
-3
/
+14
2020-08-14
can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...
Oleksij Rempel
1
-1
/
+14
2020-08-14
can: j1939: transport: add j1939_session_skb_find_by_offset() function
Oleksij Rempel
1
-7
/
+15
2020-08-14
can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocated
Oleksij Rempel
1
-0
/
+8
2020-08-14
can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...
Oleksij Rempel
1
-0
/
+15
2020-08-14
can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...
Oleksij Rempel
2
-0
/
+5
2020-08-14
can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()
Eric Dumazet
1
-0
/
+5
2020-07-25
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-6
/
+6
2019-12-08
can: j1939: j1939_sk_bind(): take priv after lock is held
Oleksij Rempel
1
-3
/
+7
2019-11-13
can: j1939: warn if resources are still linked on destroy
Oleksij Rempel
2
-0
/
+7
2019-11-13
can: j1939: j1939_can_recv(): add priv refcounting
Oleksij Rempel
1
-0
/
+2
2019-11-13
can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_canc...
Oleksij Rempel
1
-1
/
+5
2019-11-13
can: j1939: make sure socket is held as long as session exists
Oleksij Rempel
1
-0
/
+2
2019-11-13
can: j1939: transport: make sure the aborted session will be deactivated only...
Oleksij Rempel
1
-8
/
+17
2019-11-13
can: j1939: socket: rework socket locking for j1939_sk_release() and j1939_sk...
Oleksij Rempel
1
-18
/
+39
[next]