summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix spelling mistake "offser" -> "offset"Colin Ian King2018-12-101-1/+1
* net: hns3: add handling of RDMA RAS errorsShiju Jose2018-12-083-1/+199
* net: hns3: handle hw errors of SSUShiju Jose2018-12-083-0/+203
* net: hns3: handle hw errors of PPU(RCB)Shiju Jose2018-12-083-0/+180
* net: hns3: handle hw errors of PPP PFShiju Jose2018-12-081-2/+13
* net: hns3: add handling of hw errors of MACShiju Jose2018-12-083-0/+51
* net: hns3: add handling of hw errors reported through MSIXSalil Mehta2018-12-086-2/+139
* net: hns3: deleted logging 1 bit errorsShiju Jose2018-12-081-37/+0Star
* net: hns3: add handling of hw ras errors using new set of commandsShiju Jose2018-12-083-170/+331
* net: hns3: add optimization in the hclge_hw_error_set_stateShiju Jose2018-12-081-9/+7Star
* net: hns3: rename process_hw_error functionShiju Jose2018-12-085-6/+6
* net: hns3: deletes unnecessary settings of the descriptor dataShiju Jose2018-12-081-22/+5Star
* net: hns3: re-enable error interrupts on hw resetShiju Jose2018-12-083-7/+10
* net: hns3: rename enable error interrupt functionsShiju Jose2018-12-083-55/+34Star
* net: hns3: remove existing process error functions and reorder hw_blk tableShiju Jose2018-12-083-475/+18Star
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-062-2/+2
* net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driverJian Shen2018-12-042-5/+171
* net: hns3: Support "ethtool -d" for HNS3 VF driverJian Shen2018-12-042-0/+174
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-291-3/+1Star
|\
| * net: hisilicon: remove unexpected free_netdevPan Bian2018-11-281-3/+1Star
* | net: hns3: Config NIC port speed same as that of optical modulePeng Li2018-11-283-60/+49Star
* | net: hns3: Add "qos buffer" config info query functionliuzhongzhu2018-11-242-0/+116
* | net: hns3: Add "qos prio map" info query functionliuzhongzhu2018-11-243-0/+55
* | net: hns3: Add "qos pause" config info query functionliuzhongzhu2018-11-242-0/+26
* | net: hns3: Add "tm config" info query functionliuzhongzhu2018-11-242-0/+200
* | net: hns3: Add "tc config" info query functionliuzhongzhu2018-11-244-0/+48
* | net: hns3: Add "FD flow table" info query functionliuzhongzhu2018-11-246-1/+83
* | net: hns3: Add "queue info" query functionliuzhongzhu2018-11-241-0/+122
* | net: hns3: Add debugfs framework registrationliuzhongzhu2018-11-245-3/+157
* | net: hns3: add common validation in hclge_dcbYunsheng Lin2018-11-203-35/+53
* | net: hns3: up/down netdev in hclge module when setting mtuYunsheng Lin2018-11-182-11/+3Star
* | net: hns3: Add mtu setting support for vfYunsheng Lin2018-11-185-4/+70
* | net: hns3: Add vport alive state checking supportYunsheng Lin2018-11-188-2/+195
* | net: hns3: Refactor mac mtu setting related functionsYunsheng Lin2018-11-183-33/+27Star
* | net: hns3: Support two vlan header when setting mtuYunsheng Lin2018-11-183-4/+5
* | net: hns3: fix spelling mistake "failded" -> "failed"Colin Ian King2018-11-171-2/+2
* | net: hns3: Adds GRO params to SKB for the stackPeng Li2018-11-152-3/+49
* | net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGSPeng Li2018-11-152-2/+37
* | net: hns3: Add support for ethtool -K to enable/disable HW GROPeng Li2018-11-154-1/+32
* | net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI pollPeng Li2018-11-152-62/+140
* | net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardwarePeng Li2018-11-156-1/+83
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-121-1/+2
|\|
| * net: hns3: bugfix for not checking return valueHuazhong Tan2018-11-091-1/+2
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-113-5/+16
* | net: hns3: add PCIe FLR support for VFHuazhong Tan2018-11-102-2/+64
* | net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan2018-11-103-8/+74
* | net: hns3: add PCIe FLR support for PFHuazhong Tan2018-11-106-1/+100
* | net: hns3: implement the IMP reset processing for PFHuazhong Tan2018-11-103-9/+37
* | net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan2018-11-101-6/+16
* | net: hns3: add error handler for hclgevf_reset()Huazhong Tan2018-11-101-14/+37