linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 12:34:44 to 2021-07-29 10:12:43 UTC [more...]

Write canfd_frame to can interface
 2021-07-29 10:03 UTC 

[PATCH 0/1] can: esd: add support for esd GmbH PCIe/402 CAN interface family
 2021-07-29  7:16 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/3] can: fix same memory leaks in can drivers
 2021-07-28 20:38 UTC  (13+ messages)
` [PATCH 1/3] can: usb_8dev: fix memory leak
` [PATCH 2/3] can: ems_usb: "
` [PATCH 3/3] can: esd_usb2: "
` [PATCH v2 0/3] can: fix same memory leaks in can drivers
  ` [PATCH v2 1/3] can: usb_8dev: fix memory leak
  ` [PATCH v2 2/3] can: ems_usb: "
  ` [PATCH v2 3/3] can: esd_usb2: "

[mkl-can-next:testing 45/46] drivers/net/can/flexcan.c:666:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
 2021-07-28  8:18 UTC  (2+ messages)

[PATCH] can: flexcan: flexcan_error_irq_disable(): add missing variable initialization
 2021-07-28  8:02 UTC  (3+ messages)

[PATCH v4 0/2] MCAN: Add support for implementing transceiver as a phy
 2021-07-28  5:19 UTC  (8+ messages)
` [PATCH v4 2/2] can: m_can: Add support for transceiver as phy

[PATCH v4 0/3] Renesas RZ/G2L CANFD support
 2021-07-27 13:30 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/G2L SoC
` [PATCH v4 2/3] can: rcar_canfd: Add support for RZ/G2L family
` [PATCH v4 3/3] arm64: dts: renesas: r9a07g044: Add CANFD node

[PATCH] can: mcp251xfd: mcp251xfd_open(): request IRQ as shared
 2021-07-27  9:10 UTC  (4+ messages)

[PATCH] can: mcp251xfd: mcp251xfd_irq(): stop timestamping worker in case error in IRQ
 2021-07-27  7:18 UTC  (2+ messages)

[PATCH] can: mcba_usb: fix memory leak in mcba_usb
 2021-07-27  2:19 UTC  (16+ messages)
    ` [PATCH] net: can: add missing urb->transfer_dma initialization

[PATCH v2 0/2] can: m_can: Merge FIFO ops to increase throughput
 2021-07-27  1:58 UTC  (3+ messages)
` [PATCH v2 1/2] can: m_can: Batch FIFO reads during CAN receive
` [PATCH v2 2/2] can: m_can: Batch FIFO writes during CAN transmit

[PATCH v3 0/3] Renesas RZ/G2L CANFD support
 2021-07-26 22:46 UTC  (12+ messages)
` [PATCH v3 1/3] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/G2L SoC
` [PATCH v3 2/3] can: rcar_canfd: Add support for RZ/G2L family
` [PATCH v3 3/3] arm64: dts: renesas: r9a07g044: Add CANFD node

pull-request: can-next 2021-07-25
 2021-07-26 21:20 UTC  (48+ messages)
