summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2022-12-09net/mlx5: DR, Add support for range match actionYevgeny Kliteynik7-3/+363
2022-12-09net/mlx5: DR, Add function that tells if STE miss addr has been initializedYevgeny Kliteynik7-0/+23
2022-12-09net/mlx5: DR, Some refactoring of miss address handlingYevgeny Kliteynik1-10/+14
2022-12-09net/mlx5: DR, Manage definers with refcountsYevgeny Kliteynik5-2/+163
2022-12-09net/mlx5: DR, Handle FT action in a separate functionYevgeny Kliteynik1-46/+81
2022-12-09net/mlx5: DR, Rework is_fw_table functionYevgeny Kliteynik2-11/+18
2022-12-09net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general objectYevgeny Kliteynik2-0/+86
2022-12-09net/mlx5: fs, add match on ranges APIYevgeny Kliteynik3-2/+26
2022-12-09net/mlx4: small optimization in mlx4_en_xmit()Eric Dumazet1-5/+5
2022-12-09net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGSEric Dumazet1-4/+12
2022-12-09net/mlx4: rename two constantsEric Dumazet2-6/+8
2022-12-09net/mlx5e: TC, allow meter jump control actionOz Shlomo3-23/+54
2022-12-09net/mlx5e: TC, init post meter rules with branching attributesOz Shlomo3-34/+67
2022-12-09net/mlx5e: TC, rename post_meter actionsOz Shlomo5-33/+33
2022-12-09net/mlx5e: TC, initialize branching action with target attrOz Shlomo2-5/+83
2022-12-09net/mlx5e: TC, initialize branch flow attributesOz Shlomo2-16/+142
2022-12-09net/mlx5e: TC, set control params for branching actionsOz Shlomo2-0/+23
2022-12-09net/mlx5e: TC, validate action list per attributeOz Shlomo1-30/+32
2022-12-09net/mlx5e: TC, add terminating actionsOz Shlomo7-1/+15
2022-12-09net/mlx5e: TC, reuse flow attribute post parser processingOz Shlomo1-45/+51
2022-12-09net/mlx5: fs, assert null dest pointer when dest_num is 0Oz Shlomo1-0/+3
2022-12-09net/mlx5e: E-Switch, handle flow attribute with no destinationsOz Shlomo1-0/+5
2022-12-08net/mlx5: E-Switch, Implement devlink port function cmds to control migratableShay Drory4-0/+116
2022-12-08net/mlx5: E-Switch, Implement devlink port function cmds to control RoCEYishai Hadas6-1/+176
2022-12-08net/mlx5: Add generic getters for other functions capsShay Drory4-5/+9
2022-12-01Merge tag 'mlx5-updates-2022-11-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-79/+101
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol2-9/+0
2022-11-30net/mlx5e: Support devlink reload of IPsec coreLeon Romanovsky4-23/+16
2022-11-30net/mlx5e: TC, Add offload support for trap with additional actionsMaor Dickman3-19/+18
2022-11-30net/mlx5e: Do early return when setup vports dests for slow path flowRoi Dayan1-5/+8
2022-11-30net/mlx5: Remove redundant checkLeon Romanovsky1-3/+0
2022-11-30net/mlx5e: Delete always true DMA checkLeon Romanovsky1-5/+5
2022-11-30net/mlx5e: Don't access directly DMA device pointerLeon Romanovsky1-1/+1
2022-11-30net/mlx5e: Don't use termination table when redundantRoi Dayan1-4/+28
2022-11-30net/mlx5: Use generic definition for UMR KLM alignmentTariq Toukan2-6/+6
2022-11-30net/mlx5: Generalize name of UMR alignment definitionTariq Toukan3-6/+6
2022-11-30net/mlx5e: Add padding when needed in UMR WQEsTariq Toukan1-0/+11
2022-11-30net/mlx5: Remove unused ctx variablesPetr Pavlu1-2/+0
2022-11-30net/mlx5e: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2022-11-30net/mlx5e: Remove unneeded io-mapping.h #includeChristophe JAILLET3-3/+0
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