summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2026-08-22net: hibmcge: fix page_pool DMA direction mismatchJian Shen1-1/+1
2026-08-11net: hns3: use txqueue parameter directly in ndo_tx_timeoutJian Shen1-26/+22
2026-08-11net: hns3: add missing const qualifier to hclge_log_error() reg parameterJijie Shao1-1/+1
2026-08-11net: hns3: set msg->desc to NULL after kfree in hclge_query_reg_info()Jian Shen1-0/+1
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+1
2026-07-31net: hisilicon: hix5hd2_gmac: remove redundant NAPI deleteJiawen Liu1-1/+0
2026-07-30net: hns3: fix speed configuration residue after driver reloadJijie Shao1-5/+1
2026-07-24net: hns: use u32 for register offset in RCB TX coalescingDaniil Agalakov1-2/+2
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2026-07-22net: hip04: fix RX buffer leak on build_skb failureFan Wu1-3/+8
2026-07-21net: hibmcge: fix double-free of tx skb on DMA mapping failureXuanqiang Luo1-0/+1
2026-07-06net: hns3: add support to query/set TX pfc_prevention_tout for ethtool with R...Hao Chen6-0/+217
2026-06-25net: hns3: differentiate autoneg default values between copper and fiberShuaisong Yang1-0/+7
2026-06-25net: hns3: fix permanent link down deadlock after resetShuaisong Yang1-7/+15
2026-06-25net: hns3: refactor MAC autoneg and speed configurationShuaisong Yang2-14/+42
2026-06-25net: hns3: unify copper port ksettings configuration pathShuaisong Yang2-19/+40
2026-06-13net: hns3: move fd code to a separate fileJijie Shao5-2610/+2650
2026-06-13net: hns3: debugfs support for dumping fd rulesJijie Shao3-0/+162
2026-06-13net: hns3: support IP and tunnel VNI dissectors for tc flowJijie Shao2-7/+88
2026-06-13net: hns3: support two more actions for tc flowJijie Shao1-7/+56
2026-06-13net: hns3: improve the unused_tuple parameter settingJijie Shao1-0/+12
2026-06-13net: hns3: refactor add_cls_flower to prepare for multiple actionsJijie Shao3-38/+60
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+6
2026-05-28net: hibmcge: move dma_rmb() after dma_sync_single_for_cpu() in RX pathJijie Shao1-3/+3
2026-05-28net: hibmcge: disable Relaxed Ordering to fix RX packet corruptionJijie Shao1-0/+3
2026-05-12net: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)4-32/+50
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-28/+27
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+9
2026-02-06net: hns3: fix double free issue for tx spare bufferJian Shen1-2/+9
2026-01-27net: hns3: extend HCLGE_FD_AD_COUNTER_NUM to 8 bitsJijie Shao2-4/+9
2026-01-27net: hns3: extend HCLGE_FD_AD_QID to 11 bitsJijie Shao2-3/+6
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-35/+38
2026-01-20net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issueJijie Shao1-1/+1
2026-01-20net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_MJijie Shao1-1/+1
2026-01-20net: hns3: fix data race in hns3_fetch_statsDavid Yang1-33/+36
2026-01-15net: hns3: Use netif_xmit_timeout_ms() helperShahar Shitrit1-7/+5
2026-01-10net: hns3: convert to use .get_rx_ring_countBreno Leitao1-3/+9
2026-01-10net: hns: convert to use .get_rx_ring_countBreno Leitao1-13/+3
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-4/+7
2025-12-18net: hns3: add VLAN id validation before usingJian Shen1-0/+3
2025-12-18net: hns3: using the num_tqps to check whether tqp_index is out of range when...Jian Shen1-2/+2
2025-12-18net: hns3: using the num_tqps in the vf driver to apply for resourcesJian Shen1-2/+2
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2025-11-26net: hibmcge: add support for pagepool on rxJijie Shao3-33/+142
2025-11-26net: hibmcge: reduce packet drop under stress testingJijie Shao1-10/+37
2025-11-26net: hibmcge: add support for tracepoint to dump some fields of rx_descTao Lan4-0/+93