summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: typo in the name of a constantChristophe JAILLET2019-07-211-1/+1
* net: hns3: set maximum length to resp_data_len for exceptional casePeng Li2019-07-061-0/+4
* net: hns3: some variable modificationWeihang Li2019-06-151-8/+12
* net: hns3: some modifications to simplify and optimize codeYufeng Mo2019-06-091-1/+1
* net: hns3: trigger VF reset if a VF has an over_8bd_nfe_errWeihang Li2019-06-091-1/+1
* net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vectorHuazhong Tan2019-05-291-3/+1Star
* net: hns3: add support for multiple media typeJian Shen2019-05-041-3/+4
* net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan2019-04-261-4/+3Star
* net: hns3: fix set port based VLAN issue for VFJian Shen2019-04-141-6/+33
* net: hns3: fix set port based VLAN for PFJian Shen2019-04-141-3/+0Star
* net: hns3: modify the VF network port media type acquisition methodliuzhongzhu2019-04-041-4/+19
* net: hns3: fix get VF RSS issueJian Shen2019-02-251-0/+25
* net: hns3: add support to config depth for tx|rx ring separatelyPeng Li2019-02-251-3/+25
* net: hns3: Record VF vlan tablesliuzhongzhu2019-02-221-0/+4
* net: hns3: Record VF unicast and multicast tablesliuzhongzhu2019-02-221-1/+27
* net: hns3: fix the problem that the supported port is emptyliuzhongzhu2019-02-021-1/+30
* net: hns3: only support tc 0 for VFYunsheng Lin2019-01-301-3/+7
* net: hns3: don't allow vf to enable promisc modeJian Shen2019-01-261-4/+3Star
* net: hns3: Add "queue map" information query functionliuzhongzhu2018-12-151-0/+20
* net: hns3: Add mtu setting support for vfYunsheng Lin2018-11-181-0/+18
* net: hns3: Add vport alive state checking supportYunsheng Lin2018-11-181-0/+31
* net: hns3: add PCIe FLR support for PFHuazhong Tan2018-11-101-0/+2
* net: hns3: add reset handling for VF when doing PF resetHuazhong Tan2018-11-101-1/+10
* net: hns3: adjust VF's reset processHuazhong Tan2018-11-101-18/+4Star
* net: hns3: bugfix for handling mailbox while the command queue reinitializedHuazhong Tan2018-10-311-0/+6
* net: hns3: Drop depricated mta table supportJian Shen2018-10-051-58/+0Star
* net: hns3: Fix comments for hclge_get_ring_chain_from_mbxFuyun Liang2018-07-161-2/+4
* net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbxFuyun Liang2018-07-161-4/+4
* net: hns3: modify hnae_ to hnae3_Peng Li2018-07-021-12/+12
* net: hns3: Optimize the VF's process of updating multicast MACXi Wang2018-06-011-1/+57
* net: hns3: Add support for IFF_ALLMULTI flagPeng Li2018-06-011-2/+3
* net: hns3: Fix for PF mailbox receving unknown messageXi Wang2018-05-291-3/+20
* net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driverYunsheng Lin2018-05-101-0/+5
* net: hns3: Fix for packet loss due wrong filter config in VLAN tblsYunsheng Lin2018-05-011-4/+3Star
* net: hns3: hclge_inform_reset_assert_to_vf() can be statickbuild test robot2018-03-231-1/+1
* net: hns3: Changes required in PF mailbox to support VF resetSalil Mehta2018-03-221-0/+42
* net: hns3: add querying speed and duplex support to VFFuyun Liang2018-03-221-2/+6
* net: hns3: fix the VF queue reset flow errorPeng Li2018-03-221-4/+7
* net: hns3: add result checking for VF when modify unicast mac addressJian Shen2018-03-121-1/+1
* net: hns3: fix for buffer overflow smatch warningYunsheng Lin2018-03-121-8/+11
* net: hns3: add existence check when remove old uc mac addressFuyun Liang2018-03-121-0/+2
* net: hns3: fix endian issue when PF get mbx message flagPeng Li2018-03-081-3/+4
* net: hns3: set the cmdq out_vld bit to 0 after usedPeng Li2018-03-081-0/+1
* net: hns3: VF should get the real rss_size instead of rss_size_maxPeng Li2018-03-081-1/+1
* net: hns3: add int_gl_idx setup for VFFuyun Liang2018-01-261-0/+8
* net: hns3: Change PF to add ring-vect binding & resetQ to mailboxSalil Mehta2017-12-151-0/+106
* net: hns3: Add mailbox support to PF driverSalil Mehta2017-12-151-0/+304