linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-24 11:31:22 to 2020-11-05 18:11:35 UTC [more...]

mcp251xfd on RPi 5.4 downstream
 2020-11-05 18:11 UTC  (48+ messages)
                                                            ` mcp251xfd: loopback test on waveshare canfd hat

pull-request: can 2020-11-03
 2020-11-05 16:39 UTC  (39+ messages)
` [net 01/27] dt-bindings: can: add can-controller.yaml
` [net 02/27] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml
` [net 03/27] can: proc: can_remove_proc(): silence remove_proc_entry warning
` [net 04/27] can: rx-offload: don't call kfree_skb() from IRQ context
` [net 05/27] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard "
` [net 06/27] can: dev: __can_get_echo_skb(): fix real payload length return value for RTR frames
` [net 07/27] can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()
` [net 08/27] can: j1939: rename jacd tool
` [net 09/27] can: j1939: fix syntax and spelling
` [net 10/27] can: j1939: swap addr and pgn in the send example
` [net 11/27] can: j1939: use backquotes for code samples
` [net 12/27] can: j1939: j1939_sk_bind(): return failure if netdev is down
` [net 13/27] can: isotp: Explain PDU in CAN_ISOTP help text
` [net 14/27] can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only mode
` [net 15/27] can: isotp: padlen(): make const array static, makes object smaller
` [net 16/27] can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error path
` [net 17/27] can: xilinx_can: handle failure cases of pm_runtime_get_sync
` [net 18/27] can: peak_usb: add range checking in decode operations
` [net 19/27] can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
` [net 20/27] can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is on
` [net 21/27] can: mcp251xfd: mcp251xfd_regmap_crc_read(): increase severity of CRC read error messages
` [net 22/27] can: mcp251xfd: mcp251xfd_regmap_nocrc_read(): fix semicolon.cocci warnings
` [net 23/27] can: mcp251xfd: remove unneeded break
` [net 24/27] can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
` [net 25/27] can: flexcan: add ECC initialization for LX2160A
` [net 26/27] can: flexcan: add ECC initialization for VF610
` [net 27/27] can: flexcan: flexcan_remove(): disable wakeup completely

[PATCH][next] can: usb: fix potential integer overflow on shift of a int
 2020-11-05 13:07 UTC  (2+ messages)

[PATCH] can: j1939: add tables for the CAN identifier and its fields
 2020-11-04 16:06 UTC  (2+ messages)

[PATCH v3 0/4] Introduce optional DLC element for Classic CAN
 2020-11-04 15:15 UTC  (13+ messages)
` [PATCH v3 1/4] can: add optional DLC element to Classical CAN frame structure
` [PATCH v3 2/4] can: rename get_can_dlc() macro with can_get_cc_len()
` [PATCH v3 3/4] can: remove obsolete get_canfd_dlc() macro
` [PATCH v3 4/4] can: replace can_dlc as variable/element for payload length

[PATCH 0/2] prevent potential access of uninitialized members in can_rcv() and canfd_rcv()
 2020-11-03 22:17 UTC  (4+ messages)
` [PATCH 1/2] can: af_can: prevent potential access of uninitialized member in can_rcv()
` [PATCH 2/2] can: af_can: prevent potential access of uninitialized member in canfd_rcv()

mcp251xfd: rx-int setting
 2020-11-03 21:48 UTC  (3+ messages)

[PATCH] cangen: allow DLC > 8 in increment generation mode if -8 option is given
 2020-11-03 18:38 UTC  (3+ messages)

[PATCH v7 0/6] CTU CAN FD open-source IP core SocketCAN driver, PCI, platform integration and documentation
 2020-11-03 16:10 UTC  (11+ messages)
` [PATCH v7 1/6] dt-bindings: vendor-prefix: add prefix for the Czech Technical University in Prague
` [PATCH v7 2/6] dt-bindings: net: can: binding for CTU CAN FD open-source IP core
` [PATCH v7 4/6] can: ctucanfd: CTU CAN FD open-source IP core - PCI bus support
` [PATCH v7 5/6] can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support
` [PATCH v7 6/6] docs: ctucanfd: CTU CAN FD open-source IP core documentation

[PATCH RFC] can: add optional DLC element to Classical CAN frame structure
 2020-11-03 15:59 UTC  (17+ messages)

[PATCH V4 0/6] can: flexcan: add stop mode support for i.MX8QM
 2020-11-02 23:28 UTC  (8+ messages)
` [PATCH V4 1/6] firmware: imx: always export SCU symbols
` [PATCH V4 5/6] dt-bindings: firmware: add IMX_SC_R_CAN(x) macro for CAN

[PATCH] net: can: prevent potential access of uninitialized value in canfd_rcv()
 2020-11-02  8:28 UTC  (4+ messages)

[PATCH v2] cangen: flush the CAN frame at each iteration
 2020-11-01 16:43 UTC  (2+ messages)

[PATCH] cangen: flush the CAN frame at each iteration
 2020-11-01 15:56 UTC  (3+ messages)

[PATCH v1] ARM: dts: imx6/7: sync fsl,stop-mode with current flexcan driver
 2020-10-31  8:33 UTC  (2+ messages)

net/can/isotp.c:1240:13: sparse: sparse: incorrect type in initializer (different address spaces)
 2020-10-30 19:14 UTC  (2+ messages)

[PATCH v3 0/2] convert flexcan to the yaml
 2020-10-30 15:35 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: can: add can-controller.yaml
` [PATCH v3 2/2] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml

[PATCH testing-only v2] can-dev: implement len8_dlc in some CAN USB adapters for testing
 2020-10-29 13:31 UTC 

[PATCH testing-only] can-dev: implement len8_dlc in some CAN USB adapters for testing
 2020-10-29 12:50 UTC  (4+ messages)

[PATCH testing-only] iplink_can: support len8_dlc for Classical CAN
 2020-10-29  8:33 UTC 

[PATCH 0/4] Introduce optional DLC element for Classic CAN
 2020-10-28 12:38 UTC  (10+ messages)
` [PATCH 1/4] can: add optional DLC element to Classical CAN frame structure
` [PATCH 2/4] can: rename get_can_dlc() macro with can_get_cc_len()
` [PATCH 3/4] can: remove obsolete get_canfd_dlc() macro
` [PATCH 4/4] can: rename can_dlc with len for all struct can_frame users

[PATCH v2 0/4] Introduce optional DLC element for Classic CAN
 2020-10-28 19:18 UTC  (9+ messages)
` [PATCH v2 1/4] can: add optional DLC element to Classical CAN frame structure
` [PATCH v2 2/4] can: rename get_can_dlc() macro with can_get_cc_len()
` [PATCH v2 3/4] can: remove obsolete get_canfd_dlc() macro
` [PATCH v2 4/4] can: replace can_dlc as variable/element for payload length

[PATCH v2 0/3] arm64: dts: add FlexCAN support to LS1028A and sl28
 2020-10-28  9:06 UTC  (5+ messages)
` [PATCH v2 2/3] arm64: dts: ls1028a: add missing CAN nodes
` [PATCH v2 3/3] arm64: dts: freescale: sl28: add CAN node

[PATCH] can: j1939: convert PGN structure to a table
 2020-10-27 12:15 UTC  (5+ messages)

[PATCH AUTOSEL 5.9 082/147] can: flexcan: disable clocks during stop mode
 2020-10-26 23:48 UTC 

[PATCH AUTOSEL 5.8 074/132] can: flexcan: disable clocks during stop mode
 2020-10-26 23:51 UTC 

[PATCH AUTOSEL 5.4 44/80] can: flexcan: disable clocks during stop mode
 2020-10-26 23:54 UTC 

[PATCH v6 0/6] CTU CAN FD open-source IP core SocketCAN driver, PCI, platform integration and documentation
 2020-10-26 16:11 UTC  (5+ messages)
` [PATCH v6 3/6] can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part

[RESEND PATCH v2] dt-bindings: net: correct interrupt flags in examples
 2020-10-26 15:36 UTC 

KASAN: use-after-free Read in j1939_xtp_rx_dat_one
 2020-10-26 14:41 UTC 

[PATCH net] can: peak_usb: add range checking in decode operations
 2020-10-26 13:41 UTC  (3+ messages)

[PATCH] can: j1939: use backquotes for code samples
 2020-10-26 10:49 UTC  (4+ messages)

[PATCH v2 0/3] can: mcp251xfd: PLL support
 2020-10-26 10:31 UTC  (4+ messages)
` [PATCH v2 1/3] can: mcp251xfd: mcp251xfd_chip_wake(): renamed from mcp251xfd_chip_clock_enable()

[RFC]: can 2020-10-19
 2020-10-24 11:31 UTC  (17+ messages)
` [net-rfc 04/16] can: dev: can_get_len(): add a helper function to get the correct length of Classical frames


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