summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-08-09sfc: add MAE table machinery for conntrack tableEdward Cree5-1/+308
2023-08-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski14-161/+279
2023-08-08Merge tag 'mlx5-updates-2023-08-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski16-270/+300
2023-08-08net: renesas: rswitch: Add .[gs]et_link_ksettings supportYoshihiro Shimoda1-0/+2
2023-08-08net: renesas: rswitch: Add runtime speed change supportYoshihiro Shimoda2-3/+25
2023-08-08rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma5-15/+0
2023-08-08bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.cMichael Chan2-284/+49
2023-08-08bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()Michael Chan2-285/+52
2023-08-08net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()Dan Carpenter2-2/+2
2023-08-08net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macrosChristophe Leroy2-5/+5
2023-08-08net: fs_enet: Move struct fs_platform_info into fs_enet.hChristophe Leroy2-1/+19
2023-08-08net: fs_enet: Remove has_phy field in fs_platform_info structChristophe Leroy1-14/+0
2023-08-08net: fs_enet: Fix address space and base types mismatchesChristophe Leroy2-3/+3
2023-08-08net: fs_enet: Remove set but not used variableChristophe Leroy1-2/+0
2023-08-08net: hns: Remove unused function declaration mac_adjust_link()Yue Haibing1-1/+0
2023-08-08i40e: Remove unused function declarationsYue Haibing1-17/+0
2023-08-08ixgbe: Remove unused function declarationsYue Haibing2-7/+0
2023-08-07net: dpaa2-switch: Remove redundant initialization owner in dpaa2_switch_drvLi Zetao1-1/+0
2023-08-07net: dpaa2-eth: Remove redundant initialization owner in dpaa2_eth_driverLi Zetao1-1/+0
2023-08-07octeontx2-af: TC flower offload support for inner VLANSuman Ghosh5-6/+44
2023-08-07octeontx2-af: Code restructure to handle TC outer VLAN offloadSuman Ghosh1-40/+53
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin29-17/+28
2023-08-07ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel6-133/+99
2023-08-07ice: add FW load waitJan Sokolowski2-0/+39
2023-08-07ice: Add get C827 PHY index functionKarol Kolacinski4-0/+67
2023-08-07ice: Rename enum ice_pkt_flags valuesMarcin Szycik2-7/+7
2023-08-07ice: Add direction metadataMarcin Szycik4-19/+28
2023-08-07ice: Accept LAG netdevs in bridge offloadsWojciech Drewek1-5/+42
2023-08-07net: stmmac: dwmac-imx: enable MAC propagation delay correction for i.MX8MPJohannes Zink1-0/+5
2023-08-07net: stmmac: correct MAC propagation delayJohannes Zink4-0/+58
2023-08-07net/mlx5: Bridge, Only handle registered netdev bridge eventsRoi Dayan1-0/+4
2023-08-07net/mlx5: E-Switch, Remove redundant arg ignore_flow_lvlRoi Dayan1-4/+2
2023-08-07net/mlx5: Fix typo reminder -> remainderGal Pressman1-3/+3
2023-08-07net/mlx5: remove many unnecessary NULL valuesRuan Jinjie2-3/+3
2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla6-43/+49
2023-08-07net/mlx5: Handle SF IRQ request in the absence of SF IRQ poolMaher Sanalla2-10/+26
2023-08-07net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla4-5/+5
2023-08-07net/mlx5: Add IRQ vector to CPU lookup functionMaher Sanalla3-6/+19
2023-08-07net/mlx5: Introduce mlx5_cpumask_default_spreadMaher Sanalla1-6/+14
2023-08-07net/mlx5: Implement single completion EQ create/destroy methodsMaher Sanalla1-71/+66
2023-08-07net/mlx5: Use xarray to store and manage completion EQsMaher Sanalla1-26/+24
2023-08-07net/mlx5: Refactor completion IRQ request/release handlers in EQ layerMaher Sanalla1-58/+51
2023-08-07net/mlx5: Use xarray to store and manage completion IRQsMaher Sanalla1-32/+29
2023-08-07net/mlx5: Refactor completion IRQ request/release APIMaher Sanalla4-103/+101
2023-08-07net/mlx5: Track the current number of completion EQsMaher Sanalla1-10/+14
2023-08-06net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast ad...Yang Yingliang1-4/+4
2023-08-06ibmvnic: remove unused rc variableYu Liao1-2/+1
2023-08-06net: mana: Add page pool for RX buffersHaiyang Zhang1-16/+74
2023-08-06gve: RX path for DQO-QPLRushil Gupta2-18/+114
2023-08-06gve: Tx path for DQO-QPLRushil Gupta2-83/+398