linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-06 20:14:02 to 2023-01-09 13:55:34 UTC [more...]

[PATCH 00/18] can: m_can: Optimizations for m_can/tcan part 2
 2023-01-09 13:55 UTC  (20+ messages)
` [PATCH 01/18] can: tcan4x5x: Remove reserved register 0x814 from writable table
` [PATCH 02/18] can: tcan4x5x: Check size of mram configuration
` [PATCH 03/18] can: m_can: Remove repeated check for is_peripheral
` [PATCH 04/18] can: m_can: Always acknowledge all interrupts
` [PATCH 05/18] can: m_can: Remove double interrupt enable
` [PATCH 06/18] can: m_can: Disable unused interrupts
` [PATCH 07/18] can: m_can: Keep interrupts enabled during peripheral read
` [PATCH 08/18] can: m_can: Write transmit header and data in one transaction
` [PATCH 09/18] can: m_can: Implement receive coalescing
` [PATCH 10/18] can: m_can: Implement transmit coalescing
` [PATCH 11/18] can: m_can: Add rx coalescing ethtool support
` [PATCH 12/18] can: m_can: Add tx "
` [PATCH 13/18] can: m_can: Cache tx putidx
` [PATCH 14/18] can: m_can: Use the workqueue as queue
` [PATCH 15/18] can: m_can: Introduce a tx_fifo_in_flight counter
` [PATCH 16/18] can: m_can: Use tx_fifo_in_flight for netif_queue control
` [PATCH 17/18] can: m_can: Implement BQL
` [PATCH 18/18] can: m_can: Implement transmit submission coalescing

mcp251xfd: Bad message receiption
 2023-01-09  7:10 UTC  (13+ messages)
  ` AW: "
      ` AW: "
          ` AW: "
                ` AW: AW: AW: mcp251xfd: Bad message receiption (1/2)
                ` AW: AW: AW: mcp251xfd: Bad message receiption (2/2)

[RESEND RFC PATCH v5 0/5] can: bxcan: add support for ST bxCAN controller
 2023-01-08 16:25 UTC  (3+ messages)
` [RESEND RFC PATCH v5 2/5] dt-bindings: net: can: add STM32 bxcan DT bindings
` [RESEND RFC PATCH v5 5/5] can: bxcan: add support for ST bxCAN controller

[PATCH v2] can: isotp: handle wait_event_interruptible() return values
 2023-01-06 12:59 UTC  (5+ messages)

[PATCH v3] can: isotp: handle wait_event_interruptible() return values
 2023-01-05 12:45 UTC 

[PATCH can-next] can: isotp: check CAN address family in isotp_bind()
 2023-01-04 20:18 UTC 

[PATCH] can: isotp: handle wait_event_interruptible() return values
 2023-01-04 16:39 UTC 

[PATCH] can: isotp: split tx timer into transmission and timeout
 2023-01-04 14:57 UTC 

[PATCH 1/3] can: flexcan: add auto stop mode for IMX93 to support wakeup
 2022-12-31  7:24 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: imx93: add flexcan nodes

[PATCH 2/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (2)
 2022-12-22  2:21 UTC  (9+ messages)
` [PATCH 3/3] can: esd_usb: Improved decoding for ESD_EV_CAN_ERROR_EXT messages

[PATCH 0/3] can: esd_usb: Some more preparation for supporting esd CAN-USB/3
 2022-12-22  0:46 UTC  (5+ messages)
` [PATCH 1/3] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (1)

[linux-next:master] BUILD REGRESSION e45fb347b630ee76482fe938ba76cf8eab811290
 2022-12-20 13:49 UTC 

[PATCH net 0/3] pull-request: can 2022-12-19
 2022-12-20  2:00 UTC  (6+ messages)
` [PATCH net 1/3] Documentation: devlink: add missing toc entry for etas_es58x devlink doc
` [PATCH net 2/3] can: flexcan: avoid unbalanced pm_runtime_enable warning
` [PATCH net 3/3] can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len

[linux-next:master] BUILD REGRESSION ca39c4daa6f7f770b1329ffb46f1e4a6bcc3f291
 2022-12-19 15:56 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION d650871875b2ccc670f1044be7f3cc90f276745d
 2022-12-19 14:34 UTC 

[PATCH] can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len
 2022-12-19 13:48 UTC  (2+ messages)

[syzbot] WARNING in print_tainted
 2022-12-19 10:37 UTC 

[PATCH 00/15] can: m_can: Optimizations for tcan and peripheral chips
 2022-12-16  4:40 UTC  (27+ messages)
