summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)Author
2022-07-04net: hns: Fix spelling mistakes in comments.Zhang Jiaming
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-30hisilicon/hns3/hns3vf:fix repeated words in commentsJilin Yuan
2022-06-13net: hns3: fix tm port shapping of fibre port is incorrect after driver initi...Guangbin Huang
2022-06-13net: hns3: fix PF rss size initialization bugJie Wang
2022-06-13net: hns3: restore tm priority/qset to default settings when tc disabledGuangbin Huang
2022-06-13net: hns3: modify the ring param print infoJie Wang
2022-06-13net: hns3: don't push link state to VF if unaliveJian Shen
2022-06-13net: hns3: set port base vlan tbl_sta to false before removing old vlanGuangbin Huang
2022-05-09net: hns3: fix incorrect type of argument in declaration of function hclge_co...Guangbin Huang
2022-05-09net: hns3: add query vf ring and vector map relationGuangbin Huang
2022-05-09net: hns3: add byte order conversion for VF to PF mailbox messageJie Wang
2022-05-09net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang
2022-05-09net: hns3: remove the affinity settings of vector0Yufeng Mo
2022-05-09net: hns3: fix access null pointer issue when set tx-buf-size as 0Hao Chen
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-25net: hns: Add missing fwnode_handle_put in hns_mac_initPeng Wu
2022-04-25net: hns3: add return value for mailbox handling in PFJian Shen
2022-04-25net: hns3: add validity check for message data lengthJian Shen
2022-04-25net: hns3: modify the return code of hclge_get_ring_chain_from_mbxJie Wang
2022-04-25net: hns3: fix error log of tx/rx tqps statsPeng Li
2022-04-25net: hns3: align the debugfs output to the leftHao Chen
2022-04-25net: hns3: clear inited state and stop client after failed to register netdevJian Shen
2022-04-22net: hns3: Fix spelling mistake "actvie" -> "active"Colin Ian King
2022-04-20net: hns3: remove unnecessary line wrap for hns3_set_tunableHao Chen
2022-04-20net: hns3: replace magic value by HCLGE_RING_REG_OFFSETPeng Li
2022-04-20net: hns3: fix the wrong words in commentsPeng Li
2022-04-20net: hns3: update the comment of function hclgevf_get_mbx_respPeng Li
2022-04-20net: hns3: add log for setting tx spare buf sizeHao Chen
2022-04-20net: hns3: add failure logs in hclge_set_vport_mtuJie Wang
2022-04-20net: hns3: refine the definition for struct hclge_pf_to_vf_msgJian Shen
2022-04-20net: hns3: refactor hns3_set_ringparam()Hao Chen
2022-04-20net: hns3: add ethtool parameter check for CQE/EQE modeYufeng Mo
2022-04-15net: hns3: add tx push support in hns3 ring param processJie Wang
2022-03-31net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang
2022-03-31net: hns3: fix the concurrency between functions reading debugfsYufeng Mo
2022-03-26net: hns3: fix phy can not link up when autoneg off and resetGuangbin Huang
2022-03-26net: hns3: add NULL pointer check for hns3_set/get_ringparam()Hao Chen
2022-03-26net: hns3: add netdev reset check for hns3_set_tunable()Hao Chen
2022-03-26net: hns3: clean residual vf config after disable sriovPeng Li
2022-03-26net: hns3: add max order judgement for tx spare bufferHao Chen
2022-03-26net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen
2022-03-25net: hns3: refine the process when PF set VF VLANJian Shen
2022-03-25net: hns3: add vlan list lock to protect vlan listJian Shen
2022-03-25net: hns3: fix port base vlan add fail when concurrent with resetJian Shen
2022-03-25net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen
2022-03-16net: hns3: Fix spelling mistake "does't" -> "doesn't"Colin Ian King
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet