messages from 2025-09-12 10:47:41 to 2025-09-23 07:43:00 UTC [more...]
[PATCH net 0/7] pull-request: can 2025-09-23
2025-09-23 7:32 UTC (8+ messages)
` [PATCH net 1/7] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
` [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 v2 00/20] can: netlink: preparation before introduction of CAN XL step 2/2
2025-09-23 7:04 UTC (7+ messages)
` [PATCH v2 07/20] can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
[PATCH v4 00/20] can: netlink: preparation before introduction of CAN XL step 3/3
2025-09-23 6:58 UTC (21+ 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 v3 0/4] can: rework the CAN MTU logic (CAN XL preparation step 2/3)
2025-09-23 6:37 UTC (5+ 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 v3 00/20] can: netlink: preparation before introduction of CAN XL step 3/3
2025-09-23 6:02 UTC (22+ messages)
` [PATCH v3 01/20] can: dev: move struct data_bittiming_params to linux/can/bittiming.h
` [PATCH v3 02/20] can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.h
` [PATCH v3 03/20] can: netlink: document which symbols are FD specific
` [PATCH v3 04/20] can: netlink: refactor can_validate_bittiming()
` [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 v2 0/4] can: rework the CAN MTU logic (CAN XL preparation step 2/3)
2025-09-23 5:13 UTC (6+ messages)
` [PATCH v2 1/4] can: annotate mtu accesses with READ_ONCE()
` [PATCH v2 2/4] can: dev: turn can_set_static_ctrlmode() into a non-inline function
` [PATCH v2 3/4] can: populate the minimum and maximum MTU values
` [PATCH v2 4/4] can: enable CAN XL for virtual CAN devices by default
[PATCH iproute2-next 0/3] iplink_can: fix checkpatch.pl warnings
2025-09-23 2:07 UTC (9+ messages)
` [PATCH iproute2-next 1/3] iplink_can: fix coding style for pointer format
` [PATCH iproute2-next 2/3] iplink_can: fix SPDX-License-Identifier tag format
` [PATCH iproute2-next 3/3] iplink_can: factorise the calls to usage()
[PATCH net 0/10] pull-request: can 2025-09-22
2025-09-23 0:19 UTC (14+ messages)
` [PATCH net 01/10] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
` [PATCH net 02/10] can: rcar_canfd: Fix controller mode setting
` [PATCH net 03/10] can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow
` [PATCH net 04/10] can: hi311x: "
` [PATCH net 05/10] can: sun4i_can: "
` [PATCH net 06/10] can: mcba_usb: "
` [PATCH net 07/10] can: peak_usb: fix shift-out-of-bounds issue
` [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 10/10] can: esd_usb: Add watermark handling for TX jobs
[PATCH v7 0/4] rockchip: add can for RK3576 Soc
2025-09-22 20:55 UTC (8+ messages)
` [PATCH v7 1/4] dt-bindings: can: rockchip_canfd: add rk3576 CAN-FD controller
` [PATCH v7 2/4] net: can: rockchip: Refactor the rkcanfd_devtype_data structure
` [PATCH v7 3/4] net: can: rockchip: add can for RK3576 Soc
` [PATCH v7 4/4] net: can: rockchip: support dma for rk3576 rx
[PATCH v4 0/6] can: mcp251xfd: add gpio functionality
2025-09-22 15:11 UTC (15+ messages)
` [PATCH v4 1/6] can: mcp251xfd: move chip sleep mode into runtime pm
` [PATCH v4 2/6] can: mcp251xfd: utilize gather_write function for all non-CRC writes
` [PATCH v4 3/6] can: mcp251xfd: add workaround for errata 5
` [PATCH v4 4/6] can: mcp251xfd: only configure PIN1 when rx_int is set
` [PATCH v4 5/6] can: mcp251xfd: add gpio functionality
` [PATCH v4 6/6] dt-bindings: can: mcp251xfd: add gpio-controller property
[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
2025-09-22 10:32 UTC (16+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once
Possible race condition of the rockchip_canfd driver
2025-09-22 8:50 UTC (4+ messages)
[PATCH v6 0/9] phy: phy-can-transceiver: Support TJA1048/TJA1051
2025-09-22 4:44 UTC (10+ messages)
` [PATCH v6 2/9] phy: phy-can-transceiver: Introduce can_transceiver_priv
` [PATCH v6 3/9] phy: phy-can-transceiver: Add dual channel support for TJA1048
` [PATCH v6 5/9] phy: phy-can-transceiver: Propagate return value of gpiod_set_value_cansleep
[RFC PATCH v5 1/2] can: skb: enforce CANFD_FDF check in can_is_canfd_skb()
2025-09-20 17:57 UTC (19+ messages)
` [RFC PATCH v5 2/2] can: reject CAN FD content when disabled on CAN XL interfaces
[PATCH v2 0/3] can: raw: optimize the sizes of struct uniqframe and struct raw_sock
2025-09-19 18:57 UTC (5+ messages)
` [PATCH v2 1/3] can: raw: reorder struct uniqframe's members to optimise packing
` [PATCH v2 2/3] can: raw: use bitfields to store flags in struct raw_sock
` [PATCH v2 3/3] can: raw: reorder struct raw_sock's members to optimise packing
[PATCH v2 0/5] can: esd_usb: Fixes and improvements
2025-09-19 18:22 UTC (7+ messages)
` [PATCH v2 3/5] can: esd_usb: Add watermark handling for TX jobs
` [PATCH v2 4/5] can: esd_usb: Rework display of error messages
[PATCH v2 00/11] can: rcar_can: Miscellaneous cleanups and improvements
2025-09-19 17:26 UTC (2+ messages)
[PATCH] can: peak_usb: fix shift-out-of-bounds issue for 32-bit architectures
2025-09-19 17:18 UTC (2+ messages)
[PATCH] can: rcar_canfd: Fix controller mode setting
2025-09-19 17:05 UTC (2+ messages)
[PATCH 0/4] can: populate ndo_change_mtu() to prevent buffer overflow
2025-09-19 17:04 UTC (6+ messages)
` [PATCH 1/4] can: etas_es58x: "
` [PATCH 2/4] can: hi311x: "
` [PATCH 3/4] can: sun4i_can: "
` [PATCH 4/4] can: mcba_usb: "
[PATCH RFC 0/5] can: rework the CAN MTU logic
2025-09-18 12:59 UTC (6+ messages)
` [PATCH RFC 1/5] can: annotate mtu accesses with READ_ONCE()
` [PATCH RFC 2/5] can: dev: turn can_set_static_ctrlmode() into a non-inline function
` [PATCH RFC 3/5] can: populate the minimum and maximum MTU values
` [PATCH RFC 4/5] can: treewide: remove can_change_mtu()
` [PATCH RFC 5/5] can: enable CAN XL for virtual CAN devices by default
PCAN-USB FD: shift-out-of-bounds
2025-09-18 9:24 UTC (3+ messages)
Configure CAN port using NETLINK messages
2025-09-17 5:29 UTC
[PATCH 0/3] can: raw: optimize the sizes of struct uniqframe and struct raw_sock
2025-09-17 4:43 UTC (11+ messages)
` [PATCH 1/3] can: raw: reorder struct uniqframe's members to optimise packing
` [PATCH 2/3] can: raw: use bitfields to store flags in struct raw_sock
` [PATCH 3/3] can: raw: reorder struct raw_sock's members to optimise packing
[PATCH RESEND v14 0/7] Add Nuvoton NCT6694 MFD drivers
2025-09-16 14:39 UTC (5+ messages)
` [GIT PULL] Immutable branch between MFD, GPIO, HWMON, I2C, CAN, RTC and Watchdog due for the v6.18 merge window
[PATCH v2 0/7] Add suspend/resume support
2025-09-15 12:37 UTC (7+ messages)
` [PATCH v2 3/7] can: rcar_canfd: Move enabling of RAM clk from probe()
` [PATCH v2 7/7] can: rcar_canfd: Add suspend/resume support
[PATCH v2] can: peak: Modification of references to email accounts being deleted
2025-09-12 16:32 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).