linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-01 11:22:12 to 2021-03-15 16:00:02 UTC [more...]

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

[PATCH RFC] net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc
 2021-03-15 13:09 UTC  (5+ messages)
` [RFC v2] "

Softirq error with mcp251xfd driver
 2021-03-11 12:20 UTC  (6+ messages)

[RFC PATCH v2 0/1] Allow drivers to modify dql.min_limit value
 2021-03-10 16:10 UTC  (2+ messages)
` [RFC PATCH v2 1/1] netdev: add netdev_queue_set_dql_min_limit()

[RFC PATCH 0/1] Modify dql.min_limit value inside the driver
 2021-03-10 15:56 UTC  (5+ messages)
` [RFC PATCH 1/1] dql: add dql_set_min_limit()

[PATCH 3/3] can/peak_usb: add support of ONE_SHOT mode
 2021-03-10 11:53 UTC  (2+ messages)

[PATCH can-next] can: dev: always create TX echo skb
 2021-03-09 21:19 UTC 

[PATCH v12 0/1] Introducing ETAS ES58X CAN USB interfaces
 2021-03-09 20:26 UTC  (12+ messages)
  ` [PATCH v12 1/1] can: usb: etas_es58X: add support for "

[RESEND v12 0/1] Introducing ETAS ES58X CAN USB interfaces
 2021-03-09 18:22 UTC  (5+ messages)
  ` [RESEND v12] can: usb: etas_es58X: add support for "

[PATCH 0/3] can/peak_usb: Added improvement to the peak_usb driver
 2021-03-09 15:28 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 3/3] can/peak_usb: add support of ONE_SHOT mode
 2021-03-09 14:58 UTC  (2+ messages)

[PATCH v3 0/2] Introducing new CAN FD bittiming parameters: Transmission Delay Compensation (TDC)
 2021-03-09 14:06 UTC  (4+ messages)
` [PATCH v3 1/2] can: netlink: reorder IFLA_CAN_TDC* entries in can_policy structure
` [PATCH v3 2/2] can: bittiming: add temporary variable to increase readability

[PATCH] can: grcan: add missing Kconfig dependency to HAS_IOMEM
 2021-03-09 14:04 UTC 

[PATCH v6 0/12] can: c_can: add support to 64 message objects
 2021-03-09 12:47 UTC  (15+ messages)
` [PATCH v6 01/12] can: c_can: convert block comments to network style comments
` [PATCH v6 02/12] can: c_can: remove unnecessary blank lines and add suggested ones
` [PATCH v6 03/12] can: c_can: fix indention
` [PATCH v6 04/12] can: c_can: fix print formating string
` [PATCH v6 05/12] can: c_can: replace double assignments by two single ones
` [PATCH v6 06/12] can: c_can: fix remaining checkpatch warnings
` [PATCH v6 07/12] can: c_can: remove unused code
` [PATCH v6 08/12] can: c_can: fix indentation
` [PATCH v6 09/12] can: c_can: add a comment about IF_RX interface's use
` [PATCH v6 10/12] can: c_can: use 32-bit write to set arbitration register
` [PATCH v6 11/12] can: c_can: prepare to up the message objects number
` [PATCH v6 12/12] can: c_can: add support to 64 message objects

[PATCH v2] can/peak_usb: add support of ethtool set_phys_id()
 2021-03-09 12:21 UTC 

[PATCH] can: kvaser_pciefd: Always disable bus load reporting
 2021-03-09 10:19 UTC  (3+ messages)
` [PATCH] can: kvaser_usb: Add support for USBcan Pro 4xHS

[PATCH v3] can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from softirq context
 2021-03-08 11:54 UTC  (2+ messages)

[PATCH v2 0/3] can: m_can: stabilise peripheral m_can RX and TX
 2021-03-08 11:29 UTC  (5+ messages)
` [PATCH v2 1/3] can: m_can: add infrastructure for internal timestamps
` [PATCH v2 2/3] can: m_can: m_can_chip_config(): enable and configure "
` [PATCH v2 3/3] can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from softirq context

[PATCH 0/3] can: m_can: stabilise peripheral m_can RX and TX
 2021-03-08 10:31 UTC  (11+ messages)
` [PATCH 1/3] can: m_can: add infrastructure for internal timestamps
` [PATCH 2/3] can: m_can: m_can_chip_config(): enable and configure "
` [PATCH 3/3] can: m_can: fix RX path: use rx-offload to ensure skbs are sent from softirq context

[PATCH v1] can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macros
 2021-03-08  9:42 UTC  (2+ messages)

[PATCH v5 0/11] can: c_can: add support to 64 message objects
 2021-03-05 12:56 UTC  (14+ messages)
