]> granicus.if.org Git - strace/history - rtnl_link.c
tests: fix format warnings on x32
[strace] / rtnl_link.c
2019-07-24 Eugene SyromyatnikovAdd xlat description structure
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-26 Eugene Syromyatnikovxlat: add IFLA_BR_VLAN_STATS_PER_PORT to rtnl_ifla_info...
2018-12-23 Dmitry V. Levinrtnl_link: fix off-by-one errors in indexed and sorted...
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-09-01 Eugene Syromyatnikovnlattr: provide common AF_INET{,6} address decoders
2018-08-27 Eugene Syromyatnikovrtnl_link: add IFLA_MIN_MTU and IFLA_MAX_MTU attributes
2018-08-27 Eugene Syromyatnikovrtnl_link: add IFLA_BRPORT_BACKUP_PORT attribute
2018-08-27 Eugene Syromyatnikovrtnl_link: decode named constants for IFLA_XDP_ATTACHED...
2018-08-27 Eugene Syromyatnikovrtnl_link: add new IFLA_XDP_* attributes
2018-08-04 Dmitry V. Levinrtnl_link: decode new IFLA_BRPORT_* attributes
2018-06-11 Eugene Syromyatnikovrtnl_link: decode struct ifla_bridge_id unconditionally
2018-06-11 Eugene Syromyatnikovrtnl_link: use ARRSZ_PAIR where appropriate
2018-06-11 Eugene Syromyatnikovrtnl_link: fix incorrect variable names in ARRAY_SIZE...
2018-06-06 Eugene Syromyatnikovrtnl_link: implement IFLA_INFO_DATA for tun devices
2018-06-06 Eugene Syromyatnikovrtnl_link: implement IFLA_INFO_DATA for bridges
2018-06-06 Eugene Syromyatnikovrtnl_link: implement IFLA_INFO_XSTATS decoding
2018-06-06 Eugene Syromyatnikovrtnl_link: add basic IFLA_INFO_* handling
2018-06-06 Eugene Syromyatnikovrtnl_link: decode IFLA_AF_SPEC
2018-06-04 Eugene SyromyatnikovPrint arp_hardware_types as a sorted xlat
2018-05-15 Eugene SyromyatnikovAdd a common MAC address printing routine
2018-05-08 Eugene Syromyatnikovrtnl_link: print IFLA_NEW_IFINDEX using decode_nla_ifindex
2018-02-27 Eugene Syromyatnikovrtnl_link: add decoding of new IFLA_* attributes
2018-02-27 Eugene Syromyatnikovrtnl_link: implement IFLA_EVENT_* decoding
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-23 Eugene SyromyatnikovUse char * for pointer arithmetics
2017-11-15 Dmitry V. Levinnetlink: print descriptor attributes using printfd
2017-09-03 JingPiao Chenrtnl_link: decode more ifinfomsg netlink attributes
2017-09-01 Dmitry V. Levinrtnl_link: enhance decoding of struct rtnl_link_stats...
2017-09-01 JingPiao Chenrtnl_link: decode IFLA_PROTINFO netlink attribute of...
2017-08-28 JingPiao Chenrtnl_link: decode ifinfomsg netlink attributes
2017-08-15 JingPiao Chennetlink: add basic decoding of NETLINK_ROUTE ifinfomsg...
2017-08-09 Dmitry V. Levinrtnl_link: include "netlink.h" before <linux/rtnetlink.h>
2017-08-09 JingPiao Chennetlink: add a basic rtnetlink parser of link messages