summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
10 dayscan: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp
10 dayscan: use skb hash instead of private variable in headroomOliver Hartkopp
2026-08-19can: j1939: transport: j1939_session_fresh_new(): initialize receive bufferOleksij Rempel
2026-08-19can: isotp: check register_netdevice_notifier() error in module initMinhong He
2026-08-19can: bcm: track a single source interface for ANYDEV timeout/throttle opsOliver Hartkopp
2026-08-19can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()Oliver Hartkopp
2026-08-19can: bcm: fix stale rx/tx ops after device removalOliver Hartkopp
2026-08-19can: bcm: add missing device refcount for CAN filter removalOliver Hartkopp
2026-08-19can: bcm: validate frame length in bcm_rx_setup() for RTR repliesOliver Hartkopp
2026-08-19can: bcm: extend bcm_tx_lock usage for data and timer updatesOliver Hartkopp
2026-08-19can: bcm: fix CAN frame rx/tx statisticsOliver Hartkopp
2026-08-19can: bcm: add locking when updating filter and timer valuesOliver Hartkopp
2026-08-19can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAFLee Jones
2026-08-19can: j1939: fix lockless local-destination checkShuhao Fu
2026-08-19can: isotp: serialize TX state transitions under so->rx_lockOliver Hartkopp
2026-08-19can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTEROliver Hartkopp
2026-07-24can: bcm: add missing rcu list annotations and operationsOliver Hartkopp
2026-07-24can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failureOliver Hartkopp
2026-07-24can: isotp: use unconditional synchronize_rcu() in isotp_release()Oliver Hartkopp
2026-06-19net: Remove redundant if statementsYajun Deng
2026-06-01can: raw: fix ro->uniq use-after-free in raw_rcv()Samuel Page
2026-04-18can: gw: fix OOB heap access in cgw_csum_crc8_rel()Ali Norouzi
2026-04-18can: statistics: add missing atomic access in hot pathOliver Hartkopp
2026-04-18can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp
2026-02-06net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa
2026-01-19can: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa
2025-10-02can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa
2025-10-02can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa
2025-06-04can: bcm: add missing rcu read protection for procfs contentOliver Hartkopp
2025-06-04can: bcm: add locking for bcm_op runtime updatesOliver Hartkopp
2025-06-04can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp
2025-06-04can: gw: use call_rcu() instead of costly synchronize_rcu()Eric Dumazet
2025-04-10can: statistics: use atomic access in hot pathOliver Hartkopp
2025-03-13can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl
2024-12-14net: af_can: do not leave a dangling sk pointer in can_create()Ignat Korchagin
2024-12-14can: j1939: j1939_session_new(): fix skb reference countingDmitry Antipov
2024-10-17can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima
2024-10-17can: j1939: use correct function name in commentZhang Changzhong
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima
2024-07-05net: can: j1939: enhanced error handling for tightly received RTS messages in...Oleksij Rempel
2024-07-05net: can: j1939: recover socket queue on CAN bus error during BAM transmissionOleksij Rempel
2024-07-05net: can: j1939: Initialize unused data in j1939_send_one()Shigeru Yoshida
2024-02-23can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel
2023-11-08can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel
2023-11-08can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp
2023-11-08can: isotp: add local echo tx processing and tx without FCOliver Hartkopp
2023-11-08can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp
2023-11-08can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp
2023-11-08can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp
2023-11-08can: isotp: set max PDU size to 64 kByteOliver Hartkopp