]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
CAN-Ethernet gateway - kernel part canethgw-v2
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 Dec 2012 15:16:27 +0000 (16:16 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 4 Apr 2014 19:09:47 +0000 (21:09 +0200)
commit3f7fc0265e9555dea75cef7709720e62d8da37d8
treec516be8eb5ff9730b9440972a31701b8bf8c13c3
parent66cdd0ceaf65a18996f561b770eedde1d123b019
CAN-Ethernet gateway - kernel part

This patch implements CAN-Ethernet (or more precisely CAN-UDP) gateway.
The code here is only responsible for routing the messages in kernel
space. Initial configuration and setup of the involved sockets is done
in user space with cegw utility.

Currently, the gateway support IPv4 and IPv6.  CAN_FD frames are note
supported.

Signed-off-by: Radek Matějka <radek.matejka@gmail.com>
Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
include/uapi/linux/can/Kbuild
include/uapi/linux/can/canethgw.h [new file with mode: 0644]
net/can/Kconfig
net/can/Makefile
net/can/canethgw.c [new file with mode: 0644]