summaryrefslogtreecommitdiff
path: root/tests/netlink_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* Use loop initial declarationsDmitry V. Levin2021-11-051-3/+2
* netlink: simplify decoding of struct nlmsgerrDmitry V. Levin2021-05-021-15/+47
* netlink: validate struct nlmsgerr.msg.nlmsg_lenDmitry V. Levin2021-05-021-0/+26
* tests: assume NLM_F_CAPPED and NLM_F_ACK_TLVS are definedDmitry V. Levin2021-05-021-10/+0
* netlink: print struct nlmsghdr followed by payload as an arrayDmitry V. Levin2021-05-011-35/+35
* tests: use xasprintf instead of asprintfDmitry V. Levin2021-03-151-3/+2
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* netlink: fix printing of field names of struct nlmsghdrDmitry V. Levin2021-01-111-58/+77
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2020-08-031-1/+1
* Consistently print process ids as signed integersDmitry V. Levin2020-07-181-2/+2
* Fix preprocessor indentationDmitry V. Levin2018-12-301-10/+10
* 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
* Enhance printing of unfetchable object addresses in sequences and arraysDmitry V. Levin2018-05-291-1/+1
* tests: use TAIL_ALLOC_OBJECT_CONST_PTR where appropriateDmitry V. Levin2018-05-281-1/+2
* tests: introduce midtail_alloc and use it in netlink testsEugene Syromyatnikov2018-05-091-3/+3
* netlink: decode netlink message ack flagsJingPiao Chen2017-07-191-0/+42
* tests: fix print_quoted_hex output of bytes with high bit setDmitry V. Levin2017-07-081-1/+1
* netlink: print unrecognized netlink messages in hexJingPiao Chen2017-07-071-3/+4
* netlink: print unrecognized netlink payload in hexJingPiao Chen2017-07-071-14/+17
* netlink: print unrecognized nlmsgerr in hexJingPiao Chen2017-07-071-1/+2
* tests: print quotation marks in print_quoted_memoryJingPiao Chen2017-07-071-2/+2
* tests: move DEFAULT_STRLEN macro to tests.hDmitry V. Levin2017-07-031-1/+0
* Include "netlink.h" instead of <linux/netlink.h>Dmitry V. Levin2017-06-251-5/+1
* netlink: introduce netlink.hJingPiao Chen2017-06-211-1/+1
* netlink: do not print extra braces around payloadless nlmsghdrDmitry V. Levin2017-06-181-10/+10
* tests: use create_nl_socket in netlink_protocol.testDmitry V. Levin2017-06-051-14/+2
* tests: change netlink_protocol.test to trace sendto syscalls onlyDmitry V. Levin2017-06-051-4/+0
* tests: extend checking of NLMSG_DONE decodingDmitry V. Levin2017-06-041-15/+28
* netlink: decode NLMSG_DONE messagesJingPiao Chen2017-06-041-0/+37
* tests: fix netlink_protocol on sparcDmitry V. Levin2017-04-211-7/+4
* netlink: decode NLMSG_ERROR messagesDmitry V. Levin2017-04-171-1/+120
* tests: use sprintrc in tests/netlink_protocol.cDmitry V. Levin2016-09-201-72/+47
* tests: skip netlink_protocol.test on old systemsDmitry V. Levin2016-07-211-13/+32
* netlink: handle multipart netlink messagesDmitry V. Levin2016-07-081-0/+94
* tests: extend netlink protocol checkDmitry V. Levin2016-07-071-25/+57
* tests: check decoding of netlink protocolFabien Siron2016-07-071-0/+120