1
0
Fork 0

7 Commits (0e1736850a0a78440eb773e394b9e56ce55d4c86)

Author SHA1 Message Date
Oliver Hartkopp 0e1736850a isotp: support getname callback for Linux 4.17+
Following mainline commit 9b2c45d479d0fb8647c9e83359df69162b5fbe5f
("net: make getname() functions return length rather than use int* parameter")

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
7 years ago
Oliver Hartkopp 71d7157f16 Update license information and create COPYING file
Suggested-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
8 years ago
Oliver Hartkopp e65f4ce1ee Merge pull request #3 from pylessard/get_name-add-isotp-addr
Added isotp information to output struct for getsockname syscall
8 years ago
Pier-Yves Lessard 324785bd58 Added isotp information to output struct for getsockname syscall 8 years ago
Moritz Barsnick 86bafdf41f isotp: support 4.4 LTS kernel in version guard
can_rx_register() was changed in 4.10(-rc7), backported to 4.9.11, but
also to 4.4 LTS in 4.4.50. The kernel guard therefore needs to check
various version ranges.

See https://github.com/hartkopp/can-isotp/issues/2

Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
8 years ago
Oliver Hartkopp 3a3540c020 isotp: add CAN namespace support introduced in Linux 4.12
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
8 years ago
Oliver Hartkopp 9f3caa6fe3 Initial commit based on https://github.com/downwith/linux-isotp
This repository contains a rework to simplify the build of the former ISO-TP
development repository at https://github.com/hartkopp/can-isotp-modules.

The build and repository cleanup provided by Nathan L. Conrad  was merged from
https://github.com/downwith/linux-isotp . Thanks Nathan!

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
8 years ago