Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2025-09-23 05:40:54 to 2025-09-26 13:30:46 UTC [more...]

[PATCH v5 0/6] can: mcp251xfd: add gpio functionality
 2025-09-26 13:30 UTC  (4+ messages)
` [PATCH v5 1/6] can: mcp251xfd: move chip sleep mode into runtime pm
` [PATCH v5 2/6] can: mcp251xfd: utilize gather_write function for all non-CRC writes
` [PATCH v5 3/6] can: mcp251xfd: add workaround for errata 5

[PATCH] can: peak_usb: align variable declaration and usage
 2025-09-26 12:42 UTC 

[PATCH] can: peak_usb: fix shift-out-of-bounds issue for 32-bit architectures
 2025-09-26  7:26 UTC  (2+ messages)

[PATCH v3 0/3] can: esd_usb: Fixes
 2025-09-26  1:35 UTC  (6+ messages)
` [PATCH v3 1/3] can: esd_usb: Fix not detecting version reply in probe routine
` [PATCH v3 2/3] can: esd_usb: Fix handling of TX context objects
` [PATCH v3 3/3] can: esd_usb: Add watermark handling for TX jobs

[PATCH iproute2-next 0/3] iplink_can: fix checkpatch.pl warnings
 2025-09-25 16:40 UTC  (2+ messages)

[PATCH net-next 0/48] pull-request: can-next 2025-09-24
 2025-09-25 12:53 UTC  (61+ messages)
` [PATCH net-next 01/48] can: m_can: use us_to_ktime() where appropriate
` [PATCH net-next 02/48] MAINTAINERS: update Vincent Mailhol's email address
` [PATCH net-next 03/48] can: dev: sort includes by alphabetical order
` [PATCH net-next 04/48] can: peak: Modification of references to email accounts being deleted
` [PATCH net-next 05/48] can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4
` [PATCH net-next 06/48] can: rcar_canfd: Update RCANFD_CFG_* macros
` [PATCH net-next 07/48] can: rcar_canfd: Simplify nominal bit rate config
` [PATCH net-next 08/48] can: rcar_canfd: Simplify data "
` [PATCH net-next 09/48] can: rcar_can: Consistently use ndev for net_device pointers
` [PATCH net-next 10/48] can: rcar_can: Add helper variable dev to rcar_can_probe()
` [PATCH net-next 11/48] can: rcar_can: Convert to Runtime PM
` [PATCH net-next 12/48] can: rcar_can: Convert to BIT()
` [PATCH net-next 13/48] can: rcar_can: Convert to GENMASK()
` [PATCH net-next 14/48] can: rcar_can: CTLR bitfield conversion
` [PATCH net-next 15/48] can: rcar_can: TFCR "
` [PATCH net-next 16/48] can: rcar_can: BCR "
` [PATCH net-next 17/48] can: rcar_can: Mailbox "
` [PATCH net-next 18/48] can: rcar_can: Do not print alloc_candev() failures
` [PATCH net-next 19/48] can: rcar_can: Convert to %pe
` [PATCH net-next 20/48] can: esd_usb: Rework display of error messages
` [PATCH net-next 21/48] can: esd_usb: Avoid errors triggered from USB disconnect
` [PATCH net-next 22/48] can: raw: reorder struct uniqframe's members to optimise packing
` [PATCH net-next 23/48] can: raw: use bitfields to store flags in struct raw_sock
` [PATCH net-next 24/48] can: raw: reorder struct raw_sock's members to optimise packing
` [PATCH net-next 25/48] can: annotate mtu accesses with READ_ONCE()
` [PATCH net-next 26/48] can: dev: turn can_set_static_ctrlmode() into a non-inline function
` [PATCH net-next 27/48] can: populate the minimum and maximum MTU values
` [PATCH net-next 28/48] can: enable CAN XL for virtual CAN devices by default
` [PATCH net-next 29/48] can: dev: move struct data_bittiming_params to linux/can/bittiming.h
` [PATCH net-next 30/48] can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.h
` [PATCH net-next 31/48] can: netlink: document which symbols are FD specific
` [PATCH net-next 32/48] can: netlink: refactor can_validate_bittiming()
` [PATCH net-next 33/48] can: netlink: add can_validate_tdc()
` [PATCH net-next 34/48] can: netlink: add can_validate_databittiming()
` [PATCH net-next 35/48] can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
` [PATCH net-next 36/48] can: netlink: remove useless check in can_tdc_changelink()
` [PATCH net-next 37/48] can: netlink: make can_tdc_changelink() FD agnostic
` [PATCH net-next 38/48] can: netlink: add can_dtb_changelink()
` [PATCH net-next 39/48] can: netlink: add can_ctrlmode_changelink()
` [PATCH net-next 40/48] can: netlink: make can_tdc_get_size() FD agnostic
` [PATCH net-next 41/48] can: netlink: add can_data_bittiming_get_size()
` [PATCH net-next 42/48] can: netlink: add can_bittiming_fill_info()
` [PATCH net-next 43/48] can: netlink: add can_bittiming_const_fill_info()
` [PATCH net-next 44/48] can: netlink: add can_bitrate_const_fill_info()
` [PATCH net-next 45/48] can: netlink: make can_tdc_fill_info() FD agnostic
` [PATCH net-next 46/48] can: calc_bittiming: make can_calc_tdco() "
` [PATCH net-next 47/48] can: dev: add can_get_ctrlmode_str()
` [PATCH net-next 48/48] can: netlink: add userland error messages
` [syzbot ci] Re: pull-request: can-next 2025-09-24
  ` [PATCH] can: dev: fix out-of-bound read in can_set_default_mtu()

