summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)AuthorFilesLines
8 dayscan: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp1-87/+230
8 dayscan: use skb hash instead of private variable in headroomOliver Hartkopp6-15/+14
8 dayscan: j1939: use netdevice_tracker for j1939_{priv,session,ecu} trackingTetsuo Handa4-4/+11
8 dayscan: j1939: transport: j1939_session_fresh_new(): initialize receive bufferOleksij Rempel1-1/+1
8 dayscan: isotp: check register_netdevice_notifier() error in module initMinhong He1-4/+9
2026-08-03can: j1939: fix lockless local-destination checkShuhao Fu1-4/+14
2026-08-03can: isotp: serialize TX state transitions under so->rx_lockOliver Hartkopp1-38/+154
2026-08-03can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTEROliver Hartkopp1-29/+59
2026-08-03can: bcm: track a single source interface for ANYDEV timeout/throttle opsOliver Hartkopp1-5/+44
2026-08-03can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()Oliver Hartkopp1-5/+8
2026-08-03can: bcm: fix stale rx/tx ops after device removalOliver Hartkopp1-10/+44
2026-08-03can: bcm: add missing device refcount for CAN filter removalOliver Hartkopp1-20/+24
2026-08-03can: bcm: validate frame length in bcm_rx_setup() for RTR repliesOliver Hartkopp1-18/+41
2026-08-03can: bcm: extend bcm_tx_lock usage for data and timer updatesOliver Hartkopp1-29/+75
2026-08-03can: bcm: fix CAN frame rx/tx statisticsOliver Hartkopp1-23/+46
2026-08-03can: bcm: add locking when updating filter and timer valuesOliver Hartkopp1-43/+133
2026-07-24can: bcm: add missing rcu list annotations and operationsOliver Hartkopp1-9/+16
2026-07-24can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failureOliver Hartkopp1-14/+51
2026-07-24can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAFLee Jones1-3/+34
2026-07-24can: isotp: use unconditional synchronize_rcu() in isotp_release()Oliver Hartkopp1-1/+8
2026-04-22can: raw: fix ro->uniq use-after-free in raw_rcv()Samuel Page1-1/+10
2026-04-02can: isotp: fix tx.buf use-after-free in isotp_sendmsg()Oliver Hartkopp1-6/+18
2026-04-02can: gw: fix OOB heap access in cgw_csum_crc8_rel()Ali Norouzi1-3/+3
2026-04-02can: statistics: add missing atomic access in hot pathOliver Hartkopp3-4/+5
2026-03-13can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp1-0/+1
2026-01-23net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa1-1/+9
2026-01-17can: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa1-0/+2
2025-09-19can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa1-1/+4
2025-09-19can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa1-0/+3
2025-05-29can: bcm: add missing rcu read protection for procfs contentOliver Hartkopp1-4/+9
2025-05-29can: bcm: add locking for bcm_op runtime updatesOliver Hartkopp1-21/+45
2025-05-18can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp1-59/+90
2025-04-10can: statistics: use atomic access in hot pathOliver Hartkopp3-31/+39
2025-02-21can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl2-4/+5
2024-12-14net: af_can: do not leave a dangling sk pointer in can_create()Ignat Korchagin1-0/+1
2024-12-14can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov1-1/+1
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-09-12can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima1-1/+3
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-08-30can: j1939: use correct function name in commentZhang Changzhong1-4/+4
2024-08-06can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima1-0/+4
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+20
2024-06-21net: can: j1939: recover socket queue on CAN bus error during BAM transmissionOleksij Rempel1-0/+2
2024-06-21net: can: j1939: Initialize unused data in j1939_send_one()Shigeru Yoshida1-5/+1
2024-06-21net: can: j1939: enhanced error handling for tightly received RTS messages in...Oleksij Rempel1-2/+17
2024-06-20can: isotp: remove ISO 15675-2 specification version where possibleOliver Hartkopp2-11/+11
2024-02-20Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...Paolo Abeni1-6/+11
2024-02-20can: raw: raw_getsockopt(): reduce scope of errMarc Kleine-Budde1-5/+8
2024-02-20can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTSOliver Hartkopp1-1/+3
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-18/+33