summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-10net: hns3: modify some unmacthed types print parameterJiaran Zhang1-1/+1
2021-02-07net: hns3: RSS indirection table use device specificationGuangbin Huang1-4/+2
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen1-0/+86
2020-12-02net: hns3: add support for RX completion checksumHuazhong Tan1-0/+1
2020-11-17net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesceHuazhong Tan1-4/+4
2020-11-17net: hns3: add support for 1us unit GL configurationHuazhong Tan1-0/+6
2020-11-17net: hns3: add support for querying maximum value of GLHuazhong Tan1-6/+8
2020-11-17net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan1-1/+42
2020-09-29net: hns3: remove unused code in hns3_self_test()Guojia Liao1-7/+2
2020-09-27net: hns3: use capabilities queried from firmwareGuangbin Huang1-2/+2
2020-09-27net: hns3: use capability flag to indicate FECGuangbin Huang1-2/+4
2020-09-27net: hns3: delete redundant PCI revision judgementGuangbin Huang1-3/+0
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang1-6/+15
2020-09-18net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin1-1/+1
2020-09-18net: hns3: optimize the tx clean processYunsheng Lin1-2/+0
2020-09-18net: hns3: batch tx doorbell operationYunsheng Lin1-1/+1
2020-07-06net: hns3: fix use-after-free when doing self testYonglong Liu1-3/+6
2020-05-11net: hns3: disable auto-negotiation off with 1000M setting in ethtoolYufeng Mo1-1/+6
2020-04-29net: hns3: adds support for reading module eeprom infoYonglong Liu1-0/+75
2020-04-26net: hns3: refactor the promisc mode settingJian Shen1-1/+1
2020-04-21net/hns: Remove custom driver version in favour of global oneLeon Romanovsky1-4/+0
2020-03-12net: hns3: reject unsupported coalescing paramsJakub Kicinski1-0/+7
2020-02-20net: hns3: modify an unsuitable print when setting unknown duplex to fibreGuangbin Huang1-1/+1
2020-01-21net: hns3: replace snprintf with scnprintf in hns3_update_stringsChen Zhou1-3/+2
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+0
2019-11-17net: hns3: cleanup of stray struct hns3_link_mode_mappingSalil Mehta1-5/+0
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-6/+6
2019-10-21net: hns3: remove struct hns3_nic_ring_data in hns3_enet moduleYunsheng Lin1-17/+16
2019-09-11net: hns3: fix port setting handle for fibre portGuangbin Huang1-0/+15
2019-09-11net: hns3: add ethtool_ops.set_channels support for HNS3 VF driverGuangbin Huang1-0/+1
2019-09-06net: hns3: fix double free bug when setting ringparamHuazhong Tan1-1/+3
2019-08-30net: hns3: not allow SSU loopback while execute ethtool -t devYufeng Mo1-2/+7
2019-08-30net: hns3: add phy selftest functionYufeng Mo1-1/+6
2019-08-18net: hns3: fix error and incorrect formatGuojia Liao1-1/+1
2019-08-18net: hns3: modify redundant initialization of variableGuojia Liao1-1/+1
2019-08-18net: hns3: add or modify commentsGuojia Liao1-1/+1
2019-08-09net: hns3: add some statitics info to tx processYunsheng Lin1-0/+4
2019-08-01net: hns3: refine for set ring parametersJian Shen1-26/+62
2019-07-29net: hns3: add debug messages to identify eth down causeYonglong Liu1-0/+19
2019-07-29net: hns3: modify firmware version display formatYufeng Mo1-2/+13
2019-06-28net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin1-1/+0
2019-06-26net: hns3: fix selftest fail issue for fibre port with autoneg onJian Shen1-0/+10
2019-06-15net: hns3: fix for skb leak when doing selftestYunsheng Lin1-2/+4
2019-06-09net: hns3: fix some coding style issuesWeihang Li1-0/+6
2019-06-09net: hns3: some modifications to simplify and optimize codeYufeng Mo1-19/+13
2019-06-09net: hns3: use macros instead of magic numbersYufeng Mo1-2/+3
2019-05-07net: hns3: add counter for times RX pages gets allocatedYunsheng Lin1-0/+1
2019-05-07net: hns3: unify maybe_stop_tx for TSO and non-TSO caseYunsheng Lin1-0/+1
2019-05-04net: hns3: add support for FEC encoding controlJian Shen1-0/+77
2019-05-04net: hns3: add autoneg and change speed support for fibre portJian Shen1-6/+84