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
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
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
2 days
can: isotp: fix tx.buf use-after-free in isotp_sendmsg()
Oliver Hartkopp
1
-6
/
+18
2 days
can: gw: fix OOB heap access in cgw_csum_crc8_rel()
Ali Norouzi
1
-3
/
+3
2 days
can: statistics: add missing atomic access in hot path
Oliver Hartkopp
3
-4
/
+5
10 days
can: bcm: fix locking for bcm_op runtime updates
Oliver Hartkopp
1
-0
/
+1
2026-01-30
net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...
Tetsuo Handa
1
-1
/
+9
2026-01-17
can: j1939: make j1939_session_activate() fail if device is no longer registered
Tetsuo Handa
1
-0
/
+2
2025-09-19
can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...
Tetsuo Handa
1
-1
/
+4
2025-09-19
can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...
Tetsuo Handa
1
-0
/
+3
2025-06-04
can: bcm: add missing rcu read protection for procfs content
Oliver Hartkopp
1
-4
/
+9
2025-06-04
can: bcm: add locking for bcm_op runtime updates
Oliver Hartkopp
1
-21
/
+45
2025-05-18
can: gw: fix RCU/BH usage in cgw_create_job()
Oliver Hartkopp
1
-59
/
+90
2025-04-10
can: statistics: use atomic access in hot path
Oliver Hartkopp
3
-31
/
+39
2025-02-21
can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...
Alexander Hölzl
2
-4
/
+5
2024-12-14
net: af_can: do not leave a dangling sk pointer in can_create()
Ignat Korchagin
1
-0
/
+1
2024-12-14
can: j1939: j1939_session_new(): fix skb reference counting
Dmitry Antipov
1
-1
/
+1
2024-10-04
can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().
Kuniyuki Iwashima
1
-1
/
+3
2024-10-04
can: j1939: use correct function name in comment
Zhang Changzhong
1
-4
/
+4
2024-09-12
can: bcm: Remove proc entry when dev is unregistered.
Kuniyuki Iwashima
1
-0
/
+4
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
2024-02-23
can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
Ziqi Zhao
3
-14
/
+14
2023-10-06
can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior
Lukas Magel
1
-11
/
+8
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
1
-4
/
+6
2023-08-22
can: raw: add missing refcount for memory leak fix
Oliver Hartkopp
1
-9
/
+26
2023-08-22
can: isotp: fix support for transmission of SF without flow control
Oliver Hartkopp
1
-15
/
+7
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-1
/
+1
2023-07-20
can: raw: fix lockdep issue in raw_release()
Eric Dumazet
1
-2
/
+3
2023-07-17
can: bcm: Fix UAF in bcm_proc_show()
YueHaibing
1
-6
/
+6
2023-07-17
can: raw: fix receiver memory leak
Ziyang Xuan
1
-33
/
+24
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
4
-4
/
+0
2023-06-22
can: isotp: isotp_sendmsg(): fix return error fix on TX path
Oliver Hartkopp
1
-2
/
+3
2023-06-05
can: j1939: avoid possible use-after-free when j1939_can_rx_register fails
Fedor Pchelkin
1
-1
/
+3
2023-06-05
can: j1939: change j1939_netdev_lock type to mutex
Fedor Pchelkin
1
-11
/
+11
2023-06-05
can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...
Oleksij Rempel
1
-0
/
+5
2023-05-15
can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-05-15
can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag
Oliver Hartkopp
1
-1
/
+1
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-27
/
+52
2023-04-05
Merge tag 'linux-can-next-for-6.4-20230404-2' of git://git.kernel.org/pub/scm...
Jakub Kicinski
1
-9
/
+56
2023-04-05
can: isotp: fix race between isotp_sendsmg() and isotp_release()
Oliver Hartkopp
1
-24
/
+31
2023-04-05
can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
Michal Sojka
1
-1
/
+16
2023-04-05
can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos
Oliver Hartkopp
1
-1
/
+1
2023-04-05
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
Oleksij Rempel
1
-1
/
+4
2023-03-28
can: isotp: add module parameter for maximum pdu size
Oliver Hartkopp
1
-9
/
+56
2023-03-27
can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
Ivan Orlov
1
-6
/
+10
2023-03-27
can: j1939: prevent deadlock by moving j1939_sk_errqueue()
Oleksij Rempel
1
-2
/
+6
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+40
2023-02-08
can: raw: use temp variable instead of rolling back config
Oliver Hartkopp
1
-5
/
+6
[next]