summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix missing features due to dev->features configuration too earlyHao Lan2025-01-081-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-071-58/+1
|\
| * Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'"Jakub Kicinski2024-11-051-58/+1
* | dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos2024-11-031-2/+2
|/
* net: hns3: fix missing features due to dev->features configuration too earlyHao Lan2024-10-311-1/+0
* net: hns3: add sync command to sync io-pgtableJian Shen2024-10-311-0/+27
* net: hns3: default enable tx bounce buffer when smmu enabledPeiyang Wang2024-10-311-0/+31
* net: hns3: fix a deadlock problem when config TC during resettingJie Wang2024-08-151-0/+3
* net: hns3: add cond_resched() to hns3 ring buffer init processJie Wang2024-06-071-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-181-4/+0
|\
| * net: hns3: Remove io_stop_wc() calls after __iowrite64_copy()Jason Gunthorpe2024-04-221-4/+0
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
|/
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-2/+2
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-091-1/+1
* net: hns3: fix variable may not initialized problem in hns3_init_mac_addr()Yonglong Liu2023-11-131-1/+1
* page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-241-2/+1
* 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-091-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-281-1/+1
|\
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-061-1/+1
* | net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* | net: hns3: remove unnecessary aer.h includeBjorn Helgaas2023-03-091-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-181-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-291-2/+2
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-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