` [PATCH 02/15] can: m_can: Wakeup net queue once tx was issued
` [PATCH 03/15] can: m_can: Cache tx putidx and transmits in flight
` [PATCH 04/15] can: m_can: Use transmit event FIFO watermark level interrupt

[linux-next:master] BUILD REGRESSION 459c73db4069c27c1d4a0e20d055b837396364b8
 2022-12-16  4:37 UTC  (2+ messages)

[PATCH v2 00/11] can: m_can: Optimizations for tcan and peripheral chips
 2022-12-13 19:13 UTC  (7+ messages)
` [PATCH v2 11/11] can: tcan4x5x: Specify separate read/write ranges

[PATCH] can: flexcan: avoid unbalanced pm_runtime_enable warning
 2022-12-13 13:38 UTC  (2+ messages)

[PATCH net-next 0/39] pull-request: can-next 2022-12-12
 2022-12-13  8:11 UTC  (43+ messages)
` [PATCH net-next 01/39] can: kvaser_usb: kvaser_usb_set_bittiming(): fix redundant initialization warning for err
` [PATCH net-next 02/39] can: kvaser_usb: kvaser_usb_set_{,data}bittiming(): remove empty lines in variable declaration
` [PATCH net-next 03/39] can: rcar_canfd: rcar_canfd_probe: Add struct rcar_canfd_hw_info to driver data
` [PATCH net-next 04/39] can: m_can: sort header inclusion alphabetically
` [PATCH net-next 05/39] can: rcar_canfd: Add max_channels to struct rcar_canfd_hw_info
` [PATCH net-next 06/39] can: rcar_canfd: Add shared_global_irqs "
` [PATCH net-next 07/39] can: rcar_canfd: Add postdiv "
` [PATCH net-next 08/39] can: rcar_canfd: Add multi_channel_irqs "
` [PATCH net-next 09/39] can: ctucanfd: Drop obsolete dependency on COMPILE_TEST
` [PATCH net-next 10/39] can: etas_es58x: sort the includes by alphabetic order
` [PATCH net-next 11/39] can: flexcan: add auto stop mode for IMX93 to support wakeup
    `  "
` [PATCH net-next 12/39] can: etas_es58x: add devlink support
` [PATCH net-next 13/39] dt-bindings: can: fsl,flexcan: add imx93 compatible
` [PATCH net-next 14/39] can: etas_es58x: add devlink port support
` [PATCH net-next 15/39] dt-bindings: can: renesas,rcar-canfd: Document RZ/Five SoC
` [PATCH net-next 16/39] USB: core: export usb_cache_string()
` [PATCH net-next 17/39] can: c_can: use devm_platform_get_and_ioremap_resource()
` [PATCH net-next 18/39] net: devlink: add DEVLINK_INFO_VERSION_GENERIC_FW_BOOTLOADER
` [PATCH net-next 19/39] can: etas_es58x: export product information through devlink_ops::info_get()
` [PATCH net-next 20/39] can: etas_es58x: remove es58x_get_product_info()
` [PATCH net-next 21/39] Documentation: devlink: add devlink documentation for the etas_es58x driver
` [PATCH net-next 22/39] can: ucan: use strscpy() to instead of strncpy()
` [PATCH net-next 23/39] net: af_can: remove useless parameter 'err' in 'can_rx_register()'
` [PATCH net-next 24/39] can: ucan: remove unused ucan_priv::intf
` [PATCH net-next 25/39] can: gs_usb: remove gs_can::iface
` [PATCH net-next 26/39] can: m_can: Call the RAM init directly from m_can_chip_config
` [PATCH net-next 27/39] can: raw: add support for SO_MARK
` [PATCH net-next 28/39] dt-bindings: can: renesas,rcar-canfd: Fix number of channels for R-Car V3U
` [PATCH net-next 29/39] can: m_can: Eliminate double read of TXFQS in tx_handler
` [PATCH net-next 30/39] can: m_can: Avoid reading irqstatus twice
` [PATCH net-next 31/39] can: m_can: Read register PSR only on error
` [PATCH net-next 32/39] can: m_can: Count TXE FIFO getidx in the driver
` [PATCH net-next 33/39] can: m_can: Count read getindex "
` [PATCH net-next 34/39] can: m_can: Batch acknowledge transmit events
` [PATCH net-next 35/39] can: m_can: Batch acknowledge rx fifo
` [PATCH net-next 36/39] can: tcan4x5x: Remove invalid write in clear_interrupts
` [PATCH net-next 37/39] can: tcan4x5x: Fix use of register error status mask
` [PATCH net-next 38/39] can: tcan4x5x: Fix register range of first two blocks
` [PATCH net-next 39/39] can: tcan4x5x: Specify separate read/write ranges

