linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-12 15:32:56 to 2022-07-21 16:00:47 UTC [more...]

[PATCH net-next 0/29] pull-request: can-next 2022-07-20
 2022-07-21 16:00 UTC  (34+ messages)
` [PATCH net-next 01/29] can: slcan: use scnprintf() as a hardening measure
` [PATCH net-next 02/29] can: slcan: convert comments to network style comments
` [PATCH net-next 03/29] can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()
` [PATCH net-next 04/29] can: slcan: fix whitespace issues
` [PATCH net-next 05/29] can: slcan: convert comparison to NULL into !val
` [PATCH net-next 06/29] can: slcan: clean up if/else
` [PATCH net-next 07/29] dt-bindings: can: sja1000: Convert to json-schema
` [PATCH net-next 08/29] dt-bindings: can: nxp,sja1000: Document RZ/N1{D,S} support
` [PATCH net-next 09/29] can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
` [PATCH net-next 10/29] can: sja1000: Use device_get_match_data to get device data
` [PATCH net-next 11/29] can: sja1000: Change the return type as void for SoC specific init
` [PATCH net-next 12/29] can: slcan: do not sleep with a spin lock held
` [PATCH net-next 13/29] can: c_can: remove wrong comment
` [PATCH net-next 14/29] can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x
` [PATCH net-next 15/29] can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as const
` [PATCH net-next 16/29] can: peak_usb: correction of an initially misnamed field name
` [PATCH net-next 17/29] can: peak_usb: include support for a new MCU
` [PATCH net-next 18/29] can: pch_can: do not report txerr and rxerr during bus-off
    ` [PATCH] can: pch_can: initialize errc before using it
` [PATCH net-next 19/29] can: rcar_can: do not report txerr and rxerr during bus-off
` [PATCH net-next 20/29] can: sja1000: "
` [PATCH net-next 21/29] can: slcan: "
` [PATCH net-next 22/29] can: hi311x: "
` [PATCH net-next 23/29] can: sun4i_can: "
` [PATCH net-next 24/29] can: kvaser_usb_hydra: "
` [PATCH net-next 25/29] can: kvaser_usb_leaf: "
` [PATCH net-next 26/29] can: usb_8dev: "
` [PATCH net-next 27/29] can: error: specify the values of data[5..7] of CAN error frames
` [PATCH net-next 28/29] can: add CAN_ERR_CNT flag to notify availability of error counter
` [PATCH net-next 29/29] can: error: add definitions for the different CAN error thresholds

[PATCH] can: pch_can: fix uninitialized use of errc
 2022-07-21 15:56 UTC  (2+ messages)

[RFC PATCH v5 0/5] can: support CAN XL
 2022-07-21  8:28 UTC  (16+ messages)
` [RFC PATCH v5 1/5] can: canxl: introduce CAN XL data structure
` [RFC PATCH v5 2/5] can: canxl: introduce ETH_P_CANXL ethernet protocol handling
` [RFC PATCH v5 3/5] can: dev: add CAN XL support
` [RFC PATCH v5 4/5] can: vcan: "
` [RFC PATCH v5 5/5] can: raw: "

[RFC PATCH 0/5] can: slcan: extend supported features (step 2)
 2022-07-21  8:17 UTC  (17+ messages)
` [RFC PATCH 1/5] can: slcan: remove useless header inclusions
` [RFC PATCH 2/5] can: slcan: remove legacy infrastructure
` [RFC PATCH 3/5] can: slcan: change every `slc' occurrence in `slcan'
` [RFC PATCH 4/5] can: slcan: use the generic can_change_mtu()
` [RFC PATCH 5/5] can: slcan: send the listen-only command to the adapter

Massive kernel messages by can_create_echo_skb()
 2022-07-21  7:35 UTC  (2+ messages)
  ` AW: "

[PATCH v3] can: slcan: do not sleep with a spin lock held
 2022-07-21  6:30 UTC  (3+ messages)

[PATCH] can: j1939: Remove unnecessary WARN_ON_ONCE in j1939_sk_queue_activate_next_locked()
 2022-07-20 19:13 UTC  (2+ messages)

[RFC PATCH v3 0/5] can: support CAN XL
 2022-07-20 15:41 UTC  (11+ messages)
` [RFC PATCH v3 1/5] can: canxl: introduce CAN XL data structure
` [RFC PATCH v3 2/5] can: canxl: introduce ETH_P_CANXL ethernet protocol handling
` [RFC PATCH v3 3/5] can: dev: add CAN XL support
` [RFC PATCH v3 4/5] can: vcan: "
` [RFC PATCH v3 5/5] can: raw: "

[PATCH net 0/2] pull-request: can 2022-07-20
 2022-07-20 10:20 UTC  (4+ messages)
` [PATCH net 1/2] can: mcp251xfd: fix detection of mcp251863
` [PATCH net 2/2] can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()

[PATCH v1 00/12] can: error: set of fixes and improvement on txerr and rxerr reporting
 2022-07-20  7:24 UTC  (20+ messages)