[PATCH net-next 0/48] pull-request: can-next 2025-09-25
 2025-09-25 12:08 UTC  (49+ messages)
` [PATCH net-next 01/48] can: m_can: use us_to_ktime() where appropriate
` [PATCH net-next 02/48] MAINTAINERS: update Vincent Mailhol's email address
` [PATCH net-next 03/48] can: dev: sort includes by alphabetical order
` [PATCH net-next 04/48] can: peak: Modification of references to email accounts being deleted
` [PATCH net-next 05/48] can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4
` [PATCH net-next 06/48] can: rcar_canfd: Update RCANFD_CFG_* macros
` [PATCH net-next 07/48] can: rcar_canfd: Simplify nominal bit rate config
` [PATCH net-next 08/48] can: rcar_canfd: Simplify data "
` [PATCH net-next 09/48] can: rcar_can: Consistently use ndev for net_device pointers
` [PATCH net-next 10/48] can: rcar_can: Add helper variable dev to rcar_can_probe()
` [PATCH net-next 11/48] can: rcar_can: Convert to Runtime PM
` [PATCH net-next 12/48] can: rcar_can: Convert to BIT()
` [PATCH net-next 13/48] can: rcar_can: Convert to GENMASK()
` [PATCH net-next 14/48] can: rcar_can: CTLR bitfield conversion
` [PATCH net-next 15/48] can: rcar_can: TFCR "
` [PATCH net-next 16/48] can: rcar_can: BCR "
` [PATCH net-next 17/48] can: rcar_can: Mailbox "
` [PATCH net-next 18/48] can: rcar_can: Do not print alloc_candev() failures
` [PATCH net-next 19/48] can: rcar_can: Convert to %pe
` [PATCH net-next 20/48] can: esd_usb: Rework display of error messages
` [PATCH net-next 21/48] can: esd_usb: Avoid errors triggered from USB disconnect
` [PATCH net-next 22/48] can: raw: reorder struct uniqframe's members to optimise packing
` [PATCH net-next 23/48] can: raw: use bitfields to store flags in struct raw_sock
` [PATCH net-next 24/48] can: raw: reorder struct raw_sock's members to optimise packing
` [PATCH net-next 25/48] can: annotate mtu accesses with READ_ONCE()
` [PATCH net-next 26/48] can: dev: turn can_set_static_ctrlmode() into a non-inline function
` [PATCH net-next 27/48] can: populate the minimum and maximum MTU values
` [PATCH net-next 28/48] can: enable CAN XL for virtual CAN devices by default
` [PATCH net-next 29/48] can: dev: move struct data_bittiming_params to linux/can/bittiming.h
` [PATCH net-next 30/48] can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.h
` [PATCH net-next 31/48] can: netlink: document which symbols are FD specific
` [PATCH net-next 32/48] can: netlink: refactor can_validate_bittiming()
` [PATCH net-next 33/48] can: netlink: add can_validate_tdc()
` [PATCH net-next 34/48] can: netlink: add can_validate_databittiming()
` [PATCH net-next 35/48] can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
` [PATCH net-next 36/48] can: netlink: remove useless check in can_tdc_changelink()
` [PATCH net-next 37/48] can: netlink: make can_tdc_changelink() FD agnostic
` [PATCH net-next 38/48] can: netlink: add can_dtb_changelink()
` [PATCH net-next 39/48] can: netlink: add can_ctrlmode_changelink()
` [PATCH net-next 40/48] can: netlink: make can_tdc_get_size() FD agnostic
` [PATCH net-next 41/48] can: netlink: add can_data_bittiming_get_size()
` [PATCH net-next 42/48] can: netlink: add can_bittiming_fill_info()
` [PATCH net-next 43/48] can: netlink: add can_bittiming_const_fill_info()
` [PATCH net-next 44/48] can: netlink: add can_bitrate_const_fill_info()
` [PATCH net-next 45/48] can: netlink: make can_tdc_fill_info() FD agnostic
` [PATCH net-next 46/48] can: calc_bittiming: make can_calc_tdco() "
` [PATCH net-next 47/48] can: dev: add can_get_ctrlmode_str()
` [PATCH net-next 48/48] can: netlink: add userland error messages

