linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-28 07:37:01 to 2022-06-10 14:30:38 UTC [more...]

[PATCH 0/2] can: drop tx skb if the device is in listen only mode
 2022-06-10 14:30 UTC  (61+ messages)
` [PATCH v4 0/7] can: refactoring of can-dev module and of Kbuild
  ` [PATCH v4 1/7] can: Kbuild: rename config symbol CAN_DEV into CAN_NETLINK
  ` [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 v4 5/7] net: Kconfig: move the CAN device menu to the "Device Drivers" section
  ` [PATCH v4 6/7] can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.c
  ` [PATCH v4 7/7] can: skb: drop tx skb if in listen only mode
` [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] can: m_can: fix typo prescalar -> prescaler
 2022-06-10 11:50 UTC  (2+ messages)

[RFC PATCH 00/13] can: slcan: extend supported features
 2022-06-10 10:51 UTC  (39+ 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 001/001] can: gs_usb: gs_usb_open/close( ) fix memory leak
 2022-06-10 10:46 UTC  (24+ 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 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 v2 00/13] can: slcan: extend supported features
 2022-06-09  8:07 UTC  (16+ 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 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  (21+ messages)
` [PATCH 04/12] can: kvaser_usb: Mark Mini PCIe 2xHS as supporting error counters
` [PATCH 06/12] can: kvaser_usb_leaf: Fix TX queue out of sync after restart
` [PATCH 07/12] can: kvaser_usb_leaf: Fix CAN state "
` [PATCH 08/12] can: kvaser_usb_leaf: Fix improved state not being reported
` [PATCH 09/12] can: kvaser_usb_leaf: Fix silently failing bus params setup
` [PATCH 11/12] can: kvaser_usb_leaf: Ignore stale bus-off after start
` [PATCH 12/12] can: kvaser_usb_leaf: Fix bogus restart events

[syzbot] possible deadlock in j1939_sk_queue_drop_all
 2022-06-03 19:14 UTC  (2+ messages)

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

[PATCH v2 0/3] can: kvaser_usb: CAN clock frequency regression
 2022-06-03  8:38 UTC  (4+ messages)
` [PATCH v2 1/3] can: kvaser_usb: Replace run-time checks with struct kvaser_usb_driver_info
` [PATCH v2 2/3] can: kvaser_usb: kvaser_usb_leaf: Fix CAN clock frequency regression
` [PATCH v2 3/3] can: kvaser_usb: kvaser_usb_leaf: Fix bittiming limits

[PATCH] net: add operstate for vcan and dummy
 2022-06-03  3:39 UTC  (3+ messages)

[PATCH 0/2] can: kvaser_usb: CAN clock frequency regression
 2022-06-02 10:07 UTC  (7+ messages)
` [PATCH 1/2] can: kvaser_usb: kvaser_usb_leaf: Fix "
` [PATCH 2/2] can: kvaser_usb: kvaser_usb_leaf: Fix bittiming limits

CTU CAN FD IP core SocketCAN driver - success with mainine Linux kernel and mainline QEMU builds
 2022-05-31  8:14 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 67/76] can: mcp251xfd: silence clang's -Wunaligned-access warning
 2022-05-30 13:43 UTC 

[PATCH AUTOSEL 5.15 097/109] can: mcp251xfd: silence clang's -Wunaligned-access warning
 2022-05-30 13:38 UTC 

[PATCH AUTOSEL 5.17 122/135] can: mcp251xfd: silence clang's -Wunaligned-access warning
 2022-05-30 13:31 UTC 

[PATCH AUTOSEL 5.18 144/159] can: mcp251xfd: silence clang's -Wunaligned-access warning
 2022-05-30 13:24 UTC 

[PATCH] can: xilinx_can: Add Transmitter delay compensation (TDC) feature support
 2022-05-29 14:25 UTC  (6+ messages)

[syzbot] KASAN: use-after-free Read in j1939_xtp_rx_dat_one (3)
 2022-05-28 15:54 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).