summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
AgeCommit message (Expand)Author
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-09-07net: hns3: fix the port information display when sfp is absentYisen Zhuang
2023-07-18net: hns3: remove unnecessary (void*) conversions.Wu Yunchuan
2023-06-23net: hns3: clear hns unused parameter alarmPeiyang Wang
2023-03-29net: hns3: support wake on lan configuration and queryHao Lan
2022-12-12net: hns3: use strscpy() to instead of strncpy()Xu Panda
2022-09-21net: hns3: add support for external loopback testYonglong Liu
2022-09-07net: hns3: add support to query and set lane number by ethtoolHao Chen
2022-09-07net: hns3: add querying fec statisticsHao Lan
2022-08-31net: hns3: net: hns3: add querying and setting fec off mode from firmwareGuangbin Huang
2022-08-31net: hns3: add querying and setting fec llrs mode from firmwareHao Lan
2022-06-13net: hns3: modify the ring param print infoJie Wang
2022-05-09net: hns3: fix access null pointer issue when set tx-buf-size as 0Hao Chen
2022-04-22net: hns3: Fix spelling mistake "actvie" -> "active"Colin Ian King
2022-04-20net: hns3: remove unnecessary line wrap for hns3_set_tunableHao Chen
2022-04-20net: hns3: add log for setting tx spare buf sizeHao Chen
2022-04-20net: hns3: refactor hns3_set_ringparam()Hao Chen
2022-04-20net: hns3: add ethtool parameter check for CQE/EQE modeYufeng Mo
2022-04-15net: hns3: add tx push support in hns3 ring param processJie Wang
2022-03-26net: hns3: add NULL pointer check for hns3_set/get_ringparam()Hao Chen
2022-03-26net: hns3: add netdev reset check for hns3_set_tunable()Hao Chen
2022-03-26net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen
2022-02-07net: hns3: add support for TX push modeYufeng Mo
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-26net: hns3: fix incorrect components info of ethtool --reset commandJie Wang
2021-11-22net: hns3: add support to set/get rx buf len via ethtool for hns3 driverHao Chen
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-22net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 ...Hao Chen
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-07net: hisilicon: fix hsn3_ethtool kernel-doc warningsRandy Dunlap
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-12net: hns3: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König
2021-09-29net: hns3: fix always enable rx vlan filter problem after selftestGuangbin Huang
2021-08-30net: hns3: reconstruct function hns3_self_testPeng Li
2021-08-24net: hns3: add ethtool support for CQE/EQE mode configurationYufeng Mo
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-16net: hns3: add support ethtool extended link stateGuangbin Huang
2021-08-16net: hns3: add header file hns3_ethtoo.hGuangbin Huang
2021-08-11net: hns3: add support for triggering reset by ethtoolYufeng Mo
2021-06-16net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin
2021-06-16net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin
2021-06-16net: hns3: use tx bounce buffer for small packetsYunsheng Lin
2021-06-11net: hns3: add support for PTPHuazhong Tan
2021-05-31net: hns3: add support for modify VLAN filter stateJian Shen
2021-05-18net: hns3: fix user's coalesce configuration lost issueHuazhong Tan
2021-03-29net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin
2021-03-26net: hns3: fix prototype warningHuazhong Tan
2021-03-13net: hns3: add support for imp-controlled PHYsGuangbin Huang
2021-03-11net: hns3: use pause capability queried from firmwareYufeng Mo
2021-02-09net: hns3: modify some unmacthed types print parameterJiaran Zhang