summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-19/+21
* net: hinic: remove unused macroZhengchao Shao2022-09-221-1/+0
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* hinic: use ARRAY_SIZE instead of ARRAY_LENGuo Zhengkui2021-11-151-17/+15
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-6/+4
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net: hinic: remove unnecessary blank lineGuangbin Huang2021-05-131-1/+0
* hinic: avoid gcc -Wrestrict warningArnd Bergmann2021-03-241-15/+10
* net: hinic: convert strlcpy to strscpyDaode Huang2021-03-191-2/+2
* hinic: fix sending pkts from core while self testingLuo bin2020-09-181-0/+4
* hinic: add support to handle hw abnormal eventLuo bin2020-07-281-0/+20
* hinic: remove unused but set variableLuo bin2020-06-301-18/+0
* hinic: add support to get eeprom informationLuo bin2020-06-281-0/+69
* hinic: add support to identify physical deviceLuo bin2020-06-281-0/+34
* hinic: add self test supportLuo bin2020-06-281-0/+177
* hinic: add support to set and get irq coalesceLuo bin2020-06-281-0/+234
* hinic: add support to set and get pause paramsLuo bin2020-06-281-1/+85
* hinic: add set_channels ethtool_ops supportLuo bin2020-06-021-8/+32
* hinic: add set_ringparam ethtool_ops supportLuo bin2020-05-141-4/+74
* hinic: add link_ksettings ethtool_ops supportLuo bin2020-05-111-8/+412
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-4/+4
* hinic: add fw version queryXue Chaojing2019-07-071-0/+8
* hinic: remove standard netdev statsXue Chaojing2019-07-021-46/+1
* hinic: implement the statistical interface of ethtoolXue Chaojing2019-06-241-0/+341
* hinic: add support for rss parameters with ethtoolXue Chaojing2019-06-181-0/+295
* hinic: move ethtool code into hinic_ethtoolXue Chaojing2019-06-181-0/+163