linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-15 16:00:02 to 2021-03-29 20:41:06 UTC [more...]

pull-request: can 2021-03-29
 2021-03-29 20:40 UTC  (5+ messages)
` [net 1/3] can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE
` [net 2/3] can: isotp: "
` [net 3/3] can: uapi: can.h: mark union inside struct can_frame packed

[PATCH v14 0/4] Introducing ETAS ES58X CAN USB interfaces
 2021-03-29 12:36 UTC  (6+ messages)
` [PATCH v14 1/4] can: etas_es58x: add core support for "
` [PATCH v14 2/4] can: etas_es58x: add support for ETAS ES581.4 CAN USB interface
` [PATCH v14 3/4] can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfaces
` [PATCH v14 4/4] can: etas_es58x: add es58x_netdev_queue_set_dql_min_limit()

[PATCH v13 00/11] Introducing ETAS ES58X CAN USB interfaces
 2021-03-29  9:18 UTC  (19+ messages)
` [PATCH v13 01/11] can: etas_es58x: add core support for "
` [PATCH v13 02/11] can: etas_es58x: make core driver compile without glue code drivers
` [PATCH v13 03/11] can: etas_es58x: es58x_rx_err_msg() fix typo
` [PATCH v13 04/11] can: etas_es58x: es58x_rx_cmd_ret_u32() fix kernel doc
` [PATCH v13 05/11] can: etas_es58x: remove setting of dql.min_limit for now
` [PATCH v13 06/11] can: etas_es58x: add support for ETAS ES581.4 CAN USB interface
` [PATCH v13 07/11] can: etas_es58x: es581_4: es581_4_sizeof_rx_tx_msg(): fix kernel doc
` [PATCH v13 08/11] can: etas_es58x: es581_4: remove setting of dql.min_limit for now
` [PATCH v13 09/11] can: etas_es58x: es58x_fd: add support for the ETAS ES58X_FD CAN USB interfaces
` [PATCH v13 10/11] can: etas_es58x: es58x_fd: es58x_fd_sizeof_rx_tx_msg(): fix kernel doc
` [PATCH v13 11/11] can: etas_es58x: es58x_fd: remove setting of dql.min_limit for now

drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c:2267:16: warning: taking address of packed member 'hw_tx_obj' of class or structure 'mcp251xfd_tx_obj_load_buf::(anonymous)' may result in an unaligned pointer value
 2021-03-29  6:48 UTC 

