summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: mark unexcuted loopback test result as UNEXECUTEDJian Shen2024-03-261-2/+17
* net: hns3: fix kernel crash when devlink reload during pf initializationYonglong Liu2024-03-261-0/+4
* net: hns3: fix index limit to support all queue statsJie Wang2024-03-261-1/+1
* net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)2024-03-182-8/+8
* net: hns3: add checking for vf id of mailboxJian Shen2024-03-081-3/+4
* net: hns3: fix port duplex configure error in IMP resetJie Wang2024-03-081-1/+4
* net: hns3: fix reset timeout under full functions and queuesPeiyang Wang2024-03-082-2/+2
* net: hns3: fix delete tc fail issueJijie Shao2024-03-085-0/+22
* net: hns3: fix kernel crash when 1588 is received on HIP08 devicesYonglong Liu2024-03-081-1/+1
* net: hns3: Disable SerDes serial loopback for HiLink H60Hao Lan2024-03-085-3/+18
* net: hns3: add new 200G link modes for hisilicon deviceHao Lan2024-03-082-11/+22
* net: hns3: fix wrong judgment condition issueJijie Shao2024-03-081-1/+1
* net: hns: make hnae_class constantRicardo B. Marliere2024-03-051-6/+7
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-2/+2
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-115-58/+72
|\
| * net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-132-16/+24
| * net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-083-35/+34
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-073-23/+62
| |\
| * | net: hns3: reduce stack usage in hclge_dbg_dump_tm_pri()Arnd Bergmann2023-12-051-7/+14
* | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\ \ \ | |_|/ |/| |
| * | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
| |/
* | net: hns: fix fake link up on xge portYonglong Liu2023-12-061-0/+29
* | net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu2023-12-062-23/+33
|/
* net: hns3: fix VF wrong speed and duplex issueJijie Shao2023-11-131-0/+4
* net: hns3: fix VF reset fail issueJijie Shao2023-11-132-1/+14
* net: hns3: fix variable may not initialized problem in hns3_init_mac_addr()Yonglong Liu2023-11-131-1/+1
* net: hns3: fix out-of-bounds access may occur when coalesce info is read via ...Yonglong Liu2023-11-131-3/+6
* net: hns3: fix incorrect capability bit display for copper portJian Shen2023-11-131-0/+1
* net: hns3: add barrier in vf mailbox reply processYonglong Liu2023-11-131-0/+7
* net: hns3: fix add VLAN fail issueJian Shen2023-11-132-10/+29
* net: hns3: add some link modes for hisilicon deviceHao Chen2023-10-252-82/+92
* page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-2/+1
* net: ethernet: Use device_get_match_data()Rob Herring2023-10-131-8/+3
* net: hns3: add vf fault detect supportJie Wang2023-10-117-7/+120
* net: hns3: add hns3 vf fault detect cap bit supportJie Wang2023-10-114-0/+9
* net: hisilicon: Annotate struct rcb_common_cb with __counted_byKees Cook2023-10-021-1/+1
* net: hns: Annotate struct ppe_common_cb with __counted_byKees Cook2023-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-213-2/+23
|\
| * net: hns3: add 5ms delay before clear firmware reset irq sourceJie Wang2023-09-191-0/+5
| * net: hns3: fix fail to delete tc flower rules during reset issueJijie Shao2023-09-191-0/+6
| * net: hns3: only enable unicast promisc when mac table fullJian Shen2023-09-191-1/+1
| * net: hns3: fix GRE checksum offload issueJie Wang2023-09-191-0/+9
| * net: hns3: add cmdq check for vf periodic service taskJie Wang2023-09-191-1/+2
* | net: ethernet: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König2023-09-206-22/+12
|/
* net: hns3: remove GSO partial feature bitJie Wang2023-09-071-2/+0
* net: hns3: fix the port information display when sfp is absentYisen Zhuang2023-09-071-1/+3
* net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao2023-09-074-19/+9
* net: hns3: fix debugfs concurrency issue between kfree buffer and readHao Chen2023-09-071-3/+4
* net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen2023-09-071-7/+7
* net: hns3: Support query tx timeout threshold by debugfsJijie Shao2023-09-071-0/+4