aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-18net: hns3: fix a SSU buffer checking bugYunsheng Lin1-2/+3
2018-12-18net: hns3: aligning buffer size in SSU to 256 bytesYunsheng Lin1-17/+26
2018-12-18net: hns3: getting tx and dv buffer size through firmwareYunsheng Lin3-11/+38
2018-12-18net: hns3: synchronize speed and duplex from phy when phy link upPeng Li1-0/+4
2018-12-18net: hns3: remove 1000M/half support of phyFuyun Liang1-1/+1
2018-12-18net: hns3: update coalesce param per secondPeng Li2-9/+3
2018-12-18net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vector_data()Huazhong Tan1-6/+6
2018-12-18net: hns3: remove unnecessary configuration recapture while resettingHuazhong Tan1-13/+0
2018-12-18net: hns3: update some variables while hclge_reset()/hclgevf_reset() doneHuazhong Tan2-1/+7
2018-12-18net: hns3: fix napi_disable not return problemHuazhong Tan1-2/+2
2018-12-18net: hns3: uninitialize pci in the hclgevf_uninitHuazhong Tan1-1/+1
2018-12-18net: hns3: fix error handling int the hns3_get_vector_ring_chainHuazhong Tan1-2/+3
2018-12-15net: hns3: Add "tm map" status information query functionliuzhongzhu4-0/+93
2018-12-15net: hns3: Add "queue map" information query functionliuzhongzhu7-2/+76
2018-12-15net: hns3: Add "dcb register" status information query functionliuzhongzhu4-0/+134
2018-12-15net: hns3: Add "status register" information query functionliuzhongzhu4-0/+885
2018-12-15net: hns3: Add "manager table" information query functionliuzhongzhu4-2/+100
2018-12-15net: hns3: Add "bd info" query functionliuzhongzhu1-1/+78
2018-12-14hns3: prevent building without CONFIG_INETArnd Bergmann1-0/+1
2018-12-10net: hns3: fix spelling mistake "offser" -> "offset"Colin Ian King1-1/+1
2018-12-07net: hns3: add handling of RDMA RAS errorsShiju Jose3-1/+199
2018-12-07net: hns3: handle hw errors of SSUShiju Jose3-0/+203
2018-12-07net: hns3: handle hw errors of PPU(RCB)Shiju Jose3-0/+180
2018-12-07net: hns3: handle hw errors of PPP PFShiju Jose1-2/+13
2018-12-07net: hns3: add handling of hw errors of MACShiju Jose3-0/+51
2018-12-07net: hns3: add handling of hw errors reported through MSIXSalil Mehta6-2/+139
2018-12-07net: hns3: deleted logging 1 bit errorsShiju Jose1-37/+0
2018-12-07net: hns3: add handling of hw ras errors using new set of commandsShiju Jose3-170/+331
2018-12-07net: hns3: add optimization in the hclge_hw_error_set_stateShiju Jose1-9/+7
2018-12-07net: hns3: rename process_hw_error functionShiju Jose5-6/+6
2018-12-07net: hns3: deletes unnecessary settings of the descriptor dataShiju Jose1-22/+5
2018-12-07net: hns3: re-enable error interrupts on hw resetShiju Jose3-7/+10
2018-12-07net: hns3: rename enable error interrupt functionsShiju Jose3-55/+34
2018-12-07net: hns3: remove existing process error functions and reorder hw_blk tableShiju Jose3-475/+18
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata2-2/+2
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