summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2024-10-08net: sparx5: use SPX5_CONST for constants which already have a symbolDaniel Machon
2024-10-08net: sparx5: add constants to match dataDaniel Machon
2024-10-08net: sparx5: add *sparx5 argument to a few functionsDaniel Machon
2024-10-08net: sparx5: modify SPX5_PORTS_ALL macroDaniel Machon
2024-10-08net: sparx5: add indirection layer to register macrosDaniel Machon
2024-10-08net: sparx5: add support for private match dataDaniel Machon
2024-10-08net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix module removalNicolas Pitre
2024-10-08net: ethernet: ti: am65-cpsw: prevent WARN_ON upon module removalNicolas Pitre
2024-10-08net: qcom/emac: Find sgmii_ops by device_for_each_child()Zijun Hu
2024-10-07net: airoha: Update tx cpu dma ring idx at the end of xmit loopLorenzo Bianconi
2024-10-07net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_f...Christophe JAILLET
2024-10-07Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"Jakub Kicinski
2024-10-07mlxsw: spectrum_acl_flex_keys: Constify struct mlxsw_afk_element_instChristophe JAILLET
2024-10-06sfc: add per-queue RX bytes statsEdward Cree
2024-10-06sfc: implement per-queue TSO (hw_gso) statsEdward Cree
2024-10-06sfc: implement per-queue rx drop and overrun statsEdward Cree
2024-10-06sfc: account XDP TXes in netdev base statsEdward Cree
2024-10-06sfc: add n_rx_overlength to ethtool statsEdward Cree
2024-10-06sfc: implement basic per-queue statsEdward Cree
2024-10-06sfc: remove obsolete counters from struct efx_channelEdward Cree
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-10-04ibmvnic: Inspect header requirements before using scrq directNick Child
2024-10-04net/mlx5: hw counters: Remove mlx5_fc_create_exCosmin Ratiu
2024-10-04net/mlx5: hw counters: Don't maintain a counter countCosmin Ratiu
2024-10-04net/mlx5: hw counters: Drop unneeded cacheline alignmentCosmin Ratiu
2024-10-04net/mlx5: hw counters: Replace IDR+lists with xarrayCosmin Ratiu
2024-10-04net/mlx5: hw counters: Use kvmalloc for bulk query bufferCosmin Ratiu
2024-10-04net/mlx5: hw counters: Make fc_stats & fc_pool privateCosmin Ratiu
2024-10-04octeontx2-af: Change block parameter to const pointer in get_lf_str_listRiyan Dhiman
2024-10-04net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2Aleksander Jan Bajkowski
2024-10-04net: airoha: fix PSE memory configuration in airoha_fe_pse_ports_init()Lorenzo Bianconi
2024-10-04net: airoha: read default PSE reserved pages value before updatingLorenzo Bianconi
2024-10-04net: hns: hisilicon: hns_dsaf_mac: switch to scoped device_for_each_child_node()Javier Carrasco
2024-10-04qed: put cond_resched() in qed_dmae_operation_wait()Michal Schmidt
2024-10-04qed: allow the callee of qed_mcp_nvm_read() to sleepMichal Schmidt
2024-10-04qed: put cond_resched() in qed_grc_dump_ctx_data()Michal Schmidt
2024-10-04qed: make 'ethtool -d' 10 times fasterMichal Schmidt
2024-10-04net: mv643xx: fix wrong devm_clk_get usageRosen Penev
2024-10-04net: mv643xx: use devm_platform_ioremap_resourceRosen Penev
2024-10-04net: ag71xx: move assignment into main loopRosen Penev
2024-10-04net: ag71xx: replace INIT_LIST_HEADRosen Penev
2024-10-04net: ag71xx: remove platform_set_drvdataRosen Penev
2024-10-04net: ag71xx: use some dev_err_probeRosen Penev
2024-10-04net: ag71xx: use devm_ioremap_resourceRosen Penev
2024-10-03ibmvnic: Add stat for tx direct vs tx batchedNick Child
2024-10-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-10-03net: marvell: mvmdio: use clk_get_optionalRosen Penev
2024-10-03gve: Map NAPI instances to queuesJoe Damato
2024-10-03gve: Map IRQs to NAPI instancesJoe Damato