[PATCH v1] can: peak_usb: export PCAN device ID as sysfs device attribute
 2022-12-13  8:03 UTC  (10+ messages)
` [PATCH v3 0/7] can: peak_usb: Introduce configurable CAN channel ID
` [PATCH v3 1/8] can: peak_usb: rename device_id to "
` [PATCH v3 2/8] can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devices
` [PATCH v3 3/8] can: peak_usb: allow flashing of the CAN channel ID
` [PATCH v3 4/8] can: peak_usb: replace unregister_netdev() with unregister_candev()
` [PATCH v3 5/8] can: peak_usb: add ethtool interface to user-configurable CAN channel identifier
` [PATCH v3 6/8] can: peak_usb: export PCAN CAN channel ID as sysfs device attribute
` [PATCH v3 7/8] can: peak_usb: align CAN channel ID format in log with sysfs attribute
` [PATCH v3 8/8] can: peak_usb: Reorder include directives alphabetically

[mkl-can-next:master 22/43] htmldocs: Documentation/networking/devlink/etas_es58x.rst: WARNING: document isn't included in any toctree
 2022-12-13  5:48 UTC  (2+ messages)

[PATCH 6.0 070/157] can: can327: flush TX_work on ldisc .close()
 2022-12-12 21:11 UTC  (3+ messages)
` [PATCH 6.0 071/157] can: slcan: fix freed work crash

[PATCH v2] dt-bindings: can: renesas,rcar-canfd: Fix number of channels for R-Car V3U
 2022-12-12 10:53 UTC  (3+ messages)

[PATCH] can: raw: add support for SO_MARK
 2022-12-11 21:08 UTC  (2+ messages)

[PATCH 0/8] can: usb: remove all usb_set_intfdata(intf, NULL) in drivers' disconnect()
 2022-12-11 11:24 UTC  (20+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] can: ems_usb: ems_usb_disconnect(): fix NULL pointer dereference
  ` [PATCH v2 2/9] can: esd_usb: esd_usb_disconnect(): "
  ` [PATCH v2 3/9] can: gs_usb: gs_usb_disconnect(): "
  ` [PATCH v2 4/9] can: kvaser_usb: kvaser_usb_disconnect(): "
  ` [PATCH v2 5/9] can: mcba_usb: mcba_usb_disconnect(): "
  ` [PATCH v2 6/9] can: ucan: ucan_disconnect(): "
  ` [PATCH v2 7/9] can: usb_8dev: usb_8dev_disconnect(): "
  ` [PATCH v2 8/9] can: usb: remove useless check on driver data
  ` [PATCH v2 9/9] can: etas_es58x and peak_usb: remove useless call to usb_set_intfdata()

[PATCH stable] can: af_can: fix NULL pointer dereference in can_rcv_filter
 2022-12-09 18:35 UTC  (2+ messages)

[Patch v4 0/2] can: mcan: Add MCAN support for FSD SoC
 2022-12-08  9:12 UTC  (6+ messages)
    ` [Patch v4 1/2] can: m_can: Call the RAM init directly from m_can_chip_config
    ` [Patch v4 2/2] arm64: dts: fsd: Add MCAN device node
      ` (subset) "

[PATCH 0/2] can: usb: remove pointers to struct usb_interface in device's priv structures
 2022-12-08  9:10 UTC  (4+ messages)
` [PATCH 1/2] can: ucan: remove unused ucan_priv::intf
` [PATCH 2/2] can: gs_usb: remove gs_can::iface

[PATCH net-next] net: af_can: remove useless parameter 'err' in 'can_rx_register()'
 2022-12-08  9:09 UTC  (2+ messages)

[PATCH net 0/4] pull-request: can 2022-12-07
 2022-12-08  3:10 UTC  (6+ messages)
` [PATCH net 1/4] can: af_can: fix NULL pointer dereference in can_rcv_filter
` [PATCH net 2/4] can: slcan: fix freed work crash
` [PATCH net 3/4] can: can327: flush TX_work on ldisc .close()
` [PATCH net 4/4] can: esd_usb: Allow REC and TEC to return to zero

[PATCH linux-next] can: ucan: use strscpy() to instead of strncpy()
 2022-12-07  9:28 UTC  (2+ messages)

[PATCH v2] can: af_can: fix NULL pointer dereference in can_rcv_filter
 2022-12-06 20:12 UTC 

[PATCH] can: af_can: fix NULL pointer dereference in can_rcv_filter
 2022-12-06 20:08 UTC 


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