Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2021-01-07 19:07:39 to 2021-01-14 15:35:35 UTC [more...]

[PATCH 0/6] mcp251xfd: cleanups, optimize RTR, add len8_dlc and BQL support
 2021-01-14 15:34 UTC  (2+ messages)
` [PATCH 1/6] can: mcp251xfd: mcp251xfd_start_xmit(): use mcp251xfd_get_tx_free() to check TX is is full

pull-request: can-next 2021-01-13
 2021-01-14  9:16 UTC  (23+ messages)
` [net-next 01/17] MAINTAINERS: adjust entry to tcan4x5x file split
` [net-next 02/17] MAINTAINERS: CAN network layer: add missing header file can-ml.h
` [net-next 03/17] can: dev: move driver related infrastructure into separate subdir
` [net-next 04/17] can: dev: move bittiming related code into seperate file
` [net-next 05/17] can: dev: move length "
` [net-next 06/17] can: dev: move skb related "
` [net-next 07/17] can: dev: move netlink related code "
` [net-next 08/17] can: length: convert to kernel coding style
` [net-next 09/17] can: length: can_fd_len2dlc(): simplify length calculcation
` [net-next 10/17] can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data length
` [net-next 11/17] can: length: can_skb_get_frame_len(): introduce function to get data length of frame in data link layer
` [net-next 12/17] can: dev: extend struct can_skb_priv to hold CAN frame length
` [net-next 13/17] can: dev: can_put_echo_skb(): extend to handle frame_len
` [net-next 14/17] can: dev: can_get_echo_skb(): extend to return can frame length
` [net-next 15/17] can: dev: can_rx_offload_get_echo_skb(): "
` [net-next 16/17] can: dev: can_put_echo_skb(): add software tx timestamps
` [net-next 17/17] can: tcan4x5x: remove __packed attribute from struct tcan4x5x_map_buf

pull-request: can-next 2021-01-14
 2021-01-14  7:56 UTC  (18+ messages)
` [net-next 01/17] MAINTAINERS: adjust entry to tcan4x5x file split
` [net-next 02/17] MAINTAINERS: CAN network layer: add missing header file can-ml.h
` [net-next 03/17] can: dev: move driver related infrastructure into separate subdir
` [net-next 04/17] can: dev: move bittiming related code into seperate file
` [net-next 05/17] can: dev: move length "
` [net-next 06/17] can: dev: move skb related "
` [net-next 07/17] can: dev: move netlink related code "
` [net-next 08/17] can: length: convert to kernel coding style
` [net-next 09/17] can: length: can_fd_len2dlc(): simplify length calculcation
` [net-next 10/17] can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data length
` [net-next 11/17] can: length: can_skb_get_frame_len(): introduce function to get data length of frame in data link layer
` [net-next 12/17] can: dev: extend struct can_skb_priv to hold CAN frame length
` [net-next 13/17] can: dev: can_put_echo_skb(): extend to handle frame_len
` [net-next 14/17] can: dev: can_get_echo_skb(): extend to return can frame length
` [net-next 15/17] can: dev: can_rx_offload_get_echo_skb(): "
` [net-next 16/17] can: dev: can_put_echo_skb(): add software tx timestamps
` [net-next 17/17] can: tcan4x5x: remove __packed attribute from struct tcan4x5x_map_buf

pull-request: can 2021-01-13
 2021-01-14  3:10 UTC  (4+ messages)
` [net 1/2] can: isotp: isotp_getname(): fix kernel information leak
` [net 2/2] can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer check

[net-next] can: tcan4x5x: remove __packed attribute from struct tcan4x5x_map_buf
 2021-01-13 20:39 UTC 

[PATCH 1/2] can: c_can: support 64 message objects for D_CAN
 2021-01-13 19:37 UTC  (4+ messages)

[PATCH 0/2] D_CAN RX buffer size improvements
 2021-01-13 18:43 UTC  (2+ messages)

[PATCH v10 0/1] add support for ETAS ES58X CAN USB interfaces
 2021-01-13 16:06 UTC  (14+ messages)
  ` [PATCH v10 1/1] can: usb: etas_es58X: "
      ` [kbuild-all] "

[PATCH v4 0/1] Add software TX timestamps to the CAN devices
 2021-01-13  8:27 UTC  (6+ messages)
` [PATCH v4 1/1] can: dev: add software tx timestamps

[PATCH] can: mcp251xfd: fix wrong check in mcp251xfd_handle_rxif_one
 2021-01-13  7:57 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: can: fsl,flexcan.yaml: introduce the stb-gpios property
 2021-01-13  3:23 UTC  (3+ messages)
` [PATCH 2/2] can: flexcan: allow the control of the STB CAN transceiver pin

pull-request: can-next 2021-01-06
 2021-01-12 15:36 UTC  (15+ messages)
` [net-next 15/19] can: tcan4x5x: rework SPI access

[net-next v3 00/15] can: dev: cleanup and add CAN frame length handling support
 2021-01-12 13:28 UTC  (18+ messages)
