aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30net: hns3: reconstruct function hns3_self_testPeng Li1-37/+64
2021-08-24net: hns3: add ethtool support for CQE/EQE mode configurationYufeng Mo1-1/+17
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-16net: hns3: add support ethtool extended link stateGuangbin Huang1-0/+66
2021-08-16net: hns3: add header file hns3_ethtoo.hGuangbin Huang1-15/+1
2021-08-11net: hns3: add support for triggering reset by ethtoolYufeng Mo1-0/+56
2021-06-16net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin1-0/+12
2021-06-16net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin1-0/+3
2021-06-16net: hns3: use tx bounce buffer for small packetsYunsheng Lin1-0/+51
2021-06-11net: hns3: add support for PTPHuazhong Tan1-0/+12
2021-05-31net: hns3: add support for modify VLAN filter stateJian Shen1-6/+2
2021-05-18net: hns3: fix user's coalesce configuration lost issueHuazhong Tan1-41/+23
2021-03-29net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin1-0/+2
2021-03-26net: hns3: fix prototype warningHuazhong Tan1-1/+1
2021-03-13net: hns3: add support for imp-controlled PHYsGuangbin Huang1-1/+8
2021-03-11net: hns3: use pause capability queried from firmwareYufeng Mo1-0/+8
2021-02-09net: hns3: modify some unmacthed types print parameterJiaran Zhang1-1/+1
2021-02-06net: 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-01net: 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-17net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin1-1/+1
2020-09-17net: hns3: optimize the tx clean processYunsheng Lin1-2/+0
2020-09-17net: 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-10net: 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-25net: 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-19net: 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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+0
2019-11-16net: 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-29net: hns3: not allow SSU loopback while execute ethtool -t devYufeng Mo1-2/+7
2019-08-29net: hns3: add phy selftest functionYufeng Mo1-1/+6
2019-08-18net: hns3: fix error and incorrect formatGuojia Liao1-1/+1