summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
AgeCommit message (Expand)Author
9 daysnet: Fix typosBjorn Helgaas
10 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
10 daysnet: hns3: default enable tx bounce buffer when smmu enabledJijie Shao
2025-07-15net: hns3: clean up the build warning in debugfs by use seq fileJian Shen
2025-06-24net: hns3: clear hns alarm: comparison of integer expressions of different si...Peiyang Wang
2025-06-24net: hns3: add \n at the end when print msgPeiyang Wang
2025-06-24net: hns3: use hns3_get_ops() helper to reduce the unnecessary middle layer c...Jijie Shao
2025-06-24net: hns3: use hns3_get_ae_dev() helper to reduce the unnecessary middle laye...Jijie Shao
2025-06-12net: hns3: Demote load and progress messages to debug levelGeert Uytterhoeven
2025-05-01net: hns3: fix an interrupt residual problemYonglong Liu
2025-01-22net: hns3: fix oops when unload drivers parallelingJian Shen
2025-01-08net: hns3: fix missing features due to dev->features configuration too earlyHao Lan
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-04Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'"Jakub Kicinski
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-10-31net: hns3: fix missing features due to dev->features configuration too earlyHao Lan
2024-10-31net: hns3: add sync command to sync io-pgtableJian Shen
2024-10-31net: hns3: default enable tx bounce buffer when smmu enabledPeiyang Wang
2024-08-15net: hns3: fix a deadlock problem when config TC during resettingJie Wang
2024-06-07net: hns3: add cond_resched() to hns3 ring buffer init processJie Wang
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-22net: hns3: Remove io_stop_wc() calls after __iowrite64_copy()Jason Gunthorpe
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-11-13net: hns3: fix variable may not initialized problem in hns3_init_mac_addr()Yonglong Liu
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin
2023-09-19net: hns3: fix GRE checksum offload issueJie Wang
2023-09-07net: hns3: remove GSO partial feature bitJie Wang
2023-09-07net: hns3: fix tx timeout issueJian Shen
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-08net: hns3: fix deadlock issue when externel_lb and reset are executed togetherYonglong Liu
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-06-23net: hns3: clear hns unused parameter alarmPeiyang Wang
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-03-08net: hns3: remove unnecessary aer.h includeBjorn Helgaas
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean
2022-12-23net: hns3: fix miss L3E checking for rx packetJian Shen
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-15net: hns3: fix return value check bug of rx copybreakJie Wang
2022-11-15net: hns3: fix incorrect hw rss hash type of rx packetJian Shen
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-21net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang
2022-09-21net: hns3: add support for external loopback testYonglong Liu
2022-09-07net: hns3: support ndo_select_queue()Guangbin Huang
2022-08-31net: hns3: add getting capabilities of gro offload and fd from firmwareGuangbin Huang
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet