linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-16 02:32:28 to 2021-02-02 08:06:05 UTC [more...]

[PATCH linux-can] can: flexcan: enable RX FIFO after FRZ/HALT valid
 2021-02-02  8:02 UTC  (4+ messages)

[Question] Sending CAN error frames
 2021-02-02  7:35 UTC  (7+ messages)

[PATCH v7] net: can: Introduce-MEN-16Z192-00-CAN-controller-driver
 2021-02-01 20:36 UTC 

[PATCH] Introduce-MEN-16Z192-00-CAN-controller-driver
 2021-02-01 18:05 UTC 

[PATCH RESEND iproute2 5.11] iplink_can: add Classical CAN frame LEN8_DLC support
 2021-02-01 15:21 UTC  (2+ messages)

[PATCH v4 0/7] Convert CAN tests to new LTP API
 2021-02-01 15:21 UTC  (9+ messages)
` [PATCH v4 1/7] API: Add FILE_SCANF to new lib
` [PATCH v4 2/7] can: Add can_common.h for vcan device setup
` [PATCH v4 3/7] can: Add COPYING with dual license text
` [PATCH v4 4/7] can_filter: Convert to new library
` [PATCH v4 5/7] can_recv_own_msgs: "
` [PATCH v4 6/7] can: Remove obsolete test wrapper script
` [PATCH v4 7/7] can: Update contact details
` [LTP] [PATCH v4 0/7] Convert CAN tests to new LTP API

[PATCH] can: mcp251xfd: add coredump support
 2021-02-01 13:30 UTC 

pull-request: can-next 2021-01-29
 2021-01-30  3:50 UTC 

[PATCH 0/8] can: mcp251xfd: errata updates and cleanups
 2021-01-28 10:46 UTC  (9+ messages)
` [PATCH 1/8] can: mcp251xfd: mcp251xfd_probe(): fix errata reference
` [PATCH 2/8] can: mcp251xfd: mcp251xfd_probe(): sort errata table alphabetically, fix indention
` [PATCH 3/8] can: mcp251xfd: mcp251xfd_probe(): remove known bad combinations from errata tabe
` [PATCH 4/8] can: mcp251xfd: mcp251xfd_probe(): add imx6 to errata table
` [PATCH 5/8] can: mcp251xfd: unify error messages and commets
` [PATCH 6/8] can: mcp251xfd: add missing _MASK postfix to MCP251XFD_OBJ_FLAGS_DLC
` [PATCH 7/8] can: mcp251xfd: mcp251xfd_chip_clock_enable(): simplify return
` [PATCH 8/8] can: mcp251xfd: mcp251xfd_probe(): use dev_err_probe() to simplify error handling

pull-request: can-next 2021-01-27
 2021-01-28  3:10 UTC  (15+ messages)
` [net-next 01/12] can: gw: fix typo
` [net-next 02/12] can: flexcan: fix typos
` [net-next 03/12] can: dev: export can_get_state_str() function
` [net-next 04/12] can: length: can_fd_len2dlc(): make legnth calculation readable again
` [net-next 05/12] can: mcba_usb: remove h from printk format specifier
` [net-next 06/12] can: mcp251xfd: replace sizeof(u32) with val_bytes in regmap
` [net-next 07/12] can: mcp251xfd: mcp251xfd_start_xmit(): use mcp251xfd_get_tx_free() to check TX is is full
` [net-next 08/12] can: mcp251xfd: mcp251xfd_tx_obj_from_skb(): clean up padding of CAN-FD frames
` [net-next 09/12] can: mcp251xfd: mcp251xfd_hw_rx_obj_to_skb(): don't copy data for RTR CAN frames in RX-path
` [net-next 10/12] can: mcp251xfd: mcp251xfd_tx_obj_from_skb(): don't copy data for RTR CAN frames in TX-path
` [net-next 11/12] can: mcp251xfd: add len8_dlc support
` [net-next 12/12] can: mcp251xfd: add BQL support

pull-request: can 2021-01-27
 2021-01-28  2:00 UTC  (4+ messages)
` [net] can: dev: prevent potential information leak in can_fill_info()

[PATCH v3 0/7] Convert CAN tests to new LTP API
 2021-01-27 15:07 UTC  (19+ messages)
` [PATCH v3 1/7] API: Add FILE_SCANF to new lib
` [PATCH v3 2/7] can: Add can_common.h for vcan device setup
              ` [LTP] "
` [PATCH v3 3/7] can: Add COPYING with dual license text
` [PATCH v3 4/7] can_filter: Convert to new library
` [PATCH v3 5/7] can_recv_own_msgs: "
  ` [LTP] "
` [PATCH v3 6/7] can: Remove obsolete test wrapper script
  ` [LTP] "
` [PATCH v3 7/7] can: Update contact details
  ` [LTP] "

[PATCH 1/2] can: fix typos
 2021-01-27  8:55 UTC  (3+ messages)
` [PATCH 1/2] can: flexcan: "
` [PATCH 2/2] can: gw: fix typo

[PATCH v6] net: can: Introduce MEN 16Z192-00 CAN controller driver
 2021-01-25 19:06 UTC  (8+ messages)

[PATCH] can: mcba_usb: remove h from printk format specifier
 2021-01-25 17:50 UTC  (2+ messages)

