summaryrefslogtreecommitdiffstats
path: root/lib/route/link/can.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-1/+1
* route/can: implement can_device_statsJob Feikens2023-12-011-5/+54
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: include private linux headers with explicit pathThomas Haller2023-08-031-1/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-2/+5
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+1
* include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-311-1/+2
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-221-1/+1
* route: make argument of rtnl_link_can_set_{bittiming,data_bittiming}() constThomas Haller2022-03-151-2/+2
* route: add rtnl_link_can_set_data_bittiming_const()Thomas Haller2022-03-151-0/+22
* route: drop bitrate,sample-point getters/setters from can linkThomas Haller2022-03-151-84/+0
* route: rename rtnl_link_can_get_data_bt_const() to rtnl_link_can_get_data_bit...Thomas Haller2022-03-151-2/+2
* route: fix indentationThomas Haller2022-03-151-25/+26
* route/link: add CAN FD supportAnders Piniesjö2022-03-151-15/+199
* route: don't use internal bit mask constants in NLA_PUT in can_put_attrs()Anders Piniesjö2022-03-041-7/+7
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* route/link: add missing newlines after debug messagesBeniamino Galvani2015-10-051-1/+1
* link: fix memory leaks due to repeated calls to .io_alloc()Thomas Haller2014-10-121-5/+9
* style: require comma after __ADD() macroThomas Haller2014-07-271-5/+5
* can: Fix nested message creation in can_put_attrs()Holger Dengler2013-02-011-0/+2
* can: add helper function to get CAN bus stateBenedikt Spranger2013-01-251-0/+19
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-2/+2
* link: socket-CAN helper functionsBenedikt Spranger2012-11-291-0/+359
* link: basic socket-CAN supportBenedikt Spranger2012-11-291-0/+404