aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-16net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu1-41/+216
2018-12-16net: hns: Add mac pcs config when enable|disable macYonglong Liu2-4/+11
2018-12-16net: hns: Fix ntuple-filters status error.Yonglong Liu1-1/+1
2018-12-16net: hns: Avoid net reset caused by pause frames stormYonglong Liu1-2/+10
2018-12-16net: hns: Free irq when exit from abnormal branchYonglong Liu1-1/+22
2018-12-16net: hns: Clean rx fbd when ae stopped.Yonglong Liu1-0/+3
2018-12-16net: hns: Fixed bug that netdev was opened twiceYonglong Liu1-0/+3
2018-12-16net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2-127/+127
2018-12-16net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2-0/+18
2018-12-16net: hns: Incorrect offset address used for some registers.Yonglong Liu1-2/+2
2018-11-28net: hisilicon: remove unexpected free_netdevPan Bian1-3/+1
2018-11-08net: hns3: bugfix for not checking return valueHuazhong Tan1-1/+2
2018-11-03net: hns3: Fix for out-of-bounds access when setting pfc back pressureYunsheng Lin1-6/+4
2018-10-31net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()Huazhong Tan1-0/+5
2018-10-31net: hns3: bugfix for rtnl_lock's range in the hclge_reset()Huazhong Tan1-0/+3
2018-10-31net: hns3: bugfix for handling mailbox while the command queue reinitializedHuazhong Tan1-0/+6
2018-10-31net: hns3: fix incorrect return value/type of some functionsHuazhong Tan6-53/+85
2018-10-31net: hns3: bugfix for hclge_mdio_write and hclge_mdio_readHuazhong Tan1-2/+2
2018-10-31net: hns3: bugfix for is_valid_csq_clean_head()Huazhong Tan1-6/+6
2018-10-31net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()Huazhong Tan2-6/+0
2018-10-31net: hns3: bugfix for the initialization of command queue's spin lockHuazhong Tan1-4/+10
2018-10-31net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problemHuazhong Tan1-1/+1
2018-10-31net: hns3: bugfix for buffer not free problem during resettingHuazhong Tan1-3/+21
2018-10-31net: hns3: add error handler for hns3_nic_init_vector_data()Huazhong Tan1-2/+8
2018-10-31net: hns3: fix spelling mistake "intrerrupt" -> "interrupt"Colin Ian King1-1/+1
2018-10-24net: hns3: Fix for warning uninitialized symbol hw_err_lst3Shiju Jose1-4/+6
2018-10-22net: hns3: Add enable and process hw errors of TM schedulerShiju Jose4-0/+303
2018-10-22net: hns3: Add enable and process hw errors from PPPShiju Jose3-0/+280
2018-10-22net: hns3: Add enable and process hw errors from IGU, EGU and NCSIShiju Jose3-0/+207
2018-10-22net: hns3: Add enable and process common ecc errorsShiju Jose3-0/+318
2018-10-22net: hns3: Add support to enable and disable hw errorsShiju Jose3-0/+32
2018-10-22net: hns3: Add PCIe AER error recoveryShiju Jose4-7/+35
2018-10-22net: hns3: Add PCIe AER callback error_detectedShiju Jose6-1/+101
2018-10-16net: hns3: fix for multiple unmapping DMA problemFuyun Liang1-5/+8
2018-10-16net: hns3: rename hns_nic_dma_unmapFuyun Liang1-7/+7
2018-10-16net: hns3: add handling for big TX fragmentFuyun Liang1-14/+31
2018-10-16net: hns3: move DMA map into hns3_fill_descPeng Li2-26/+24
2018-10-16net: hns3: remove hns3_fill_desc_tsoPeng Li1-39/+5
2018-10-12net: hns3: Resume promisc mode and vlan filter status after loopback testJian Shen1-1/+9
2018-10-12net: hns3: Resume promisc mode and vlan filter status after resetJian Shen1-1/+5
2018-10-12net: hns3: Enable promisc mode when mac vlan table is fullJian Shen4-12/+89
2018-10-10net: hns3: Add HW RSS hash information to RX skbPeng Li3-0/+36
2018-10-10net: hns3: Add RSS tuples support for VFJian Shen4-2/+234
2018-10-10net: hns3: Add RSS general configuration support for VFJian Shen2-52/+106
2018-10-10net: hns3: Add new RSS hash algorithm support for PFJian Shen2-10/+30
2018-10-05net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardwareJian Shen1-17/+13
2018-10-05net: hns3: Add egress/ingress vlan filter for revision 0x21Zhongzhu Liu1-9/+36
2018-10-05net: hns3: Drop depricated mta table supportJian Shen9-474/+2
2018-10-05net: hns3: Optimize for unicast mac vlan tableJian Shen3-2/+174
2018-10-05net: hns3: Clear mac vlan table entries when unload driver or function resetJian Shen1-17/+28