net/can: support for connecting to Linux host SocketCAN interface.
commitea15ea8a7c67b1277d6817fb247b1427e0d293f3
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 27 Jan 2018 16:59:27 +0000 (27 17:59 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 13 Feb 2018 10:44:13 +0000 (13 11:44 +0100)
tree9023cb6fd921333fae9d10fbb9110849e880226f
parentd18957dbcc837d0420a2789da29e8dae976b9f1d
net/can: support for connecting to Linux host SocketCAN interface.

Connection to the real host CAN bus network through
SocketCAN network interface is available only for Linux
host system. Mechanism is generic, support for another
CAN API and operating systems can be implemented in future.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
net/can/Makefile.objs
net/can/can_socketcan.c [new file with mode: 0644]