aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu2020-10-261-1/+1
* net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter2020-10-261-1/+1
* net: hns3: dump tqp enable status in debugfsGuangbin Huang2020-09-293-2/+25
* net: hns3: debugfs add new command to query device specificationsGuangbin Huang2020-09-291-0/+28
* net: hns3: remove unused code in hns3_self_test()Guojia Liao2020-09-291-7/+2
* net: hns3: Add RoCE VF reset supportHuazhong Tan2020-09-292-0/+51
* net: hns3: add UDP segmentation offload supportHuazhong Tan2020-09-291-3/+17
* net: hns3: rename trace event hns3_over_8bdHuazhong Tan2020-09-292-3/+3
* net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUMHuazhong Tan2020-09-292-22/+31
* net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc()Huazhong Tan2020-09-272-44/+49
* net: hns3: add a check for device specifications queried from firmwareGuangbin Huang2020-09-272-0/+28
* net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang2020-09-275-13/+29
* net: hns3: add support to query device specificationsGuangbin Huang2020-09-275-1/+167
* net: hns3: add debugfs to dump device capabilitiesGuangbin Huang2020-09-271-0/+24
* net: hns3: use capabilities queried from firmwareGuangbin Huang2020-09-276-19/+145
* net: hns3: use capability flag to indicate FECGuangbin Huang2020-09-274-4/+11
* net: hns3: add support to query device capabilityGuangbin Huang2020-09-275-18/+29
* net: hns3: delete redundant PCI revision judgementGuangbin Huang2020-09-272-5/+1
* net: hns3: add device version to replace pci revisionGuangbin Huang2020-09-2710-69/+100
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-2510-110/+125
* drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg2020-09-251-0/+1
* net: hns3: rename macro of pci device id of vfGuangbin Huang2020-09-243-8/+9
* net: hns3: add support for 200G deviceGuangbin Huang2020-09-245-11/+55
* net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo2020-09-242-0/+13
* net: hns3: add a hardware error detect typeYufeng Mo2020-09-243-0/+5
* net: hns3: remove unnecessary variable initializationYufeng Mo2020-09-246-9/+9
* net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo2020-09-241-10/+5
* net: hns3: Constify static structsRikard Falkeborn2020-09-232-18/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-222-22/+22
|\
| * net: hns: kerneldoc fixesLu Wei2020-09-181-2/+2
| * net: hns: kerneldoc fixesLu Wei2020-09-161-20/+20
* | net: hns3: simplify the return expression of hclgevf_client_start()Qinglang Miao2020-09-211-7/+1
* | net: hns3: Supply missing hclge_dcb.h include fileWang Hai2020-09-181-0/+1
* | net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin2020-09-173-15/+16
* | net: hns3: use writel() to optimize the barrier operationYunsheng Lin2020-09-172-8/+3
* | net: hns3: optimize the rx clean processYunsheng Lin2020-09-171-30/+31
* | net: hns3: optimize the tx clean processYunsheng Lin2020-09-173-45/+33
* | net: hns3: batch tx doorbell operationYunsheng Lin2020-09-173-12/+39
* | net: hns3: batch the page reference count updatesYunsheng Lin2020-09-172-8/+25
* | net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song2020-09-111-1/+2
* | net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai2020-09-101-2/+1
* | net: hns: Fix some kernel-doc warnings in hns_dsaf_xgmac.cWang Hai2020-09-101-2/+1
* | net: hns: fix 'cdev' kernel-doc warning in hnae_ae_unregister()Wang Hai2020-09-101-1/+1
* | net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao2020-09-082-15/+0
* | net: hns3: remove some unused macros related to queueHuazhong Tan2020-09-081-5/+0
* | net: hns3: remove unused field 'tc_num_last_time' in struct hclge_devHuazhong Tan2020-09-081-1/+0
* | net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan2020-09-082-3/+0
* | net: hns3: fix a typo in struct hclge_macGuangbin Huang2020-09-081-1/+1
* | net: hns3: skip periodic service task if reset failedGuangbin Huang2020-09-082-0/+6
* | net: hns3: narrow two local variable range in hclgevf_reset_prepare_wait()Huazhong Tan2020-09-081-6/+6