1
0
Fork 0

11 Commits (master)
 

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 a7dfaac19e Update source code repository for can-utils
https://github.com/hartkopp/can-isotp/issues/8

Reported-by: Polina Slavskaya https://github.com/Semant1ka
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
8 years ago
Oliver Hartkopp d1248b0f22 Update README to make clear in which directory 'make' has to be invoked
As pointed out by https://github.com/akast in

   https://github.com/hartkopp/can-isotp/issues/6

the documentation was not clear about in which directory the 'make' has to be
started to compile the kernel module.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
8 years ago
Oliver Hartkopp 4410847df4 Merge pull request #5 from gizero/drop-manual-depmod
Makefile: do not run depmod manually
8 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
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