aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-14net: 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
2019-05-04net: hns3: add support for multiple media typeJian Shen1-2/+11
2019-04-19net: hns3: Add support for netif message level settingsYonglong Liu1-0/+18
2019-04-04net: hns3: check resetting status in hns3_get_stats()Huazhong Tan1-0/+5
2019-04-04net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettingsPeng Li1-0/+4
2019-02-24net: hns3: add support to config depth for tx|rx ring separatelyPeng Li1-25/+29
2019-02-21net: hns3: fix port info query issue for copper portJian Shen1-5/+4
2019-01-30net: hns3: use the correct interface to stop|open portPeng Li1-2/+2
2019-01-30net: hns3: fix VF dump register issueJian Shen1-0/+2
2019-01-26net: hns3: fix return value handle issue for hclge_set_loopback()Jian Shen1-4/+4
2019-01-23net: hns3: add rx multicast packets statisticJian Shen1-0/+1
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-11-07net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resettingHuazhong Tan1-0/+19
2018-10-12net: hns3: Resume promisc mode and vlan filter status after loopback testJian Shen1-1/+9
2018-10-10net: hns3: Add RSS tuples support for VFJian Shen1-0/+1
2018-10-10net: hns3: Add new RSS hash algorithm support for PFJian Shen1-4/+5
2018-10-01net: hns3: Add support for rule query of flow directorJian Shen1-6/+19
2018-10-01net: hns3: Add support for rule add/delete for flow directorJian Shen1-2/+12
2018-09-29hns3: Fix the build.David S. Miller1-1/+1
2018-09-28net: hns3: Add serdes parallel inner loopback supportFuyun Liang1-5/+11
2018-09-28net: hns3: Rename mac loopback to app loopbackFuyun Liang1-4/+4
2018-09-28net: hns3: Rename loop modeFuyun Liang1-6/+6
2018-09-21net: hns3: Fix speed/duplex information loss problem when executing ethtool ethx cmd of VFFuyun Liang1-27/+39
2018-09-21net: hns3: Add handle for default caseJian Shen1-2/+5