summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26net: hns3: mark unexcuted loopback test result as UNEXECUTEDJian Shen1-2/+17
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-9/+14
2023-09-07net: hns3: fix the port information display when sfp is absentYisen Zhuang1-1/+3
2023-07-19net: hns3: remove unnecessary (void*) conversions.Wu Yunchuan1-1/+1
2023-06-23net: hns3: clear hns unused parameter alarmPeiyang Wang1-4/+3
2023-03-29net: hns3: support wake on lan configuration and queryHao Lan1-0/+27
2022-12-13net: hns3: use strscpy() to instead of strncpy()Xu Panda1-4/+2
2022-09-22net: 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-23net: 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-27Merge 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 ...Hao Chen1-0/+56
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+4
2021-11-07net: hisilicon: fix hsn3_ethtool kernel-doc warningsRandy Dunlap1-2/+4
2021-11-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-10-13net: 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-17net: hns3: add support ethtool extended link stateGuangbin Huang1-0/+66
2021-08-17net: hns3: add header file hns3_ethtoo.hGuangbin Huang1-15/+1
2021-08-12net: 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-06-01net: 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-27net: hns3: fix prototype warningHuazhong Tan1-1/+1
2021-03-14net: hns3: add support for imp-controlled PHYsGuangbin Huang1-1/+8
2021-03-12net: hns3: use pause capability queried from firmwareYufeng Mo1-0/+8