summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-10-18Merge tag 'mlx5-updates-2023-10-10' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski32-353/+541
2023-10-18net: fman: convert to .mac_get_caps()Russell King (Oracle)1-6/+5
2023-10-18eth: bnxt: fix backward compatibility with older devicesJakub Kicinski5-12/+28
2023-10-17net: netcp: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-16tsnep: Inline small fragments within TX descriptorGerhard Engleder2-26/+79
2023-10-16net: cxgb3: simplify logic for rspq_check_napiChristian Marangi1-6/+1
2023-10-15ice: dpll: implement phase related callbacksArkadiusz Kubalewski2-4/+226
2023-10-15i40e: Add PBA as board id info to devlink .info_getIvan Vecera1-0/+16
2023-10-15i40e: Refactor and rename i40e_read_pba_string()Ivan Vecera4-26/+39
2023-10-15i40e: Add handler for devlink .info_getIvan Vecera1-0/+90
2023-10-15i40e: Split and refactor i40e_nvm_version_str()Ivan Vecera3-44/+105
2023-10-15i40e: Add initial devlink supportIvan Vecera6-6/+164
2023-10-15tg3: Improve PTP TX timestamping logicPavan Chebbi2-16/+68
2023-10-15sfc: support offloading ct(nat) action in RHS rulesEdward Cree3-1/+12
2023-10-15sfc: parse mangle actions (NAT) in conntrack entriesEdward Cree1-2/+89
2023-10-14net/mlx5e: Allow IPsec soft/hard limits in bytesLeon Romanovsky2-19/+28
2023-10-14net/mlx5e: Increase max supported channels number to 256Adham Faris1-1/+1
2023-10-14net/mlx5e: Preparations for supporting larger number of channelsAdham Faris10-52/+178
2023-10-14net/mlx5e: Refactor mlx5e_rss_init() and mlx5e_rss_free() API'sAdham Faris3-50/+44
2023-10-14net/mlx5e: Refactor mlx5e_rss_set_rxfh() and mlx5e_rss_get_rxfh()Adham Faris1-8/+4
2023-10-14net/mlx5e: Refactor rx_res_init() and rx_res_free() APIsAdham Faris5-66/+56
2023-10-14net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify codeYu Liao1-6/+2
2023-10-14net/mlx5: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan1-8/+2
2023-10-14net/mlx5: Remove unused declarationYue Haibing5-9/+0
2023-10-14net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lockShay Drory7-39/+59
2023-10-14net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcomShay Drory6-73/+51
2023-10-14net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyShay Drory1-0/+4
2023-10-14net/mlx5: Redesign SF active work to remove table_lockWei Zhang3-31/+74
2023-10-14net/mlx5: Parallelize vhca event handlingWei Zhang3-9/+56
2023-10-14qed: replace uses of strncpyJustin Stitt1-4/+3
2023-10-14r8169: fix rare issue with broken rx after link-down on RTL8125Heiner Kallweit1-0/+4
2023-10-14sfc: replace deprecated strncpy with strscpyJustin Stitt1-2/+1
2023-10-14ionic: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-14net: sparx5: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-2/+1
2023-10-14net/mlx4_core: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-14nfp: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-14mlxsw: pci: Allocate skbs using GFP_KERNEL during initializationIdo Schimmel1-4/+5
2023-10-14octeontx2-af: Enable hardware timestamping for VFsSubbaraya Sundeep1-4/+3
2023-10-14net: ngbe: add ethtool stats supportJiawen Wu3-0/+9
2023-10-14net: txgbe: add ethtool stats supportJiawen Wu3-0/+9
2023-10-14net: libwx: support hardware statisticsJiawen Wu6-2/+377
2023-10-13Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski13-40/+849
2023-10-13chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca2-33/+46
2023-10-13net: stmmac: fix typo in commentJohannes Zink1-1/+1
2023-10-13ibmvnic: replace deprecated strncpy with strscpyJustin Stitt1-1/+2
2023-10-13net: fec: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-13net: ethernet: wiznet: Use spi_get_device_match_data()Rob Herring1-10/+2
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring13-132/+40
2023-10-13net: stmmac: dwmac-stm32: refactor clock configBen Wolsieffer1-68/+45
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-41/+123