Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2022-06-08 16:55:41 to 2022-06-24 16:01:38 UTC [more...]

[PATCH 001/001] can: gs_usb: gs_usb_open/close( ) fix memory leak
 2022-06-24 16:01 UTC  (44+ 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
    ` [PATCH v4 0/1] URB_FREE_COHERENT gs_usb memory leak fix
      ` [PATCH v4 1/1] can: gs_usb: fix DMA memory leak on close

[PATCH] can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read dev_id
 2022-06-24  7:11 UTC  (2+ messages)

KASAN: use-after-free Read in slcan_receive_buf
 2022-06-24  6:11 UTC 

[PATCH] can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()
 2022-06-23 15:06 UTC  (2+ messages)

[PATCH] can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversion
 2022-06-23 15:02 UTC  (3+ messages)

ram initialization on mcp2518fd
 2022-06-23 13:50 UTC  (9+ messages)

[net-next 6/6] can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC register
 2022-06-22 13:47 UTC  (7+ messages)

[PATCH] can: Remove extra of_node_get in grcan
 2022-06-21 22:36 UTC  (2+ messages)

[PATCH 0/1] can/esd_usb2: Added support for esd CAN-USB/3
 2022-06-21 15:52 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH v9] can, tty: can327 CAN/ldisc driver for ELM327 based OBD-II adapters
 2022-06-19  8:08 UTC  (3+ messages)

[PATCH] tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver
 2022-06-19  8:05 UTC  (2+ messages)

[PATCH v8] can, tty: can327 CAN/ldisc driver for ELM327 based OBD-II adapters
 2022-06-17 13:37 UTC  (5+ messages)

[syzbot] possible deadlock in j1939_sk_errqueue
 2022-06-14 22:53 UTC  (2+ messages)

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

[PATCH v3 00/13] can: slcan: extend supported features
 2022-06-14  7:24 UTC  (25+ 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: netlink: allow configuring of fixed data bit rates without need for do_set_data_bittiming callback
 2022-06-13 16:28 UTC  (3+ messages)

[PATCH net-next 0/2] Document PolarFire SoC can controller
 2022-06-13 13:48 UTC  (8+ messages)

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

[RFC PATCH 00/13] can: slcan: extend supported features
 2022-06-12 21:24 UTC  (18+ messages)
` [RFC PATCH 04/13] can: slcan: use CAN network device driver API
` [RFC PATCH 06/13] can: slcan: allow to send commands to the adapter
` [RFC PATCH 11/13] can: slcan: add ethtool support to reset adapter errors

[PATCH v2 00/13] can: slcan: extend supported features
 2022-06-12 21:20 UTC  (19+ messages)
` [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 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  (20+ messages)
` [PATCH v5 0/7] can: refactoring of can-dev module and of Kbuild
` [PATCH v6 "
  ` [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


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