` [PATCH v1 10/12] can: error: specify the values of data[5..7] of CAN error frames
` [PATCH v1 11/12] can: add CAN_ERR_CNT flag to notify availability of error counter
` [PATCH v2 00/12] can: error: set of fixes and improvement on txerr and rxerr reporting
  ` [PATCH v2 01/12] can: pch_can: do not report txerr and rxerr during bus-off
  ` [PATCH v2 02/12] can: rcar_can: "
  ` [PATCH v2 03/12] can: sja1000: "
  ` [PATCH v2 04/12] can: slcan: "
  ` [PATCH v2 05/12] can: hi311x: "
  ` [PATCH v2 06/12] can: sun4i_can: "
  ` [PATCH v2 07/12] can: kvaser_usb_hydra: "
  ` [PATCH v2 08/12] can: kvaser_usb_leaf: "
  ` [PATCH v2 09/12] can: usb_8dev: "
  ` [PATCH v2 10/12] can: error: specify the values of data[5..7] of CAN error frames
  ` [PATCH v2 11/12] can: add CAN_ERR_CNT flag to notify availability of error counter
  ` [PATCH v2 12/12] can: error: add definitions for the different CAN error thresholds

[PATCH 1/3] can: peak_usb: constify characters string
 2022-07-19 19:39 UTC  (5+ messages)
` [PATCH 2/3] can: peak_usb: correction of an initially misnamed field name
` [PATCH 3/3] can: peak_usb: Includes support for a new MCU

[PATCH v4 0/6] Add support for RZ/N1 SJA1000 CAN controller
 2022-07-19 19:34 UTC  (6+ messages)
` [PATCH v4 6/6] can: sja1000: Add support for RZ/N1 SJA1000 CAN Controller

[PATCH v2 00/15] can: kvaser_usb: Various fixes
 2022-07-19 18:59 UTC  (3+ messages)

[RFC PATCH v4 0/5] can: support CAN XL
 2022-07-19 10:14 UTC  (9+ messages)
` [RFC PATCH v4 1/5] can: canxl: introduce CAN XL data structure
` [RFC PATCH v4 2/5] can: canxl: introduce ETH_P_CANXL ethernet protocol handling
` [RFC PATCH v4 3/5] can: dev: add CAN XL support
` [RFC PATCH v4 4/5] can: vcan: "
` [RFC PATCH v4 5/5] can: raw: "

[linux-next:master] BUILD REGRESSION 036ad6daa8f0fd357af7f50f9da58539eaa6f68c
 2022-07-18 23:37 UTC 

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-18 13:55 UTC  (10+ messages)

[PATCH] can: xilinx_can: add support for RX timestamps on Zynq
 2022-07-18 10:51 UTC  (6+ messages)

[PATCH v1 0/1] can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x
 2022-07-18 10:26 UTC  (5+ messages)
` [PATCH v1 1/1] "
` [PATCH v2 "

[RFC PATCH] can: can327: remove useless header inclusions
 2022-07-18  7:18 UTC  (3+ messages)

[RFC PATCH v2 0/5] can: support CAN XL
 2022-07-17 13:23 UTC  (17+ messages)
` [RFC PATCH v2 1/5] can: canxl: introduce CAN XL data structure
` [RFC PATCH v2 2/5] can: canxl: introduce ETH_P_CANXL ethernet protocol handling
` [RFC PATCH v2 3/5] can: dev: add CAN XL support
` [RFC PATCH v2 4/5] can: vcan: "
` [RFC PATCH v2 5/5] can: raw: "

[PATCH] can: c_can: remove wrong comment
 2022-07-16 17:01 UTC 

[linux-next:master] BUILD REGRESSION 6014cfa5bf32cf8c5c58b3cfd5ee0e1542c8a825
 2022-07-16  3:00 UTC 

[PATCH v2] can: slcan: do not sleep with a spin lock held
 2022-07-14 10:38 UTC  (2+ messages)

[RFC PATCH 0/5] can: support CAN XL
 2022-07-14 10:10 UTC  (24+ messages)
` [RFC PATCH 1/5] can: canxl: introduce CAN XL data structure
` [RFC PATCH 2/5] can: canxl: introduce ETH_P_CANXL ethernet protocol handling

[PATCH AUTOSEL 5.10 13/15] Revert "can: xilinx_can: Limit CANFD brp to 2"
 2022-07-14  4:25 UTC 

[PATCH AUTOSEL 5.15 23/28] Revert "can: xilinx_can: Limit CANFD brp to 2"
 2022-07-14  4:24 UTC 

[PATCH AUTOSEL 5.18 32/41] Revert "can: xilinx_can: Limit CANFD brp to 2"
 2022-07-14  4:22 UTC 

[PATCH] can: slcan: do not sleep with a spin lock held
 2022-07-13 15:35 UTC  (2+ messages)

[LTP] [can] c4e54b063f: BUG:sleeping_function_called_from_invalid_context_at_kernel/workqueue.c
 2022-07-13  8:23 UTC  (3+ messages)

vcan OpenWRT
 2022-07-12 21:49 UTC  (4+ messages)

[PATCH 4.14 0/4] can: kvaser_usb: CAN clock frequency regression
 2022-07-12 19:18 UTC  (5+ messages)
` [PATCH 4.14 1/4] can: kvaser_usb: Add struct kvaser_usb_dev_cfg

[PATCH 0/6] More preparation for supporting esd CAN-USB/3
 2022-07-12 16:08 UTC  (7+ messages)
` [PATCH 4/6] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (3)
` [PATCH 6/6] can: esd_usb: Improved decoding for ESD_EV_CAN_ERROR_EXT messages


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).