aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21net: hns3: add support for external loopback testYonglong Liu1-17/+44
2022-09-07net: hns3: add support to query and set lane number by ethtoolHao Chen1-6/+13
2022-09-07net: hns3: add querying fec statisticsHao Lan1-0/+14
2022-08-31net: hns3: net: hns3: add querying and setting fec off mode from firmwareGuangbin Huang1-6/+5
2022-08-31net: hns3: add querying and setting fec llrs mode from firmwareHao Lan1-0/+4
2022-06-13net: hns3: modify the ring param print infoJie Wang1-1/+1
2022-05-09net: hns3: fix access null pointer issue when set tx-buf-size as 0Hao Chen1-2/+5
2022-04-22net: hns3: Fix spelling mistake "actvie" -> "active"Colin Ian King1-1/+1
2022-04-20net: hns3: remove unnecessary line wrap for hns3_set_tunableHao Chen1-6/+3
2022-04-20net: hns3: add log for setting tx spare buf sizeHao Chen1-0/+6
2022-04-20net: hns3: refactor hns3_set_ringparam()Hao Chen1-22/+43
2022-04-20net: hns3: add ethtool parameter check for CQE/EQE modeYufeng Mo1-3/+25
2022-04-15net: hns3: add tx push support in hns3 ring param processJie Wang1-1/+32
2022-03-26net: hns3: add NULL pointer check for hns3_set/get_ringparam()Hao Chen1-3/+9
2022-03-26net: hns3: add netdev reset check for hns3_set_tunable()Hao Chen1-3/+5
2022-03-26net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen1-1/+2
2022-02-07net: hns3: add support for TX push modeYufeng Mo1-0/+2
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-11-26net: hns3: fix incorrect components info of ethtool --reset commandJie Wang1-0/+4
2021-11-22net: hns3: add support to set/get rx buf len via ethtool for hns3 driverHao Chen1-8/+44
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-22net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 driverHao Chen1-0/+56
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+4
2021-11-07net: hisilicon: fix hsn3_ethtool kernel-doc warningsRandy Dunlap1-2/+4
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2021-10-12net: hns3: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+1
2021-09-29net: hns3: fix always enable rx vlan filter problem after selftestGuangbin Huang1-2/+4
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