[PATCH] can: j1939: close theoretical race window in j1939_sk_netdev_event_unregister()
 2025-09-24 14:16 UTC 

[PATCH net 0/10] pull-request: can 2025-09-22
 2025-09-24 14:12 UTC  (10+ messages)
` [PATCH net 08/10] can: esd_usb: Fix not detecting version reply in probe routine
` [PATCH net 09/10] can: esd_usb: Fix handling of TX context objects

[PATCH net 0/7] pull-request: can 2025-09-23
 2025-09-24  9:03 UTC  (11+ messages)
` [PATCH net 1/7] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
  ` [PATCH net 1/7] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled: manual merge
` [PATCH net 2/7] can: rcar_canfd: Fix controller mode setting
` [PATCH net 3/7] can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow
` [PATCH net 4/7] can: hi311x: "
` [PATCH net 5/7] can: sun4i_can: "
` [PATCH net 6/7] can: mcba_usb: "
` [PATCH net 7/7] can: peak_usb: fix shift-out-of-bounds issue

[PATCH v3 00/20] can: netlink: preparation before introduction of CAN XL step 3/3
 2025-09-23 17:54 UTC  (20+ messages)
` [PATCH v3 05/20] can: netlink: add can_validate_tdc()
` [PATCH v3 06/20] can: netlink: add can_validate_databittiming()
` [PATCH v3 07/20] can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
` [PATCH v3 08/20] can: netlink: remove useless check in can_tdc_changelink()
` [PATCH v3 09/20] can: netlink: make can_tdc_changelink() FD agnostic
` [PATCH v3 10/20] can: netlink: add can_dtb_changelink()
` [PATCH v3 11/20] can: netlink: add can_ctrlmode_changelink()
` [PATCH v3 12/20] can: netlink: make can_tdc_get_size() FD agnostic
` [PATCH v3 13/20] can: netlink: add can_data_bittiming_get_size()
` [PATCH v3 14/20] can: netlink: add can_bittiming_fill_info()
` [PATCH v3 15/20] can: netlink: add can_bittiming_const_fill_info()
` [PATCH v3 16/20] can: netlink: add can_bitrate_const_fill_info()
` [PATCH v3 17/20] can: netlink: make can_tdc_fill_info() FD agnostic
` [PATCH v3 18/20] can: calc_bittiming: make can_calc_tdco() "
` [PATCH v3 19/20] can: dev: add can_get_ctrlmode_str()
` [PATCH v3 20/20] can: netlink: add userland error messages

