summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang2021-11-102-9/+2
* net: hns3: remove check VF uc mac exist when set by PFGuangbin Huang2021-11-101-36/+0
* net: hns3: fix some mac statistics is always 0 in device version V2Guangbin Huang2021-11-102-1/+11
* net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo2021-11-102-0/+7
* net: hns3: sync rx ring head in echo common pullYufeng Mo2021-11-105-0/+50
* net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang2021-11-105-50/+48
* net: hns3: fix ROCE base interrupt vector initialization bugJie Wang2021-11-104-13/+2
* net: hns3: fix failed to add reuse multicast mac addr to hardware when mc mac...Guangbin Huang2021-11-101-23/+27
* net: hisilicon: fix hsn3_ethtool kernel-doc warningsRandy Dunlap2021-11-071-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-286-55/+33
|\
| * Revert "net: hns3: fix pause config problem after autoneg disabled"Guangbin Huang2021-10-285-57/+10
| * net: hns3: adjust string spaces of some parameters of tx bd info in debugfsGuangbin Huang2021-10-271-3/+3
| * net: hns3: expand buffer len for some debugfs commandGuangbin Huang2021-10-271-3/+3
| * net: hns3: add more string spaces for dumping packets number of queue info in...Jie Wang2021-10-271-2/+2
| * net: hns3: fix data endian problem of some functions of debugfsJie Wang2021-10-271-16/+14
| * net: hns3: ignore reset event before initialization process is doneGuangbin Huang2021-10-273-0/+5
| * net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo2021-10-273-31/+6
| * net: hns3: fix pause config problem after autoneg disabledGuangbin Huang2021-10-275-10/+57
* | net: hns3: add error recovery module and type for himacJiaran Zhang2021-10-252-0/+12
* | net: hns3: add new ras error type for roceWeihang Li2021-10-252-1/+5
* | net: hns3: add update ethtool advertised link modes for FIBRE port when auton...Guangbin Huang2021-10-251-1/+77
* | net: hns3: modify functions of converting speed ability to ethtool link modeGuangbin Huang2021-10-251-33/+37
* | net: hns3: add support pause/pfc durations for mac statisticsGuangbin Huang2021-10-254-92/+182
* | net: hns3: device specifications add number of mac statisticsGuangbin Huang2021-10-253-11/+26
* | net: hns3: modify mac statistics update process for compatibilityGuangbin Huang2021-10-252-47/+48
* | net: hns3: add debugfs support for interrupt coalesceHuazhong Tan2021-10-253-1/+122
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-2210-23/+68
|\|
| * net: hns3: disable sriov before unload hclge layerPeng Li2021-10-203-0/+23
| * net: hns3: fix vf reset workqueue cannot exitYufeng Mo2021-10-201-3/+3
| * net: hns3: schedule the polling again when allocation failsYunsheng Lin2021-10-201-10/+12
| * net: hns3: fix for miscalculation of rx unused descYunsheng Lin2021-10-202-0/+9
| * net: hns3: fix the max tx size according to user manualYunsheng Lin2021-10-202-9/+4
| * net: hns3: add limit ets dwrr bandwidth cannot be 0Guangbin Huang2021-10-201-0/+9
| * net: hns3: reset DWRR of unused tc to zeroGuangbin Huang2021-10-201-0/+2
| * net: hns3: Add configuration of TM QCN error eventJiaran Zhang2021-10-202-1/+6
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-143-3/+3
* | devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-122-6/+0
* | devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-122-0/+2
* | net: hns3: debugfs add support dumping page pool infoHao Chen2021-10-122-0/+75
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-308-77/+84
|\|
| * net: hns3: disable firmware compatible features when uninstall PFGuangbin Huang2021-09-291-8/+13
| * net: hns3: fix always enable rx vlan filter problem after selftestGuangbin Huang2021-09-291-2/+4
| * net: hns3: PF enable promisc for VF when mac table is overflowGuangbin Huang2021-09-291-2/+6
| * net: hns3: fix show wrong state when add existing uc mac addressJian Shen2021-09-291-10/+9
| * net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLEJian Shen2021-09-292-28/+10
| * net: hns3: don't rollback when destroy mqprio failJian Shen2021-09-291-6/+11
| * net: hns3: remove tc enable checkingJian Shen2021-09-294-17/+2
| * net: hns3: do not allow call hns3_nic_net_open repeatedlyJian Shen2021-09-291-0/+5
| * net: hns3: fix hclge_dbg_dump_tm_pg() stack usageArnd Bergmann2021-09-281-4/+24