` [PATCH net-next 01/46] can: j1939: j1939_sk_sock_destruct(): correct a grammatical error
` [PATCH net-next 02/46] can: j1939: fix checkpatch warnings
` [PATCH net-next 03/46] can: j1939: replace fall through comment by fallthrough pseudo-keyword
` [PATCH net-next 04/46] can: j1939: j1939_session_completed(): use consistent name se_skb for the session skb
` [PATCH net-next 05/46] can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session skb control buffer
` [PATCH net-next 06/46] can: j1939: j1939_xtp_rx_dat_one(): use separate pointer "
` [PATCH net-next 07/46] can: rx-offload: add skb queue for use during ISR
` [PATCH net-next 08/46] can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()
` [PATCH net-next 09/46] can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be called from threaded interrupt
` [PATCH net-next 10/46] can: bittiming: fix documentation for struct can_tdc
` [PATCH net-next 11/46] can: netlink: clear data_bittiming if FD is turned off
` [PATCH net-next 12/46] can: netlink: remove redundant check in can_validate()
` [PATCH net-next 13/46] dt-bindings: net: can: Document transceiver implementation as phy
` [PATCH net-next 14/46] can: m_can: Add support for transceiver "
` [PATCH net-next 15/46] can: m_can: use devm_platform_ioremap_resource_byname
` [PATCH net-next 16/46] can: m_can: remove support for custom bit timing
` [PATCH net-next 17/46] can: mcp251xfd: mcp251xfd_probe(): try to get crystal clock rate from property
` [PATCH net-next 18/46] can: mcp251xfd: Fix header block to clarify independence from OF
` [PATCH net-next 19/46] can: mcp251xfd: mcp251xfd_open(): request IRQ as shared
` [PATCH net-next 20/46] can: esd_usb2: use DEVICE_ATTR_RO() helper macro
` [PATCH net-next 21/46] can: janz-ican3: use DEVICE_ATTR_RO/RW() "
` [PATCH net-next 22/46] can: at91_can: use DEVICE_ATTR_RW() "
` [PATCH net-next 23/46] net: at91_can: remove redundant blank lines
` [PATCH net-next 24/46] net: at91_can: add blank line after declarations
` [PATCH net-next 25/46] net: at91_can: fix the code style issue about macro
` [PATCH net-next 26/46] net: at91_can: use BIT macro
` [PATCH net-next 27/46] net: at91_can: fix the alignment issue
` [PATCH net-next 28/46] net: at91_can: add braces {} to all arms of the statement
` [PATCH net-next 29/46] net: at91_can: remove redundant space
` [PATCH net-next 30/46] net: at91_can: fix the comments style issue
` [PATCH net-next 31/46] can: peak_pci: convert comments to network style comments
` [PATCH net-next 32/46] can: peak_pci: fix checkpatch warnings
` [PATCH net-next 33/46] can: peak_pci: Add name and FW version of the card in kernel buffer
` [PATCH net-next 34/46] can: peak_usb: pcan_usb_get_device_id(): read value only in case of success
` [PATCH net-next 35/46] can: peak_usb: PCAN-USB: add support of loopback and one-shot mode
` [PATCH net-next 36/46] can: peak_usb: pcan_usb_encode_msg(): add information
` [PATCH net-next 37/46] can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changes
` [PATCH net-next 38/46] can: etas_es58x: fix three typos in author name and documentation
` [PATCH net-next 39/46] can: etas_es58x: use error pointer during device probing
` [PATCH net-next 40/46] can: etas_es58x: use devm_kzalloc() to allocate device resources
` [PATCH net-next 41/46] can: etas_es58x: add es58x_free_netdevs() to factorize code
` [PATCH net-next 42/46] can: etas_es58x: use sizeof and sizeof_field macros instead of constant values
` [PATCH net-next 43/46] can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increase readability
` [PATCH net-next 44/46] can: flexcan: add platform data header
` [PATCH net-next 45/46] can: flexcan: add mcf5441x support
` [PATCH net-next 46/46] can: flexcan: update Kconfig to enable coldfire

[PATCH v2 2/2] dt-bindings: net: can: c_can: convert to json-schema
 2021-07-26 13:15 UTC 

[PATCH v2] MAINTAINERS: add Yasushi SHOJI as reviewer for the Microchip CAN BUS Analyzer Tool driver
 2021-07-26 11:16 UTC 

[PATCH] MAINTAINERS: add Yasushi SHOJI as reviewer for the Microchip CAN BUS Analyzer Tool driver
 2021-07-26 10:51 UTC  (4+ messages)

[PATCH v5] can: m_can: Add support for transceiver as phy
 2021-07-26  7:38 UTC  (3+ messages)

[PATCH 2/2] dt-bindings: net: can: c_can: convert to json-schema
 2021-07-25 22:25 UTC  (2+ messages)

[RESEND PATCH 0/4] can: c_can: cache frames to operate as a true FIFO
 2021-07-25 16:11 UTC  (5+ messages)
` [RESEND PATCH 1/4] can: c_can: remove struct c_can_priv::priv field
` [RESEND PATCH 2/4] can: c_can: exit c_can_do_tx() early if no frames have been sent
` [RESEND PATCH 3/4] can: c_can: support tx ring algorithm
` [RESEND PATCH 4/4] can: c_can: cache frames to operate as a true FIFO

[PATCH 0/1] Propose patch to fix build failure on net/can/j1919/transport.c
 2021-07-24 21:27 UTC  (5+ messages)
` [PATCH 1/1] can: j1939: j1939_session_tx_dat(): Fix build failure introduced by renaming skcb to se_skcb

[PATCH net v2] can: raw: fix raw_rcv panic for sock UAF
 2021-07-24 21:26 UTC  (6+ messages)

[PATCH 0/6] Miscellaneous small fix and improvements on driver etas_es58x
 2021-07-24 21:22 UTC  (3+ messages)
` [PATCH 4/6] can: etas_es58x: add es58x_free_netdevs() to factorize code

[PATCH can-next 0/3] can: rx-offload: performance improvements + function be be called from threaded IRQ
 2021-07-24 20:47 UTC  (4+ messages)
` [PATCH can-next 1/3] can: rx-offload: add skb queue for use during ISR
` [PATCH can-next 2/3] can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()
` [PATCH can-next 3/3] can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be called from threaded interrupt

pull-request: can 2021-07-24
 2021-07-24 18:40 UTC  (8+ messages)
` [net 1/6] arm64: dts: imx8mp: remove fallback compatible string for FlexCAN
` [net 2/6] can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAF
` [net 3/6] can: j1939: j1939_session_deactivate(): clarify lifetime of session object
` [net 4/6] can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP.DT to 750ms
` [net 5/6] can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr values
` [net 6/6] can: mcp251xfd: mcp251xfd_irq(): stop timestamping worker in case error in IRQ

[syzbot] memory leak in can_create
 2021-07-23 15:55 UTC 

[PATCH] Expose Peak USB device id in sysfs via phys_port_name
 2021-07-23  7:33 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3 1/2] can: mcp251xfd: mcp251xfd_probe(): try to get crystal clock rate from property
 2021-07-22 18:52 UTC  (5+ messages)

[PATCH net] can: raw: fix raw_rcv panic for sock UAF
 2021-07-22  7:06 UTC  (9+ messages)

[PATCH v5 1/5] can: flexcan: add platform data header
 2021-07-21 10:04 UTC  (6+ messages)
` [PATCH v5 3/5] m68k: m5441x: add flexcan support

[PATCH] can: raw: fix TX CAN frames show up as RX'ed ones
 2021-07-21  7:59 UTC  (4+ messages)

[PATCH v2 0/5] Renesas RZ/G2L CANFD support
 2021-07-20 16:33 UTC  (20+ messages)
` [PATCH v2 1/5] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/G2L SoC
` [PATCH v2 2/5] can: rcar_canfd: Add support for RZ/G2L family
` [PATCH v2 3/5] dt-bindings: clk: r9a07g044-cpg: Add entry for P0_DIV2 core clock
` [PATCH v2 4/5] clk: renesas: r9a07g044-cpg: Add entry for fixed clock P0_DIV2
` [PATCH v2 5/5] arm64: dts: renesas: r9a07g044: Add CANFD node

[PATCH 0/4] can: c_can: cache frames to operate as a true FIFO
 2021-07-16 16:56 UTC  (5+ messages)
` [PATCH 1/4] can: c_can: remove struct c_can_priv::priv field
` [PATCH 2/4] can: c_can: exit c_can_do_tx() early if no frames have been sent
` [PATCH 3/4] can: c_can: support tx ring algorithm
` [PATCH 4/4] can: c_can: cache frames to operate as a true FIFO


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