linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-03 19:14:24 to 2022-06-12 12:03:30 UTC [more...]

[PATCH v7] can, tty: can327 CAN/ldisc driver for ELM327 based OBD-II adapters
 2022-06-12 12:03 UTC  (14+ messages)

[RFC PATCH 00/13] can: slcan: extend supported features
 2022-06-12 10:39 UTC  (41+ messages)
` [RFC PATCH 01/13] can: slcan: use the BIT() helper
` [RFC PATCH 02/13] can: slcan: use netdev helpers to print out messages
` [RFC PATCH 03/13] can: slcan: use the alloc_can_skb() helper
` [RFC PATCH 04/13] can: slcan: use CAN network device driver API
` [RFC PATCH 05/13] can: slcan: simplify the device de-allocation
` [RFC PATCH 06/13] can: slcan: allow to send commands to the adapter
` [RFC PATCH 07/13] can: slcan: set bitrate by CAN device driver API
` [RFC PATCH 08/13] can: slcan: send the open command to the adapter
` [RFC PATCH 09/13] can: slcan: send the close "
` [RFC PATCH 10/13] can: slcan: move driver into separate sub directory
` [RFC PATCH 11/13] can: slcan: add ethtool support to reset adapter errors
` [RFC PATCH 12/13] can: slcan: extend the protocol with error info
` [RFC PATCH 13/13] can: slcan: extend the protocol with CAN state info

[PATCH 0/2] can: etas_es58x: cleanups on struct es58x_device
 2022-06-11 20:49 UTC  (4+ messages)
` [PATCH 1/2] can: etas_es58x: replace es58x_device::rx_max_packet_size by usb_maxpacket()
` [PATCH 2/2] can: etas_es58x: fix signedness of USB RX and TX pipes

[PATCH] can: Break loopback loop on loopback documentation
 2022-06-11 20:40 UTC  (2+ messages)

[PATCH 001/001] can: gs_usb: gs_usb_open/close( ) fix memory leak
 2022-06-11 16:06 UTC  (31+ messages)
` [PATCH] "
      ` [RFC PATCH] USB: core: urb: add new transfer flag URB_FREE_COHERENT
        ` [RFC PATCH v2] usb: "
