summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-05-14net: hns3: modify an incorrect error log in hclge_mbx_handler()Huazhong Tan1-1/+1
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen1-3/+25
2020-04-25net: hns3: refactor the MAC address configureJian Shen1-28/+14
2020-04-20net: hns3: add trace event support for PF/VF mailboxYufeng Mo1-0/+7
2020-03-21net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan1-152/+103
2020-03-21net: hns3: refactor the mailbox message between PF and VFYufeng Mo1-63/+61
2020-03-21net: hns3: add a conversion for mailbox's response codeJian Shen1-1/+15
2020-03-12net: hns3: fix VF VLAN table entries inconsistent issueJian Shen1-0/+1
2020-01-06net: hns3: replace an unsuitable variable type in hclge_inform_reset_assert_t...Huazhong Tan1-1/+3
2019-12-20net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan1-2/+0
2019-12-16net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin1-1/+0
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-6/+6
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao1-1/+2
2019-10-08net: hns3: add support for configuring VF MAC from the hostHuazhong Tan1-0/+29
2019-10-08net: hns3: add support for setting VF trustJian Shen1-5/+31
2019-10-08net: hns3: add support for spoof check settingJian Shen1-0/+3
2019-10-08net: hns3: add support for setting VF link status on the hostYufeng Mo1-1/+16
2019-08-18net: hns3: add or modify commentsGuojia Liao1-1/+1
2019-08-01net: hns3: add handler for NCSI error mailboxHuazhong Tan1-0/+12
2019-08-01net: hns3: add link change event reportJian Shen1-0/+33
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET1-1/+1
2019-07-05net: hns3: set maximum length to resp_data_len for exceptional casePeng Li1-0/+4
2019-06-14net: hns3: some variable modificationWeihang Li1-8/+12
2019-06-09net: hns3: some modifications to simplify and optimize codeYufeng Mo1-1/+1
2019-06-09net: hns3: trigger VF reset if a VF has an over_8bd_nfe_errWeihang Li1-1/+1
2019-05-28net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vectorHuazhong Tan1-3/+1
2019-05-04net: hns3: add support for multiple media typeJian Shen1-3/+4
2019-04-26net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan1-4/+3
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen1-6/+33
2019-04-14net: hns3: fix set port based VLAN for PFJian Shen1-3/+0
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu1-4/+19
2019-02-24net: hns3: fix get VF RSS issueJian Shen1-0/+25
2019-02-24net: hns3: add support to config depth for tx|rx ring separatelyPeng Li1-3/+25
2019-02-21net: hns3: Record VF vlan tablesliuzhongzhu1-0/+4
2019-02-21net: hns3: Record VF unicast and multicast tablesliuzhongzhu1-1/+27
2019-02-02net: hns3: fix the problem that the supported port is emptyliuzhongzhu1-1/+30
2019-01-30net: hns3: only support tc 0 for VFYunsheng Lin1-3/+7
2019-01-26net: hns3: don't allow vf to enable promisc modeJian Shen1-4/+3
2018-12-15net: hns3: Add "queue map" information query functionliuzhongzhu1-0/+20
2018-11-17net: hns3: Add mtu setting support for vfYunsheng Lin1-0/+18
2018-11-17net: hns3: Add vport alive state checking supportYunsheng Lin1-0/+31
2018-11-09net: hns3: add PCIe FLR support for PFHuazhong Tan1-0/+2
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan1-1/+10
2018-11-09net: hns3: adjust VF's reset processHuazhong Tan1-18/+4
2018-10-31net: hns3: bugfix for handling mailbox while the command queue reinitializedHuazhong Tan1-0/+6
2018-10-05net: hns3: Drop depricated mta table supportJian Shen1-58/+0
2018-07-16net: hns3: Fix comments for hclge_get_ring_chain_from_mbxFuyun Liang1-2/+4
2018-07-16net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbxFuyun Liang1-4/+4
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li1-12/+12