summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix GRE checksum offload issueJie Wang2023-09-191-0/+9
* net: hns3: remove GSO partial feature bitJie Wang2023-09-071-2/+0
* net: hns3: fix tx timeout issueJian Shen2023-09-071-5/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-1/+13
|\
| * net: hns3: fix deadlock issue when externel_lb and reset are executed togetherYonglong Liu2023-08-081-1/+13
* | page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-071-0/+1
|/
* net: hns3: clear hns unused parameter alarmPeiyang Wang2023-06-231-1/+1
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* | net: hns3: remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
|/
* net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2023-02-061-0/+1
* net: hns3: fix miss L3E checking for rx packetJian Shen2022-12-231-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-72/+95
|\
| * net: hns3: fix return value check bug of rx copybreakJie Wang2022-11-151-2/+2
| * net: hns3: fix incorrect hw rss hash type of rx packetJian Shen2022-11-151-70/+93
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-2/+2
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang2022-09-211-8/+5
* net: hns3: add support for external loopback testYonglong Liu2022-09-211-0/+51
* net: hns3: support ndo_select_queue()Guangbin Huang2022-09-071-0/+46
* net: hns3: add getting capabilities of gro offload and fd from firmwareGuangbin Huang2022-08-311-4/+3
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-0/+9
|\
| * net: hns3: clear inited state and stop client after failed to register netdevJian Shen2022-04-251-0/+9
* | net: hns3: add ethtool parameter check for CQE/EQE modeYufeng Mo2022-04-201-4/+1
|/
* net: hns3: clean residual vf config after disable sriovPeng Li2022-03-261-0/+18
* net: hns3: add max order judgement for tx spare bufferHao Chen2022-03-261-0/+6
* net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen2022-03-261-8/+12
* net: hns3: add support for TX push modeYufeng Mo2022-02-071-4/+75
* net: hns3: refactor function hns3_get_vector_ring_chain()Jie Wang2021-12-021-68/+53
* net: hns3: split function hns3_nic_net_xmit()Yufeng Mo2021-12-021-19/+28
* net: hns3: refactor function hns3_fill_skb_desc to simplify codePeng Li2021-12-021-54/+93
* net: hns3: extract macro to simplify ring stats update codePeng Li2021-12-021-92/+31
* net: hns3: split function hns3_set_l2l3l4()Yufeng Mo2021-11-291-45/+57
* net: hns3: split function hns3_handle_bdinfo()Yufeng Mo2021-11-291-19/+35
* net: hns3: split function hns3_nic_get_stats64()Yufeng Mo2021-11-291-62/+61
* net: hns3: split function hns3_get_tx_timeo_queue_info()Yufeng Mo2021-11-291-48/+52
* net: hns3: refactor hns3_nic_reuse_page()Hao Chen2021-11-291-20/+35
* net: hns3: use macro IANA_VXLAN_GPE_UDP_PORT to replace number 4790Hao Chen2021-11-291-1/+1
* net: hns3: add dql info when tx timeoutYufeng Mo2021-11-241-0/+7
* net: hns3: format the output of the MAC addressYufeng Mo2021-11-241-9/+20
* net: hns3: remove the way to set tx spare buf via module parameterHao Chen2021-11-221-6/+1
* net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 ...Hao Chen2021-11-221-2/+2
* net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1
* net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-0/+1
* net: hns3: sync rx ring head in echo common pullYufeng Mo2021-11-101-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-15/+22
|\
| * net: hns3: schedule the polling again when allocation failsYunsheng Lin2021-10-201-10/+12
| * net: hns3: fix for miscalculation of rx unused descYunsheng Lin2021-10-201-0/+8