1
0
Fork 0

6 Commits (e56631aa07557ff70fca7f2105a9c79dc6d1cf4e)
 

Author SHA1 Message Date
Andrea Galbusera e56631aa07 Makefile: do not run depmod manually
The kernel build infrastructure already runs depmod properly in its
modules_install target, doing so in a cross-compilation friendly way. Running it
with no arguments is useless and also harmful since it breaks cross-compilation
contexts by scanning dependencies on the modules installed on the host instead
of those being built for the target.

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
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