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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-30
can: raw: add missing refcount for memory leak fix
Oliver Hartkopp
1
-9
/
+25
2023-08-30
can: raw: fix lockdep issue in raw_release()
Eric Dumazet
1
-2
/
+3
2023-08-30
can: raw: fix receiver memory leak
Ziyang Xuan
1
-33
/
+24
2023-07-27
can: bcm: Fix UAF in bcm_proc_show()
YueHaibing
1
-6
/
+6
2023-07-05
can: isotp: isotp_sendmsg(): fix return error fix on TX path
Oliver Hartkopp
1
-2
/
+3
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-24
can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-05-24
can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-04-13
can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
Michal Sojka
1
-1
/
+16
2023-04-13
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
Oleksij Rempel
1
-1
/
+4
2023-04-05
can: j1939: prevent deadlock by moving j1939_sk_errqueue()
Oleksij Rempel
1
-2
/
+6
2023-04-05
can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
Ivan Orlov
1
-6
/
+10
2023-02-14
can: j1939: do not wait 250 ms if the same addr was already claimed
Devid Antonio Filoni
1
-0
/
+40
2023-02-09
can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
Ziyang Xuan
1
-4
/
+0
2022-12-14
can: af_can: fix NULL pointer dereference in can_rcv_filter
Oliver Hartkopp
1
-2
/
+2
2022-11-16
can: j1939: j1939_send_one(): fix missing CAN header initialization
Oliver Hartkopp
1
-0
/
+3
2022-11-16
can: af_can: fix NULL pointer dereference in can_rx_register()
Zhengchao Shao
1
-1
/
+1
2022-11-03
can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...
Yang Yingliang
1
-1
/
+3
2022-10-26
can: bcm: check the result of can_send() in bcm_can_tx()
Ziyang Xuan
1
-3
/
+4
2022-08-25
can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...
Fedor Pchelkin
1
-1
/
+4
2022-08-25
can: j1939: j1939_session_destroy(): fix memory leak of skbs
Fedor Pchelkin
1
-1
/
+7
2022-07-12
can: bcm: use call_rcu() instead of costly synchronize_rcu()
Oliver Hartkopp
1
-4
/
+14
2022-05-12
can: isotp: remove re-binding of bound socket
Oliver Hartkopp
1
-17
/
+5
2022-04-27
can: isotp: stop timeout monitoring when no first frame was sent
Oliver Hartkopp
1
-1
/
+9
2022-04-13
can: isotp: set default value for N_As to 50 micro seconds
Oliver Hartkopp
1
-1
/
+11
2022-04-08
can: isotp: restore accidentally removed MSG_PEEK feature
Oliver Hartkopp
1
-1
/
+1
2022-04-08
can: isotp: support MSG_TRUNC flag when reading from socket
Oliver Hartkopp
1
-12
/
+15
2022-04-08
can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
Oliver Hartkopp
1
-0
/
+4
2022-04-08
can: isotp: sanitize CAN ID checks in isotp_bind()
Oliver Hartkopp
1
-18
/
+20
2022-03-02
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
1
-1
/
+1
2022-02-16
can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
Oliver Hartkopp
1
-6
/
+9
2022-02-16
can: isotp: fix potential CAN frame reception race in isotp_rcv()
Oliver Hartkopp
1
-1
/
+13
2022-01-16
can: isotp: convert struct tpcon::{idx,len} to unsigned int
Marc Kleine-Budde
1
-2
/
+2
2021-11-18
can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
Zhang Changzhong
1
-0
/
+5
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-19
can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
Marc Kleine-Budde
1
-0
/
+3
2021-10-17
can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()
Ziyang Xuan
1
-15
/
+31
2021-10-17
can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()
Ziyang Xuan
1
-1
/
+3
2021-10-17
can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes
Zhang Changzhong
2
-0
/
+3
2021-10-17
can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...
Zhang Changzhong
1
-2
/
+5
2021-10-17
can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
Ziyang Xuan
1
-2
/
+5
2021-10-17
can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer
Ziyang Xuan
1
-3
/
+2
2021-08-05
net: Remove redundant if statements
Yajun Deng
1
-6
/
+2
2021-08-04
can: j1939: extend UAPI to notify about RX status
Oleksij Rempel
3
-34
/
+127
2021-08-04
can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*
Oleksij Rempel
3
-10
/
+10
2021-08-03
can: j1939: j1939_session_tx_dat(): fix typo
Marc Kleine-Budde
1
-1
/
+1
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+26
[next]