aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-08-13net: stmmac: dwmac-loongson: Add Loongson GNET supportYanteng Si1-3/+74
2024-08-13net: stmmac: dwmac-loongson: Add Loongson Multi-channels GMAC supportYanteng Si2-2/+327
2024-08-13net: stmmac: dwmac-loongson: Add DT-less GMAC PCI-device supportYanteng Si1-63/+102
2024-08-13net: stmmac: dwmac-loongson: Introduce PCI device info dataYanteng Si1-2/+15
2024-08-13net: stmmac: dwmac-loongson: Add phy_interface for Loongson GMACYanteng Si1-0/+2
2024-08-13net: stmmac: dwmac-loongson: Init ref and PTP clocks rateYanteng Si1-0/+3
2024-08-13net: stmmac: dwmac-loongson: Detach GMAC-specific platform data initYanteng Si1-7/+12
2024-08-13net: stmmac: dwmac-loongson: Use PCI_DEVICE_DATA() macro for device identific...Yanteng Si1-1/+3
2024-08-13net: stmmac: dwmac-loongson: Drop pci_enable/disable_msi callsYanteng Si1-7/+3
2024-08-13net: stmmac: dwmac-loongson: Drop duplicated hash-based filter size initYanteng Si1-2/+1
2024-08-13net: stmmac: Export dwmac1000_dma_opsYanteng Si1-0/+1
2024-08-13net: stmmac: Add multi-channel supportYanteng Si6-39/+68
2024-08-13net: stmmac: Move the atds flag to the stmmac_dma_cfg structureYanteng Si7-11/+9
2024-08-12nfp: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-08-12net: macb: Use rcu_dereference() for idev->ifa_list in macb_suspend().Kuniyuki Iwashima1-2/+2
2024-08-12eth: fbnic: add support for basic qstatsStanislav Fomichev1-0/+67
2024-08-12eth: fbnic: add basic rtnl statsJakub Kicinski4-1/+132
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski5-0/+5
2024-08-12eth: remove .cap_rss_ctx_supported from updated driversJakub Kicinski4-4/+0
2024-08-12eth: mlx5: allow disabling queues when RSS contexts existJakub Kicinski1-12/+0
2024-08-12eth: mvpp2: implement new RSS context APIJakub Kicinski3-33/+69
2024-08-12net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()Zheng Zhang1-2/+4
2024-08-12net: mana: Fix RX buf alloc_size alignment and atomic op panicHaiyang Zhang1-1/+5
2024-08-12net: sunvnet: use ethtool_sprintf/putsRosen Penev1-24/+10
2024-08-12net: axienet: Fix register defines comment descriptionRadhey Shyam Pandey1-8/+8
2024-08-11net: mvpp2: use device_for_each_child_node() to access device child nodesJavier Carrasco1-6/+2
2024-08-11net: mvpp2: use port_count to remove portsJavier Carrasco1-16/+7
2024-08-11bnxt_en: only set dev->queue_mgmt_ops if supported by FWDavid Wei2-1/+5
2024-08-11bnxt_en: stop packet flow during bnxt_queue_stop/startDavid Wei1-4/+18
2024-08-11bnxt_en: set vnic->mru in bnxt_hwrm_vnic_cfg()David Wei1-1/+2
2024-08-11bnxt_en: Check the FW's VNIC flush capabilityMichael Chan2-0/+3
2024-08-11bnxt_en: Add support to call FW to update a VNICMichael Chan2-0/+23
2024-08-11bnxt_en: Update firmware interface to 1.10.3.68Michael Chan1-140/+249
2024-08-11Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-qDavid S. Miller4-16/+75
2024-08-11net: ethernet: use ip_hdrlen() instead of bit shiftMoon Yeounsu1-6/+4
2024-08-09net/mlx5e: Fix queue stats access to non-existing channels splatGal Pressman1-1/+4
2024-08-09net/mlx5e: Correctly report errors for ethtool rx flowsCosmin Ratiu1-1/+1
2024-08-09net/mlx5e: Take state lock during tx timeout reporterDragos Tatulea1-0/+2
2024-08-09net/mlx5e: SHAMPO, Increase timeout to improve latencyDragos Tatulea4-14/+17
2024-08-09net/mlx5: SD, Do not query MPIR register if no sd_groupTariq Toukan1-9/+9
2024-08-09net/mlx5e: CT: Update connection tracking steering entriesCosmin Ratiu4-8/+53
2024-08-09net/mlx5e: CT: 'update' rules instead of 'replace'Cosmin Ratiu1-17/+17
2024-08-09net/mlx5e: Use extack in get module eeprom by page callbackGal Pressman1-2/+4
2024-08-09net/mlx5e: Use extack in set coalesce callbackGal Pressman1-6/+14
2024-08-09net/mlx5e: Use extack in get coalesce callbackGal Pressman4-6/+10
2024-08-09net/mlx5e: Use extack in set ringparams callbackGal Pressman4-22/+13
2024-08-09net/mlx5e: Be consistent with bitmap handling of link modesGal Pressman1-12/+11
2024-08-09net/mlx5e: TC, Offload rewrite and mirror to both internal and external destsJianbo Liu1-0/+17
2024-08-09net/mlx5e: TC, Offload rewrite and mirror on tunnel over ovs internal portJianbo Liu4-0/+112
2024-08-09net/mlx5e: Enable remove flow for hard packet limitJianbo Liu1-0/+1