summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-198/+390
2022-11-29net/mlx5: Lag, Fix for loop when checking lagChris Mi1-2/+4
2022-11-29Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed1-0/+16
2022-11-24net/mlx5e: MACsec, block offload requests with encrypt offEmeel Hakim1-0/+5
2022-11-24net/mlx5e: MACsec, fix Tx SA active field updateRaed Salem1-2/+1
2022-11-24net/mlx5e: MACsec, remove replay window size limitation in offload pathEmeel Hakim1-16/+0
2022-11-24net/mlx5e: MACsec, fix add Rx security association (SA) rule memory leakEmeel Hakim1-0/+1
2022-11-24net/mlx5e: MACsec, fix mlx5e_macsec_update_rxsa bail condition and functionalityRaed Salem1-13/+11
2022-11-24net/mlx5e: MACsec, fix update Rx secure channel active fieldRaed Salem1-1/+1
2022-11-24net/mlx5e: MACsec, fix memory leak when MACsec device is deletedRaed Salem1-44/+33
2022-11-24net/mlx5e: MACsec, fix RX data path 16 RX security channel limitRaed Salem3-7/+14
2022-11-24net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create()YueHaibing1-2/+2
2022-11-24net/mlx5e: Fix a couple error codesDan Carpenter1-4/+8
2022-11-24net/mlx5e: Fix use-after-free when reverting termination tableRoi Dayan1-0/+2
2022-11-24net/mlx5: Fix uninitialized variable bug in outlen_write()YueHaibing1-2/+2
2022-11-24net/mlx5: E-switch, Fix duplicate lag creationChris Mi2-2/+11
2022-11-24net/mlx5: E-switch, Destroy legacy fdb table when neededChris Mi2-0/+10
2022-11-24net/mlx5: DR, Fix uninitialized var warningYueHaibing1-1/+4
2022-11-23net/mlxsw: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-22net/mlx5e: Fix possible race condition in macsec extended packet number updat...Emeel Hakim1-0/+3
2022-11-22net/mlx5e: Fix MACsec update SecYEmeel Hakim1-1/+1
2022-11-22net/mlx5e: Fix MACsec SA initialization routineEmeel Hakim1-7/+7
2022-11-22net/mlx5e: Remove leftovers from old XSK queues enumerationTariq Toukan1-18/+0
2022-11-22net/mlx5e: Offload rule only when all encaps are validChris Mi3-17/+9
2022-11-22net/mlx5e: Fix missing alignment in size of MTT/KLM entriesTariq Toukan1-2/+3
2022-11-22net/mlx5: Fix sync reset event handler error flowMoshe Shemesh1-2/+7
2022-11-22net/mlx5: E-Switch, Set correctly vport destinationRoi Dayan2-5/+7
2022-11-22net/mlx5: Lag, avoid lockdep warningsEli Cohen4-40/+78
2022-11-22net/mlx5: Fix handling of entry refcount when command is not issued to FWMoshe Shemesh1-3/+3
2022-11-22net/mlx5: cmdif, Print info on any firmware cmd failure to tracepointMoshe Shemesh2-19/+67
2022-11-22net/mlx5: SF: Fix probing active SFs during driver probe phaseShay Drory1-0/+88
2022-11-22net/mlx5: Fix FW tracer timestamp calculationMoshe Shemesh1-1/+1
2022-11-22net/mlx5: Do not query pci info while pci disabledRoy Novich1-3/+6
2022-11-19net/mlx4: Check retval of mlx4_bitmap_initPeter Kosyh1-1/+2
2022-11-18devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski1-2/+2
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-11-16mlxsw: update adjfine to use adjust_by_scaled_ppmJacob Keller1-15/+3
2022-11-15mlxsw: Avoid warnings when not offloaded FDB entry with IPv6 is removedAmit Cohen1-0/+2
2022-11-12net/mlx5e: ethtool: get_link_ext_stats for PHY down eventsSaeed Mahameed3-0/+20
2022-11-12net/mlx5e: CT, optimize pre_ct table lookupOz Shlomo1-33/+56
2022-11-12net/mlx5e: kTLS, Use a single async context object per a callback bulkTariq Toukan1-25/+25
2022-11-12net/mlx5e: kTLS, Remove unnecessary per-callback completionTariq Toukan1-13/+1
2022-11-12net/mlx5e: kTLS, Remove unused work fieldTariq Toukan1-1/+0
2022-11-12net/mlx5e: TC, Remove redundant WARN_ON()Roi Dayan1-1/+0
2022-11-12net/mlx5e: Add error flow when failing update_rxGuy Truzman3-3/+17
2022-11-12net/mlx5e: Move params kernel log print to probe functionTariq Toukan3-10/+15
2022-11-12net/mlx5e: Support enhanced CQE compressionOfer Levi5-23/+164
2022-11-12net/mlx5e: Use clamp operation instead of open coding itGal Pressman1-6/+3
2022-11-12net/mlx5e: remove unused list in arfsAnisse Astier1-2/+0
2022-11-12net/mlx5: Expose vhca_id to debugfsEli Cohen1-0/+11