Lines Matching +full:protocol +full:- +full:id
1 # SPDX-License-Identifier: GPL-2.0-only
10 communications protocol. Development of the CAN bus started in
11 1983 at Robert Bosch GmbH, and the protocol was officially
14 applications. More information on the CAN network protocol family
24 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)"
27 The raw CAN protocol option offers access to the CAN bus via
29 most cases where no higher level protocol is being used. The raw
30 socket has several filter options e.g. ID masking / error frames.
31 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
34 tristate "Broadcast Manager CAN Protocol (with content filtering)"
43 To use the Broadcast Manager, use AF_CAN with protocol CAN_BCM.
59 tristate "ISO 15765-2 CAN transport protocol"
61 CAN Transport Protocols offer support for segmented Point-to-Point
63 This protocol driver implements segmented data transfers for CAN CC
65 introduced with ISO 15765-2:2016.
68 segmentation is needed to transport longer Protocol Data Units (PDU)
69 as needed e.g. for vehicle diagnosis (UDS, ISO 14229) or IP-over-CAN