summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-056-6/+6
* net: hns: hisilicon: hns_dsaf_mac: switch to scoped device_for_each_child_node()Javier Carrasco2024-10-041-7/+3
* net: hns3: Remove setting of RX software timestampGal Pressman2024-09-041-4/+0
* net: hns: Use IS_ERR_OR_NULL() helper functionHongbo Li2024-08-291-1/+1
* net: hisilicon: hns_mdio: fix OF node leak in probe()Krzysztof Kozlowski2024-08-291-0/+1
* net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()Krzysztof Kozlowski2024-08-291-0/+1
* net: hisilicon: hip04: fix OF node leak in probe()Krzysztof Kozlowski2024-08-291-0/+1
* net: hns3: Use ARRAY_SIZE() to improve readabilityZhang Zekun2024-08-211-4/+4
* net: hns3: Use ipv6_addr_{cpu_to_be32,be32_to_cpu} helpersSimon Horman2024-08-162-43/+44
* net: hns3: use correct release function during uninitializationPeiyang Wang2024-08-151-1/+1
* net: hns3: void array out of bound when loop tnl_numPeiyang Wang2024-08-151-3/+3
* net: hns3: fix a deadlock problem when config TC during resettingJie Wang2024-08-151-0/+3
* net: hns3: use the user's cfg after resetPeiyang Wang2024-08-152-6/+21
* net: hns3: fix wrong use of semaphore upJie Wang2024-08-152-4/+4
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-154-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-133-5/+22
|\
| * net: hns3: add cond_resched() to hns3 ring buffer init processJie Wang2024-06-072-0/+6
| * net: hns3: fix kernel crash problem in concurrent scenarioYonglong Liu2024-06-071-5/+16
* | hns3: avoid linking objects into multiple modulesArnd Bergmann2024-05-314-6/+35
|/
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-233-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-091-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-082-2/+2
* | net: hns3: flower: validate control flagsAsbjørn Sloth Tønnesen2024-04-251-3/+15
* | net: hns3: add support to query scc version by devlink infoHao Chen2024-04-136-3/+79
* | net: hns3: dump more reg info based on ras modPeiyang Wang2024-04-137-8/+477
* | net: hns3: move constants from hclge_debugfs.h to hclge_debugfs.cJijie Shao2024-04-132-640/+640
* | net: hns3: add command queue trace for hns3Hao Lan2024-04-136-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