aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-29net: hns3: fix incorrect type in assignment.Guojia Liao1-5/+5
2019-08-18net: hns3: modify redundant initialization of variableGuojia Liao2-2/+2
2019-08-18net: hns3: add or modify commentsGuojia Liao1-5/+4
2019-08-09net: hns3: refine some macro definitionsGuojia Liao1-1/+1
2019-08-09net: hns3: fix interrupt clearing error for VFHuazhong Tan2-9/+21
2019-08-01net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan2-10/+22
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan3-9/+33
2019-07-29net: hns3: use dev_info() instead of pr_info()Huazhong Tan1-1/+2
2019-07-29net: hns3: modify firmware version display formatYufeng Mo1-1/+9
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET1-2/+2
2019-07-05net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msgWeihang Li1-1/+2
2019-07-05net: hns3: set default value for param "type" in hclgevf_bind_ring_to_vectorPeng Li1-3/+2
2019-07-05net: hns3: add all IMP return codePeng Li2-8/+44
2019-07-05net: hns3: enable broadcast promisc mode when initializing VFJian Shen1-3/+11
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li1-5/+14
2019-06-28net: hns3: re-schedule reset task while VF reset failHuazhong Tan2-8/+23
2019-06-26net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen2-3/+50
2019-06-18net: hns3: Add missing newline at end of fileGeert Uytterhoeven1-1/+1
2019-06-14net: hns3: some variable modificationWeihang Li1-5/+6
2019-06-09net: hns3: fix some coding style issuesWeihang Li1-12/+6
2019-06-09net: hns3: some modifications to simplify and optimize codeYufeng Mo1-11/+14
2019-06-09net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo1-8/+7
2019-06-09net: hns3: use macros instead of magic numbersYufeng Mo2-4/+10
2019-06-09net: hns3: delete the redundant user NIC codesYonglong Liu1-16/+0
2019-05-28net: hns3: stop schedule reset service while unloading driverHuazhong Tan2-1/+4
2019-05-28net: hns3: add handshake with hardware while doing resetHuazhong Tan2-3/+6
2019-05-28net: hns3: modify hclgevf_init_client_instance()Huazhong Tan1-29/+50
2019-05-28net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has registeredHuazhong Tan2-0/+8
2019-05-04net: hns3: add support for multiple media typeJian Shen2-5/+11
2019-04-26net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan1-2/+4
2019-04-26net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan1-0/+2
2019-04-26net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan2-4/+5
2019-04-26net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan1-1/+1
2019-04-19net: hns3: add queue's statistics update to service taskliuzhongzhu2-0/+11
2019-04-19net: hns3: Add support for netif message level settingsYonglong Liu1-0/+20
2019-04-19net: hns3: add some debug info for hclgevf_get_mbx_resp()Huazhong Tan1-3/+6
2019-04-19net: hns3: add reset statistics for VFHuazhong Tan2-3/+18
2019-04-14net: hns3: code optimization for command queue' spin lockPeng Li1-2/+2
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen3-2/+62
2019-04-08net: hns3: fix keep_alive_timer not stop problemHuazhong Tan1-1/+11
2019-04-08net: hns3: remove resetting check in hclgevf_reset_task_scheduleHuazhong Tan1-2/+1
2019-04-08net: hns3: add error handler for initializing command queueHuazhong Tan1-3/+8
2019-04-08net: hns3: handle pending reset while reset failHuazhong Tan1-0/+2
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-04net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan1-11/+24
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu2-1/+23
2019-03-27net: hns3: fix compile errorXi Wang1-1/+1
2019-03-19net: hns3: Make hclgevf_update_link_mode staticYueHaibing1-1/+1
2019-02-24net: hns3: fix get VF RSS issueJian Shen1-1/+49
2019-02-24net: hns3: add support to config depth for tx|rx ring separatelyPeng Li2-6/+36