[PATCH 0/2] add socket-CAN support to libnl

Benedikt Spranger b.spranger at linutronix.de
Thu Nov 29 13:48:44 EST 2012


The socket-CAN package is an implementation of Controller Area Network (CAN)
protocols for Linux. All socket-CAN related configurations are carried out
through Netlink. Add CAN support to libnl to get an easy way for configuring
CAN devices out of applications.

Benedikt Spranger (2):
  link: basic socket-CAN support
  link: socket-CAN helper functions

 include/netlink/route/link/can.h |   59 +++
 lib/Makefile.am                  |    2 +-
 lib/route/link/can.c             |  763 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 823 insertions(+), 1 deletion(-)
 create mode 100644 include/netlink/route/link/can.h
 create mode 100644 lib/route/link/can.c

-- 
1.7.10.4




More information about the libnl mailing list