aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-11hns3: add support dump registers for hns3 driverJijie Shao1-0/+3
2023-06-05drop checks for macros provided in UAPI header copiesMichal Kubecek1-6/+0
2023-05-31drop check for big endian typesMichal Kubecek1-7/+0
2023-02-01uapi: Bring in if.hFlorian Fainelli1-4/+3
2022-12-16misc: header includes cleanupMichal Kubecek1-1/+1
2022-11-21fsl_enetc: add support for NXP ENETC driverVladimir Oltean1-0/+3
2022-08-06Merge branches 'review/registers-cpsw' and 'review/registers-lan74xx'Michal Kubecek1-0/+3
2022-08-06ethtool: add register dump support for lan743x chiptesRaju Lakkaraju1-0/+3
2022-08-06pretty: Add support for TI CPSW register dumpsBenedikt Spranger1-0/+3
2021-11-08sff-8079: Request specific pages for parsing in netlink pathIdo Schimmel1-1/+1
2021-11-08sff-8636: Request specific pages for parsing in netlink pathIdo Schimmel1-2/+1
2021-11-08sff-8079: Split SFF-8079 parsing functionIdo Schimmel1-1/+2
2021-11-08sff-8636: Rename SFF-8636 parsing functionsIdo Schimmel1-3/+3
2021-07-08ethtool: Refactor human-readable module EEPROM output for new APIVladyslav Tarasiuk1-0/+2
2021-07-08ethtool: Add netlink handler for getmodule (-m)Vladyslav Tarasiuk1-0/+10
2020-10-19add support for stats in subcommandsJakub Kicinski1-0/+1
2020-09-28bnxt: Add Broadcom driver support.Vasundhara Volam1-0/+3
2020-08-27ioctl: make argc counters unsignedMichal Kubecek1-1/+1
2020-08-04rename maybe_unused macro to __maybe_unusedMichal Kubecek1-1/+1
2020-07-19Add IGC driver supportAndre Guedes1-0/+3
2020-07-05Add --json command line argument parsingAndrew Lunn1-0/+4
2020-03-13netlink: use pretty printing for ethtool netlink messagesMichal Kubecek1-0/+1
2020-03-13netlink: netlink socket wrapper and helpersMichal Kubecek1-0/+8
2020-03-13netlink: introduce the netlink interfaceMichal Kubecek1-0/+12
2020-03-13add --debug option to control debugging messagesMichal Kubecek1-0/+6
2020-03-13move UAPI header copies to a separate directoryMichal Kubecek1-2/+2
2019-10-29fix unused parameter warnings in do_version() and show_usage()Maciej Żenczykowski1-0/+2
2019-03-14ethtool: fec: add pretty dumpVivien Didelot1-0/+3
2019-01-18ethtool: dsa: add pretty dumpVivien Didelot1-0/+3
2018-04-16ethtool: Add register dump support for MICROCHIP LAN78xxRaghuram Chary J1-0/+4
2018-03-12ethtool: add support for extra RSS contexts and RSS steering filtersEdward Cree1-2/+2
2016-11-23ethtool: add register dump support for fjes driverTaku Izumi1-0/+2
2016-08-24ethtool:QSFP Plus/QSFP28 Diagnostics Information SupportVidya Sagar Ravipati1-0/+3
2016-06-26ethtool.c: add support for ETHTOOL_xLINKSETTINGS ioctlsDavid Decotigny1-0/+66
2016-03-13internal.h: change to new sane kernel headers on 64-bit archsMaciej Żenczykowski1-0/+6
2016-03-13ethtool-copy.h: sync with net-nextBen Hutchings1-0/+6
2015-10-09Fix return type of test_free() prorotypeBen Hutchings1-1/+1
2015-10-09Fix missing function declarations when building testsBen Hutchings1-2/+3
2015-10-09ethtool: Add vmxnet3 register dump supportShrikrishna Khare1-0/+3
2014-12-14Fix build with musl by using more common typedefsPaul Barker1-6/+7
2014-07-19Ethtool: Add Altera Triple Speed Ethernet SupportVince Bridgers1-0/+4
2013-08-29ethtool: add ixgbevf support for register dumpJacob Keller1-0/+2
2012-12-03Implemented basic optics diagnostics for SFF-8472Aurelien Guillaume1-0/+3
2012-11-08ethtool: Support et131x registers in -dMark Einon1-0/+3
2012-06-02Regularise offload feature settingsBen Hutchings1-0/+18
2012-06-01test: Add test_ioctl() function to support a mock send_ioctl()Ben Hutchings1-0/+10
2012-06-01Add output file parameter to dump_hex() and make it externBen Hutchings1-0/+2
2012-05-23Run tests in-processBen Hutchings1-0/+42
2012-05-23ethtool: Addition of -m option to dump module eepromStuart Hodgson1-0/+3
2012-05-23Add the command to show the time stamping capabilities.Richard Cochran1-0/+1
2012-01-12rxclass: Use RX_CLS_LOC_{ANY,SPECIAL} in place of RX_CLS_LOC_UNSPECBen Hutchings1-2/+0
2011-11-03Replace global devname variable with a field in struct cmd_contextBen Hutchings1-0/+1
2011-11-03Move argument parsing to sub-command functionsBen Hutchings1-1/+3
2011-11-03Add test cases for command-line parsingBen Hutchings1-0/+4
2011-11-01Encapsulate command context in a structureBen Hutchings1-4/+12
2011-11-01Fix type of bit-number parameter to set_bit() and clear_bit()Ben Hutchings1-2/+2
2011-11-01Combine ethtool-{bitops,util}.h into internal.hBen Hutchings1-0/+164