summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)AuthorFilesLines
6 dayscan: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp1-87/+230
6 dayscan: use skb hash instead of private variable in headroomOliver Hartkopp6-15/+14
14 dayscan: j1939: use netdevice_tracker for j1939_{priv,session,ecu} trackingTetsuo Handa4-4/+11
14 dayscan: j1939: transport: j1939_session_fresh_new(): initialize receive bufferOleksij Rempel1-1/+1
14 dayscan: isotp: check register_netdevice_notifier() error in module initMinhong He1-4/+9
14 dayscan: j1939: fix lockless local-destination checkShuhao Fu1-4/+14
14 dayscan: isotp: serialize TX state transitions under so->rx_lockOliver Hartkopp1-38/+154
14 dayscan: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTEROliver Hartkopp1-29/+59
14 dayscan: bcm: track a single source interface for ANYDEV timeout/throttle opsOliver Hartkopp1-5/+44
14 dayscan: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()Oliver Hartkopp1-5/+8
14 dayscan: bcm: fix stale rx/tx ops after device removalOliver Hartkopp1-10/+44
14 dayscan: bcm: add missing device refcount for CAN filter removalOliver Hartkopp1-20/+24
14 dayscan: bcm: validate frame length in bcm_rx_setup() for RTR repliesOliver Hartkopp1-18/+41
14 dayscan: bcm: extend bcm_tx_lock usage for data and timer updatesOliver Hartkopp1-29/+75
14 dayscan: bcm: fix CAN frame rx/tx statisticsOliver Hartkopp1-22/+45
14 dayscan: 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-06-01can: raw: fix ro->uniq use-after-free in raw_rcv()Samuel Page1-1/+10
2026-04-11can: gw: fix OOB heap access in cgw_csum_crc8_rel()Ali Norouzi1-3/+3
2026-04-11can: statistics: add missing atomic access in hot pathOliver Hartkopp3-4/+5
2026-03-25can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp1-0/+1
2026-02-06net: 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-06-04can: bcm: add missing rcu read protection for procfs contentOliver Hartkopp1-4/+9
2025-06-04can: 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-10-17can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima1-1/+3
2024-10-17can: j1939: use correct function name in commentZhang Changzhong1-4/+4
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima1-0/+4
2024-07-05net: can: j1939: enhanced error handling for tightly received RTS messages in...Oleksij Rempel1-2/+17
2024-07-05net: can: j1939: recover socket queue on CAN bus error during BAM transmissionOleksij Rempel1-0/+2
2024-07-05net: can: j1939: Initialize unused data in j1939_send_one()Shigeru Yoshida1-5/+1
2024-02-23can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel2-4/+19
2024-02-23can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao3-14/+14
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet1-4/+6
2024-01-10can: raw: add support for SO_MARKMarc Kleine-Budde1-0/+1
2023-10-20can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel1-11/+8
2023-08-30can: raw: add missing refcount for memory leak fixOliver Hartkopp1-9/+26
2023-08-30can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp1-15/+7
2023-08-30can: raw: fix lockdep issue in raw_release()Eric Dumazet1-2/+3
2023-08-30can: raw: fix receiver memory leakZiyang Xuan1-33/+24