linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-20 12:48:55 to 2022-06-08 20:10:37 UTC [more...]

[PATCH 0/2] can: drop tx skb if the device is in listen only mode
 2022-06-08 20:10 UTC  (60+ 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 v2 00/13] can: slcan: extend supported features
 2022-06-08 16:51 UTC  (14+ 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

[RFC PATCH 00/13] can: slcan: extend supported features
 2022-06-08 16:42 UTC  (32+ 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 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 001/001] can: gs_usb: gs_usb_open/close( ) fix memory leak
 2022-06-07 12:12 UTC  (15+ messages)
` [PATCH] "
      ` [RFC PATCH] USB: core: urb: add new transfer flag URB_FREE_COHERENT
        ` [RFC PATCH v2] usb: "

[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  (31+ messages)
` [PATCH 01/12] can: kvaser_usb_leaf: Fix overread with an invalid command
` [PATCH 02/12] can: kvaser_usb: Fix use of uninitialized completion
` [PATCH 03/12] can: kvaser_usb: Fix possible completions during init_completion
` [PATCH 04/12] can: kvaser_usb: Mark Mini PCIe 2xHS as supporting error counters
` [PATCH 05/12] can: kvaser_usb_leaf: Set Warning state even without bus errors
` [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 10/12] can: kvaser_usb_leaf: Fix wrong CAN state after stopping
` [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)

[PATCH net-next 0/3] pull-request: can-next 2022-05-23
 2022-05-23 23:10 UTC  (5+ messages)
` [PATCH net-next 1/3] can: peak_usb: fix typo in comment
` [PATCH net-next 2/3] can: kvaser_usb: silence a GCC 12 -Warray-bounds warning
` [PATCH net-next 3/3] can: ctucanfd: platform: add missing dependency to HAS_IOMEM

[PATCH net-next] can: kvaser_usb: silence a GCC 12 -Warray-bounds warning
 2022-05-23 20:12 UTC  (3+ messages)

[PATCH net-next 0/3] pull-request: can-next 2022-05-23
 2022-05-23 20:08 UTC 

[PATCH net-next 0/n] pull-request: can-next 2022-05-23
 2022-05-23 20:08 UTC  (4+ messages)
` [PATCH net-next 1/3] can: peak_usb: fix typo in comment
` [PATCH net-next 2/3] can: kvaser_usb: silence a GCC 12 -Warray-bounds warning
` [PATCH net-next 3/3] can: ctucanfd: platform: add missing dependency to HAS_IOMEM

[PATCH] can: ctucanfd: platform: add missing dependency to HAS_IOMEM
 2022-05-23 15:15 UTC  (2+ messages)

[PATCH] can: peak_usb: fix typo in comment
 2022-05-23 12:38 UTC  (2+ messages)

[PATCH RFC] can: bcm: use call_rcu() instead of costly synchronize_rcu()
 2022-05-20 18:32 UTC 

[PATCH net 0/2] pull-request: can 2022-05-13
 2022-05-20 14:24 UTC  (7+ messages)
` [PATCH net 1/2] Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"
      ` PCH_CAN removal?


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