[PATCH v2 0/3] isa: Make the remove callback for isa drivers return void
 2021-01-26  6:55 UTC  (4+ messages)
` [PATCH v2 3/3] "

[PATCH v11 0/1] add support for ETAS ES58X CAN USB interfaces
 2021-01-24 12:23 UTC 

[PATCH v1] can: mcp251xfd: Add some sysfs debug interfaces for registers r/w
 2021-01-23 16:36 UTC  (5+ messages)

[5.10 CAN BUG report] kernel dump about echo skb
 2021-01-23  7:40 UTC  (8+ messages)

[RFC PATCH net 1/2] net: introduce CAN specific pointer in the struct net_device
 2021-01-22 11:47 UTC  (3+ messages)

[PATCH v1 0/2] isa: Make the remove callback for isa drivers return void
 2021-01-22  9:01 UTC  (6+ messages)
` [PATCH v1 2/2] "

[PATCH v4] can: mcp251xfd: replace sizeof(u32) with val_bytes in regmap
 2021-01-22  8:31 UTC  (2+ messages)

[PATCH v1] can: mcp251xfd: use regmap_bulk_write for compatibility
 2021-01-22  8:14 UTC  (4+ messages)

[PATCH v3] can: mcp251xfd: replace sizeof(u32) with val_bytes in regmap
 2021-01-22  7:28 UTC  (2+ messages)

[PATCH v2] can: mcp251xfd: replace sizeof(u32) with val_bytes in regmap
 2021-01-21  9:44 UTC  (4+ messages)

[PATCH v1] can: mcp251xfd: replace sizeof(u32) with val_bytes in regmap
 2021-01-21  8:51 UTC  (2+ messages)

[PATCH can tree] can: dev: prevent potential information leak in can_fill_info()
 2021-01-21  7:37 UTC  (2+ messages)

pull-request: can 2021-01-20
 2021-01-20 21:03 UTC  (10+ messages)
` [net 1/3] can: dev: can_restart: fix use after free bug
` [net 2/3] can: vxcan: vxcan_xmit: "
` [net 3/3] can: peak_usb: fix use after free bugs

[PATCH v4 0/3] Fix several use after free bugs
 2021-01-20 17:30 UTC  (8+ messages)
` [PATCH v4 1/3] can: dev: can_restart: fix use after free bug
` [PATCH v4 2/3] can: vxcan: vxcan_xmit: "
` [PATCH v4 3/3] can: peak_usb: fix use after free bugs

[PATCH v3 0/3] Fix several use after free bugs
 2021-01-20 10:42 UTC  (5+ messages)
` [PATCH v3 1/3] can: dev: can_restart: fix use after free bug
` [PATCH v3 2/3] can: vxcan: vxcan_xmit: "
` [PATCH v3 3/3] can: peak_usb: fix use after free bugs

[PATCH v2 0/3] Fix several use after free bugs
 2021-01-20  9:19 UTC  (7+ messages)
` [PATCH v2 1/3] can: dev: can_restart: fix use after free bug
` [PATCH v2 2/3] can: vxcan: vxcan_xmit: "
` [PATCH v2 3/3] can: peak_usb: fix use after free bugs

[PATCH 0/3] Fix several use after free bugs
 2021-01-20  8:53 UTC  (8+ messages)
` [PATCH 1/3] can: dev: can_restart: fix use after free bug
` [PATCH 2/3] can: vxcan: vxcan_xmit: "
` [PATCH 3/3] can: peak_usb: fix use after free bugs

[PATCH v3] can: length: can_fd_len2dlc(): make length calculation readable again
 2021-01-20  8:34 UTC  (4+ messages)

[PATCH] can: dev: export can_get_state_str() function
 2021-01-20  8:28 UTC  (2+ messages)

[PATCH v2 0/6] Convert CAN tests to new LTP API
 2021-01-19 21:34 UTC  (14+ messages)
` [PATCH v2 1/6] API: Add FILE_SCANF to new lib
` [PATCH v2 2/6] can: Add can_common.h for vcan device setup
  ` [LTP] "
` [PATCH v2 3/6] can_filter: Convert to new library
` [PATCH v2 4/6] can_recv_own_msgs: "
    ` [LTP] "
` [PATCH v2 5/6] can: Remove obsolete test wrapper script
` [PATCH v2 6/6] can: Update contact details

[PATCH] can: mcp251xfd: mcp251xfd_handle_ivmif(): fix wrong NULL pointer check
 2021-01-19  7:54 UTC  (2+ messages)

[RFC] Add new CAN FD bittiming parameters: Transmission Delay Compensation (TDC)
 2021-01-18 21:00 UTC  (7+ messages)

[PATCH v2] can: length: can_fd_len2dlc(): make legnth calculation readable again
 2021-01-18 20:14 UTC  (2+ messages)

[PATCH] can: length: can_fd_len2dlc(): make legnth calculation readable again
 2021-01-17 22:31 UTC 

pull-request: can-next 2021-01-13
 2021-01-17 22:16 UTC  (14+ messages)
` [net-next 09/17] can: length: can_fd_len2dlc(): simplify length calculcation

[PATCH v10 0/1] add support for ETAS ES58X CAN USB interfaces
 2021-01-16  2:31 UTC  (12+ messages)
  ` [PATCH v10 1/1] can: usb: etas_es58X: "


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