linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-18 13:56:05 to 2022-07-25 15:54:28 UTC [more...]

[PATCH v1 00/24] can: add ethtool support and reporting of timestamping capabilities
 2022-07-25 15:53 UTC  (38+ messages)
` [PATCH v1 01/24] can: can327: use KBUILD_MODNAME instead of hard coded name
` [PATCH v1 02/24] can: ems_ubs: "
` [PATCH v1 03/24] can: slcan: add DRV_NAME and define pr_fmt to replace hardcoded names
` [PATCH v1 04/24] can: softing: add DRV_NAME "
` [PATCH v1 05/24] can: esd_usb: use KBUILD_MODNAME instead of hard coded name
` [PATCH v1 06/24] can: gs_ubs: "
` [PATCH v1 07/24] can: softing: add DRV_NAME to replace hardcoded names
` [PATCH v1 08/24] can: ubs_8dev: use KBUILD_MODNAME instead of hard coded name
` [PATCH v1 09/24] can: etas_es58x: remove DRV_VERSION
` [PATCH v1 10/24] can: tree-wide: implement ethtool_ops::get_drvinfo()
` [PATCH v1 11/24] can: can327: add software tx timestamps
` [PATCH v1 12/24] can: janz-ican3: add software tx timestamp
` [PATCH v1 13/24] can: slcan: add software tx timestamps
` [PATCH v1 14/24] can: v(x)can: "
` [PATCH v1 15/24] can: tree-wide: advertise software timestamping capabilities
` [PATCH v1 16/24] can: dev: add hardware TX timestamp
` [PATCH v1 17/24] can: dev: add generic function can_ethtool_op_get_ts_info_hwts()
` [PATCH v1 18/24] can: dev: add generic function can_eth_ioctl_hwts()
` [PATCH v1 19/24] can: mcp251xfd: advertise timestamping capabilities and add ioctl support
` [PATCH v1 20/24] can: etas_es58x: "
` [PATCH v1 21/24] can: kvaser_pciefd: "
` [PATCH v1 22/24] can: kvaser_usb: "
` [PATCH v1 23/24] can: peak_canfd: "
` [PATCH v1 24/24] can: peak_usb: "
` [PATCH v2 00/14] can: add ethtool support and reporting of timestamping capabilities
  ` [PATCH v2 01/14] can: can327: add software tx timestamps
  ` [PATCH v2 02/14] can: janz-ican3: add software tx timestamp
  ` [PATCH v2 03/14] can: slcan: add software tx timestamps
  ` [PATCH v2 04/14] can: v(x)can: "
  ` [PATCH v2 05/14] can: tree-wide: advertise software timestamping capabilities
  ` [PATCH v2 06/14] can: dev: add hardware TX timestamp
  ` [PATCH v2 07/14] can: dev: add generic function can_ethtool_op_get_ts_info_hwts()

[PATCH 0/9] can: remove litteral strings used for driver name and remove DRV_VERSION
 2022-07-25 15:31 UTC  (10+ messages)
` [PATCH 1/9] can: can327: use KBUILD_MODNAME instead of hard coded name
` [PATCH 2/9] can: ems_ubs: "
` [PATCH 3/9] can: slcan: add DRV_NAME and define pr_fmt to replace hardcoded names
` [PATCH 4/9] can: softing: add DRV_NAME "
` [PATCH 5/9] can: esd_usb: use KBUILD_MODNAME instead of hard coded name
` [PATCH 6/9] can: gs_ubs: "
` [PATCH 7/9] can: softing: add DRV_NAME to replace hardcoded names
` [PATCH 8/9] can: ubs_8dev: use KBUILD_MODNAME instead of hard coded name
` [PATCH 9/9] can: etas_es58x: remove DRV_VERSION

[PATCH 0/4] can-round-trip-stats
 2022-07-25 13:43 UTC  (5+ messages)
` [PATCH 1/4] can-roundtrip-stats: add print_stats() and calc_and_print_stats()
` [PATCH 2/4] can-roundtrip-stats: remove needless else after continue
` [PATCH 3/4] can-roundtrip-stats: rewrite the logic of the main loop to make it more robust
` [PATCH 4/4] can-roundrip-stats: add hardware timestamps information

[PATCH v2 0/6] can: slcan: extend supported features (step 2)
 2022-07-25 13:25 UTC  (10+ messages)
` [PATCH v2 1/6] can: slcan: remove useless header inclusions
` [PATCH v2 2/6] can: slcan: remove legacy infrastructure
` [PATCH v2 3/6] can: slcan: change every `slc' occurrence in `slcan'
` [PATCH v2 4/6] can: slcan: use the generic can_change_mtu()
` [PATCH v2 5/6] can: slcan: add support for listen-only mode
` [PATCH v2 6/6] MAINTAINERS: Add maintainer for the slcan driver

[RFC PATCH 0/5] can: slcan: extend supported features (step 2)
 2022-07-25 13:09 UTC  (13+ messages)
` [RFC PATCH 2/5] can: slcan: remove legacy infrastructure
` [RFC PATCH 5/5] can: slcan: send the listen-only command to the adapter

[RFC PATCH v6 0/7] can: support CAN XL
 2022-07-24  7:44 UTC  (8+ messages)
` [RFC PATCH v6 1/7] can: skb: unify skb CAN frame identification helpers
` [RFC PATCH v6 2/7] can: skb: add skb CAN frame data length helpers
` [RFC PATCH v6 3/7] can: set CANFD_FDF flag in all CAN FD frame structures
` [RFC PATCH v6 4/7] can: canxl: introduce CAN XL data structure
` [RFC PATCH v6 5/7] can: canxl: update CAN infrastructure for CAN XL frames
` [RFC PATCH v6 6/7] can: dev: add CAN XL support to virtual CAN
` [RFC PATCH v6 7/7] can: raw: add CAN XL support

[RFC PATCH v5 0/5] can: support CAN XL
 2022-07-23 10:33 UTC  (29+ 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: "

[PATCH net-next 0/1] pull-request: can-next 2022-07-21
 2022-07-22  2:00 UTC  (3+ messages)
` [PATCH net-next] can: pch_can: pch_can_error(): initialize errc before using it

[PATCH net-next 0/29] pull-request: can-next 2022-07-20
 2022-07-21 16:51 UTC  (38+ 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: move setting of errc to before use
 2022-07-21 16:21 UTC  (2+ messages)

[PATCH] can: pch_can: fix uninitialized use of errc
 2022-07-21 16:03 UTC  (3+ messages)

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  (4+ messages)

[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  (19+ messages)
` [PATCH v1 10/12] can: error: specify the values of data[5..7] of CAN error frames
` [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  (3+ 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).