Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2022-07-25 15:32:14 to 2022-07-31 19:22:33 UTC [more...]

[PATCH net-next 0/36] pull-request: can-next 2022-07-31
 2022-07-31 19:20 UTC  (32+ messages)
` [PATCH net-next 01/36] can: mcp251xfd: mcp251xfd_dump(): fix comment
` [PATCH net-next 02/36] can: can327: use KBUILD_MODNAME instead of hard coded names
` [PATCH net-next 03/36] can: ems_usb: "
` [PATCH net-next 04/36] can: softing: "
` [PATCH net-next 05/36] can: esd_usb: "
` [PATCH net-next 06/36] can: gs_ubs: "
` [PATCH net-next 07/36] can: kvaser_usb: "
` [PATCH net-next 08/36] can: ubs_8dev: "
` [PATCH net-next 09/36] can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAME
` [PATCH net-next 10/36] can: etas_es58x: remove DRV_VERSION
` [PATCH net-next 11/36] can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()
` [PATCH net-next 12/36] can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()
` [PATCH net-next 13/36] can: flexcan: export flexcan_ethtool_ops and remove flexcan_set_ethtool_ops()
` [PATCH net-next 14/36] can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded names
` [PATCH net-next 15/36] can: slcan: remove useless header inclusions
` [PATCH net-next 16/36] can: slcan: remove legacy infrastructure
` [PATCH net-next 17/36] can: slcan: change every `slc' occurrence in `slcan'
` [PATCH net-next 18/36] can: slcan: use the generic can_change_mtu()
` [PATCH net-next 19/36] can: slcan: add support for listen-only mode
` [PATCH net-next 20/36] MAINTAINERS: Add maintainer for the slcan driver
` [PATCH net-next 21/36] can: can327: add software tx timestamps
` [PATCH net-next 22/36] can: janz-ican3: add software tx timestamp
` [PATCH net-next 23/36] can: slcan: add software tx timestamps
` [PATCH net-next 24/36] can: v(x)can: "
` [PATCH net-next 25/36] can: tree-wide: advertise software timestamping capabilities
` [PATCH net-next 26/36] can: dev: add hardware TX timestamp
` [PATCH net-next 27/36] can: dev: add generic function can_ethtool_op_get_ts_info_hwts()
` [PATCH net-next 28/36] can: dev: add generic function can_eth_ioctl_hwts()
` [PATCH net-next 29/36] can: mcp251xfd: advertise timestamping capabilities and add ioctl support
` [PATCH net-next 30/36] can: etas_es58x: "
` [PATCH net-next 31/36] can: kvaser_pciefd: "

[RFC PATCH v3 0/9] can: slcan: extend supported features (step 2)
 2022-07-31 18:58 UTC  (31+ messages)
` [RFC PATCH v3 1/9] can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded names
` [RFC PATCH v3 2/9] can: slcan: remove useless header inclusions
` [RFC PATCH v3 3/9] can: slcan: remove legacy infrastructure
` [RFC PATCH v3 4/9] can: slcan: change every `slc' occurrence in `slcan'
` [RFC PATCH v3 5/9] can: slcan: use the generic can_change_mtu()
` [RFC PATCH v3 6/9] can: slcan: add support for listen-only mode
` [RFC PATCH v3 7/9] ethtool: add support to get/set CAN bit time register
` [RFC PATCH v3 8/9] can: slcan: add support to set bit time register (btr)
` [RFC PATCH v3 9/9] MAINTAINERS: Add maintainer for the slcan driver

[PATCH] can: can327: Fix a broken link to Documentation
 2022-07-31 18:54 UTC  (4+ messages)

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

[PATCH] can: j1939: Remove unnecessary WARN_ON_ONCE in j1939_sk_queue_activate_next_locked()
 2022-07-29 14:36 UTC  (8+ messages)
    ` [PATCH] can: j1939: Replace WARN_ON_ONCE with pr_warn_once() "
        ` [PATCH v2] can: j1939: Replace WARN_ON_ONCE with netdev_warn_once() "

[PATCH] can: etas_es58x: remove useless calls to usb_fill_bulk_urb()
 2022-07-29  8:15 UTC  (2+ messages)

[PATCH] can: j1939: fix memory leak of skbs
 2022-07-29  4:22 UTC  (2+ messages)

[PATCH v1 00/24] can: add ethtool support and reporting of timestamping capabilities
 2022-07-28 13:35 UTC  (67+ messages)
` [PATCH v1 10/24] can: tree-wide: implement ethtool_ops::get_drvinfo()
` [PATCH v1 18/24] can: dev: add generic function can_eth_ioctl_hwts()
` [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 v2 08/14] can: dev: add generic function can_eth_ioctl_hwts()
  ` [PATCH v2 09/14] can: mcp251xfd: advertise timestamping capabilities and add ioctl support
  ` [PATCH v2 10/14] can: etas_es58x: "
  ` [PATCH v2 11/14] can: kvaser_pciefd: "
  ` [PATCH v2 12/14] can: kvaser_usb: "
  ` [PATCH v2 13/14] can: peak_canfd: "
  ` [PATCH v2 14/14] can: peak_usb: "
