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
23 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)"
26 The raw CAN protocol option offers access to the CAN bus via
28 most cases where no higher level protocol is being used. The raw
29 socket has several filter options e.g. ID masking / error frames.
30 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
33 tristate "Broadcast Manager CAN Protocol (with content filtering)"
42 To use the Broadcast Manager, use AF_CAN with protocol CAN_BCM.
58 tristate "ISO 15765-2:2016 CAN transport protocol"
60 CAN Transport Protocols offer support for segmented Point-to-Point
64 segmentation is needed to transport longer Protocol Data Units (PDU)
65 as needed e.g. for vehicle diagnosis (UDS, ISO 14229) or IP-over-CAN
67 This protocol driver implements data transfers according to
68 ISO 15765-2:2016 for 'classic' CAN and CAN FD frame types.