aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-03net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driverJian Shen2-5/+171
2018-12-03net: hns3: Support "ethtool -d" for HNS3 VF driverJian Shen2-0/+174
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2018-11-28net: hisilicon: remove unexpected free_netdevPan Bian1-3/+1
2018-11-27net: hns3: Config NIC port speed same as that of optical modulePeng Li3-60/+49
2018-11-23net: hns3: Add "qos buffer" config info query functionliuzhongzhu2-0/+116
2018-11-23net: hns3: Add "qos prio map" info query functionliuzhongzhu3-0/+55
2018-11-23net: hns3: Add "qos pause" config info query functionliuzhongzhu2-0/+26
2018-11-23net: hns3: Add "tm config" info query functionliuzhongzhu2-0/+200
2018-11-23net: hns3: Add "tc config" info query functionliuzhongzhu4-0/+48
2018-11-23net: hns3: Add "FD flow table" info query functionliuzhongzhu6-1/+83
2018-11-23net: hns3: Add "queue info" query functionliuzhongzhu1-0/+122
2018-11-23net: hns3: Add debugfs framework registrationliuzhongzhu5-3/+157
2018-11-19net: hns3: add common validation in hclge_dcbYunsheng Lin3-35/+53
2018-11-17net: hns3: up/down netdev in hclge module when setting mtuYunsheng Lin2-11/+3
2018-11-17net: hns3: Add mtu setting support for vfYunsheng Lin5-4/+70
2018-11-17net: hns3: Add vport alive state checking supportYunsheng Lin8-2/+195
2018-11-17net: hns3: Refactor mac mtu setting related functionsYunsheng Lin3-33/+27
2018-11-17net: hns3: Support two vlan header when setting mtuYunsheng Lin3-4/+5
2018-11-16net: hns3: fix spelling mistake "failded" -> "failed"Colin Ian King1-2/+2
2018-11-15net: hns3: Adds GRO params to SKB for the stackPeng Li2-3/+49
2018-11-15net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGSPeng Li2-2/+37
2018-11-15net: hns3: Add support for ethtool -K to enable/disable HW GROPeng Li4-1/+32
2018-11-15net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI pollPeng Li2-62/+140
2018-11-15net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardwarePeng Li6-1/+83
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn3-5/+16
2018-11-09net: hns3: add PCIe FLR support for VFHuazhong Tan2-2/+64
2018-11-09net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan3-8/+74
2018-11-09net: hns3: add PCIe FLR support for PFHuazhong Tan6-1/+100
2018-11-09net: hns3: implement the IMP reset processing for PFHuazhong Tan3-9/+37
2018-11-09net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan1-6/+16
2018-11-09net: hns3: add error handler for hclgevf_reset()Huazhong Tan1-14/+37
2018-11-09net: hns3: stop handling command queue while resetting VFHuazhong Tan4-1/+35
2018-11-09net: hns3: add reset handling for VF when doing Core/Global/IMP resetHuazhong Tan2-12/+46
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan9-20/+146
2018-11-09net: hns3: adjust VF's reset processHuazhong Tan7-48/+63
2018-11-09net: hns3: add reset_hdev to reinit the hdev in VF's reset processHuazhong Tan2-54/+31
2018-11-08net: hns3: fix spelling mistake, "assertting" -> "asserting"Colin Ian King1-1/+1
2018-11-08net: hns3: bugfix for not checking return valueHuazhong Tan1-1/+2
2018-11-07net: hns3: Remove set but not used variable 'reset_level'YueHaibing1-10/+3
2018-11-07net: hns3: fix for cmd queue memory not freed problem during resetHuazhong Tan3-65/+91
2018-11-07net: hns3: add error handler for hclge_reset()Huazhong Tan2-22/+120
2018-11-07net: hns3: call roce's reset notify callback when resettingHuazhong Tan1-0/+33
2018-11-07net: hns3: adjust the process of PF resetHuazhong Tan1-2/+36
2018-11-07net: hns3: move some reset information from hnae3_handle into hclge_dev/hclgevf_devHuazhong Tan7-34/+28
2018-11-07net: hns3: ignore new coming low-level reset while doing high-level resetHuazhong Tan1-11/+16
2018-11-07net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resettingHuazhong Tan4-0/+48
2018-11-07net: hns3: enable/disable ring in the enet while doing UP/DOWNHuazhong Tan4-44/+41
2018-11-07net: hns3: adjust the location of clearing the table when doing resetHuazhong Tan1-10/+10