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.19.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-7.0.y
linux-7.1.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
8 days
can: isotp: fix timer drain order, wakeup handling and tx_gen ordering
Oliver Hartkopp
1
-87
/
+230
8 days
can: use skb hash instead of private variable in headroom
Oliver Hartkopp
6
-15
/
+14
8 days
can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking
Tetsuo Handa
4
-4
/
+11
8 days
can: j1939: transport: j1939_session_fresh_new(): initialize receive buffer
Oleksij Rempel
1
-1
/
+1
8 days
can: isotp: check register_netdevice_notifier() error in module init
Minhong He
1
-4
/
+9
2026-08-03
can: j1939: fix lockless local-destination check
Shuhao Fu
1
-4
/
+14
2026-08-03
can: isotp: serialize TX state transitions under so->rx_lock
Oliver Hartkopp
1
-38
/
+154
2026-08-03
can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER
Oliver Hartkopp
1
-29
/
+59
2026-08-03
can: bcm: track a single source interface for ANYDEV timeout/throttle ops
Oliver Hartkopp
1
-5
/
+44
2026-08-03
can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
Oliver Hartkopp
1
-5
/
+8
2026-08-03
can: bcm: fix stale rx/tx ops after device removal
Oliver Hartkopp
1
-10
/
+44
2026-08-03
can: bcm: add missing device refcount for CAN filter removal
Oliver Hartkopp
1
-20
/
+24
2026-08-03
can: bcm: validate frame length in bcm_rx_setup() for RTR replies
Oliver Hartkopp
1
-18
/
+41
2026-08-03
can: bcm: extend bcm_tx_lock usage for data and timer updates
Oliver Hartkopp
1
-29
/
+75
2026-08-03
can: bcm: fix CAN frame rx/tx statistics
Oliver Hartkopp
1
-23
/
+46
2026-08-03
can: bcm: add locking when updating filter and timer values
Oliver Hartkopp
1
-43
/
+133
2026-07-24
can: bcm: add missing rcu list annotations and operations
Oliver Hartkopp
1
-9
/
+16
2026-07-24
can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
Oliver Hartkopp
1
-14
/
+51
2026-07-24
can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
Lee Jones
1
-3
/
+34
2026-07-24
can: isotp: use unconditional synchronize_rcu() in isotp_release()
Oliver Hartkopp
1
-1
/
+8
2026-04-22
can: raw: fix ro->uniq use-after-free in raw_rcv()
Samuel Page
1
-1
/
+10
2026-04-02
can: isotp: fix tx.buf use-after-free in isotp_sendmsg()
Oliver Hartkopp
1
-6
/
+18
2026-04-02
can: gw: fix OOB heap access in cgw_csum_crc8_rel()
Ali Norouzi
1
-3
/
+3
2026-04-02
can: statistics: add missing atomic access in hot path
Oliver Hartkopp
3
-4
/
+5
2026-03-13
can: bcm: fix locking for bcm_op runtime updates
Oliver Hartkopp
1
-0
/
+1
2026-01-23
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-05-29
can: bcm: add missing rcu read protection for procfs content
Oliver Hartkopp
1
-4
/
+9
2025-05-29
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-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2024-09-12
can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().
Kuniyuki Iwashima
1
-1
/
+3
2024-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2024-08-30
can: j1939: use correct function name in comment
Zhang Changzhong
1
-4
/
+4
2024-08-06
can: bcm: Remove proc entry when dev is unregistered.
Kuniyuki Iwashima
1
-0
/
+4
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+20
2024-06-21
net: can: j1939: recover socket queue on CAN bus error during BAM transmission
Oleksij Rempel
1
-0
/
+2
2024-06-21
net: can: j1939: Initialize unused data in j1939_send_one()
Shigeru Yoshida
1
-5
/
+1
2024-06-21
net: can: j1939: enhanced error handling for tightly received RTS messages in...
Oleksij Rempel
1
-2
/
+17
2024-06-20
can: isotp: remove ISO 15675-2 specification version where possible
Oliver Hartkopp
2
-11
/
+11
2024-02-20
Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...
Paolo Abeni
1
-6
/
+11
2024-02-20
can: raw: raw_getsockopt(): reduce scope of err
Marc Kleine-Budde
1
-5
/
+8
2024-02-20
can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTS
Oliver Hartkopp
1
-1
/
+3
2024-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-18
/
+33
[next]