summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: typo in the name of a constantChristophe JAILLET2019-07-211-2/+2
* net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msgWeihang Li2019-07-051-1/+2
* net: hns3: set default value for param "type" in hclgevf_bind_ring_to_vectorPeng Li2019-07-051-3/+2
* net: hns3: add all IMP return codePeng Li2019-07-052-8/+44
* net: hns3: enable broadcast promisc mode when initializing VFJian Shen2019-07-051-3/+11
* net: hns3: optimize the CSQ cmd error handlingPeng Li2019-06-281-5/+14
* net: hns3: re-schedule reset task while VF reset failHuazhong Tan2019-06-282-8/+23
* net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen2019-06-262-3/+50
* net: hns3: Add missing newline at end of fileGeert Uytterhoeven2019-06-181-1/+1
* net: hns3: some variable modificationWeihang Li2019-06-141-5/+6
* net: hns3: fix some coding style issuesWeihang Li2019-06-091-12/+6
* net: hns3: some modifications to simplify and optimize codeYufeng Mo2019-06-091-11/+14
* net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo2019-06-091-8/+7
* net: hns3: use macros instead of magic numbersYufeng Mo2019-06-092-4/+10
* net: hns3: delete the redundant user NIC codesYonglong Liu2019-06-091-16/+0
* net: hns3: stop schedule reset service while unloading driverHuazhong Tan2019-05-282-1/+4
* net: hns3: add handshake with hardware while doing resetHuazhong Tan2019-05-282-3/+6
* net: hns3: modify hclgevf_init_client_instance()Huazhong Tan2019-05-281-29/+50
* net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has reg...Huazhong Tan2019-05-282-0/+8
* net: hns3: add support for multiple media typeJian Shen2019-05-042-5/+11
* net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan2019-04-261-2/+4
* net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan2019-04-261-0/+2
* net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan2019-04-262-4/+5
* net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan2019-04-261-1/+1
* net: hns3: add queue's statistics update to service taskliuzhongzhu2019-04-192-0/+11
* net: hns3: Add support for netif message level settingsYonglong Liu2019-04-191-0/+20
* net: hns3: add some debug info for hclgevf_get_mbx_resp()Huazhong Tan2019-04-191-3/+6
* net: hns3: add reset statistics for VFHuazhong Tan2019-04-192-3/+18
* net: hns3: code optimization for command queue' spin lockPeng Li2019-04-141-2/+2
* net: hns3: fix set port based VLAN issue for VFJian Shen2019-04-143-2/+62
* net: hns3: fix keep_alive_timer not stop problemHuazhong Tan2019-04-081-1/+11
* net: hns3: remove resetting check in hclgevf_reset_task_scheduleHuazhong Tan2019-04-081-2/+1
* net: hns3: add error handler for initializing command queueHuazhong Tan2019-04-081-3/+8
* net: hns3: handle pending reset while reset failHuazhong Tan2019-04-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-1/+1
|\
| * net: hns3: fix compile errorXi Wang2019-03-271-1/+1
* | net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan2019-04-041-11/+24
* | net: hns3: modify the VF network port media type acquisition methodliuzhongzhu2019-04-042-1/+23
* | net: hns3: Make hclgevf_update_link_mode staticYueHaibing2019-03-191-1/+1
|/
* net: hns3: fix get VF RSS issueJian Shen2019-02-241-1/+49
* net: hns3: add support to config depth for tx|rx ring separatelyPeng Li2019-02-242-6/+36
* net: hns3: clear command queue's registers when unloading VF driverHuazhong Tan2019-02-211-0/+20
* net: hns3: fix the problem that the supported port is emptyliuzhongzhu2019-02-023-2/+44
* net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu2019-02-021-1/+1
* net: hns3: stop sending keep alive msg to PF when VF is resettingJian Shen2019-01-301-0/+4
* net: hns3: fix an issue for hclgevf_ae_get_hdevPeng Li2019-01-301-1/+6
* net: hns3: fix for rss result nonuniformJian Shen2019-01-301-3/+11
* net: hns3: don't allow vf to enable promisc modeJian Shen2019-01-261-14/+18
* net: hns3: fix bug of ethtool_ops.get_channels for VFHuazhong Tan2019-01-231-2/+3
* net: hns3: add calling roce callback function when link status changePeng Li2019-01-231-0/+5