summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
AgeCommit message (Expand)AuthorFilesLines
2022-12-08net/mlx5e: meter, add mtu post meter tablesOz Shlomo2-7/+184
2022-12-08net/mlx5e: meter, refactor to allow multiple post meter tablesOz Shlomo1-58/+96
2022-12-08net/mlx5e: TC, allow meter jump control actionOz Shlomo2-13/+43
2022-12-08net/mlx5e: TC, init post meter rules with branching attributesOz Shlomo2-29/+61
2022-12-08net/mlx5e: TC, rename post_meter actionsOz Shlomo4-31/+31
2022-12-08net/mlx5e: TC, set control params for branching actionsOz Shlomo2-0/+23
2022-12-08net/mlx5e: TC, add terminating actionsOz Shlomo7-1/+15
2022-11-29net/mlx5e: TC, Add offload support for trap with additional actionsMaor Dickman1-8/+2
2022-11-29net/mlx5: Generalize name of UMR alignment definitionTariq Toukan1-2/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+9
2022-11-21net/mlx5e: Offload rule only when all encaps are validChris Mi2-6/+3
2022-11-21net/mlx5: E-Switch, Set correctly vport destinationRoi Dayan1-4/+6
2022-11-12net/mlx5e: CT, optimize pre_ct table lookupOz Shlomo1-33/+56
2022-11-12net/mlx5e: TC, Remove redundant WARN_ON()Roi Dayan1-1/+0
2022-11-12net/mlx5e: Move params kernel log print to probe functionTariq Toukan2-10/+14
2022-11-12net/mlx5e: Support enhanced CQE compressionOfer Levi1-2/+8
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-63/+88
2022-11-09net/mlx5e: Fix tc acts array not to be dependent on enum orderRoi Dayan1-60/+32
2022-11-09net/mlx5e: Fix usage of DMA sync APIMaxim Mikityanskiy1-2/+2
2022-11-09net/mlx5e: Add missing sanity checks for max TX WQE sizeMaxim Mikityanskiy1-1/+23
2022-11-09net/mlx5: Bridge, verify LAG state when adding bond to bridgeVlad Buslov1-0/+31
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko2-11/+0
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2-8/+0
2022-10-27net/mlx5e: Update restore chain id for slow path packetsPaul Blakey1-0/+2
2022-10-27net/mlx5e: Extend SKB room check to include PTP-SQAya Levin2-0/+15
2022-10-12net/mlx5: Make ASO poll CQ usable in atomic contextLeon Romanovsky1-1/+7
2022-10-03net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte framesMaxim Mikityanskiy2-1/+44
2022-10-03net/mlx5e: xsk: Print a warning in slow configurationsMaxim Mikityanskiy1-0/+9
2022-10-03net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned modeMaxim Mikityanskiy2-7/+65
2022-10-03net/mlx5e: Improve MTT/KSM alignmentMaxim Mikityanskiy2-2/+11
2022-10-03net/mlx5e: xsk: Use umr_mode to calculate striding RQ parametersMaxim Mikityanskiy3-47/+107
2022-10-03net/mlx5e: xsk: Improve need_wakeup logicMaxim Mikityanskiy2-26/+0
2022-10-03net/mlx5e: xsk: Flush RQ on XSK activation to save memoryMaxim Mikityanskiy1-0/+9
2022-10-01net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy8-170/+45
2022-10-01net/mlx5e: Introduce the mlx5e_flush_rq functionMaxim Mikityanskiy1-22/+1
2022-10-01net/mlx5e: xsk: Support XDP metadata on XSK RQsMaxim Mikityanskiy1-8/+12
2022-10-01net/mlx5e: Optimize RQ page deallocationMaxim Mikityanskiy1-1/+1
2022-10-01net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQMaxim Mikityanskiy3-2/+94
2022-10-01net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQMaxim Mikityanskiy2-0/+41
2022-10-01net/mlx5e: xsk: Split out WQE allocation for legacy XSK RQMaxim Mikityanskiy2-0/+27
2022-10-01net/mlx5e: Make the wqe_index_mask calculation more exactMaxim Mikityanskiy1-1/+20
2022-10-01net/mlx5e: Introduce wqe_index_mask for legacy RQMaxim Mikityanskiy1-4/+21
2022-10-01net/mlx5e: xsk: Drop the check for XSK state in mlx5e_xsk_wakeupMaxim Mikityanskiy2-4/+1
2022-10-01net/mlx5e: xsk: Use mlx5e_trigger_napi_icosq for XSK wakeupMaxim Mikityanskiy1-3/+1
2022-09-30net/mlx5e: Move repeating clear_bit in mlx5e_rx_reporter_err_rq_cqe_recoverMaxim Mikityanskiy1-5/+2
2022-09-30net/mlx5e: Split out channel (de)activation in rx_resMaxim Mikityanskiy1-53/+53
2022-09-30net/mlx5e: xsk: Remove mlx5e_xsk_page_alloc_poolMaxim Mikityanskiy1-10/+0
2022-09-30net/mlx5e: Convert struct mlx5e_alloc_unit to a unionMaxim Mikityanskiy1-1/+1
2022-09-30net/mlx5e: Remove DMA address from mlx5e_alloc_unitMaxim Mikityanskiy1-7/+0
2022-09-30net/mlx5e: Rename mlx5e_dma_info to prepare for removal of DMA addressMaxim Mikityanskiy2-6/+6