[kbuild-all] Re: include/linux/compiler_types.h:315:38: error: call to '__compiletime_assert_536' declared with attribute error: BUILD_BUG_ON failed: offsetof(struct can_frame, len) != offsetof(struct canfd_frame, len) || offsetof(struct can_frame, data) != offsetof(struc
 2021-03-29  7:01 UTC  (18+ messages)

m_can error/overrun frames on high speed
 2021-03-28  6:31 UTC 

[PATCH 1/3] can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE
 2021-03-25 12:58 UTC  (3+ messages)
` [PATCH 2/3] can: isotp: "
` [PATCH 3/3] can: uapi: can.h: suppress padding of union inside struct can_frame

CAN Testing with Docker Image?
 2021-03-25  9:53 UTC  (4+ messages)

[PATCH v2] [RFC] can: fix msg_namelen values depending on CAN_REQUIRED_SIZE
 2021-03-25  9:31 UTC  (5+ messages)

[PATCH] [RFC] can: fix msg_namelen values depending on CAN_REQUIRED_SIZE
 2021-03-25  8:46 UTC  (7+ messages)

Breaking UAPI change?
 2021-03-25  8:01 UTC  (8+ messages)
    ` PATCH: "

[PATCH net v3] net: sched: fix packet stuck problem for lockless qdisc
 2021-03-25  3:13 UTC 

[PATCH net v2] net: sched: fix packet stuck problem for lockless qdisc
 2021-03-25  2:08 UTC  (3+ messages)

RFC: slcan: read status flags
 2021-03-24  8:41 UTC  (2+ messages)

[RFC v2] net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc
 2021-03-24  2:36 UTC  (20+ messages)
      ` [Linuxarm] "

[PATCH net] net: sched: fix packet stuck problem for lockless qdisc
 2021-03-23 11:39 UTC  (11+ messages)
` [Linuxarm] "
` [RFC v3] net: sched: implement TCQ_F_CAN_BYPASS "

[PATCH] can: uapi: can.h: mark union inside struct can_frame packed
 2021-03-23  9:37 UTC  (4+ messages)

[PATCH] net: can: Remove duplicate include of regmap.h
 2021-03-23  7:30 UTC  (2+ messages)

CAN performance test
 2021-03-23  7:26 UTC  (2+ messages)

[PATCH v3 0/1] Allow drivers to modify dql.min_limit value
 2021-03-22 20:00 UTC  (3+ messages)
` [PATCH v3 1/1] netdev: add netdev_queue_set_dql_min_limit()

CAN FD controllers (M-CAN tcan4x5x as well as Microchip mcp251xfd) fails on iMX6 eCSPI interface
 2021-03-22 10:53 UTC  (4+ messages)

[PATCH v4 0/1] Introducing new CAN FD bittiming parameters: Transmission Delay Compensation (TDC)
 2021-03-22  7:53 UTC  (3+ messages)
` [PATCH v4 1/1] can: netlink: do tdco calculation after data bittiming is copied to can_priv

pull-request: can 2021-03-20
 2021-03-21  2:10 UTC  (4+ messages)
` [net 1/2] can: isotp: tx-path: zero initialize outgoing CAN frames
` [net 2/2] can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"

[PATCH] can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"
 2021-03-20 19:26 UTC 

[PATCH 0/2] let can_free_echo_skb() return can frame length
 2021-03-20  8:37 UTC  (5+ messages)
` [PATCH 1/2] can: skb: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb is accessed out of bounds
` [PATCH 2/2] can: dev: can_free_echo_skb(): extend to return can frame length

[PATCH 0/3] can/peak_usb: Added improvement to the peak_usb driver
 2021-03-19 12:00 UTC  (13+ messages)
` [PATCH 1/3] can/peak_usb: add support of ethtool set_phys_id()
` [PATCH 2/3] can/peak_usb: add forgotten supported devices
` [PATCH 3/3] can/peak_usb: add support of ONE_SHOT mode

[PATCH v2] can: isotp: tx-path: zero initialize outgoing CAN frames
 2021-03-19 10:18 UTC  (2+ messages)

[PATCH] can: isotp: tx-path: zero initialize outgoing CAN frames
 2021-03-19  9:58 UTC  (4+ messages)

[PATCH] can: dev: do not increment rx stats when generating a CAN error skb
 2021-03-19  9:41 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update MCAN MMIO device driver maintainer
 2021-03-19  8:17 UTC  (2+ messages)

newbie question to atu baudrate detection
 2021-03-19  8:07 UTC  (2+ messages)

[PATCH can-next] can: dev: always create TX echo skb
 2021-03-18 10:55 UTC  (4+ messages)

pull-request: can 2021-03-16
 2021-03-18 10:11 UTC  (16+ messages)
` [net 01/11] can: dev: Move device back to init netns on owning netns delete
` [net 02/11] can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FD
` [net 03/11] can: isotp: TX-path: ensure that CAN frame flags are initialized
` [net 04/11] can: peak_usb: add forgotten supported devices
` [net 05/11] can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrate
` [net 06/11] can: kvaser_pciefd: Always disable bus load reporting
` [net 07/11] can: kvaser_usb: Add support for USBcan Pro 4xHS
` [net 08/11] can: c_can_pci: c_can_pci_remove(): fix use-after-free
` [net 09/11] can: c_can: move runtime PM enable/disable to c_can_platform
` [net 10/11] can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning
` [net 11/11] can: m_can: m_can_rx_peripheral(): fix RX being blocked by errors

pull-request: can 2021-03-01
 2021-03-18  9:23 UTC  (6+ messages)
` [net 3/6] can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode
  ` [BUG] "

[PATCH] dt-bindings: Drop type references on common properties
 2021-03-18  9:16 UTC  (11+ messages)

[PATCH v2 0/5] Introducing new CAN FD bittiming parameters: Transmission Delay Compensation (TDC)
 2021-03-16 15:29 UTC  (5+ messages)
` [PATCH v2 4/5] can: add netlink interface for CAN-FD Transmitter "

[PATCH] can: flexcan: fix chip freeze for missing bitrate
 2021-03-16  7:46 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).