linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-08 13:17:32 to 2021-03-04 13:24:18 UTC [more...]

[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  (23+ messages)
` [PATCH v3 1/6] can: c_can: remove unused code
` [PATCH v3 2/6] can: c_can: fix indentation
` [PATCH v3 3/6] can: c_can: fix control interface used by c_can_do_tx
` [PATCH v3 4/6] can: c_can: use 32-bit write to set arbitration register
` [PATCH v3 5/6] can: c_can: prepare to up the message objects number
` [PATCH v3 6/6] can: c_can: add support to 64 message objects

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] can: m_can: m_can_rx_peripheral: fix RX being blocked by errors
 2021-03-03 14:43 UTC 

[PATCH v4 0/6] can: c_can: add support to 64 message objects
 2021-03-02 21:54 UTC  (7+ 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

[PATCH] can: c_can: move runtime PM enable/disable to c_can_platform
 2021-03-02  7:26 UTC  (5+ messages)
  ` [PATCH v2] "

[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  (4+ 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  (16+ messages)
` [PATCH v2 1/6] can: c_can: remove unused code
` [PATCH v2 2/6] can: c_can: fix indentation
` [PATCH v2 3/6] can: c_can: fix control interface used by c_can_do_tx
` [PATCH v2 4/6] can: c_can: use 32-bit write to set arbitration register
` [PATCH v2 5/6] can: c_can: prepare to up the message objects number
` [PATCH v2 6/6] can: c_can: add support to 64 message objects

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

[PATCH RFC] MAINTAINERS: remove Dan Murphy from m_can and tcan4x5x
 2021-02-28  9:42 UTC 

[PATCH] tcan4x5x: clear MRAM before entering Normal mode
 2021-02-28  8:35 UTC  (2+ messages)

[PATCH] can: mcp251xfd: revert "can: mcp251xfd: add BQL support"
 2021-02-28  8:33 UTC 

can, tcan4x5x: look to merge rpi support into rpi kernel tree
 2021-02-26 16:14 UTC  (21+ messages)

[PATCH 0/6] can: c_can: add support to 64 messages objects
 2021-02-25  9:25 UTC  (10+ messages)
` [PATCH 1/6] can: c_can: remove unused code
` [PATCH 2/6] can: c_can: fix indentation
` [PATCH 3/6] can: c_can: fix control interface used by c_can_do_tx
` [PATCH 4/6] can: c_can: use 32-bit write to set arbitration register
` [PATCH 5/6] can: c_can: prepare to up the message objects number
` [PATCH 6/6] can: c_can: add support to 64 messages objects

[PATCH AUTOSEL 5.11 05/67] can: flexcan: add CAN wakeup function for i.MX8QM
 2021-02-25  2:48 UTC  (2+ messages)

[PATCH net v4 1/1] net: introduce CAN specific pointer in the struct net_device
 2021-02-25  0:10 UTC  (2+ messages)

[PATCH net v3 1/1] can: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownership
 2021-02-24 21:14 UTC  (4+ messages)

m_can: a lot of 'Rx FIFO 0 Message Lost' in dmesg
 2021-02-24 11:24 UTC 

[PATCH v2 0/5] Introducing new CAN FD bittiming parameters: Transmission Delay Compensation (TDC)
 2021-02-24  7:31 UTC  (7+ messages)
` [PATCH v2 1/5] can: add new CAN FD bittiming parameters: Transmitter "
` [PATCH v2 2/5] can: dev: reorder struct can_priv members for better packing
` [PATCH v2 3/5] can: netlink: move '=' operators back to previous line (checkpatch fix)
` [PATCH v2 4/5] can: add netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
` [PATCH v2 5/5] can: bittiming: add calculation for CAN FD "

[PATCH v1 0/5] Introducing new CAN FD bittiming parameters: Transmission Delay Compensation (TDC)
 2021-02-24  0:10 UTC  (11+ messages)
` [PATCH v1 1/5] can: add new CAN FD bittiming parameters: Transmitter "
` [PATCH v1 2/5] can: dev: reorder struct can_priv members for better packing
` [PATCH v1 3/5] can: netlink: move '=' operators back to previous line (checkpatch fix)
` [PATCH v1 4/5] can: add netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
` [PATCH v1 5/5] can: bittiming: add calculation for CAN FD "

Broadcast Manager tx behavior after bus-off
 2021-02-23 19:48 UTC 

[PATCH v1 0/1] add commandline support for Transmitter Delay Compensation (TDC) in iproute
 2021-02-23 18:17 UTC  (2+ messages)
` [PATCH v1 1/1] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)

[PATCH net v1 0/3] add support for skb with sk ref cloning
 2021-02-23  9:47 UTC  (7+ messages)
` [PATCH net v1 1/3] skbuff: skb_clone_sk_optional(): add function to always clone a skb and increase refcount on sk if valid
` [PATCH net v1 2/3] can: fix ref count warning if socket was closed before skb was cloned
` [PATCH net v1 3/3] [RFC] mac80211: ieee80211_store_ack_skb(): make use of skb_clone_sk_optional()

[PATCH net v2 0/2] add support for skb with sk ref cloning
 2021-02-23  8:55 UTC  (4+ messages)
` [PATCH net v2 1/2] skbuff: skb_clone_sk_optional(): add function to always clone a skb and increase refcount on sk if valid
` [PATCH net v2 2/2] can: fix ref count warning if socket was closed before skb was cloned

[PATCH net v3] net: introduce CAN specific pointer in the struct net_device
 2021-02-23  6:51 UTC  (3+ messages)

KASAN: use-after-free Write in j1939_can_recv
 2021-02-20 19:46 UTC  (2+ messages)

[RFC] can: isotp TX-path cleanups
 2021-02-18 21:54 UTC  (3+ messages)
` [net-rfc 1/2] can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FD
` [net-rfc 2/2] can: isotp: TX-path: ensure that CAN frame flags are initialized

[PATCH V3 0/3] can: flexcan: fixes for freeze mode
 2021-02-18 20:36 UTC  (5+ messages)
` [PATCH V3 1/3] can: flexcan: assert FRZ bit in flexcan_chip_freeze()
` [PATCH V3 2/3] can: flexcan: enable RX FIFO after FRZ/HALT valid
` [PATCH V3 3/3] can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode

[PATCH V2 0/3] can: flexcan: fixes for freeze mode
 2021-02-18 10:44 UTC  (6+ messages)
` [PATCH V2 2/3] can: flexcan: enable RX FIFO after FRZ/HALT valid

New USB driver, looking for advice
 2021-02-18  2:14 UTC  (7+ messages)

Bidding invitation
 2021-02-16 14:46 UTC 

[RFC PATCH net v2] net: introduce CAN specific pointer in the struct net_device
 2021-02-12 13:43 UTC  (2+ messages)

Proposal for a new protocol family - AF_MCTP
 2021-02-12  8:20 UTC 

[PATCH] dt-bindings: can: rcar_canfd: Group tuples in pin control properties
 2021-02-09 22:52 UTC  (2+ messages)

[PATCH] can: ucan: fix alignment constraints
 2021-02-09 13:53 UTC  (5+ 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).