summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()Huazhong Tan2018-10-311-0/+5
* net: hns3: fix incorrect return value/type of some functionsHuazhong Tan2018-10-311-7/+7
* net: hns3: Add PCIe AER error recoveryShiju Jose2018-10-231-1/+2
* net: hns3: Add RSS tuples support for VFJian Shen2018-10-113-2/+233
* net: hns3: Add RSS general configuration support for VFJian Shen2018-10-112-52/+106
* net: hns3: Drop depricated mta table supportJian Shen2018-10-052-134/+0Star
* net: hns3: Modify hns3_get_max_available_channelsHuazhong Tan2018-09-281-2/+2
* net: hns3: Add get_media_type ops support for VFPeng Li2018-09-222-0/+12
* net: hns3: Add handle for default caseJian Shen2018-09-222-4/+7
* net: hns3: Unify the prefix of vf functionsJian Shen2018-09-221-2/+2
* net: hns3: Fix tqp array traversal condition for vfJian Shen2018-09-221-26/+24Star
* net: hns3: Adjust prefix of tx/rx statistic namesJian Shen2018-09-221-2/+2
* net: hns3: Fix client initialize state issue when roce client initialize failedJian Shen2018-09-201-0/+9
* net: hns3: Clear client pointer when initialize client failed or unintialize ...Jian Shen2018-09-201-9/+24
* net: hns3: Fix cmdq registers initialization issue for vfJian Shen2018-09-201-2/+2
* net: hns3: Check hdev state when getting link statusPeng Li2018-09-201-0/+3
* net: hns3: Set STATE_DOWN bit of hdev state when stopping netFuyun Liang2018-09-201-0/+2
* net: hns3: Fix MSIX allocation issue for VFJian Shen2018-08-033-15/+83
* net: hns3: Fix get_vector ops in hclgevf_main moduleYunsheng Lin2018-07-071-1/+10
* net: hns3: Fix for mailbox message truncated problemFuyun Liang2018-07-071-1/+2
* net: hns3: modify hnae_ to hnae3_Peng Li2018-07-022-13/+13
* net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan2018-07-021-17/+9Star
* net: hns3: remove some unused members of some structuresHuazhong Tan2018-07-021-1/+0Star
* net: hns3: add vector status check before free vectorPeng Li2018-06-291-0/+6
* net: hns3: rename the interface for init_client_instance and uninit_client_in...Peng Li2018-06-291-22/+9Star
* net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vectorPeng Li2018-06-291-10/+14
* net: hns3: Fix for VF mailbox receiving unknown messageXi Wang2018-06-061-3/+20
* net: hns3: Fix for VF mailbox cannot receiving PF responseXi Wang2018-06-061-0/+3
* net: hns3: remove unused hclgevf_cfg_func_mta_filterArnd Bergmann2018-06-051-11/+0Star
* net: hns3: Optimize the VF's process of updating multicast MACXi Wang2018-06-012-4/+128
* net: hns3: Fix for service_task not running problem after resettingYunsheng Lin2018-06-011-0/+1
* net: hns3: Add support for IFF_ALLMULTI flagPeng Li2018-06-011-4/+7
* net: hns3: Fixes initalization of RoCE handle and makes it conditionalLijun Ou2018-05-291-3/+5
* net: hns3: Fix for CMDQ and Misc. interrupt init order problemYunsheng Lin2018-05-211-8/+8
* net: hns3: Fix for hns3 module is loaded multiple times problemXi Wang2018-05-211-1/+1
* net: hns3: Change return type of hnae3_register_ae_algoFuyun Liang2018-05-161-1/+3
* net: hns3: Fix for the null pointer problem occurring when initializing ae_de...Fuyun Liang2018-05-161-4/+2Star
* net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driverYunsheng Lin2018-05-101-0/+12
* net: hns3: Add *Asserting Reset* mailbox message & handling in VFSalil Mehta2018-03-221-0/+12
* net: hns3: Changes to support ARQ(Asynchronous Receive Queue)Salil Mehta2018-03-224-14/+96
* net: hns3: Add support to re-initialize the hclge deviceSalil Mehta2018-03-222-14/+106
* net: hns3: Add support to reset the enet/ring mgmt layerSalil Mehta2018-03-222-4/+102
* net: hns3: Add support to request VF Reset to PFSalil Mehta2018-03-221-0/+19
* net: hns3: Add VF Reset device state and its handlingSalil Mehta2018-03-222-5/+67
* net: hns3: Add VF Reset Service Task to support event handlingSalil Mehta2018-03-222-0/+35
* net: hns3: Changes to make enet watchdog timeout func common for PF/VFSalil Mehta2018-03-221-0/+14
* net: hns3: add querying speed and duplex support to VFFuyun Liang2018-03-223-0/+31
* net: hns3: add get_link support to VFFuyun Liang2018-03-221-0/+8
* net: hns3: increase the max time for IMP handle commandPeng Li2018-03-221-1/+1
* net: hns3: export pci table of hclge and hclgevf to userspaceYunsheng Lin2018-03-221-0/+2