summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-223-13/+13
* 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
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-096-41/+47
|\ \
| * | net: hns3: fix kernel crash when devlink reload during initializationYonglong Liu2024-05-092-18/+9
| * | net: hns3: fix port vlan filter not disabled issueYonglong Liu2024-05-091-1/+6
| * | net: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang2024-05-092-4/+2
| * | net: hns3: release PTP resources if pf initialization failedPeiyang Wang2024-05-091-1/+3
| * | net: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang2024-05-095-8/+11
| * | net: hns3: direct return when receive a unknown mailbox messageJian Shen2024-05-091-3/+4
| * | net: hns3: using user configure after hardware resetPeiyang Wang2024-05-092-6/+12
| |/
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-072-2/+2
* | net: hns3: flower: validate control flagsAsbjørn Sloth Tønnesen2024-04-241-3/+15
* | net: hns3: add support to query scc version by devlink infoHao Chen2024-04-126-3/+79
* | net: hns3: dump more reg info based on ras modPeiyang Wang2024-04-127-8/+477
* | net: hns3: move constants from hclge_debugfs.h to hclge_debugfs.cJijie Shao2024-04-122-640/+640
* | net: hns3: add command queue trace for hns3Hao Lan2024-04-126-1/+260
|/
* 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