summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
2026-08-09can: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp
2026-08-09can: use skb hash instead of private variable in headroomOliver Hartkopp
2026-08-09can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} trackingTetsuo Handa
2026-08-09can: j1939: transport: j1939_session_fresh_new(): initialize receive bufferOleksij Rempel
2026-08-09can: isotp: check register_netdevice_notifier() error in module initMinhong He
2026-08-03can: j1939: fix lockless local-destination checkShuhao Fu
2026-08-03can: raw: add locking for raw flags bitfieldOliver Hartkopp
2026-08-03can: bcm: track a single source interface for ANYDEV timeout/throttle opsOliver Hartkopp
2026-08-03can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()Oliver Hartkopp
2026-08-03can: bcm: fix stale rx/tx ops after device removalOliver Hartkopp
2026-08-03can: bcm: add missing device refcount for CAN filter removalOliver Hartkopp
2026-08-03can: bcm: validate frame length in bcm_rx_setup() for RTR repliesOliver Hartkopp
2026-08-03can: bcm: extend bcm_tx_lock usage for data and timer updatesOliver Hartkopp
2026-08-03can: bcm: fix CAN frame rx/tx statisticsOliver Hartkopp
2026-08-03can: bcm: add locking when updating filter and timer valuesOliver 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: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAFLee Jones
2026-07-24can: isotp: serialize TX state transitions under so->rx_lockOliver Hartkopp
2026-07-24can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTEROliver Hartkopp
2026-07-24can: isotp: use unconditional synchronize_rcu() in isotp_release()Oliver Hartkopp
2026-04-22can: raw: fix ro->uniq use-after-free in raw_rcv()Samuel Page
2026-04-02can: isotp: fix tx.buf use-after-free in isotp_sendmsg()Oliver Hartkopp
2026-04-02can: gw: fix OOB heap access in cgw_csum_crc8_rel()Ali Norouzi
2026-04-02can: statistics: add missing atomic access in hot pathOliver Hartkopp
2026-03-12can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp
2026-01-23net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa
2026-01-17can: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa
2026-01-02can: j1939: make j1939_sk_bind() fail if device is no longer registeredTetsuo Handa
2025-10-13can: j1939: add missing calls in NETDEV_UNREGISTER notification handlerTetsuo Handa
2025-09-23can: annotate mtu accesses with READ_ONCE()Vincent Mailhol
2025-09-19can: raw: reorder struct raw_sock's members to optimise packingVincent Mailhol
2025-09-19can: raw: use bitfields to store flags in struct raw_sockVincent Mailhol
2025-09-19can: raw: reorder struct uniqframe's members to optimise packingVincent Mailhol
2025-09-10can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa
2025-09-10can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa
2025-09-10can: j1939: implement NETDEV_UNREGISTER notification handlerTetsuo Handa
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-10can: add drop reasons in CAN protocols receive pathDavide Caratti
2025-06-10can: add drop reasons in the receive path of AF_CANDavide Caratti
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-19can: bcm: add missing rcu read protection for procfs contentOliver Hartkopp
2025-05-19can: bcm: add locking for bcm_op runtime updatesOliver Hartkopp
2025-05-06can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp
2025-04-15can: fix missing decrement of j1939_proto.inuse_idxDavide Caratti
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-14can: add protocol counter for AF_CAN socketsDavide Caratti