summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix race condition in debugfsYufeng Mo2021-12-122-6/+16
* net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang2021-12-121-1/+2
* net: hns3: fix incorrect components info of ethtool --reset commandJie Wang2021-11-261-0/+4
* net: hns3: fix one incorrect value of page pool info when queried by debugfsHao Chen2021-11-261-1/+2
* net: hns3: add check NULL address for page poolHao Chen2021-11-261-0/+5
* net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang2021-11-261-2/+2
* ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi2021-11-181-0/+4
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-1113-134/+151
|\
| * 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 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
* | 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: make use of eth_hw_addr_random() where appropriateJakub Kicinski2021-10-141-1/+1
* | | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-1411-12/+13
* | | 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