net: fix build with pedantic for L2TPv2 definitions
[dpdk.git] / examples / ethtool / ethtool-app /
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-08 Dmitry Kozlyuknet: rename Ethernet header fields
2021-09-07 Aman Deep Singhnet: add macro to extract MAC address bytes
2021-09-07 Aman Deep Singhnet: add macro for MAC address print
2021-05-05 Jerin Jacobexamples: fix pkg-config override
2021-04-21 Chengwen Fengexamples/ethtool: remove unused parsing
2021-04-21 Chengchang Tangexamples: add eal cleanup to examples
2021-01-30 Bruce Richardsonexamples: warn about broken pkg-config
2020-11-15 David Marchandexamples: restore trace point
2020-11-05 Dmitry Kozlyukcmdline: avoid name clash with Windows system types
2020-10-20 Stephen Hemmingereal: rename lcore master and slave
2020-09-07 Bruce Richardsonexamples/ethtool: convert to pkg-config-based build
2020-04-23 Sunil Kumar Koriethdev: add tracepoints
2020-04-16 Thomas Monjalonreplace unused attributes
2019-10-07 Igor Romanovexamples: check status of getting MAC address
2019-10-07 Ivan Ilchenkoexamples: check status of getting ethdev info
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-03-30 Bruce Richardsonexamples: detect default build directory
2019-03-20 Thomas Monjalonexamples/ethtool: remove query of default config
2019-03-12 Bruce Richardsonmk: use linux and freebsd in config names
2018-10-22 Anatoly Burakovmk: build with _GNU_SOURCE defined by default
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-04-27 Zijie Panexamples/ethtool: add a new command module-eeprom
2018-04-27 Thomas Monjalonethdev: remove experimental flag of ports enumeration
2018-04-17 Thomas Monjalonethdev: deprecate port count function
2018-04-17 Thomas Monjalonfix ethdev ports enumeration
2018-01-31 Kevin Laatzexamples: increase default ring sizes to 1024
2018-01-16 Shahaf Shulerexamples/ethtool: convert to new ethdev offloads API
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-07-08 Roman Zhukovexamples: adjust Rx and Tx descriptors to device limits
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-05-01 Markos Chandrasexamples/ethtool: fix link with ixgbe shared lib
2017-04-21 Qi Zhangexamples/ethtool: disable promiscuous mode by default
2017-02-09 Qiming Yangexamples/ethtool: display bus information
2017-01-17 Qiming Yangexamples/ethtool: display firmware version
2016-12-20 Qiming Yangexamples/ethtool: fix driver information
2016-04-20 Thomas Monjalonethdev: remove deprecated statistics
2016-02-16 Thomas Monjalonexamples/ethtool: fix build
2015-12-10 Remy Hortonexamples/ethtool: fix uninitialised variable
2015-12-09 Stephen Hemmingerexamples/ethtool: remove dead code
2015-12-08 Remy Hortonexamples/ethtool: add user-space ethtool sample application