` [net-next v3 01/15] MAINTAINERS: CAN network layer: add missing header file can-ml.h
` [net-next v3 02/15] can: dev: move driver related infrastructure into separate subdir
` [net-next v3 03/15] can: dev: move bittiming related code into seperate file
` [net-next v3 04/15] can: dev: move length "
` [net-next v3 05/15] can: dev: move skb related "
` [net-next v3 06/15] can: dev: move netlink related code "
` [net-next v3 07/15] can: length: convert to kernel coding style
` [net-next v3 08/15] can: length: can_fd_len2dlc(): simplify length calculcation
` [net-next v3 09/15] can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data length
` [net-next v3 10/15] can: length: can_skb_get_frame_len(): introduce function to get data length of frame in data link layer
` [net-next v3 11/15] can: dev: extend struct can_skb_priv to hold CAN frame length
` [net-next v3 12/15] can: dev: can_put_echo_skb(): extend to handle frame_len
` [net-next v3 13/15] can: dev: can_get_echo_skb(): extend to return can frame length
` [net-next v3 14/15] can: dev: can_rx_offload_get_echo_skb(): "
` [net-next v3 15/15] can: dev: add software tx timestamps

[PATCH v3 0/1] Add software TX timestamps to the CAN devices
 2021-01-12  9:58 UTC  (9+ messages)
` [PATCH v3 1/1] can: dev: add software tx timestamps

[PATCH v2] can: isotp: fix isotp_getname() leak
 2021-01-12  9:22 UTC  (2+ messages)

[PATCH] can: isotp: fix isotp_getname() leak
 2021-01-12  9:17 UTC  (3+ messages)

KMSAN: kernel-infoleak in move_addr_to_user (4)
 2021-01-12  9:12 UTC  (3+ messages)

[net-next v2 00/15] can: dev: cleanup and add CAN frame length handling support
 2021-01-11 15:27 UTC  (21+ messages)
` [net-next v2 01/15] MAINTAINERS: CAN network layer: add missing header file can-ml.h
` [net-next v2 02/15] can: dev: move driver related infrastructure into separate subdir
` [net-next v2 03/15] can: dev: move bittiming related code into seperate file
` [net-next v2 04/15] can: dev: move length "
` [net-next v2 05/15] can: dev: move skb related "
` [net-next v2 06/15] can: dev: move netlink related code "
` [net-next v2 07/15] can: length: convert to kernel coding style
` [net-next v2 08/15] can: length: can_fd_len2dlc(): simplify length calculcation
` [net-next v2 09/15] can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data length
` [net-next v2 10/15] can: length: can_skb_get_frame_len(): introduce function to get data length of frame in data link layer
` [net-next v2 11/15] can: dev: extend struct can_skb_priv to hold CAN frame length
` [net-next v2 12/15] can: dev: can_put_echo_skb(): extend to handle frame_len
` [net-next v2 13/15] can: dev: can_get_echo_skb(): extend to return can frame length
` [net-next v2 14/15] can: dev: can_rx_offload_get_echo_skb(): "
` [net-next v2 15/15] can: dev: add software tx timestamps

[net-next 00/13] can: dev: cleanup and add CAN frame length handling support
 2021-01-11 12:43 UTC  (40+ messages)
` [net-next 01/13] MAINTAINERS: CAN network layer: add missing header file can-ml.h
` [net-next 02/13] can: dev: move driver related infrastructure into separate subdir
` [net-next 03/13] can: dev: move bittiming related code into seperate file
` [net-next 04/13] can: dev: move length "
` [net-next 05/13] can: dev: move skb related "
` [net-next 06/13] can: dev: move netlink related code "
` [net-next 07/13] can: length: convert to kernel coding style
` [net-next 08/13] can: length: can_fd_len2dlc(): simplify length calculcation
` [net-next 09/13] can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data length
` [net-next 10/13] can: length: can_skb_get_frame_len(): introduce function to get data length of frame in data link layer
` [net-next 11/13] can: dev: extend struct can_skb_priv to hold CAN frame length
      ` [PATCH] can: dev: extend can_put_echo_skb() to handle frame_len
            ` [PATCH v2] can: dev: can_put_echo_skb(): extend to store can frame length
` [net-next 12/13] can: dev: can_get_echo_skb(): extend to return "
` [net-next 13/13] can: dev: can_rx_offload_get_echo_skb(): "

[PATCH v2 0/1] Add software TX timestamps to the CAN devices
 2021-01-10 12:41 UTC  (2+ messages)
` [PATCH v2 1/1] can: dev: add software tx timestamps

[PATCH 0/1] Add software TX timestamps to the CAN devices
 2021-01-10 12:32 UTC  (4+ messages)
` [PATCH 1/1] can: dev: add software tx timestamps

[PATCH v5] net: can: Introduce MEN 16Z192-00 CAN controller driver
 2021-01-08  8:38 UTC  (4+ messages)

[PATCH for can-next] MAINTAINERS: adjust entry to tcan4x5x file split
 2021-01-08  8:06 UTC  (2+ messages)

[net-next 19/19] can: flexcan: add CAN wakeup function for i.MX8QM
 2021-01-08  8:01 UTC  (4+ messages)
    ` [kbuild-all] "

Describing the STB pin of the CAN transceiver
 2021-01-07 21:12 UTC  (4+ messages)

pull-request: can 2021-01-07
 2021-01-07 19:11 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox