]> granicus.if.org Git - strace/history - netlink.c
tests: add ioctl_evdev-success* test binaries to .gitignore
[strace] / netlink.c
2019-08-14 Eugene SyromyatnikovReplace direct usage of err_name/errnoent with print_err
2019-07-24 Eugene SyromyatnikovAdd xlat description structure
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-09-02 Eugene Syromyatnikovnetlink: honor custom xlat style setting during nlmsg...
2018-05-29 Dmitry V. LevinEnhance printing of unfetchable object addresses in...
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2018-05-15 Eugene SyromyatnikovAvoid using print_array as a local variable name
2018-05-09 Eugene SyromyatnikovUse MIN where appropriate
2018-04-27 Eugene Syromyatnikovnetlink: use print_xlat_ex in decode_nlmsg_type_netfilter
2018-04-12 Eugene SyromyatnikovIntroduce xlat verbosity styles
2018-04-11 Harsha Sharmanetlink: decode libudev netlink header
2018-04-05 Dmitry V. LevinUpdate copyright headers
2018-03-11 Chen JingpiaoMove nl_netfilter_msg_types definition from netlink...
2018-03-11 Chen Jingpiaonetlink: introduce NETLINK_NETFILTER parser
2018-01-07 Eugene SyromiatnikovAdd tcp arguments to netlink calls
2017-10-26 JingPiao Chennetlink: decode NETLINK_NETFILTER netlink message flags
2017-10-26 JingPiao Chennetlink: decode netlink message delete flags
2017-10-26 JingPiao Chennetlink: refactor decode_nlmsg_flags
2017-09-24 JingPiao Chennetlink: decode NETLINK_NETFILTER netlink message types
2017-08-09 JingPiao ChenMove nl_route_types definition from netlink.c to netlin...
2017-08-09 JingPiao Chennetlink: introduce family specific decoder of NETLINK_ROUTE
2017-08-08 JingPiao Chennetlink: add decoding of NETLINK_KOBJECT_UEVENT messages
2017-08-08 JingPiao Chennetlink: call get_fd_nl_family before nlmsghdr decoding
2017-08-07 JingPiao Chennetlink.c: fix indentation
2017-07-24 JingPiao Chennetlink: add a basic parser of NETLINK_CRYPTO messages
2017-07-19 Dmitry V. LevinAdjust prototypes of netlink parsing functions
2017-07-19 JingPiao Chennetlink: decode nlmsgerr attributes
2017-07-19 JingPiao Chennetlink: adjust decode_nlmsgerr for extended ACK reporting
2017-07-19 JingPiao Chennetlink: decode netlink message ack flags
2017-07-16 JingPiao Chennetlink: decode NETLINK_SELINUX protocol
2017-07-12 JingPiao Chennetlink: add decoding of NETLINK_CRYPTO nlmsg_flags
2017-07-12 JingPiao Chennetlink: add decoding of NETLINK_CRYPTO message types
2017-07-07 JingPiao Chennetlink: print unrecognized netlink messages in hex
2017-07-07 JingPiao Chennetlink: print unrecognized netlink payload in hex
2017-07-07 JingPiao Chennetlink: print unrecognized nlmsgerr in hex
2017-06-27 JingPiao Chennetlink: pass NLMSG_DONE messages to family specific...
2017-06-21 JingPiao Chennetlink: introduce netlink.h
2017-06-19 Masatake YAMATOnetlink: add decoding of NETLINK_GENERIC protocol families
2017-06-18 Dmitry V. Levinnetlink: do not print extra braces around payloadless...
2017-06-15 Dmitry V. Levinnetlink: introduce family specific payload decoders
2017-06-14 Dmitry V. Levinnetlink: refactor decode_nlmsg_type
2017-06-08 Dmitry V. LevinIntroduce printflags_ex function
2017-06-08 JingPiao Chennetlink: implement generic nlmsg_flags decoding
2017-06-05 Dmitry V. Levinnetlink: add decoding of NETLINK_NETFILTER message...
2017-06-05 Dmitry V. Levinnetlink: add decoding of NETLINK_XFRM message types
2017-06-05 Dmitry V. Levinnetlink: add decoding of NETLINK_SELINUX message types
2017-06-05 Dmitry V. Levinnetlink: add decoding of NETLINK_ROUTE message types
2017-06-05 Dmitry V. Levinnetlink: add decoding of NETLINK_AUDIT message types
2017-06-05 Dmitry V. Levinnetlink: implement generic nlmsg_type decoding
2017-06-05 Dmitry V. Levinnetlink: add netlink family argument to printers and...
2017-06-05 Fabien SironAdd file descriptor argument to decode_netlink
2017-06-04 Dmitry V. LevinMove netlink_protocols definition from net.c to netlink.c
2017-06-04 JingPiao Chennetlink: decode NLMSG_DONE messages
2017-06-02 Dmitry V. Levinnetlink: move NLMSG_ERROR payload length check to nlmsg...
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-17 Dmitry V. Levinnetlink: decode NLMSG_ERROR messages
2017-04-17 Dmitry V. Levinnetlink: avoid using unaligned sizeof(struct nlmsghdr...
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. Levinnetlink: change size types from unsigned long to kernel...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-23 Dmitry V. Levindecode_netlink: change address argument type from unsig...
2016-07-08 Dmitry V. Levinnetlink: handle multipart netlink messages
2016-07-07 Fabien SironAdd a general netlink socket parser