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: raw: add locking for raw flags bitfieldOliver Hartkopp1-36/+30
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: serialize TX state transitions under so->rx_lockOliver Hartkopp1-42/+160
2026-07-24can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTEROliver Hartkopp1-28/+59
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-12can: 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
2026-01-02can: j1939: make j1939_sk_bind() fail if device is no longer registeredTetsuo Handa1-0/+6
2025-10-13can: j1939: add missing calls in NETDEV_UNREGISTER notification handlerTetsuo Handa1-0/+2
2025-09-23can: annotate mtu accesses with READ_ONCE()Vincent Mailhol3-3/+3
2025-09-19can: raw: reorder struct raw_sock's members to optimise packingVincent Mailhol1-2/+2
2025-09-19can: raw: use bitfields to store flags in struct raw_sockVincent Mailhol1-24/+35
2025-09-19can: raw: reorder struct uniqframe's members to optimise packingVincent Mailhol1-1/+1
2025-09-10can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa1-1/+4
2025-09-10can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa1-0/+3
2025-09-10can: j1939: implement NETDEV_UNREGISTER notification handlerTetsuo Handa3-0/+53
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-06-10can: add drop reasons in CAN protocols receive pathDavide Caratti4-8/+12
2025-06-10can: add drop reasons in the receive path of AF_CANDavide Caratti1-3/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-19can: bcm: add missing rcu read protection for procfs contentOliver Hartkopp1-4/+9
2025-05-19can: bcm: add locking for bcm_op runtime updatesOliver Hartkopp1-21/+45
2025-05-06can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp1-59/+90
2025-04-15can: fix missing decrement of j1939_proto.inuse_idxDavide Caratti1-0/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-2/+9
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-26/+16
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-31/+39
2025-03-14can: add protocol counter for AF_CAN socketsDavide Caratti4-1/+8