` [PATCH v3 00/14]
  ` [PATCH v3 01/14] can: can327: add software tx timestamps
  ` [PATCH v3 02/14] can: janz-ican3: add software tx timestamp
  ` [PATCH v3 03/14] can: slcan: add software tx timestamps
  ` [PATCH v3 04/14] can: v(x)can: "
  ` [PATCH v3 05/14] can: tree-wide: advertise software timestamping capabilities
  ` [PATCH v3 06/14] can: dev: add hardware TX timestamp
  ` [PATCH v3 07/14] can: dev: add generic function can_ethtool_op_get_ts_info_hwts()
  ` [PATCH v3 08/14] can: dev: add generic function can_eth_ioctl_hwts()
  ` [PATCH v3 09/14] can: mcp251xfd: advertise timestamping capabilities and add ioctl support
  ` [PATCH v3 10/14] can: etas_es58x: "
  ` [PATCH v3 11/14] can: kvaser_pciefd: "
  ` [PATCH v3 12/14] can: kvaser_usb: "
  ` [PATCH v3 13/14] can: peak_canfd: "
  ` [PATCH v3 14/14] can: peak_usb: "
` [PATCH v4 00/14] can: add ethtool support and reporting of timestamping capabilities
  ` [PATCH v4 01/14] can: can327: add software tx timestamps
  ` [PATCH v4 02/14] can: janz-ican3: add software tx timestamp
  ` [PATCH v4 03/14] can: slcan: add software tx timestamps
  ` [PATCH v4 04/14] can: v(x)can: "
  ` [PATCH v4 05/14] can: tree-wide: advertise software timestamping capabilities
  ` [PATCH v4 06/14] can: dev: add hardware TX timestamp
  ` [PATCH v4 07/14] can: dev: add generic function can_ethtool_op_get_ts_info_hwts()
  ` [PATCH v4 08/14] can: dev: add generic function can_eth_ioctl_hwts()
  ` [PATCH v4 09/14] can: mcp251xfd: advertise timestamping capabilities and add ioctl support
  ` [PATCH v4 10/14] can: etas_es58x: "
  ` [PATCH v4 11/14] can: kvaser_pciefd: "
  ` [PATCH v4 12/14] can: kvaser_usb: "
  ` [PATCH v4 13/14] can: peak_canfd: "
  ` [PATCH v4 14/14] can: peak_usb: "

[RFC PATCH v6 0/7] can: support CAN XL
 2022-07-28 10:30 UTC  (6+ messages)
` [RFC PATCH v6 3/7] can: set CANFD_FDF flag in all CAN FD frame structures
` [RFC PATCH v6 5/7] can: canxl: update CAN infrastructure for CAN XL frames

[PATCH v4 0/7] can: slcan: extend supported features (step 2)
 2022-07-28  7:23 UTC  (9+ messages)
` [PATCH v4 1/7] can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded names
` [PATCH v4 2/7] can: slcan: remove useless header inclusions
` [PATCH v4 3/7] can: slcan: remove legacy infrastructure
` [PATCH v4 4/7] can: slcan: change every `slc' occurrence in `slcan'
` [PATCH v4 5/7] can: slcan: use the generic can_change_mtu()
` [PATCH v4 6/7] can: slcan: add support for listen-only mode
` [PATCH v4 7/7] MAINTAINERS: Add maintainer for the slcan driver

[PATCH 0/3] can: export export slcan_ethtool_ops and remove setter functions
 2022-07-27 11:16 UTC  (5+ messages)
` [PATCH 1/3] can: slcan: export slcan_ethtool_ops and remove slcan_set_ethtool_ops()
` [PATCH 2/3] can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()
` [PATCH 3/3] can: flexcan: export flexcan_ethtool_ops and remove flexcan_set_ethtool_ops()

[RFC PATCH 0/5] can: slcan: extend supported features (step 2)
 2022-07-26 14:59 UTC  (6+ messages)
` [RFC PATCH 2/5] can: slcan: remove legacy infrastructure

[PATCH 0/9] can: remove litteral strings used for driver name and remove DRV_VERSION
 2022-07-26 12:43 UTC  (27+ messages)
` [PATCH 2/9] can: ems_ubs: use KBUILD_MODNAME instead of hard coded name
` [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 v2 00/10] can: remove litteral strings used for driver names and "
  ` [PATCH v2 01/10] can: can327: use KBUILD_MODNAME instead of hard coded names
  ` [PATCH v2 02/10] can: ems_usb: "
  ` [PATCH v2 03/10] can: slcan: use KBUILD_MODNAME and define pr_fmt to replace hardcoded names
  ` [PATCH v2 04/10] can: softing: use KBUILD_MODNAME instead of hard coded names
  ` [PATCH v2 05/10] can: esd_usb: "
  ` [PATCH v2 06/10] can: gs_ubs: "
  ` [PATCH v2 07/10] can: kvaser_usb: "
  ` [PATCH v2 08/10] can: ubs_8dev: "
  ` [PATCH v2 09/10] can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAME
  ` [PATCH v2 10/10] can: etas_es58x: remove DRV_VERSION

[PATCH v2 0/6] can: slcan: extend supported features (step 2)
 2022-07-26 12:14 UTC  (8+ messages)
` [PATCH v2 2/6] can: slcan: remove legacy infrastructure

[PATCH] can: mcp251xfd: mcp251xfd_dump(): fix comment
 2022-07-26  8:43 UTC 


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