summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-24net: hns3: enable VF VLAN filter for each VF when initializingJian Shen1-10/+20
2019-02-24net: hns3: add support to config depth for tx|rx ring separatelyPeng Li1-7/+15
2019-02-21net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan1-2/+2
2019-02-21net: hns3: Record VF vlan tablesliuzhongzhu1-0/+80
2019-02-21net: hns3: Record VF unicast and multicast tablesliuzhongzhu1-0/+102
2019-02-21net: hns3: fix port info query issue for copper portJian Shen1-4/+34
2019-02-21net: hns3: convert mac advertize and supported from u32 to link modeJian Shen1-12/+12
2019-02-17net: hns3: make function hclge_set_all_vf_rst() staticWei Yongjun1-1/+1
2019-02-02net: hns3: MAC table entry count function increases operation 0 value protect...liuzhongzhu1-2/+5
2019-02-02net: hns3: optimize the maximum TC macroliuzhongzhu1-1/+1
2019-02-02net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan1-4/+5
2019-02-02net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li1-13/+11
2019-02-02net: hns3: code optimization for hclge_rx_buffer_calcYunsheng Lin1-77/+63
2019-02-02net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu1-1/+1
2019-02-01net: hns3: Check for allocation failureDan Carpenter1-0/+2
2019-01-30net: hns3: keep flow director state unchanged when resetJian Shen1-4/+6
2019-01-30net: hns3: fix improper error handling in the hclge_init_ae_dev()Huazhong Tan1-1/+1
2019-01-30net: hns3: fix for rss result nonuniformJian Shen1-3/+15
2019-01-30net: hns3: Fix NULL deref when unloading driverHuazhong Tan1-18/+2
2019-01-26net: hns3: After setting the loopback, add the status of getting MACliuzhongzhu1-1/+22
2019-01-26net: hns3: fix broadcast promisc issue for revision 0x20Jian Shen1-1/+9
2019-01-26net: hns3: fix return value handle issue for hclge_set_loopback()Jian Shen1-0/+3
2019-01-23net: hns3: add statistics for PFC frames and MAC control framesliuzhongzhu1-5/+92
2019-01-23net: hns3: do not return GE PFC setting err when initializingYunsheng Lin1-1/+1
2019-01-23net: hns3: fix rss configuration lost problem when setting channelYunsheng Lin1-1/+7
2019-01-23net: hns3: refactor the statistics updating for netdevJian Shen1-25/+0
2019-01-23net: hns3: add calling roce callback function when link status changePeng Li1-0/+6
2019-01-18net: hns3: add HNAE3_RESTORE_CLIENT interface in enet moduleYunsheng Lin1-0/+4
2019-01-18net: hns3: do reinitialization while ETS configuration changedHuazhong Tan1-2/+2
2019-01-18net: hns3: fix wrong combined count returned by ethtool -lHuazhong Tan1-4/+3
2019-01-18net: hns3: adjust the use of alloc_tqps and num_tqpsHuazhong Tan1-3/+7
2019-01-18net: hns3: fix user configuration loss for ethtool -LHuazhong Tan1-44/+10
2019-01-18net: hns3: remove redundant codes in hclge_knic_setupHuazhong Tan1-16/+1
2018-12-19net: hns3: don't restore rules when flow director is disabledJian Shen1-0/+4
2018-12-19net: hns3: fix vf id check issue when add flow director ruleJian Shen1-7/+7
2018-12-19net: hns3: reset tqp while doing DOWN operationHuazhong Tan1-0/+4
2018-12-19net: hns3: change default tc state to closeJian Shen1-1/+1
2018-12-19net: hns3: refine the handle for hns3_nic_net_open/stop()Jian Shen1-7/+15
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 Lin1-10/+31
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 Tan1-1/+4
2018-12-15net: hns3: Add "queue map" information query functionliuzhongzhu1-2/+2
2018-12-07net: hns3: add handling of hw errors reported through MSIXSalil Mehta1-2/+37
2018-12-07net: hns3: rename process_hw_error functionShiju Jose1-1/+1
2018-12-07net: hns3: re-enable error interrupts on hw resetShiju Jose1-5/+9
2018-12-07net: hns3: rename enable error interrupt functionsShiju Jose1-1/+1
2018-12-03net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driverJian Shen1-5/+115
2018-11-27net: hns3: Config NIC port speed same as that of optical modulePeng Li1-45/+39