aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net: hinic: remove unused macroZhengchao Shao1-1/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-15hinic: use ARRAY_SIZE instead of ARRAY_LENGuo Zhengkui1-17/+15
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-6/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-05-13net: hinic: remove unnecessary blank lineGuangbin Huang1-1/+0
2021-03-24hinic: avoid gcc -Wrestrict warningArnd Bergmann1-15/+10
2021-03-19net: hinic: convert strlcpy to strscpyDaode Huang1-2/+2
2020-09-18hinic: fix sending pkts from core while self testingLuo bin1-0/+4
2020-07-28hinic: add support to handle hw abnormal eventLuo bin1-0/+20
2020-06-30hinic: remove unused but set variableLuo bin1-18/+0
2020-06-28hinic: add support to get eeprom informationLuo bin1-0/+69
2020-06-28hinic: add support to identify physical deviceLuo bin1-0/+34
2020-06-28hinic: add self test supportLuo bin1-0/+177
2020-06-28hinic: add support to set and get irq coalesceLuo bin1-0/+234
2020-06-28hinic: add support to set and get pause paramsLuo bin1-1/+85
2020-06-02hinic: add set_channels ethtool_ops supportLuo bin1-8/+32
2020-05-14hinic: add set_ringparam ethtool_ops supportLuo bin1-4/+74
2020-05-11hinic: add link_ksettings ethtool_ops supportLuo bin1-8/+412
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-4/+4
2019-07-07hinic: add fw version queryXue Chaojing1-0/+8
2019-07-02hinic: remove standard netdev statsXue Chaojing1-46/+1
2019-06-24hinic: implement the statistical interface of ethtoolXue Chaojing1-0/+341
2019-06-18hinic: add support for rss parameters with ethtoolXue Chaojing1-0/+295
2019-06-18hinic: move ethtool code into hinic_ethtoolXue Chaojing1-0/+163