aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2-3/+11
2021-11-22net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 driverHao Chen3-2/+60
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-11-18ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port()Teng Qi1-0/+4
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-1/+1
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds13-134/+151
2021-11-10net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang2-9/+2
2021-11-10net: hns3: remove check VF uc mac exist when set by PFGuangbin Huang1-36/+0
2021-11-10net: hns3: fix some mac statistics is always 0 in device version V2Guangbin Huang2-1/+11
2021-11-10net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo2-0/+7
2021-11-10net: hns3: sync rx ring head in echo common pullYufeng Mo5-0/+50
2021-11-10net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang5-50/+48
2021-11-10net: hns3: fix ROCE base interrupt vector initialization bugJie Wang4-13/+2
2021-11-10net: hns3: fix failed to add reuse multicast mac addr to hardware when mc mac table is fullGuangbin Huang1-23/+27
2021-11-07net: hisilicon: fix hsn3_ethtool kernel-doc warningsRandy Dunlap1-2/+4
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-55/+33
2021-10-28Revert "net: hns3: fix pause config problem after autoneg disabled"Guangbin Huang5-57/+10
2021-10-27net: hns3: adjust string spaces of some parameters of tx bd info in debugfsGuangbin Huang1-3/+3
2021-10-27net: hns3: expand buffer len for some debugfs commandGuangbin Huang1-3/+3
2021-10-27net: hns3: add more string spaces for dumping packets number of queue info in debugfsJie Wang1-2/+2
2021-10-27net: hns3: fix data endian problem of some functions of debugfsJie Wang1-16/+14
2021-10-27net: hns3: ignore reset event before initialization process is doneGuangbin Huang3-0/+5
2021-10-27net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo3-31/+6
2021-10-27net: hns3: fix pause config problem after autoneg disabledGuangbin Huang5-10/+57
2021-10-25net: hns3: add error recovery module and type for himacJiaran Zhang2-0/+12
2021-10-25net: hns3: add new ras error type for roceWeihang Li2-1/+5
2021-10-25net: hns3: add update ethtool advertised link modes for FIBRE port when autoneg offGuangbin Huang1-1/+77
2021-10-25net: hns3: modify functions of converting speed ability to ethtool link modeGuangbin Huang1-33/+37
2021-10-25net: hns3: add support pause/pfc durations for mac statisticsGuangbin Huang4-92/+182
2021-10-25net: hns3: device specifications add number of mac statisticsGuangbin Huang3-11/+26
2021-10-25net: hns3: modify mac statistics update process for compatibilityGuangbin Huang2-47/+48
2021-10-25net: hns3: add debugfs support for interrupt coalesceHuazhong Tan3-1/+122
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-23/+68
2021-10-20net: hns3: disable sriov before unload hclge layerPeng Li3-0/+23
2021-10-20net: hns3: fix vf reset workqueue cannot exitYufeng Mo1-3/+3
2021-10-20net: hns3: schedule the polling again when allocation failsYunsheng Lin1-10/+12
2021-10-20net: hns3: fix for miscalculation of rx unused descYunsheng Lin2-0/+9
2021-10-20net: hns3: fix the max tx size according to user manualYunsheng Lin2-9/+4
2021-10-20net: hns3: add limit ets dwrr bandwidth cannot be 0Guangbin Huang1-0/+9
2021-10-20net: hns3: reset DWRR of unused tc to zeroGuangbin Huang1-0/+2
2021-10-20net: hns3: Add configuration of TM QCN error eventJiaran Zhang2-1/+6
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski1-1/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski11-12/+13
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky2-6/+0
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2-0/+2
2021-10-12net: hns3: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+1
2021-10-12net: hns3: debugfs add support dumping page pool infoHao Chen2-0/+75
2021-10-12net: hns: Prefer struct_size over open coded arithmeticLen Baker3-5/+4