summaryrefslogtreecommitdiff
path: root/tests/netlink_sock_diag.c
Commit message (Expand)AuthorAgeFilesLines
* netlink_sock_diag: give a name to the nameless field of the artificial structureDmitry V. Levin2021-05-081-4/+4
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* print_fields.h: remove prefix argument from all remaining PRINT_FIELD_* macrosDmitry V. Levin2021-01-291-24/+24
* print_fields.h: remove prefix argument from PRINT_FIELD_{UINT,U,X}_ARRAY and ...Dmitry V. Levin2021-01-281-14/+14
* tests: pass an empty string as the first argument to PRINT_FIELD_* macrosDmitry V. Levin2021-01-271-38/+76
* netlink: fix printing of field names of struct nlmsghdrDmitry V. Levin2021-01-111-5/+5
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* netlink_packet_diag: assorted decoding fixesEugene Syromyatnikov2018-09-021-3/+3
* netlink_smc_diag: decode smc_diag_msg.diag_fallback constant namesEugene Syromyatnikov2018-08-271-2/+2
* Update copyright headersDmitry V. Levin2018-06-141-1/+1
* tests: introduce midtail_alloc and use it in netlink testsEugene Syromyatnikov2018-05-091-18/+18
* tests: use ifindex_lo and IFINDEX_LO_STRDmitry V. Levin2017-08-151-21/+13
* tests: extend coverage of netlink_diag_req decoderDmitry V. Levin2017-07-121-1/+12
* tests: introduce TEST_NETLINK and TEST_NETLINK_ macrosJingPiao Chen2017-07-121-1267/+337
* print_inet_addr: use inet_addr-based output format for IPv4Dmitry V. Levin2017-07-101-12/+12
* netlink_sock_diag: print unrecognized data in hexJingPiao Chen2017-07-071-4/+4
* Include "netlink.h" instead of <linux/netlink.h>Dmitry V. Levin2017-06-251-5/+1
* netlink: introduce netlink.hJingPiao Chen2017-06-211-1/+1
* tests: add SET_STRUCT macro to tests.hDmitry V. Levin2017-06-201-43/+38
* tests: fix potential unaligned access in netlink_sock_diag.testDmitry V. Levin2017-06-191-163/+206
* netlink: do not print extra braces around payloadless nlmsghdrDmitry V. Levin2017-06-181-4/+4
* tests: check decoding of NETLINK_SOCK_DIAG AF_SMC messagesJingPiao Chen2017-06-151-0/+241
* tests: check decoding of NETLINK_SOCK_DIAG AF_INET messagesJingPiao Chen2017-06-151-0/+435
* tests: check decoding of NETLINK_SOCK_DIAG AF_PACKET messagesJingPiao Chen2017-06-151-0/+193
* tests: check decoding of NETLINK_SOCK_DIAG AF_NETLINK messagesJingPiao Chen2017-06-151-0/+216
* tests: check decoding of NETLINK_SOCK_DIAG AF_UNIX messagesDmitry V. Levin2017-06-151-1/+401
* tests: add check for decoding netlink get and new flagsJingPiao Chen2017-06-081-0/+18
* tests: check decoding of NETLINK_SOCK_DIAG message typesJingPiao Chen2017-06-051-0/+69