index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
Oleksij Rempel
2
-4
/
+19
2023-11-08
can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior
Lukas Magel
1
-11
/
+8
2023-11-08
can: isotp: isotp_bind(): do not validate unused address information
Oliver Hartkopp
1
-12
/
+17
2023-11-08
can: isotp: add local echo tx processing and tx without FC
Oliver Hartkopp
1
-144
/
+254
2023-11-08
can: isotp: handle wait_event_interruptible() return values
Oliver Hartkopp
1
-0
/
+4
2023-11-08
can: isotp: check CAN address family in isotp_bind()
Oliver Hartkopp
1
-0
/
+3
2023-11-08
can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting
Oliver Hartkopp
1
-0
/
+5
2023-11-08
can: isotp: set max PDU size to 64 kByte
Oliver Hartkopp
1
-2
/
+2
2023-11-08
can: isotp: Add error message if txqueuelen is too small
Patrick Menschel
1
-2
/
+4
2023-11-08
can: isotp: add symbolic error message to isotp_module_init()
Patrick Menschel
1
-1
/
+1
2023-11-08
can: isotp: change error format from decimal to symbolic error names
Patrick Menschel
1
-6
/
+6
2023-07-27
can: bcm: Fix UAF in bcm_proc_show()
YueHaibing
1
-6
/
+6
2023-07-27
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-30
can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-05-30
can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-04-20
can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
Michal Sojka
1
-1
/
+16
2023-04-20
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
Oleksij Rempel
1
-1
/
+4
2023-04-05
can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
Ivan Orlov
1
-6
/
+10
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-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_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
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-02-23
can: isotp: add SF_BROADCAST support for functional addressing
Oliver Hartkopp
1
-14
/
+36
2022-02-23
can: isotp: prevent race between isotp_bind() and isotp_setsockopt()
Norbert Slusarek
1
-4
/
+17
2022-02-16
can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
Oliver Hartkopp
1
-5
/
+8
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-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: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()
Ziyang Xuan
1
-13
/
+27
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
[next]