public inbox for linux-can@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-06 08:01:11 to 2025-02-21 23:50:02 UTC [more...]

[PATCH net-next v10 00/13] net: Improve netns handling in rtnetlink
 2025-02-21 23:50 UTC  (25+ messages)
` [PATCH net-next v10 01/13] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v10 02/13] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v10 03/13] net: Use link/peer netns in newlink() of rtnl_link_ops
` [PATCH net-next v10 04/13] ieee802154: 6lowpan: Validate link "
` [PATCH net-next v10 05/13] net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
` [PATCH net-next v10 06/13] net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v10 07/13] net: ipv6: Init tunnel link-netns before registering dev
` [PATCH net-next v10 08/13] net: ipv6: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v10 09/13] net: xfrm: "
` [PATCH net-next v10 10/13] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v10 11/13] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v10 12/13] selftests: net: Add python context manager for netns entering
` [PATCH net-next v10 13/13] selftests: net: Add test cases for link and peer netns

[PATCH v2 0/7] Add support for RZ/G3E CANFD
 2025-02-21 23:18 UTC  (13+ messages)
` [PATCH v2 1/7] dt-bindings: can: renesas,rcar-canfd: Simplify the conditional schema
` [PATCH v2 2/7] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3E support
` [PATCH v2 3/7] can: rcar_canfd: Use of_get_available_child_by_name()
` [PATCH v2 4/7] can: rcar_canfd: Add gen4_type variable to struct rcar_canfd_hw_info
` [PATCH v2 5/7] can: rcar_canfd: Add only_internal_clks "
` [PATCH v2 6/7] can: rcar_canfd: Enhance multi_channel_irqs handling
` [PATCH v2 7/7] can: rcar_canfd: Add RZ/G3E support

[PATCH v2 0/2] R-Car CANFD fixes
 2025-02-21 23:05 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M
` [PATCH v2 2/2] can: rcar_canfd: Fix page entries in the AFL list

[PATCH v3 0/2] can: flexcan: add transceiver capabilities
 2025-02-21 16:59 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: can: fsl,flexcan: "
` [PATCH v3 2/2] can: flexcan: "

