linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-20 19:38:07 to 2021-04-07 08:16:03 UTC [more...]

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

pull-request: can-next 2021-04-07
 2021-04-07  8:01 UTC  (7+ messages)
` [net-next 1/6] can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation fails
` [net-next 2/6] can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload_queue_sorted() call
` [net-next 3/6] can: c_can: remove unused enum BOSCH_C_CAN_PLATFORM
` [net-next 4/6] can: mcp251xfd: add BQL support
` [net-next 5/6] can: mcp251xfd: mcp251xfd_regmap_crc_read_one(): Factor out crc check into separate function
` [net-next 6/6] can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC register

pull-request: can 2021-04-06
 2021-04-06 23:40 UTC  (4+ messages)
` [net] can: mcp251x: fix support for half duplex SPI host controllers

[RFC]: can-next 2021-04-06: peak_usb cleanups
 2021-04-06 11:16 UTC  (11+ messages)
` [can-next-rfc 01/10] can: peak_usb: fix checkpatch warnings
` [can-next-rfc 02/10] can: peak_usb: pcan_usb_pro.h: remove double space in indention
` [can-next-rfc 03/10] can: peak_usb: remove unused variables from struct peak_usb_device
` [can-next-rfc 04/10] can: peak_usb: remove write only variable struct peak_usb_adapter::ts_period
` [can-next-rfc 05/10] can: peak_usb: peak_usb_probe(): make use of driver_info
` [can-next-rfc 06/10] can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for device_id
` [can-next-rfc 07/10] can: peak_usb: pcan_usb_get_serial(): remove error message from error path
` [can-next-rfc 08/10] can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()
` [can-next-rfc 09/10] can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_number
` [can-next-rfc 10/10] can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligned data

[RFC]: can-next 2021-04-06: c_can cleanup and mcp251xfd features
 2021-04-06 11:06 UTC  (5+ messages)
` [can-next-rfc 1/4] can: c_can: remove unused enum BOSCH_C_CAN_PLATFORM
` [can-next-rfc 2/4] can: mcp251xfd: add BQL support
` [can-next-rfc 3/4] can: mcp251xfd: mcp251xfd_regmap_crc_read_one(): Factor out crc check into separate function
` [can-next-rfc 4/4] can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC register

m_can error/overrun frames on high speed
 2021-04-05 19:41 UTC  (8+ messages)

[PATCH v14 0/4] Introducing ETAS ES58X CAN USB interfaces
 2021-04-02 13:02 UTC  (9+ 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] can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation fails
 2021-04-02 12:42 UTC  (2+ messages)

[PATCH] drivers: net: fix memory leak in peak_usb_create_dev
 2021-04-01 23:00 UTC  (2+ messages)

[PATCH] can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload_queue_sorted() call
 2021-04-01 20:40 UTC  (2+ messages)

Coverity: mcp251xfd_dump_rx_ring(): Memory - illegal accesses
 2021-04-01 20:37 UTC  (3+ messages)

Coverity: m_can_receive_skb(): Error handling issues
 2021-03-31 22:00 UTC 

[PATCH] can: mcp251x: fix support for half duplex SPI host controllers
 2021-03-31 15:05 UTC  (6+ messages)

Bidding invitation
 2021-03-31  7:11 UTC 

pull-request: can-next 2021-03-30
 2021-03-30 20:10 UTC  (42+ messages)
` [net-next 01/39] MAINTAINERS: remove Dan Murphy from m_can and tcan4x5x
` [net-next 02/39] MAINTAINERS: Update MCAN MMIO device driver maintainer
` [net-next 03/39] can: dev: always create TX echo skb
` [net-next 04/39] can: dev: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb is accessed out of bounds
` [net-next 05/39] can: dev: can_free_echo_skb(): extend to return can frame length
` [net-next 06/39] can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)
` [net-next 07/39] can: dev: reorder struct can_priv members for better packing
` [net-next 08/39] can: netlink: move '=' operators back to previous line (checkpatch fix)
` [net-next 09/39] can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)
` [net-next 10/39] can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macros
` [net-next 11/39] can: grcan: add missing Kconfig dependency to HAS_IOMEM
` [net-next 12/39] can: xilinx_can: Simplify code by using dev_err_probe()
` [net-next 13/39] can: ucan: fix alignment constraints
` [net-next 14/39] can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of plain integers
` [net-next 15/39] can: peak_usb: add support of ethtool set_phys_id()
` [net-next 16/39] can: peak_usb: add support of ONE_SHOT mode
` [net-next 17/39] can: m_can: m_can_class_allocate_dev(): remove impossible error return judgment
` [net-next 18/39] can: m_can: add infrastructure for internal timestamps
` [net-next 19/39] can: m_can: m_can_chip_config(): enable and configure "
` [net-next 20/39] can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from softirq context
` [net-next 21/39] can: tcan4x5x: remove duplicate include of regmap.h
` [net-next 22/39] can: mcp251xfd: add dev coredump support
` [net-next 23/39] can: mcp251xfd: simplify UINC handling
` [net-next 24/39] can: mcp251xfd: move netdevice.h to mcp251xfd.h
` [net-next 25/39] can: mcp251xfd: mcp251xfd_get_timestamp(): move "
` [net-next 26/39] can: mcp251xfd: add HW timestamp infrastructure
` [net-next 27/39] can: mcp251xfd: add HW timestamp to RX, TX and error CAN frames
` [net-next 28/39] can: c_can: convert block comments to network style comments
` [net-next 29/39] can: c_can: remove unnecessary blank lines and add suggested ones
` [net-next 30/39] can: c_can: fix indention
` [net-next 31/39] can: c_can: fix print formating string
` [net-next 32/39] can: c_can: replace double assignments by two single ones
` [net-next 33/39] can: c_can: fix remaining checkpatch warnings
` [net-next 34/39] can: c_can: remove unused code
` [net-next 35/39] can: c_can: fix indentation
` [net-next 36/39] can: c_can: add a comment about IF_RX interface's use
` [net-next 37/39] can: c_can: use 32-bit write to set arbitration register
` [net-next 38/39] can: c_can: prepare to up the message objects number
` [net-next 39/39] can: c_can: add support to 64 message objects

[mcp251x] Using MCP2515 with half duplex driver fails on init
 2021-03-30 16:08 UTC  (3+ messages)

[PATCH AUTOSEL 5.11 12/38] can: kvaser_usb: Add support for USBcan Pro 4xHS
 2021-03-29 22:21 UTC 

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 v13 00/11] Introducing ETAS ES58X CAN USB interfaces
 2021-03-29  9:18 UTC  (5+ messages)
` [PATCH v13 01/11] can: etas_es58x: add core support for "

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)

[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  (12+ 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"


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