summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: remove unnecessary (void*) conversions.Wu Yunchuan2023-07-181-1/+1
* net: hns3: clear hns unused parameter alarmPeiyang Wang2023-06-231-4/+3
* net: hns3: support wake on lan configuration and queryHao Lan2023-03-291-0/+27
* net: hns3: use strscpy() to instead of strncpy()Xu Panda2022-12-121-4/+2
* net: hns3: add support for external loopback testYonglong Liu2022-09-211-17/+44
* net: hns3: add support to query and set lane number by ethtoolHao Chen2022-09-071-6/+13
* net: hns3: add querying fec statisticsHao Lan2022-09-071-0/+14
* net: hns3: net: hns3: add querying and setting fec off mode from firmwareGuangbin Huang2022-08-311-6/+5
* net: hns3: add querying and setting fec llrs mode from firmwareHao Lan2022-08-311-0/+4
* net: hns3: modify the ring param print infoJie Wang2022-06-131-1/+1
* net: hns3: fix access null pointer issue when set tx-buf-size as 0Hao Chen2022-05-091-2/+5
* net: hns3: Fix spelling mistake "actvie" -> "active"Colin Ian King2022-04-221-1/+1
* net: hns3: remove unnecessary line wrap for hns3_set_tunableHao Chen2022-04-201-6/+3
* net: hns3: add log for setting tx spare buf sizeHao Chen2022-04-201-0/+6
* net: hns3: refactor hns3_set_ringparam()Hao Chen2022-04-201-22/+43
* net: hns3: add ethtool parameter check for CQE/EQE modeYufeng Mo2022-04-201-3/+25
* net: hns3: add tx push support in hns3 ring param processJie Wang2022-04-151-1/+32
* net: hns3: add NULL pointer check for hns3_set/get_ringparam()Hao Chen2022-03-261-3/+9
* net: hns3: add netdev reset check for hns3_set_tunable()Hao Chen2022-03-261-3/+5
* net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen2022-03-261-1/+2
* net: hns3: add support for TX push modeYufeng Mo2022-02-071-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-0/+4
|\
| * net: hns3: fix incorrect components info of ethtool --reset commandJie Wang2021-11-261-0/+4
* | net: hns3: add support to set/get rx buf len via ethtool for hns3 driverHao Chen2021-11-221-8/+44
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* | net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 ...Hao Chen2021-11-221-0/+56
|/
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-2/+4
|\
| * net: hisilicon: fix hsn3_ethtool kernel-doc warningsRandy Dunlap2021-11-071-2/+4
* | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\ \ | |/ |/|
| * net: hns3: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-121-1/+1
* | net: hns3: fix always enable rx vlan filter problem after selftestGuangbin Huang2021-09-291-2/+4
|/
* net: hns3: reconstruct function hns3_self_testPeng Li2021-08-301-37/+64
* net: hns3: add ethtool support for CQE/EQE mode configurationYufeng Mo2021-08-241-1/+17
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net: hns3: add support ethtool extended link stateGuangbin Huang2021-08-161-0/+66
* net: hns3: add header file hns3_ethtoo.hGuangbin Huang2021-08-161-15/+1
* net: hns3: add support for triggering reset by ethtoolYufeng Mo2021-08-111-0/+56
* net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin2021-06-161-0/+12
* net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin2021-06-161-0/+3
* net: hns3: use tx bounce buffer for small packetsYunsheng Lin2021-06-161-0/+51
* net: hns3: add support for PTPHuazhong Tan2021-06-111-0/+12
* net: hns3: add support for modify VLAN filter stateJian Shen2021-05-311-6/+2
* net: hns3: fix user's coalesce configuration lost issueHuazhong Tan2021-05-181-41/+23
* net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin2021-03-291-0/+2
* net: hns3: fix prototype warningHuazhong Tan2021-03-261-1/+1
* net: hns3: add support for imp-controlled PHYsGuangbin Huang2021-03-131-1/+8
* net: hns3: use pause capability queried from firmwareYufeng Mo2021-03-111-0/+8
* net: hns3: modify some unmacthed types print parameterJiaran Zhang2021-02-091-1/+1
* net: hns3: RSS indirection table use device specificationGuangbin Huang2021-02-061-4/+2
* net: hns3: add priv flags support to switch limit promisc modeJian Shen2020-12-081-0/+86