[PATCH v7 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-02-21  8:52 UTC  (24+ messages)
` [PATCH v7 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v7 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v7 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v7 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v7 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v7 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v7 7/7] rtc: Add Nuvoton NCT6694 RTC support

Advancing the testing for the CAN subsystem
 2025-02-21  8:04 UTC  (2+ messages)

[PATCH v2 0/2] can: flexcan: add transceiver capabilities
 2025-02-20 17:20 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: can: fsl,flexcan: "
` [PATCH v2 2/2] can: flexcan: "

[PATCH net-next 0/12] pull-request: can-next 2025-02-19
 2025-02-20  9:40 UTC  (16+ messages)
` [PATCH net-next 01/12] can: c_can: Drop useless final probe failure message
` [PATCH net-next 02/12] can: c_can: Simplify handling syscon error path
` [PATCH net-next 03/12] can: c_can: Use of_property_present() to test existence of DT property
` [PATCH net-next 04/12] can: c_can: Use syscon_regmap_lookup_by_phandle_args
` [PATCH net-next 05/12] dt-bindings: can: fsl,flexcan: add S32G2/S32G3 SoC support
` [PATCH net-next 06/12] can: flexcan: Add quirk to handle separate interrupt lines for mailboxes
` [PATCH net-next 07/12] can: flexcan: add NXP S32G2/S32G3 SoC support
` [PATCH net-next 08/12] dt-binding: can: mcp251xfd: remove duplicate word
` [PATCH net-next 09/12] can: j1939: Extend stack documentation with buffer size behavior
` [PATCH net-next 10/12] can: canxl: support Remote Request Substitution bit access
` [PATCH net-next 11/12] can: gs_usb: add VID/PID for the CANnectivity firmware
` [PATCH net-next 12/12] can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO

[PATCH] phy: can-transceiver: Drop unnecessary "mux-states" property presence check
 2025-02-19 16:34 UTC  (3+ messages)

[PATCH] can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO
 2025-02-19 11:15 UTC 

[PATCH 0/2] can: flexcan: add transceiver capabilities
 2025-02-19 11:00 UTC  (13+ messages)
` [PATCH 1/2] dt-bindings: can: fsl,flexcan: "
` [PATCH 2/2] can: flexcan: "

[PATCH 1/2] dt-bindings: can: fsl,flexcan: add transceiver capabilities
 2025-02-19 10:14 UTC 

[PATCH v4 0/3 RESEND] add FlexCAN support for S32G2/S32G3 SoCs
 2025-02-19 10:08 UTC  (3+ messages)
` [PATCH v4 2/3 RESEND] can: flexcan: Add quirk to handle separate interrupt lines for mailboxes

[PATCH RESEND v2 0/4] can: c_can: Simplify few things
 2025-02-19  9:46 UTC  (6+ messages)
` [PATCH RESEND v2 1/4] can: c_can: Drop useless final probe failure message
` [PATCH RESEND v2 2/4] can: c_can: Simplify handling syscon error path
` [PATCH RESEND v2 3/4] can: c_can: Use of_property_present() to test existence of DT property
` [PATCH RESEND v2 4/4] can: c_can: Use syscon_regmap_lookup_by_phandle_args

[syzbot] [can?] WARNING in ucan_probe
 2025-02-18 15:12 UTC  (9+ messages)
` [PATCH] can: ucan: Correct the size parameter
` [PATCH] can: ucan: fix out of bound read in strscpy() source

[PATCH 00/11] Add support for RZ/G3E CANFD
 2025-02-18 11:47 UTC  (16+ messages)
` [PATCH 02/11] dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M
` [PATCH 03/11] dt-bindings: can: renesas,rcar-canfd: Simplify the conditional schema
` [PATCH 04/11] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3E support
` [PATCH 05/11] can: rcar_canfd: Fix page entries in the AFL list
` [PATCH 06/11] can: rcar_canfd: Add gen4_type variable to struct rcar_canfd_hw_info
` [PATCH 07/11] can: rcar_canfd: Add only_internal_clks "
` [PATCH 08/11] can: rcar_canfd: Enhance multi_channel_irqs handling
` [PATCH 09/11] can: rcar_canfd: Add RZ/G3E support

[PATCH net-next v9 00/11] net: Improve netns handling in rtnetlink
 2025-02-14 10:51 UTC  (26+ messages)
` [PATCH net-next v9 01/11] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v9 02/11] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v9 03/11] net: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v9 04/11] ieee802154: 6lowpan: Validate "
` [PATCH net-next v9 05/11] net: ip_tunnel: Use "
` [PATCH net-next v9 06/11] net: ipv6: "
` [PATCH net-next v9 07/11] net: xfrm: "
` [PATCH net-next v9 08/11] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v9 09/11] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v9 10/11] selftests: net: Add python context manager for netns entering
` [PATCH net-next v9 11/11] selftests: net: Add test cases for link and peer netns

[PATCH net 0/6] pull-request: can 2025-02-08
 2025-02-11  3:30 UTC  (8+ messages)
` [PATCH net 1/6] Documentation/networking: fix basic node example document ISO 15765-2
` [PATCH net 2/6] can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zero
` [PATCH net 3/6] can: ctucanfd: handle skb allocation failure
` [PATCH net 4/6] can: c_can: fix unbalanced runtime PM disable in error path
` [PATCH net 5/6] can: etas_es58x: fix potential NULL pointer dereference on udev->serial
` [PATCH net 6/6] can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot be allocated

[v2] Documentation: Remove repeated word in docs
 2025-02-10 17:55 UTC  (4+ messages)

[PATCH 0/1] can: esd_usb: Fix device probe routine
 2025-02-09 19:45 UTC  (6+ messages)
` [PATCH 1/1] can: esd_usb: Fix not detecting version reply in "

[PATCH] can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot be allocated
 2025-02-08 10:40 UTC 

[PATCH] Documentation: Remove repeated word in docs
 2025-02-07  1:25 UTC  (4+ messages)

[PATCH] can: gs_usb: add VID/PID for the CANnectivity firmware
 2025-02-06 12:50 UTC  (2+ messages)

[PATCH] can.h: canxl: support Remote Request Substitution bit access
 2025-02-06 12:49 UTC  (2+ messages)

[PATCH v4 0/3] add FlexCAN support for S32G2/S32G3 SoCs
 2025-02-06 12:47 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: can: fsl,flexcan: add S32G2/S32G3 SoC support

[PATCH v6 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-02-06 11:05 UTC  (5+ messages)
` [PATCH v6 4/7] can: Add Nuvoton NCT6694 CANFD support

[PATCH] Documentation/networking: Fix basic node example document ISO 15765-2
 2025-02-06  8:02 UTC  (2+ messages)

[PATCH] can: etas_es58x: fix potential NULL pointer dereference on udev->serial
 2025-02-06  8:01 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