aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22net/mlx5: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: mvpp2: fix typo in commentJulia Lawall1-1/+1
2022-05-22net: sparx5: switchdev: fix typo in commentJulia Lawall1-1/+1
2022-05-20net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed1-1/+1
2022-05-20eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski2-12/+12
2022-05-20net: tulip: fix build with CONFIG_GSCRolf Eike Beer1-1/+1
2022-05-20sfc/siena: Remove duplicate check on segmentsMartin Habets1-8/+1
2022-05-19eth: mtk_ppe: fix up after mergeJakub Kicinski1-1/+2
2022-05-19net: mtk_eth_soc: partially convert to phylink_pcsRussell King (Oracle)3-58/+53
2022-05-19net: mtk_eth_soc: convert code structure to suit split PCS supportRussell King (Oracle)2-59/+79
2022-05-19net: mtk_eth_soc: move restoration of SYSCFG0 to mac_finish()Russell King (Oracle)2-2/+10
2022-05-19net: mtk_eth_soc: move MAC_MCR setting to mac_finish()Russell King (Oracle)1-11/+22
2022-05-19net: mtk_eth_soc: add fixme comment for state->speed useRussell King (Oracle)1-0/+8
2022-05-19net: mtk_eth_soc: provide mtk_sgmii_config()Russell King (Oracle)3-12/+20
2022-05-19net: mtk_eth_soc: stop passing phylink state to sgmii setupRussell King (Oracle)3-4/+4
2022-05-19net: mtk_eth_soc: correct 802.3z duplex settingRussell King3-10/+29
2022-05-19net: mtk_eth_soc: correct 802.3z speed settingRussell King (Oracle)1-13/+5
2022-05-19net: mtk_eth_soc: add mask and update PCS speed definitionsRussell King (Oracle)1-3/+5
2022-05-19net: mtk_eth_soc: remove unused sgmii flagsRussell King (Oracle)1-8/+0
2022-05-19net: mtk_eth_soc: remove unused mac->modeRussell King (Oracle)2-2/+0
2022-05-19net: ethernet: SP7021: fix a use after free of skb->lenDan Carpenter1-1/+3
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-146/+323
2022-05-19nfp: flower: support ct merging when mangle action existsYinjun Zhang2-105/+189
2022-05-19net: fec: Avoid allocating rx buffer using ATOMIC in ndo_openMichael Trimarchi1-1/+1
2022-05-18net/mlx5: fix multiple definitions of mlx5_lag_mpesw_init / mlx5_lag_mpesw_cleanupJakub Kicinski1-2/+2
2022-05-18sfc: siena: Have a unique wrapper ifndef for efx channels headerSaeed Mahameed1-2/+2
2022-05-18octeon_ep: Fix irq releasing in the error handling path of octep_request_irqs()Christophe JAILLET1-11/+14
2022-05-18octeon_ep: Fix a memory leak in the error handling path of octep_request_irqs()Christophe JAILLET1-0/+2
2022-05-18net: smc911x: Fix min() use in debug codeGeert Uytterhoeven1-3/+3
2022-05-18net: ethernet: sunplus: add missing of_node_put() in spl2sw_mdio_init()Yang Yingliang1-3/+8
2022-05-18eth: sun: cassini: remove dead codeMartin Liška1-2/+2
2022-05-18net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley1-0/+5
2022-05-18igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2022-05-18net: stmmac: remove unused get_addr() callbackVincent Whitchurch5-28/+0
2022-05-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueDavid S. Miller4-18/+35
2022-05-17net/mlx5: Support multiport eswitch modeEli Cohen10-38/+256
2022-05-17net/mlx5: Remove unused argumentEli Cohen1-3/+1
2022-05-17net/mlx5: Lag, refactor lag state machineEli Cohen4-68/+93
2022-05-17net/mlx5e: Add XDP SQs to uplink representors steering tablesGal Pressman1-2/+15
2022-05-17net/mlx5e: Correct the calculation of max channels for repMoshe Tal3-2/+18
2022-05-17net/mlx5e: CT: Add ct driver countersSaeed Mahameed1-4/+48
2022-05-17net/mlx5e: Allow relaxed ordering over VFsAya Levin2-5/+3
2022-05-17net/mlx5e: Support partial GSO for tunnels over vlansGal Pressman1-1/+1
2022-05-17net/mlx5e: IPoIB, Improve ethtool rxnfc callback structure in IPoIBGal Pressman1-4/+10
2022-05-17net/mlx5e: Allocate virtually contiguous memory for reps structuresTariq Toukan1-6/+6
2022-05-17net/mlx5e: Allocate virtually contiguous memory for VLANs listTariq Toukan1-2/+2
2022-05-17net/mlx5: Allocate virtually contiguous memory in pci_irq.cTariq Toukan1-4/+4
2022-05-17net/mlx5: Allocate virtually contiguous memory in vport.cTariq Toukan1-26/+26
2022-05-17net/mlx5: Inline db alloc API functionTariq Toukan1-6/+0
2022-05-17net/mlx5: Add last command failure syndrome to debugfsMoshe Shemesh2-2/+7