summaryrefslogtreecommitdiff
path: root/tests/netlink_route.c
Commit message (Expand)AuthorAgeFilesLines
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-06-141-0/+1
* tests: introduce midtail_alloc and use it in netlink testsEugene Syromyatnikov2018-05-091-17/+17
* netlink: decode netlink message delete flagsJingPiao Chen2017-10-261-4/+3
* rtnl_neigh: fix ndm_type field decode in struct ndmsgJingPiao Chen2017-08-291-2/+2
* tests: use ifindex_lo and IFINDEX_LO_STRDmitry V. Levin2017-08-151-20/+12
* configure.ac: remove redundant linux/dcbnl.h header checkJingPiao Chen2017-08-151-1/+1
* tests: check decoding of rtnetlink nsid messagesJingPiao Chen2017-08-141-0/+19
* tests: check decoding of rtnetlink mdb messagesJingPiao Chen2017-08-141-0/+21
* tests: check decoding of rtnetlink netconf messagesJingPiao Chen2017-08-141-0/+22
* tests: check decoding of rtnetlink dcb messagesJingPiao Chen2017-08-141-0/+22
* tests: check decoding of rtnetlink addrlabel messagesJingPiao Chen2017-08-141-0/+29
* tests: check decoding of rtnetlink tc action messagesJingPiao Chen2017-08-141-0/+15
* tests: check decoding of rtnetlink tc messagesJingPiao Chen2017-08-141-0/+22
* tests: check decoding of rtnetlink neightbl messagesJingPiao Chen2017-08-141-0/+15
* tests: check decoding of rtnetlink neigh messagesJingPiao Chen2017-08-141-0/+24
* tests: check decoding of rtnetlink rule messagesJingPiao Chen2017-08-141-0/+33
* tests: check decoding of rtnetlink route messagesJingPiao Chen2017-08-141-0/+30
* tests: check decoding of rtnetlink addr messagesJingPiao Chen2017-08-141-0/+25
* tests: check decoding of NLMSG_DONE messages of NETLINK_ROUTEJingPiao Chen2017-08-111-0/+12
* tests: check decoding of rtnetlink link messagesJingPiao Chen2017-08-091-0/+57
* tests: check netlink family specific decoder of NETLINK_ROUTEJingPiao Chen2017-08-091-1/+53
* Include "netlink.h" instead of <linux/netlink.h>Dmitry V. Levin2017-06-251-1/+1
* netlink: do not print extra braces around payloadless nlmsghdrDmitry V. Levin2017-06-181-10/+10
* tests: add check for decoding netlink get and new flagsJingPiao Chen2017-06-081-0/+43
* tests: check decoding of NETLINK_ROUTE message typesJingPiao Chen2017-06-051-0/+64