Lines Matching +full:protocol +full:- +full:id
1 # SPDX-License-Identifier: GPL-2.0-only
11 communications protocol. Development of the CAN bus started in
12 1983 at Robert Bosch GmbH, and the protocol was officially
15 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:2016 CAN transport protocol"
61 CAN Transport Protocols offer support for segmented Point-to-Point
65 segmentation is needed to transport longer Protocol Data Units (PDU)
66 as needed e.g. for vehicle diagnosis (UDS, ISO 14229) or IP-over-CAN
68 This protocol driver implements data transfers according to
69 ISO 15765-2:2016 for 'classic' CAN and CAN FD frame types.