aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg1-0/+1
2020-09-24net: hns3: rename macro of pci device id of vfGuangbin Huang3-8/+9
2020-09-24net: hns3: add support for 200G deviceGuangbin Huang5-11/+55
2020-09-24net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo2-0/+13
2020-09-24net: hns3: add a hardware error detect typeYufeng Mo3-0/+5
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo6-9/+9
2020-09-24net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo1-10/+5
2020-09-23net: hns3: Constify static structsRikard Falkeborn2-18/+18
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-22/+22
2020-09-21net: hns3: simplify the return expression of hclgevf_client_start()Qinglang Miao1-7/+1
2020-09-18net: hns3: Supply missing hclge_dcb.h include fileWang Hai1-0/+1
2020-09-18net: hns: kerneldoc fixesLu Wei1-2/+2
2020-09-17net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin3-15/+16
2020-09-17net: hns3: use writel() to optimize the barrier operationYunsheng Lin2-8/+3
2020-09-17net: hns3: optimize the rx clean processYunsheng Lin1-30/+31
2020-09-17net: hns3: optimize the tx clean processYunsheng Lin3-45/+33
2020-09-17net: hns3: batch tx doorbell operationYunsheng Lin3-12/+39
2020-09-17net: hns3: batch the page reference count updatesYunsheng Lin2-8/+25
2020-09-16net: hns: kerneldoc fixesLu Wei1-20/+20
2020-09-11net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song1-1/+2
2020-09-10net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai1-2/+1
2020-09-10net: hns: Fix some kernel-doc warnings in hns_dsaf_xgmac.cWang Hai1-2/+1
2020-09-10net: hns: fix 'cdev' kernel-doc warning in hnae_ae_unregister()Wang Hai1-1/+1
2020-09-08net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao2-15/+0
2020-09-08net: hns3: remove some unused macros related to queueHuazhong Tan1-5/+0
2020-09-08net: hns3: remove unused field 'tc_num_last_time' in struct hclge_devHuazhong Tan1-1/+0
2020-09-08net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan2-3/+0
2020-09-08net: hns3: fix a typo in struct hclge_macGuangbin Huang1-1/+1
2020-09-08net: hns3: skip periodic service task if reset failedGuangbin Huang2-0/+6
2020-09-08net: hns3: narrow two local variable range in hclgevf_reset_prepare_wait()Huazhong Tan1-6/+6
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+13
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-5/+10
2020-08-31net: hns: Remove unused macro AE_NAME_PORT_ID_IDXYueHaibing1-2/+0
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan2-8/+2
2020-08-26net: hns3: Fix for geneve tx checksum bugYi Li1-2/+4
2020-08-24net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu1-3/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+3
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-08-06net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-39/+52
2020-07-28net: hns3: fix for VLAN config when reset failedGuojia Liao2-7/+10
2020-07-28net: hns3: fix aRFS FD rules leftover after add a user FD ruleGuojia Liao1-13/+15
2020-07-28net: hns3: add reset check for VF updating port based VLANJian Shen1-9/+21
2020-07-28net: hns3: fix a TX timeout issueYonglong Liu1-1/+1
2020-07-28net: hns3: fix desc filling bug when skb is expanded or linearedYunsheng Lin1-10/+6
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-41/+38
2020-07-24net: hix5hd2_gmac: Remove unneeded cast from memory allocationWang Hai1-3/+3
2020-07-21net: hns3: fix return value error when query MAC link status failJian Shen2-27/+25
2020-07-21net: hns3: fix error handling for desc fillingYunsheng Lin2-0/+9