linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 00:05:55 to 2021-01-11 14:23:46 UTC [more...]

[net-next v3 00/15] can: dev: cleanup and add CAN frame length handling support
 2021-01-11 14:19 UTC  (16+ 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

[net-next v2 00/15] can: dev: cleanup and add CAN frame length handling support
 2021-01-11 14:20 UTC  (20+ 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 v3 0/1] Add software TX timestamps to the CAN devices
 2021-01-11  8:10 UTC  (3+ messages)
` [PATCH v3 1/1] can: dev: add software tx timestamps

[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

pull-request: can-next 2021-01-06
 2021-01-08 21:53 UTC  (35+ messages)
` [net-next 01/19] can: tcan4x5x: replace DEVICE_NAME by KBUILD_MODNAME
` [net-next 02/19] can: tcan4x5x: beautify indention of tcan4x5x_of_match and tcan4x5x_id_table
` [net-next 03/19] can: tcan4x5x: rename tcan4x5x.c -> tcan4x5x-core.c
` [net-next 04/19] can: tcan4x5x: move regmap code into seperate file
` [net-next 05/19] can: tcan4x5x: mark struct regmap_bus tcan4x5x_bus as constant
` [net-next 06/19] can: tcan4x5x: tcan4x5x_bus: remove not needed read_flag_mask
` [net-next 07/19] can: tcan4x5x: remove regmap async support
` [net-next 08/19] can: tcan4x5x: rename regmap_spi_gather_write() -> tcan4x5x_regmap_gather_write()
` [net-next 09/19] can: tcan4x5x: tcan4x5x_regmap_write(): remove not needed casts and replace 4 by sizeof
` [net-next 10/19] can: tcan4x5x: tcan4x5x_regmap_init(): use spi as context pointer
` [net-next 11/19] can: tcan4x5x: fix max register value
` [net-next 12/19] can: tcan4x5x: tcan4x5x_regmap: set reg_stride to 4
` [net-next 13/19] can: tcan4x5x: add max_raw_{read,write} of 256
` [net-next 14/19] can: tcan4x5x: add {wr,rd}_table
` [net-next 15/19] can: tcan4x5x: rework SPI access
` [net-next 16/19] can: tcan4x5x: add support for half-duplex controllers
` [net-next 17/19] can: raw: return -ERANGE when filterset does not fit into user space buffer
` [net-next 18/19] dt-bindings: can: fsl,flexcan: add fsl,scu-index property to indicate a resource
` [net-next 19/19] can: flexcan: add CAN wakeup function for i.MX8QM
      ` [kbuild-all] "

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

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

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

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

pull-request: can 2021-01-07
 2021-01-07 19:11 UTC  (8+ messages)
` [net 1/6] can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()
` [net 2/6] can: tcan4x5x: fix bittiming const, use common bittiming from m_can driver
` [net 3/6] can: mcp251xfd: mcp251xfd_handle_tefif(): fix TEF vs. TX race condition
` [net 4/6] can: mcp251xfd: mcp251xfd_handle_rxif_ring(): first increment RX tail pointer in HW, then in driver
` [net 5/6] can: rcar: Kconfig: update help description for CAN_RCAR config
` [net 6/6] MAINTAINERS: Update MCAN MMIO device driver maintainer

[PATCH 0/2] can: mcp251xfd: fix TEF vs TX race condition introduced in UINC improvements
 2021-01-05 21:41 UTC  (3+ messages)
` [PATCH 1/2] can: mcp251xfd: mcp251xfd_handle_tefif(): fix TEF vs. TX race condition
` [PATCH 2/2] can: mcp251xfd: mcp251xfd_handle_rxif_ring(): first increment RX tail pointer in HW, then in driver

[PATCH] can: rcar: Update help description for CAN_RCAR_CANFD config
 2021-01-04 14:01 UTC  (7+ messages)
` [PATCH] can: rcar: Update help description for CAN_RCAR config

[PATCH] MAINTAINERS: Update MCAN MMIO device driver maintainer
 2021-01-04 13:13 UTC  (3+ messages)

[PATCH v2] can: rcar: Update help description for CAN_RCAR config
 2021-01-04 11:06 UTC  (3+ messages)

[PATCH 3/7] can: kvaser_pciefd: select CONFIG_CRC32
 2021-01-04  8:43 UTC  (2+ messages)

[PATCH iproute2 5.11 1/2] iplink_can: add Classical CAN frame LEN8_DLC support
 2020-12-26 17:48 UTC  (3+ messages)
` [PATCH iproute2 5.11 2/2] iplink_can: fix format output for details with statistics

WARNING in isotp_tx_timer_handler
 2020-12-24  0:20 UTC  (3+ messages)

assignment of spi to can channels
 2020-12-23 13:29 UTC  (8+ messages)
  ` AW: "
      ` AW: "

[PATCH V5 0/5] can: flexcan: add stop mode support for i.MX8QM
 2020-12-22 12:33 UTC  (4+ messages)

general protection fault in j1939_netdev_notify (2)
 2020-12-22  6:11 UTC  (5+ messages)

[RFC PATCH can-next] can: raw: return -ERANGE when filterset does not fit into user space buffer
 2020-12-18 17:52 UTC  (4+ messages)

[RFC]: tcan4x5x: rework regmap support
 2020-12-18  8:50 UTC  (12+ messages)
` [can-next-rfc 02/16] can: tcan4x5x: beautify indention of tcan4x5x_of_match and tcan4x5x_id_table
` [can-next-rfc 07/16] can: tcan4x5x: remove regmap async support
` [can-next-rfc 08/16] can: tcan4x5x: rename regmap_spi_gather_write() -> tcan4x5x_regmap_gather_write()
` [can-next-rfc 10/16] can: tcan4x5x: tcan4x5x_regmap_init(): use spi as context pointer
` [can-next-rfc 11/16] can: tcan4x5x: fix max register value
` [can-next-rfc 13/16] can: tcan4x5x: add max_raw_{read,write} of 256
` [can-next-rfc 14/16] can: tcan4x5x: add {wr,rd}_table
` [can-next-rfc 15/16] can: tcan4x5x: rework SPI access
` [can-next-rfc 16/16] can: tcan4x5x: add support for half-duplex controllers

get entire CAN_RAW_FILTER value without knowing its size
 2020-12-18  7:50 UTC  (8+ messages)


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