linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-08 09:48:35 to 2019-01-11 17:32:32 UTC [more...]

[PATCH v3 0/4] M_CAN Framework
 2019-01-11 17:32 UTC 

[RFC PATCH 0/3] M_CAN Framework rework
 2019-01-11 12:27 UTC  (20+ messages)
` [RFC PATCH 1/3] can: m_can: Create m_can core to leverage common code
` [RFC PATCH 2/3] dt-bindings: can: tcan4x5x: Add DT bindings for TCAN4x5X driver
` [RFC PATCH 3/3] can: tcan4x5x: Add tcan4x5x driver to the kernel

pull-request: can 2018-11-09
 2019-01-11 11:20 UTC  (25+ messages)
` [PATCH 01/20] can: raw: check for CAN FD capable netdev in raw_sendmsg()
` [PATCH 02/20] can: kvaser_usb: Fix potential uninitialized variable use
` [PATCH 03/20] can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()
` [PATCH 04/20] can: ucan: remove set but not used variable 'udev'
` [PATCH 05/20] can: ucan: remove duplicated include from ucan.c
` [PATCH 06/20] dt-bindings: can: rcar_can: document r8a77965 support
` [PATCH 07/20] can: rcar_can: Fix erroneous registration
` [PATCH 08/20] dt-bindings: can: rcar_can: Add r8a774a1 support
` [PATCH 09/20] can: hi311x: Use level-triggered interrupt
` [PATCH 10/20] can: flexcan: Unlock the MB unconditionally
` [PATCH 11/20] can: flexcan: Always use last mailbox for TX
    ` [PATCH v4.19.x] can: flexcan: fix out-of-bounds array access
    ` [PATCH] can: flexcan: fix NULL pointer exception during bringup
` [PATCH 12/20] can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct flexcan_priv::tx_mb_idx
` [PATCH 13/20] can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_skb()
` [PATCH 14/20] can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to access frame length
` [PATCH 15/20] can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb is accessed out of bounds
` [PATCH 16/20] can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skb
` [PATCH 17/20] can: rx-offload: introduce can_rx_offload_get_echo_skb() and can_rx_offload_queue_sorted() functions
` [PATCH 18/20] can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure
` [PATCH 19/20] can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_queue_tail()
` [PATCH 20/20] can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()

[PATCH 0/3] RFC/RFT: CAN FD support for can-gw
 2019-01-10 21:02 UTC  (4+ messages)
` [PATCH 1/3] can: gw: ensure DLC boundaries after CAN frame modification
` [PATCH 2/3] can: gw: use struct canfd_frame as internal data structure
` [PATCH 3/3] can: gw: add support for CAN FD frames

[PATCH v3] can: gw: ensure DLC boundaries after CAN frame modification
 2019-01-07 13:17 UTC  (6+ messages)

[PATCH] Revert "can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skb"
 2019-01-07  8:50 UTC  (3+ messages)

[PATCH net-next] can: flexcan: fix 'passing zero to ERR_PTR()' warning
 2019-01-04 15:21 UTC  (2+ messages)

[PATCH v2] can: gw: ensure DLC boundaries after CAN frame modification
 2019-01-04 14:29 UTC  (2+ messages)

[PATCH] can: gw: ensure DLC boundaries after CAN frame modification
 2019-01-04 14:16 UTC  (5+ messages)
    ` Test results - was "

[PATCH] can: gw: ensure DLC boundaries after CAN frame modification
 2019-01-04  9:28 UTC  (7+ messages)

[PATCH] can: af_can: Fix Spectre v1 vulnerability
 2018-12-23 19:02 UTC  (2+ messages)

[PATCH 0/2] can: flexcan: add PE clock source select support
 2018-12-21  4:28 UTC  (6+ messages)
` [PATCH 1/2] Documentation: can: flexcan: add PE clock source property to device tree
` [PATCH 2/2] can: flexcan: add support for PE clock source select

[PATCH] dt-bindings: can: rcar_can: Add r8a774c0 support
 2018-12-20 20:35 UTC  (4+ messages)

[PATCH 0/3] can: flexcan: add imx8qm support
 2018-12-19  8:39 UTC  (4+ messages)
` [PATCH 1/3] can: rx-offload: add CANFD support based on offload
` [PATCH 2/3] can: flexcan: add CAN FD mode support
` [PATCH 3/3] can: flexcan: add imx8qm support

[PATCH] can: m_can: fix overly indented if statement
 2018-12-16 13:37 UTC 

[PATCH] can: usb: Kconfig: Remove duplicate menu entry
 2018-12-14  9:35 UTC 

[PATCH] can: flexcan: add TX support for variable payload size
 2018-12-12  6:46 UTC 

[[RFC] PATCH v2 0/4] M_CAN framework patches
 2018-12-05 19:28 UTC  (5+ messages)
` [[RFC] PATCH v2 1/4] can: m_can: Create a m_can platform framework
` [[RFC] PATCH v2 2/4] can: m_can: Migrate the m_can code to use the framework
` [[RFC] PATCH v2 3/4] dt-bindings: can: tcan4x5x: Add DT bindings for TCAN4x5X driver
` [[RFC] PATCH v2 4/4] can: tcan4x5x: Add tcan4x5x driver to the kernel

[PATCH net-next] can: flexcan: flexcan_chip_start(): fix the error return code in flexcan_setup_stop_mode()
 2018-12-04 12:35 UTC  (3+ messages)

[PATCH][resend] can: rcar_can: convert to SPDX identifiers
 2018-11-30 14:29 UTC  (2+ messages)

[PATCH V4] can: flexcan: implement can Runtime PM
 2018-11-30  8:53 UTC 

[PATCH V3] can: flexcan: implement can Runtime PM
 2018-11-29 10:17 UTC  (3+ messages)

pull-request: can-next 2018-11-28
 2018-11-29  7:19 UTC  (4+ messages)
` pull-request: can-next 2018-11-28,pull-request: "
    ` pull-request: can-next 2018-11-28,pull-request: can-next 2018-11-28,Re: "

[PATCH AUTOSEL 3.18 2/6] can: rcar_can: Fix erroneous registration
 2018-11-29  6:05 UTC 

[PATCH AUTOSEL 4.4 03/13] can: rcar_can: Fix erroneous registration
 2018-11-29  6:04 UTC 

[PATCH AUTOSEL 4.9 05/18] can: rcar_can: Fix erroneous registration
 2018-11-29  6:03 UTC 

[PATCH AUTOSEL 4.14 05/35] can: rcar_can: Fix erroneous registration
 2018-11-29  6:00 UTC 

[PATCH AUTOSEL 4.19 10/68] can: ucan: remove set but not used variable 'udev'
 2018-11-29  5:55 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 11/68] can: rcar_can: Fix erroneous registration

[PATCH] can: flexcan: Implement CAN Runtime PM
 2018-11-27  8:07 UTC  (6+ messages)

[PATCH V2] can: flexcan: implement can Runtime PM
 2018-11-27  7:47 UTC 

[PATCH V6 0/2] can: flexcan: add can self wakeup support
 2018-11-26 20:06 UTC  (8+ messages)
` [PATCH V6 1/2] Documentation: can: flexcan: add stop mode property to device tree
` [PATCH V6 2/2] can: flexcan: add self wakeup support

[PATCHv2 1/2] can: xilinx: add can 2.0 support
 2018-11-23 15:31 UTC  (5+ messages)
` [PATCHv2 2/2] dt-bindings: can: xilinx_can: add Xilinx CAN FD 2.0 bindings

[PATCH RESEND V2] Documentation: can: flexcan: add stop mode property
 2018-11-23  7:25 UTC 

[PATCH V5] can: flexcan: add self wakeup support
 2018-11-23  7:19 UTC 

[PATCH V3 0/1] can: flexcan: Add CAN self wakeup support
 2018-11-22 11:07 UTC  (6+ messages)
` [PATCH V3 1/1] can: flexcan: Add "

[PATCH V4 0/1] can: flexcan: add self wakeup support
 2018-11-22  5:08 UTC  (8+ messages)
` [PATCH V4 1/1] "

[PATCH resend] can: rcar_can: convert to SPDX identifiers
 2018-11-15  8:37 UTC  (3+ messages)

[PATCH V2 0/2] can: flexcan: Add CAN self wakeup support
 2018-11-12  1:47 UTC  (6+ messages)
` [PATCH V2 1/2] can: flexcan: Add "
` [PATCH V2 2/2] Documentation: can: flexcan: Add stop mode property to device tree

[PATCH v2 0/3] Add can support to RZ/G2M
 2018-11-08 14:05 UTC  (8+ messages)
` [PATCH v2 1/3][can-next] can: rcar_can: Fix erroneous registration
` [PATCH v2 2/3] dt-bindings: can: rcar_can: Add r8a774a1 support

[PATCH resend] can: rcar_can: convert to SPDX identifiers
 2018-11-08  6:33 UTC 

[PATCH 0/6] Add Support for MCAN transceivers in AM65x-evm
 2018-11-06 20:55 UTC  (16+ messages)
` [PATCH 1/6] phy: Add max_bitrate attribute & phy_get_max_bitrate()
` [PATCH 2/6] dt-bindings: phy: phy-of-simple: Document new binding
` [PATCH 3/6] phy: phy-of-simple: Add support for simple generic phy driver
` [PATCH 4/6] dt-bindings: can: m_can: Document transceiver implementation as a phy
` [PATCH 5/6] dt-bindings: can: can-transceiver: Remove legacy binding documentation
` [PATCH 6/6] can: m_can: Add support for transceiver as phy

[PATCH] arm64: dts: Add flexcan nodes in LX2160A
 2018-11-04  8:34 UTC  (2+ messages)

[PATCH v1 0/5] can: add SAE J1939 protocol
 2018-10-30 14:54 UTC  (4+ messages)
` [PATCH v1 4/5] can: extend sockaddr_can to include j1939 members
` [PATCH v1 5/5] can: add support of SAE J1939 protocol

[PATCH] can: hi311x: Use level-triggered interrupt
 2018-10-27  8:36 UTC 

[PATCH V1 0/2] can: flexcan: Add CAN self wakeup support
 2018-10-25  0:40 UTC  (5+ messages)
` [PATCH V1 1/2] can: flexcan: Add "
` [PATCH V1 2/2] Documentation: can: flexcan: Add stop-mode property to device tree

[PATCH] can: usb: Remove some duplicated includes from ucan.c
 2018-10-24  5:58 UTC 

[PATCH] can: janz-ican3: fix a missing-check bug
 2018-10-19 16:38 UTC 

[PATCH] dt-bindings: can: rcar_can: Add r8a7744 support
 2018-10-15 18:26 UTC  (2+ messages)

[PATCH] can: ucan: fix some typos in comments
 2018-10-12 11:00 UTC 

[PATCH 1/2] can: xilinx: add can 2.0 support
 2018-10-11 16:26 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: can: xilinx_can: add Xilinx CAN FD 2.0 bindings


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