` [PATCH v5 01/11] can: c_can: convert block comments to network style comments
` [PATCH v5 02/11] can: c_can: remove unnecessary blank lines and add suggested ones
` [PATCH v5 03/11] can: c_can: fix indention
` [PATCH v5 04/11] can: c_can: fix print formating string
` [PATCH v5 05/11] can: c_can: replace double assignments by two single ones
` [PATCH v5 06/11] can: c_can: fix remaining checkpatch warnings
` [PATCH v5 07/11] can: c_can: remove unused code
` [PATCH v5 08/11] can: c_can: c_can_rx_object_get(): fix indentation
` [PATCH v5 09/11] can: c_can: c_can_do_tx(): add a comment about IF_RX interface's use
` [PATCH v5 10/11] can: c_can: c_can_inval_msg_object(): use 32-bit write to set arbitration register
` [PATCH v5 11/11] can: c_can: prepare to up the message objects number

[PATCH] can: c_can: move runtime PM enable/disable to c_can_platform
 2021-03-05 11:32 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v4 0/6] can: c_can: add support to 64 message objects
 2021-03-05 11:14 UTC  (10+ messages)
` [PATCH v4 1/6] can: c_can: remove unused code
` [PATCH v4 2/6] can: c_can: fix indentation
` [PATCH v4 3/6] can: c_can: add a comment about IF_RX interface's use
` [PATCH v4 4/6] can: c_can: use 32-bit write to set arbitration register
` [PATCH v4 5/6] can: c_can: prepare to up the message objects number
` [PATCH v4 6/6] can: c_can: add support to 64 message objects

[RFC] can: isotp TX-path cleanups
 2021-03-04 16:17 UTC  (2+ messages)

[can-next v2] can: mcp251xfd: add HW timestamp to RX, TX and error CAN frames
 2021-03-04 16:12 UTC 

[can-next 0/6] various mcp251xfd improvements
 2021-03-04 16:10 UTC  (8+ messages)
` [can-next 1/6] can: mcp251xfd: add dev coredump support
` [can-next 2/6] can: mcp251xfd: simplify UINC handling
` [can-next 3/6] can: mcp251xfd: move netdevice.h to mcp251xfd.h
` [can-next 4/6] can: mcp251xfd: mcp251xfd_get_timestamp(): move "
` [can-next 5/6] can: mcp251xfd: add HW timestamp infrastructure
` [can-next 6/6] can: mcp251xfd: add HW timestamp to RX, TX and error CAN frames

[PATCH] can: m_can: m_can_rx_peripheral: fix RX being blocked by errors
 2021-03-04 13:57 UTC  (2+ messages)

[PATCH] can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning
 2021-03-04 13:22 UTC  (2+ messages)

[PATCH v3 0/6] can: c_can: add support to 64 message objects
 2021-03-03 10:36 UTC  (19+ messages)
` [PATCH v3 3/6] can: c_can: fix control interface used by c_can_do_tx
` [PATCH v3 5/6] can: c_can: prepare to up the message objects number

mcp251x hangs during ifup
 2021-03-03 21:19 UTC  (10+ messages)

[PATCH] can: m_can: reset IR_RF0L in message reception loop
 2021-03-03 10:20 UTC  (4+ messages)

[PATCH net] can: dev: Move device back to init netns on owning netns delete
 2021-03-03 21:16 UTC  (5+ messages)
  ` [PATCH net] can: dev: Move device back to init netns on owning netns delete,Re: "

[PATCH] can: m_can: m_can_rx_handler(): fix RX in periphs being blocked by error handling
 2021-03-03 14:36 UTC  (6+ messages)

[PATCH net v4 1/1] can: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownership
 2021-03-02  2:21 UTC  (3+ messages)

m_can: a lot of 'Rx FIFO 0 Message Lost' in dmesg
 2021-03-01 21:31 UTC  (5+ messages)

[PATCH] can: c_can_pci: fix use-after-free
 2021-03-01 14:26 UTC  (2+ messages)

[PATCH v2 0/6] can: c_can: add support to 64 message objects
 2021-03-01 17:38 UTC  (10+ messages)
` [PATCH v2 3/6] can: c_can: fix control interface used by c_can_do_tx
` [PATCH v2 5/6] can: c_can: prepare to up the message objects number

pull-request: can 2021-03-01
 2021-03-01 11:21 UTC  (7+ messages)
` [net 1/6] can: flexcan: assert FRZ bit in flexcan_chip_freeze()
` [net 2/6] can: flexcan: enable RX FIFO after FRZ/HALT valid
` [net 3/6] can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode
` [net 4/6] can: mcp251xfd: revert "can: mcp251xfd: add BQL support"
` [net 5/6] can: skb: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownership
` [net 6/6] can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before entering Normal Mode


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