summaryrefslogtreecommitdiff
path: root/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid using print_array as a local variable nameEugene Syromyatnikov2018-05-151-4/+4
* Use MIN where appropriateEugene Syromyatnikov2018-05-091-2/+1
* netlink: use print_xlat_ex in decode_nlmsg_type_netfilterEugene Syromyatnikov2018-04-271-1/+1
* Introduce xlat verbosity stylesEugene Syromyatnikov2018-04-131-1/+2
* netlink: decode libudev netlink headerHarsha Sharma2018-04-111-1/+1
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* Move nl_netfilter_msg_types definition from netlink.c to netlink_netfilter.cChen Jingpiao2018-03-111-1/+0
* netlink: introduce NETLINK_NETFILTER parserChen Jingpiao2018-03-111-0/+3
* Add tcp arguments to netlink callsEugene Syromiatnikov2018-01-071-8/+9
* netlink: decode NETLINK_NETFILTER netlink message flagsJingPiao Chen2017-10-261-0/+104
* netlink: decode netlink message delete flagsJingPiao Chen2017-10-261-0/+10
* netlink: refactor decode_nlmsg_flagsJingPiao Chen2017-10-261-53/+72
* netlink: decode NETLINK_NETFILTER netlink message typesJingPiao Chen2017-09-241-5/+49
* Move nl_route_types definition from netlink.c to netlink_route.cJingPiao Chen2017-08-091-1/+0
* netlink: introduce family specific decoder of NETLINK_ROUTEJingPiao Chen2017-08-091-0/+1
* netlink: add decoding of NETLINK_KOBJECT_UEVENT messagesJingPiao Chen2017-08-081-0/+6
* netlink: call get_fd_nl_family before nlmsghdr decodingJingPiao Chen2017-08-081-28/+31
* netlink.c: fix indentationJingPiao Chen2017-08-071-4/+2
* netlink: add a basic parser of NETLINK_CRYPTO messagesJingPiao Chen2017-07-241-0/+3
* Adjust prototypes of netlink parsing functionsDmitry V. Levin2017-07-191-3/+3
* netlink: decode nlmsgerr attributesJingPiao Chen2017-07-191-0/+43
* netlink: adjust decode_nlmsgerr for extended ACK reportingJingPiao Chen2017-07-191-3/+10
* netlink: decode netlink message ack flagsJingPiao Chen2017-07-191-1/+5
* netlink: decode NETLINK_SELINUX protocolJingPiao Chen2017-07-161-0/+1
* netlink: add decoding of NETLINK_CRYPTO nlmsg_flagsJingPiao Chen2017-07-121-0/+10
* netlink: add decoding of NETLINK_CRYPTO message typesJingPiao Chen2017-07-121-0/+2
* netlink: print unrecognized netlink messages in hexJingPiao Chen2017-07-071-1/+1
* netlink: print unrecognized netlink payload in hexJingPiao Chen2017-07-071-1/+1
* netlink: print unrecognized nlmsgerr in hexJingPiao Chen2017-07-071-1/+1
* netlink: pass NLMSG_DONE messages to family specific payload decodersJingPiao Chen2017-06-271-2/+7
* netlink: introduce netlink.hJingPiao Chen2017-06-211-5/+1
* netlink: add decoding of NETLINK_GENERIC protocol familiesMasatake YAMATO2017-06-191-0/+13
* netlink: do not print extra braces around payloadless nlmsghdrDmitry V. Levin2017-06-181-5/+6
* netlink: introduce family specific payload decodersDmitry V. Levin2017-06-151-1/+13
* netlink: refactor decode_nlmsg_typeDmitry V. Levin2017-06-141-38/+64
* Introduce printflags_ex functionDmitry V. Levin2017-06-081-2/+2
* netlink: implement generic nlmsg_flags decodingJingPiao Chen2017-06-081-1/+51
* netlink: add decoding of NETLINK_NETFILTER message typesDmitry V. Levin2017-06-051-1/+31
* netlink: add decoding of NETLINK_XFRM message typesDmitry V. Levin2017-06-051-1/+4
* netlink: add decoding of NETLINK_SELINUX message typesDmitry V. Levin2017-06-051-0/+2
* netlink: add decoding of NETLINK_ROUTE message typesDmitry V. Levin2017-06-051-0/+3
* netlink: add decoding of NETLINK_AUDIT message typesDmitry V. Levin2017-06-051-0/+3
* netlink: implement generic nlmsg_type decodingDmitry V. Levin2017-06-051-2/+58
* netlink: add netlink family argument to printers and decodersDmitry V. Levin2017-06-051-8/+21
* Add file descriptor argument to decode_netlinkFabien Siron2017-06-051-10/+20
* Move netlink_protocols definition from net.c to netlink.cDmitry V. Levin2017-06-041-0/+1
* netlink: decode NLMSG_DONE messagesJingPiao Chen2017-06-041-0/+6
* netlink: move NLMSG_ERROR payload length check to nlmsgerr decoderDmitry V. Levin2017-06-021-3/+9
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* netlink: decode NLMSG_ERROR messagesDmitry V. Levin2017-04-171-3/+51