-
- Downloads
can: add support of SAE J1939 protocol
SAE J1939 is the vehicle bus recommended practice used for communication and diagnostics among vehicle components. Originating in the car and heavy-duty truck industry in the United States, it is now widely used in other parts of the world. J1939, ISO 11783 and NMEA 2000 all share the same high level protocol. SAE J1939 can be considered the replacement for the older SAE J1708 and SAE J1587 specifications. Acked-by:Oliver Hartkopp <socketcan@hartkopp.net> Signed-off-by:
Bastian Stender <bst@pengutronix.de> Signed-off-by:
Elenita Hinds <ecathinds@gmail.com> Signed-off-by:
kbuild test robot <lkp@intel.com> Signed-off-by:
Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be> Signed-off-by:
Maxime Jayat <maxime.jayat@mobile-devices.fr> Signed-off-by:
Robin van der Gracht <robin@protonic.nl> Signed-off-by:
Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by:
Marc Kleine-Budde <mkl@pengutronix.de>
Showing
- Documentation/networking/index.rst 1 addition, 0 deletionsDocumentation/networking/index.rst
- Documentation/networking/j1939.rst 422 additions, 0 deletionsDocumentation/networking/j1939.rst
- MAINTAINERS 10 additions, 0 deletionsMAINTAINERS
- include/linux/can/can-ml.h 3 additions, 0 deletionsinclude/linux/can/can-ml.h
- include/uapi/linux/can/j1939.h 99 additions, 0 deletionsinclude/uapi/linux/can/j1939.h
- net/can/Kconfig 2 additions, 0 deletionsnet/can/Kconfig
- net/can/Makefile 2 additions, 0 deletionsnet/can/Makefile
- net/can/j1939/Kconfig 15 additions, 0 deletionsnet/can/j1939/Kconfig
- net/can/j1939/Makefile 10 additions, 0 deletionsnet/can/j1939/Makefile
- net/can/j1939/address-claim.c 230 additions, 0 deletionsnet/can/j1939/address-claim.c
- net/can/j1939/bus.c 333 additions, 0 deletionsnet/can/j1939/bus.c
- net/can/j1939/j1939-priv.h 338 additions, 0 deletionsnet/can/j1939/j1939-priv.h
- net/can/j1939/main.c 403 additions, 0 deletionsnet/can/j1939/main.c
- net/can/j1939/socket.c 1160 additions, 0 deletionsnet/can/j1939/socket.c
- net/can/j1939/transport.c 2027 additions, 0 deletionsnet/can/j1939/transport.c
Loading
-
mentioned in commit 4ff69789
-
mentioned in commit f97cbce6
-
mentioned in commit 26b18dd3
-
mentioned in commit f6c839e7
-
mentioned in commit a2a0ebff
-
mentioned in commit 3f177e46
-
mentioned in commit 5e4ed38e
-
mentioned in commit b00d4900
-
mentioned in commit ed581989
-
mentioned in commit 866ad7f2
-
mentioned in commit 196081b2
-
mentioned in commit cf183897
-
mentioned in commit 2a527468
-
mentioned in commit e2d1e819
-
mentioned in commit fd58332c
-
mentioned in commit 2d08a701
-
mentioned in commit 15b64e88
-
mentioned in commit 2063908b
-
mentioned in commit 44218221
-
mentioned in commit ce6f912f
Please register or sign in to comment