aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-04-06Merge tag 'mlx5-updates-2023-04-05' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski21-574/+159
2023-04-06net: sunhme: move asm includes to below linux includesSimon Horman1-3/+4
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-28/+78
2023-04-06net: stmmac: check fwnode for phy device before scanning for phyMichael Sit Wei Hong1-4/+11
2023-04-06nfp: initialize netdev's dev_port with correct idYinjun Zhang1-0/+1
2023-04-06net/mlx5e: Simulate missing IPsec TX limits hardware functionalityLeon Romanovsky3-5/+99
2023-04-06net/mlx5e: Generalize IPsec work structsLeon Romanovsky3-48/+68
2023-04-06net/mlx5e: Reduce contention in IPsec workqueueLeon Romanovsky1-2/+2
2023-04-06net/mlx5e: Set IPsec replay sequence numbersLeon Romanovsky3-24/+60
2023-04-06net/mlx5e: Remove ESN callbacks if it is not supportedLeon Romanovsky3-17/+38
2023-04-05net: stmmac: Add queue reset into stmmac_xdp_open() functionSong Yoong Siang1-0/+2
2023-04-05net: stmmac: dwmac-imx: use platform specific reset for imx93 SoCsShenwei Wang1-0/+27
2023-04-05net: stmmac: add support for platform specific resetShenwei Wang2-2/+14
2023-04-05net: fec: make use of MDIO C45 quirkGreg Ungerer2-12/+25
2023-04-05net/mlx5e: Fix SQ SW state layout in SQ devlink health diagnosticsAdham Faris1-9/+1
2023-04-05net/mlx5e: Fix RQ SW state layout in RQ devlink health diagnosticsAdham Faris1-9/+1
2023-04-05net/mlx5e: Rename misleading skb_pc/cc references in ptp codeGal Pressman1-11/+11
2023-04-05net/mlx5: Update cyclecounter shift value to improve ptp free running mode pr...Rahul Rameshbabu1-1/+1
2023-04-05net/mlx5e: Remove redundant macsec codeEmeel Hakim1-4/+1
2023-04-05net/mlx5e: TC, Remove sample and ct limitationPaul Blakey2-26/+5
2023-04-05net/mlx5e: TC, Remove mirror and ct limitationPaul Blakey1-13/+0
2023-04-05net/mlx5e: TC, Remove tuple rewrite and ct limitationPaul Blakey1-109/+33
2023-04-05net/mlx5e: TC, Remove multiple ct actions limitationPaul Blakey2-19/+0
2023-04-05net/mlx5e: TC, Remove special handling of CT actionPaul Blakey5-213/+58
2023-04-05net/mlx5e: TC, Remove CT action reorderingPaul Blakey3-47/+9
2023-04-05net/mlx5e: CT: Use per action statsPaul Blakey3-3/+27
2023-04-05net/mlx5e: TC, Move main flow attribute cleanup to helper funcPaul Blakey1-18/+9
2023-04-05net/mlx5e: TC, Remove unused vf_tun variablePaul Blakey1-12/+3
2023-04-05net/mlx5e: Set default can_offload actionPaul Blakey9-81/+1
2023-04-05Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-3/+20
2023-04-04gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand2-7/+7
2023-04-04ice: Reset FDIR counter in FDIR init stageLingyu Liu1-0/+16
2023-04-04ice: fix wrong fallback logic for FDIRSimei Su1-3/+4
2023-04-04net: stmmac: fix up RX flow hash indirection table when setting channelsCorinna Vinschen1-1/+5
2023-04-04net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probeSiddharth Vadapalli1-2/+4
2023-04-03sfc: remove expired unicast PTP filtersÍñigo Huguet1-25/+72
2023-04-03sfc: support unicast PTPÍñigo Huguet1-3/+98
2023-04-03sfc: allow insertion of filters for unicast PTPÍñigo Huguet1-23/+36
2023-04-03sfc: store PTP filters in a listÍñigo Huguet1-29/+52
2023-04-03net/mlx5e: Overcome slow response for first IPsec ASO WQELeon Romanovsky1-1/+7
2023-04-03net/mlx5e: Add SW implementation to support IPsec 64 bit soft and hard limitsLeon Romanovsky3-23/+227
2023-04-03net/mlx5e: Prevent zero IPsec soft/hard limitsLeon Romanovsky1-0/+5
2023-04-03net/mlx5e: Factor out IPsec ASO update functionLeon Romanovsky1-13/+14
2023-04-02net: alteon: remove unused len variableTom Rix1-2/+1
2023-04-02mlxsw: core_thermal: Simplify transceiver module get_temp() callbackIdo Schimmel1-36/+8
2023-04-02mlxsw: core_thermal: Make mlxsw_thermal_module_init() voidIdo Schimmel1-9/+4
2023-04-02mlxsw: core_thermal: Use static trip points for transceiver modulesIdo Schimmel1-85/+25
2023-04-02net: ethernet: mtk_eth_soc: fix remaining throughput regressionFelix Fietkau1-0/+4
2023-04-02i40e: Add support for VF to specify its primary MAC addressSylwester Dziedziuch1-4/+70
2023-03-31Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+0