summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2020-09-12net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song1-1/+2
2020-09-11net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai1-2/+1
2020-09-11net: hns: Fix some kernel-doc warnings in hns_dsaf_xgmac.cWang Hai1-2/+1
2020-09-11net: hns: fix 'cdev' kernel-doc warning in hnae_ae_unregister()Wang Hai1-1/+1
2020-09-09net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao2-15/+0
2020-09-09net: hns3: remove some unused macros related to queueHuazhong Tan1-5/+0
2020-09-09net: hns3: remove unused field 'tc_num_last_time' in struct hclge_devHuazhong Tan1-1/+0
2020-09-09net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan2-3/+0
2020-09-09net: hns3: fix a typo in struct hclge_macGuangbin Huang1-1/+1
2020-09-09net: hns3: skip periodic service task if reset failedGuangbin Huang2-0/+6
2020-09-09net: hns3: narrow two local variable range in hclgevf_reset_prepare_wait()Huazhong Tan1-6/+6
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+13
2020-09-04Merge 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-27net: 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+3
2020-08-14Merge 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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-41/+38
2020-07-25net: hix5hd2_gmac: Remove unneeded cast from memory allocationWang Hai1-3/+3
2020-07-22net: hns3: fix return value error when query MAC link status failJian Shen2-27/+25
2020-07-22net: hns3: fix error handling for desc fillingYunsheng Lin2-0/+9
2020-07-22net: hns3: fix for not calculating TX BD send size correctlyYunsheng Lin2-3/+1
2020-07-22net: hns3: fix for not unmapping TX buffer correctlyYunsheng Lin1-11/+3
2020-07-21net: hns: use eth_broadcast_addr() to assign broadcast addressXu Wang1-1/+1
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-6/+13
2020-07-06net: hns3: fix use-after-free when doing self testYonglong Liu1-3/+6
2020-07-06net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan1-2/+1
2020-07-06net: hns3: fix for mishandle of asserting VF reset failHuazhong Tan1-0/+5
2020-07-06net: hns3: check reset pending after FLR prepareHuazhong Tan1-1/+1
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-06-26hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld1-1/+1
2020-06-19net: hns3: streaming dma buffer sync between cpu and deviceBarry Song1-1/+17
2020-06-19net: hns3: replace disable_irq by IRQ_NOAUTOEN flagBarry Song1-2/+2
2020-06-19net: hns3: rename buffer-related functionsBarry Song1-6/+6
2020-06-19net: hns3: pointer type of buffer should be voidBarry Song2-2/+2
2020-06-19net: hns3: remove unnecessary devm_kfreeBarry Song1-4/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-11/+11
2020-05-31net: hns3: remove some unused codes in hns3_nic_set_features()Huazhong Tan1-6/+0
2020-05-31net: hns3: fix two coding style issues in hclgevf_main.cHuazhong Tan1-2/+1
2020-05-31net: hns3: fix an incorrect comment for num_tqps in struct hclgevf_devHuazhong Tan1-1/+1