linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-05 06:00:31 to 2022-06-13 16:51:21 UTC [more...]

[PATCH net-next 0/2] Document PolarFire SoC can controller
 2022-06-13 13:48 UTC  (11+ 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] can: netlink: allow configuring of fixed data bit rates without need for do_set_data_bittiming callback
 2022-06-13 14:36 UTC 

[PATCH v3 00/13] can: slcan: extend supported features
 2022-06-13  7:37 UTC  (20+ messages)
` [PATCH v3 01/13] can: slcan: use the BIT() helper
` [PATCH v3 02/13] can: slcan: use netdev helpers to print out messages
` [PATCH v3 03/13] can: slcan: use the alloc_can_skb() helper
` [PATCH v3 04/13] can: slcan: use CAN network device driver API
` [PATCH v3 05/13] can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1U
` [PATCH v3 06/13] can: slcan: allow to send commands to the adapter
` [PATCH v3 07/13] can: slcan: set bitrate by CAN device driver API
` [PATCH v3 08/13] can: slcan: send the open command to the adapter
` [PATCH v3 09/13] can: slcan: send the close "
` [PATCH v3 10/13] can: slcan: move driver into separate sub directory
` [PATCH v3 11/13] can: slcan: add ethtool support to reset adapter errors
` [PATCH v3 12/13] can: slcan: extend the protocol with error info
` [PATCH v3 13/13] can: slcan: extend the protocol with CAN state info

[PATCH] can: m_can: m_can_chip_config(): actually enable internal timestamping
 2022-06-13  6:30 UTC  (2+ messages)

[PATCH] can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits
 2022-06-13  6:29 UTC  (2+ messages)

[PATCH 001/001] can: gs_usb: gs_usb_open/close( ) fix memory leak
 2022-06-12 21:33 UTC  (19+ messages)
` [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

[RFC PATCH 00/13] can: slcan: extend supported features
 2022-06-12 21:24 UTC  (42+ 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 v2 00/13] can: slcan: extend supported features
 2022-06-12 21:20 UTC  (20+ 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 v8] can, tty: can327 CAN/ldisc driver for ELM327 based OBD-II adapters
 2022-06-12 15:56 UTC  (2+ messages)

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

[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] 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  (47+ messages)
` [PATCH v4 0/7] can: refactoring of can-dev module and of Kbuild
` [PATCH v5 "
  ` [PATCH v5 4/7] can: Kconfig: add CONFIG_CAN_RX_OFFLOAD
` [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] 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] can: gs_usb: gs_usb_open/close( ) fix memory leak
 2022-06-07 12:12 UTC  (9+ messages)
` [RFC PATCH] USB: core: urb: add new transfer flag URB_FREE_COHERENT

[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


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