]> granicus.if.org Git - strace/history - nlattr.c
tests: add ioctl_evdev-success* test binaries to .gitignore
[strace] / nlattr.c
2019-07-24 Eugene SyromyatnikovAdd xlat description structure
2018-12-23 Dmitry V. Levinnlattr: fix off-by-one error in indexed xlat lookup
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-09-03 Eugene Syromyatnikovnlattr: ignore nla_type flags when selecting nlattr...
2018-09-01 Eugene Syromyatnikovnlattr: provide common AF_INET{,6} address decoders
2018-06-11 Eugene Syromyatnikovnlattr: specify size for ethernet protocol
2018-06-06 Eugene Syromyatnikovnlattr: add size check to decode_nla_xval and decode_nl...
2018-06-06 Eugene Syromyatnikovnlattr: add UID/GID netlink attribute decoders
2018-06-06 Eugene Syromyatnikovnlattr: add unsigned int decoders that print in hex...
2018-06-06 Eugene Syromyatnikovnlattr: add ethernet protocol decoder
2018-06-06 Eugene Syromyatnikovnlattr: add value processing support for xlat/flags...
2018-06-06 Eugene Syromyatnikovnlattr: introduce decode_nla_flags
2018-06-06 Eugene Syromyatnikovnlattr: add ability to pass nla_type to decoder in...
2018-06-05 Eugene SyromyatnikovLeverage the fact that inet_protocols xlat is sorted
2018-05-30 Eugene Syromyatnikovrtnl_rule: decode new FRA_* attributes
2018-05-30 Eugene Syromyatnikovnlattr: introduce decode_nla_xval helper
2018-05-30 Eugene Syromyatnikovnlattr: print index names in netlink meminfo array
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-23 Eugene Syromyatnikovnlattr: do not assume that SK_MEMINFO_VARS is constant
2018-05-15 Eugene SyromyatnikovAvoid using print_array as a local variable name
2018-05-09 Eugene SyromyatnikovUse MIN where appropriate
2018-04-12 Eugene Syromyatnikovnlattr: use print_xlat
2018-04-05 Dmitry V. LevinUpdate copyright headers
2018-04-04 Eugene Syromyatnikovnlattr: check NLA_TYPE_MASK at compile time
2017-11-15 Dmitry V. Levinnetlink: print descriptor attributes using printfd
2017-08-29 JingPiao Chenrtnl_neigh: decode ndmsg netlink attributes
2017-08-29 JingPiao Chenrtnl_rule: decode fib_rule_hdr netlink attributes
2017-08-26 JingPiao Chenrtnl_route: decode rtmsg netlink attributes
2017-08-16 Dmitry V. Levinnlattr: fix printing of unrecognized attribute data
2017-07-19 Dmitry V. LevinMove family-specific NETLINK_SOCK_DIAG parsers to separ...
2017-07-19 Dmitry V. LevinAdjust prototypes of netlink parsing functions
2017-07-07 JingPiao Chennetlink: print unrecognized nlattr in hex
2017-07-07 JingPiao Chennetlink: print unrecognized attribute data in hex
2017-06-30 Dmitry V. Levinnlattr: add const qualifiers to auto variables and...
2017-06-30 JingPiao Chennetlink: introduce nla_decoder_t to parse netlink attri...
2017-06-21 JingPiao Chennetlink: introduce a basic netlink attributes parser