[PATCH v3 0/6] can: m_can: fix pm_runtime and CAN state handling
 2025-09-23 12:09 UTC  (9+ messages)
` [PATCH v3 1/6] can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()
` [PATCH v3 2/6] can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Active
` [PATCH v3 3/6] can: m_can: m_can_chip_config(): bring up interface in correct state
` [PATCH v3 4/6] can: m_can: fix CAN state in system PM
` [PATCH v3 5/6] can: m_can: m_can_get_berr_counter(): don't wake up controller if interface is down
` [PATCH v3 6/6] can: m_can: add optional support for reset

[PATCH v2 00/20] can: netlink: preparation before introduction of CAN XL step 2/2
 2025-09-23  9:36 UTC  (9+ messages)
` [PATCH v2 07/20] can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic

[PATCH v2] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
 2025-09-23  9:14 UTC  (2+ messages)

[PATCH v3 0/4] can: rework the CAN MTU logic (CAN XL preparation step 2/3)
 2025-09-23  9:10 UTC  (6+ messages)
` [PATCH v3 1/4] can: annotate mtu accesses with READ_ONCE()
` [PATCH v3 2/4] can: dev: turn can_set_static_ctrlmode() into a non-inline function
` [PATCH v3 3/4] can: populate the minimum and maximum MTU values
` [PATCH v3 4/4] can: enable CAN XL for virtual CAN devices by default

[PATCH v4 00/20] can: netlink: preparation before introduction of CAN XL step 3/3
 2025-09-23  9:09 UTC  (22+ messages)
` [PATCH v4 01/20] can: dev: move struct data_bittiming_params to linux/can/bittiming.h
` [PATCH v4 02/20] can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.h
` [PATCH v4 03/20] can: netlink: document which symbols are FD specific
` [PATCH v4 04/20] can: netlink: refactor can_validate_bittiming()
` [PATCH v4 05/20] can: netlink: add can_validate_tdc()
` [PATCH v4 06/20] can: netlink: add can_validate_databittiming()
` [PATCH v4 07/20] can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
` [PATCH v4 08/20] can: netlink: remove useless check in can_tdc_changelink()
` [PATCH v4 09/20] can: netlink: make can_tdc_changelink() FD agnostic
` [PATCH v4 10/20] can: netlink: add can_dtb_changelink()
` [PATCH v4 11/20] can: netlink: add can_ctrlmode_changelink()
` [PATCH v4 12/20] can: netlink: make can_tdc_get_size() FD agnostic
` [PATCH v4 13/20] can: netlink: add can_data_bittiming_get_size()
` [PATCH v4 14/20] can: netlink: add can_bittiming_fill_info()
` [PATCH v4 15/20] can: netlink: add can_bittiming_const_fill_info()
` [PATCH v4 16/20] can: netlink: add can_bitrate_const_fill_info()
` [PATCH v4 17/20] can: netlink: make can_tdc_fill_info() FD agnostic
` [PATCH v4 18/20] can: calc_bittiming: make can_calc_tdco() "
` [PATCH v4 19/20] can: dev: add can_get_ctrlmode_str()
` [PATCH v4 20/20] can: netlink: add userland error messages

[PATCH v7 0/4] rockchip: add can for RK3576 Soc
 2025-09-23  6:57 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox