summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-9/+9
2019-10-08net: hns3: add support for setting VF trustJian Shen1-0/+12
2019-08-29net: hns3: fix incorrect type in assignment.Guojia Liao1-5/+5
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-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 Tan1-3/+4
2019-04-19net: hns3: add some debug info for hclgevf_get_mbx_resp()Huazhong Tan1-3/+6
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen1-2/+9
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu1-1/+0
2019-02-02net: hns3: fix the problem that the supported port is emptyliuzhongzhu1-0/+12
2018-12-19net: hns3: fix a bug caused by udelayPeng Li1-2/+2
2018-11-09net: hns3: stop handling command queue while resetting VFHuazhong Tan1-0/+14
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan1-1/+3
2018-11-09net: hns3: adjust VF's reset processHuazhong Tan1-1/+1
2018-11-07net: hns3: move some reset information from hnae3_handle into hclge_dev/hclge...Huazhong Tan1-1/+1
2018-07-07net: hns3: Fix for mailbox message truncated problemFuyun Liang1-1/+2
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li1-1/+1
2018-06-06net: hns3: Fix for VF mailbox receiving unknown messageXi Wang1-3/+20
2018-03-22net: hns3: Add *Asserting Reset* mailbox message & handling in VFSalil Mehta1-0/+12
2018-03-22net: hns3: Changes to support ARQ(Asynchronous Receive Queue)Salil Mehta1-9/+74
2018-03-22net: hns3: add querying speed and duplex support to VFFuyun Liang1-0/+5
2018-03-11net: hns3: add result checking for VF when modify unicast mac addressJian Shen1-0/+4
2018-03-08net: hns3: set the cmdq out_vld bit to 0 after usedPeng Li1-0/+1
2017-12-15net: hns3: Add mailbox support to VF driverSalil Mehta1-0/+181