summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2026-03-04net: hns3: extend HCLGE_FD_AD_QID to 11 bitsJijie Shao2-3/+6
2026-02-27net: hns3: fix double free issue for tx spare bufferJian Shen1-2/+9
2026-02-11treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2026-01-30net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issueJijie Shao1-1/+1
2026-01-30net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_MJijie Shao1-1/+1
2026-01-30net: hns3: fix data race in hns3_fetch_statsDavid Yang1-33/+36
2026-01-02net: hns3: add VLAN id validation before usingJian Shen1-0/+3
2026-01-02net: hns3: using the num_tqps to check whether tqp_index is out of range when...Jian Shen1-2/+2
2026-01-02net: hns3: using the num_tqps in the vf driver to apply for resourcesJian Shen1-2/+2
2025-10-29net: hibmcge: fix the inappropriate netif_device_detach()Jijie Shao1-4/+6
2025-10-29net: hibmcge: remove unnecessary check for np_link_fail in scenarios without ...Jijie Shao3-1/+4
2025-10-29net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issueJijie Shao1-0/+1
2025-10-28net: hns3: return error code when function failsJijie Shao3-6/+8
2025-10-22net: hibmcge: select FIXED_PHYHeiner Kallweit1-0/+1
2025-09-27ethtool: add FEC bins histogram reportVadim Fedorenko1-1/+2
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2025-08-27net: hns3: use kcalloc() instead of kzalloc()Qianfeng Rong1-1/+1
2025-08-22net: hibmcge: Remove the use of dev_err_probe()Xichao Zhao2-3/+2
2025-08-20net: hns3: change the function return type from int to boolJijie Shao1-2/+2
2025-08-20net: hns3: add parameter check for tx_copybreak and tx_spare_buf_sizeJijie Shao1-0/+33
2025-08-08net: hibmcge: fix the np_link_fail error reporting issueJijie Shao1-2/+13
2025-08-08net: hibmcge: fix the division by zero issueJijie Shao1-1/+6
2025-08-08net: hibmcge: fix rtnl deadlock issueJijie Shao1-9/+5
2025-07-25net: hibmcge: support for statistics of reset failuresJijie Shao4-0/+5
2025-07-25net: Fix typosBjorn Helgaas2-3/+3
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+61
2025-07-24net: hns3: default enable tx bounce buffer when smmu enabledJijie Shao2-0/+33
2025-07-24net: hns3: fixed vf get max channels bugJian Shen1-5/+1
2025-07-24net: hns3: disable interrupt when ptp init failedYonglong Liu1-3/+6
2025-07-24net: hns3: fix concurrent setting vlan filter issueJian Shen1-15/+21
2025-07-16net: hns3: use seq_file for files in tx_bd_info/ and rx_bd_info/ in debugfsJian Shen2-304/+65
2025-07-16net: hns3: use seq_file for files in common/ of hclge layerYonglong Liu5-344/+200
2025-07-16net: hns3: use seq_file for files in fd/ in debugfsJijie Shao2-39/+20
2025-07-16net: hns3: use seq_file for files in reg/ in debugfsJijie Shao2-143/+150
2025-07-16net: hns3: use seq_file for files in mac_list/ in debugfsYonglong Liu2-41/+20
2025-07-16net: hns3: use seq_file for files in tm/ in debugfsJian Shen6-334/+236
2025-07-16net: hns3: use seq_file for files in common/ of hns3 layerJijie Shao1-171/+88
2025-07-16net: hns3: use seq_file for files in queue/ in debugfsJian Shen1-105/+44
2025-07-16net: hns3: clean up the build warning in debugfs by use seq fileJian Shen3-75/+62
2025-07-16net: hns3: remove tx spare info from debugfs.Jijie Shao1-52/+0
2025-07-08net: hibmcge: configure FIFO thresholds according to the MAC controller docum...Jijie Shao2-0/+55
2025-07-08net: hibmcge: adjust the burst len configuration of the MAC controller to imp...Jijie Shao2-0/+10
2025-07-08net: hibmcge: support scenario without PHYJijie Shao1-0/+38
2025-06-25net: hns3: clear hns alarm: comparison of integer expressions of different si...Peiyang Wang11-44/+44
2025-06-25net: hns3: add complete parentheses for some macrosJijie Shao1-1/+1
2025-06-25net: hns3: delete redundant address before the arrayYonglong Liu2-2/+2
2025-06-25net: hns3: add \n at the end when print msgPeiyang Wang4-8/+8
2025-06-25net: hns3: use hns3_get_ops() helper to reduce the unnecessary middle layer c...Jijie Shao3-14/+14
2025-06-25net: hns3: use hns3_get_ae_dev() helper to reduce the unnecessary middle laye...Jijie Shao3-28/+28
2025-06-25net: hns3: fix spelling mistake "reg_um" -> "reg_num"Jijie Shao1-13/+14