summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3
AgeCommit message (Expand)AuthorFilesLines
2021-06-03net: hns3: check the return of skb_checksum_help()Yunsheng Lin1-7/+3
2021-05-19net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo1-0/+2
2021-05-19net: hns3: use netif_tx_disable to stop the transmit queuePeng Li1-1/+1
2021-05-19net: hns3: fix for vxlan gpe tx checksum bugHao Chen1-2/+3
2021-05-19net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen1-0/+5
2021-05-19net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo1-1/+1
2021-05-19net: hns3: fix incorrect configuration for igu_egu_hw_errYufeng Mo2-2/+4
2021-05-14net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta1-1/+2
2021-04-14net: hns3: clear VF down state bit before request link statusGuangbin Huang1-2/+2
2021-03-17net: hns3: fix error mask definition of flow directorJian Shen1-3/+3
2021-03-17net: hns3: fix bug when calculating the TCAM table infoJian Shen1-2/+2
2021-03-17net: hns3: fix query vlan mask value error for flow directorJian Shen1-2/+1
2021-02-17net: hns3: add a check for queue_id in hclge_reset_vf_queue()Yufeng Mo1-0/+7
2021-01-17net: hns3: fix a phy loopback fail issueYonglong Liu1-1/+2
2021-01-17net: hns3: fix the number of queues actually used by ARQYufeng Mo1-2/+2
2020-12-21net: hns3: remove a misused pragma packedHuazhong Tan1-4/+0
2020-11-01net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu1-1/+1
2020-09-17net: hns3: Fix for geneve tx checksum bugYi Li1-2/+4
2020-08-05net: hns3: fix aRFS FD rules leftover after add a user FD ruleGuojia Liao1-13/+15
2020-08-05net: hns3: fix a TX timeout issueYonglong Liu1-1/+1
2020-07-29net: hns3: fix error handling for desc fillingYunsheng Lin2-0/+9
2020-07-16net: hns3: fix use-after-free when doing self testYonglong Liu1-3/+6
2020-07-16net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan1-2/+1
2020-04-01net: hns3: fix "tc qdisc del" failed issueYonglong Liu1-1/+1
2020-03-18net: hns3: fix a not link up issue when fibre port supports autonegJian Shen1-1/+3
2020-03-05net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()Guangbin Huang1-6/+9
2020-03-05net: hns3: add management table after IMP resetYufeng Mo1-0/+7
2020-01-23net: hns3: pad the short frame before sending to the hardwareYunsheng Lin1-0/+6
2019-12-31net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin1-0/+3
2019-12-31net: hns3: log and clear hardware error after reset completeJian Shen1-0/+3
2019-11-20net: hns3: fix a wrong reset interrupt status maskHuazhong Tan1-1/+1
2019-11-17net: hns3: cleanup of stray struct hns3_link_mode_mappingSalil Mehta1-5/+0
2019-11-15net: hns3: fix ETS bandwidth validation bugYonglong Liu1-1/+1
2019-11-15net: hns3: reallocate SSU' buffer size when pfc_en changesYunsheng Lin1-1/+16
2019-11-15net: hns3: add compatible handling for MAC VLAN switch parameter configurationGuangbin Huang1-2/+14
2019-11-07net: hns3: add compatible handling for command HCLGE_OPC_PF_RST_DONEHuazhong Tan1-1/+17
2019-11-06net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar7-7/+7
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu6-6/+58
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-11net: hns3: fix spelling mistake "undeflow" -> "underflow"Colin Ian King1-1/+1
2019-09-11net: hns3: add some DFX info for reset issueHuazhong Tan3-15/+30
2019-09-11net: hns3: check NULL pointer before useGuangbin Huang1-1/+2
2019-09-11net: hns3: modify some logs formatGuangbin Huang3-4/+7
2019-09-11net: hns3: fix port setting handle for fibre portGuangbin Huang1-0/+15
2019-09-11net: hns3: fix shaper parameter algorithmYonglong Liu1-7/+4
2019-09-11net: hns3: revert to old channel when setting new channel num failPeng Li1-14/+37
2019-09-11net: hns3: add ethtool_ops.set_channels support for HNS3 VF driverGuangbin Huang2-5/+79
2019-09-07net: hns3: make array spec_opcode static const, makes object smallerColin Ian King1-1/+1
2019-09-06net: hns3: make hclge_dbg_get_m7_stats_info staticGuojia Liao1-1/+1
2019-09-06net: hns3: disable loopback setting in hclge_mac_initYufeng Mo1-1/+33