[CAN]: Add PF_CAN core module
This patch adds the CAN core functionality but no protocols or drivers. No protocol implementations are included here. They come as separate patches. Protocol numbers are already in include/linux/can.h. Signed-off-by: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> Signed-off-by: Urs Thuermann <urs.thuermann@volkswagen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing
include/linux/can.h
0 → 100644
include/linux/can/core.h
0 → 100644
include/linux/can/error.h
0 → 100644
net/can/Kconfig
0 → 100644
net/can/Makefile
0 → 100644
net/can/af_can.c
0 → 100644
net/can/af_can.h
0 → 100644
net/can/proc.c
0 → 100644
Please register or sign in to comment