` [PATCH v2 0/3] URB_FREE_COHERENT gs_usb memory leak fix
  ` [PATCH v2 1/3] drivers: usb/core/urb: Add URB_FREE_COHERENT
  ` [PATCH v2 2/3] drivers: usb/core/urb: allow URB_FREE_COHERENT
  ` [PATCH v2 3/3] can: gs_usb: fix DMA memory leak on close
  ` [PATCH v3 0/2] URB_FREE_COHERENT gs_usb memory leak fix
    ` [PATCH v3 1/2] drivers: usb/core/urb: Add URB_FREE_COHERENT
    ` [PATCH v3 2/2] can: gs_usb: fix DMA memory leak on close

[PATCH] can: netlink: allow configuring of fixed bit rates without need for do_set_bittiming callback
 2022-06-11 15:24 UTC  (2+ messages)

[PATCH 0/2] can: drop tx skb if the device is in listen only mode
 2022-06-11 15:17 UTC  (67+ messages)
` [PATCH v4 0/7] can: refactoring of can-dev module and of Kbuild
  ` [PATCH v4 2/7] can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEV
  ` [PATCH v4 3/7] can: bittiming: move bittiming calculation functions to calc_bittiming.c
  ` [PATCH v4 4/7] can: Kconfig: add CONFIG_CAN_RX_OFFLOAD
` [PATCH v5 0/7] can: refactoring of can-dev module and of Kbuild
  ` [PATCH v5 1/7] can: Kbuild: rename config symbol CAN_DEV into CAN_NETLINK
  ` [PATCH v5 2/7] can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEV
  ` [PATCH v5 3/7] can: bittiming: move bittiming calculation functions to calc_bittiming.c
  ` [PATCH v5 4/7] can: Kconfig: add CONFIG_CAN_RX_OFFLOAD
  ` [PATCH v5 5/7] net: Kconfig: move the CAN device menu to the "Device Drivers" section
  ` [PATCH v5 6/7] can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.c
  ` [PATCH v5 7/7] can: skb: drop tx skb if in listen only mode
` [PATCH v6 0/7] can: refactoring of can-dev module and of Kbuild
  ` [PATCH v6 1/7] can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINK
  ` [PATCH v6 2/7] can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEV
  ` [PATCH v6 3/7] can: bittiming: move bittiming calculation functions to calc_bittiming.c
  ` [PATCH v6 4/7] can: Kconfig: add CONFIG_CAN_RX_OFFLOAD
  ` [PATCH v6 5/7] net: Kconfig: move the CAN device menu to the "Device Drivers" section
  ` [PATCH v6 6/7] can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.c
  ` [PATCH v6 7/7] can: skb: drop tx skb if in listen only mode

[PATCH v2 00/13] can: slcan: extend supported features
 2022-06-11 10:46 UTC  (17+ messages)
` [PATCH v2 01/13] can: slcan: use the BIT() helper
` [PATCH v2 02/13] can: slcan: use netdev helpers to print out messages
` [PATCH v2 03/13] can: slcan: use the alloc_can_skb() helper
` [PATCH v2 04/13] can: slcan: use CAN network device driver API
` [PATCH v2 05/13] can: slcan: simplify the device de-allocation
` [PATCH v2 06/13] can: slcan: allow to send commands to the adapter
` [PATCH v2 07/13] can: slcan: set bitrate by CAN device driver API
` [PATCH v2 08/13] can: slcan: send the open command to the adapter
` [PATCH v2 09/13] can: slcan: send the close "
` [PATCH v2 10/13] can: slcan: move driver into separate sub directory
` [PATCH v2 11/13] can: slcan: add ethtool support to reset adapter errors
` [PATCH v2 12/13] can: slcan: extend the protocol with error info
` [PATCH v2 13/13] can: slcan: extend the protocol with CAN state info

[PATCH] can: m_can: fix typo prescalar -> prescaler
 2022-06-10 11:50 UTC  (2+ messages)

[PATCH V4] can: xilinx_can: Add Transmitter delay compensation (TDC) feature support
 2022-06-09 11:14 UTC  (2+ messages)

[PATCH] xilinx_can: fix typo prescalar -> prescaler
 2022-06-09 11:14 UTC 

[PATCH V3 0/2] xilinx_can: Update on xilinx can
 2022-06-09  8:55 UTC  (6+ messages)
` [PATCH V3 1/2] Revert "can: xilinx_can: Limit CANFD brp to 2"
` [PATCH V3 2/2] can: xilinx_can: Add Transmitter delay compensation (TDC) feature support

[PATCH net-next 0/2] Document PolarFire SoC can controller
 2022-06-07 16:19 UTC  (8+ messages)
` [PATCH net-next 1/2] dt-bindings: can: mpfs: document the mpfs "
` [PATCH net-next 2/2] riscv: dts: microchip: add mpfs's can controllers

[PATCH V2 0/2] xilinx_can: Update on xilinx can
 2022-06-07  9:57 UTC  (6+ messages)
` [PATCH V2 1/2] Revert "can: xilinx_can: Limit CANFD brp to 2"
` [PATCH V2 2/2] can: xilinx_can: Add Transmitter delay compensation (TDC) feature support

[PATCH 00/12] can: kvaser_usb: Various fixes
 2022-06-06 15:33 UTC  (11+ messages)
` [PATCH 07/12] can: kvaser_usb_leaf: Fix CAN state after restart
` [PATCH 08/12] can: kvaser_usb_leaf: Fix improved state not being reported
` [PATCH 11/12] can: kvaser_usb_leaf: Ignore stale bus-off after start

[syzbot] possible deadlock in j1939_sk_queue_drop_all
 2022-06-03 19:14 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;
as well as URLs for NNTP newsgroup(s).