summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: bugfix for not checking return valueHuazhong Tan2018-11-091-1/+2
* net: hns3: Fix for out-of-bounds access when setting pfc back pressureYunsheng Lin2018-11-031-6/+4Star
* net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()Huazhong Tan2018-10-311-0/+5
* net: hns3: bugfix for rtnl_lock's range in the hclge_reset()Huazhong Tan2018-10-311-0/+3
* net: hns3: bugfix for handling mailbox while the command queue reinitializedHuazhong Tan2018-10-311-0/+6
* net: hns3: fix incorrect return value/type of some functionsHuazhong Tan2018-10-316-53/+85
* net: hns3: bugfix for hclge_mdio_write and hclge_mdio_readHuazhong Tan2018-10-311-2/+2
* net: hns3: bugfix for is_valid_csq_clean_head()Huazhong Tan2018-10-311-6/+6
* net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()Huazhong Tan2018-10-312-6/+0Star
* net: hns3: bugfix for the initialization of command queue's spin lockHuazhong Tan2018-10-311-4/+10
* net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problemHuazhong Tan2018-10-311-1/+1
* net: hns3: bugfix for buffer not free problem during resettingHuazhong Tan2018-10-311-3/+21
* net: hns3: add error handler for hns3_nic_init_vector_data()Huazhong Tan2018-10-311-2/+8
* net: hns3: fix spelling mistake "intrerrupt" -> "interrupt"Colin Ian King2018-10-311-1/+1
* net: hns3: Fix for warning uninitialized symbol hw_err_lst3Shiju Jose2018-10-241-4/+6
* net: hns3: Add enable and process hw errors of TM schedulerShiju Jose2018-10-234-0/+303
* net: hns3: Add enable and process hw errors from PPPShiju Jose2018-10-233-0/+280
* net: hns3: Add enable and process hw errors from IGU, EGU and NCSIShiju Jose2018-10-233-0/+207
* net: hns3: Add enable and process common ecc errorsShiju Jose2018-10-233-0/+318
* net: hns3: Add support to enable and disable hw errorsShiju Jose2018-10-233-0/+32
* net: hns3: Add PCIe AER error recoveryShiju Jose2018-10-234-7/+35
* net: hns3: Add PCIe AER callback error_detectedShiju Jose2018-10-236-1/+101
* net: hns3: fix for multiple unmapping DMA problemFuyun Liang2018-10-161-5/+8
* net: hns3: rename hns_nic_dma_unmapFuyun Liang2018-10-161-7/+7
* net: hns3: add handling for big TX fragmentFuyun Liang2018-10-161-14/+31
* net: hns3: move DMA map into hns3_fill_descPeng Li2018-10-162-26/+24Star
* net: hns3: remove hns3_fill_desc_tsoPeng Li2018-10-161-39/+5Star
* net: hns3: Resume promisc mode and vlan filter status after loopback testJian Shen2018-10-121-1/+9
* net: hns3: Resume promisc mode and vlan filter status after resetJian Shen2018-10-121-1/+5
* net: hns3: Enable promisc mode when mac vlan table is fullJian Shen2018-10-124-12/+89
* net: hns3: Add HW RSS hash information to RX skbPeng Li2018-10-113-0/+36
* net: hns3: Add RSS tuples support for VFJian Shen2018-10-114-2/+234
* net: hns3: Add RSS general configuration support for VFJian Shen2018-10-112-52/+106
* net: hns3: Add new RSS hash algorithm support for PFJian Shen2018-10-112-10/+30
* net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardwareJian Shen2018-10-051-17/+13Star
* net: hns3: Add egress/ingress vlan filter for revision 0x21Zhongzhu Liu2018-10-051-9/+36
* net: hns3: Drop depricated mta table supportJian Shen2018-10-059-474/+2Star
* net: hns3: Optimize for unicast mac vlan tableJian Shen2018-10-053-2/+174
* net: hns3: Clear mac vlan table entries when unload driver or function resetJian Shen2018-10-051-17/+28
* net: hns3: Remove the default mask configuration for mac vlan tableJian Shen2018-10-052-42/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-042-30/+20Star
|\
| * net: hns: remove ndo_poll_controllerEric Dumazet2018-09-281-18/+0Star
| * net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2018-09-252-12/+20
* | net: hns3: Add support for enable/disable flow directorJian Shen2018-10-023-1/+28
* | net: hns3: Remove all flow director rules when unload hns3 driverJian Shen2018-10-021-0/+2
* | net: hns3: Add reset handle for flow directorJian Shen2018-10-024-0/+103
* | net: hns3: Add support for rule query of flow directorJian Shen2018-10-023-6/+264
* | net: hns3: Add support for rule add/delete for flow directorJian Shen2018-10-024-2/+519
* | net: hns3: Add input key and action config support for flow directorJian Shen2018-10-023-0/+456
* | net: hns3: Add flow director initializationJian Shen2018-10-025-0/+349