aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/params.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Support updating coalescing configuration without resetting channelsRahul Rameshbabu2024-04-221-58/+0
* net/mlx5e: Use DIM constants for CQ period mode parameterRahul Rameshbabu2024-04-221-23/+11
* net/mlx5e: Support per-mdev queue counterTariq Toukan2024-03-071-6/+1
* net/mlx5e: Let channels be SD-awareTariq Toukan2024-03-071-1/+1
* net/mlx5e: XDP, Exclude headroom and tailroom from memory calculationsCarolina Jubran2024-02-051-1/+8
* net/mlx5e: XSK, Exclude tailroom from non-linear SKBs memory calculationsCarolina Jubran2024-02-051-4/+11
* net/mlx5e: Allow software parsing when IPsec crypto is enabledLeon Romanovsky2024-01-241-2/+2
* Revert "mlx5 updates 2023-12-20"Jakub Kicinski2024-01-071-2/+7
* net/mlx5e: Support per-mdev queue counterTariq Toukan2023-12-201-6/+1
* net/mlx5e: Let channels be SD-awareTariq Toukan2023-12-201-1/+1
* net/mlx5e: Decouple CQ from privTariq Toukan2023-12-131-0/+2
* page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-071-0/+1
* net/mlx5e: XDP, Allow growing tail for XDP multi bufferMaxim Mikityanskiy2023-06-161-2/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-291-2/+1
|\
| * RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for RO writeAvihai Horon2023-04-161-2/+1
* | net/mlx5e: RX, Add XDP multi-buffer support in Striding RQTariq Toukan2023-04-191-3/+18
* | net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calculationsTariq Toukan2023-04-191-4/+7
* | net/mlx5e: RX, Break the wqe bulk refill in smaller chunksDragos Tatulea2023-03-281-1/+7
* | net/mlx5e: RX, Increase WQE bulk size for legacy rqDragos Tatulea2023-03-281-4/+43
* | net/mlx5: Move needed PTYS functions to core layerGal Pressman2023-03-151-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-201-2/+1
|\
| * net/mlx5e: Remove redundant xsk pointer check in mlx5e_mpwrq_validate_xskAdham Faris2023-01-181-2/+1
* | net/mlx5e: Add warning when log WQE size is smaller than log stride sizeAdham Faris2023-01-181-3/+8
* | net/mlx5e: Fail with messages when params are not valid for XSKAdham Faris2023-01-181-2/+7
|/
* net/mlx5: Generalize name of UMR alignment definitionTariq Toukan2022-11-291-2/+2
* net/mlx5e: Move params kernel log print to probe functionTariq Toukan2022-11-121-10/+0
* net/mlx5e: Support enhanced CQE compressionOfer Levi2022-11-121-2/+8
* net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte framesMaxim Mikityanskiy2022-10-031-1/+19
* net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned modeMaxim Mikityanskiy2022-10-031-4/+41
* net/mlx5e: Improve MTT/KSM alignmentMaxim Mikityanskiy2022-10-031-1/+9
* net/mlx5e: xsk: Use umr_mode to calculate striding RQ parametersMaxim Mikityanskiy2022-10-031-38/+88
* net/mlx5e: Make the wqe_index_mask calculation more exactMaxim Mikityanskiy2022-10-011-1/+20
* net/mlx5e: Introduce wqe_index_mask for legacy RQMaxim Mikityanskiy2022-10-011-4/+21
* net/mlx5e: Fix calculations for ICOSQ sizeMaxim Mikityanskiy2022-09-301-1/+13
* net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy2022-09-301-46/+76
* net/mlx5e: xsk: Use XSK frame size as striding RQ page sizeMaxim Mikityanskiy2022-09-301-6/+31
* net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy2022-09-301-34/+164
* net/mlx5e: Use runtime values of striding RQ parameters in datapathMaxim Mikityanskiy2022-09-281-1/+13
* net/mlx5e: Improve the MTU change shortcutMaxim Mikityanskiy2022-09-281-2/+2
* net/mlx5e: xsk: Fix SKB headroom calculation in validationMaxim Mikityanskiy2022-09-281-13/+10
* net/mlx5e: xsk: Remove dead code in validationMaxim Mikityanskiy2022-09-281-9/+3
* net/mlx5e: Simplify stride size calculation for linear RQMaxim Mikityanskiy2022-09-281-36/+38
* net/mlx5e: Use the aligned max TX MPWQE sizeMaxim Mikityanskiy2022-09-281-4/+4
* net/mlx5e: Validate striding RQ before enabling XDPMaxim Mikityanskiy2022-09-281-15/+19
* net/mlx5e: Make mlx5e_verify_rx_mpwqe_strides staticMaxim Mikityanskiy2022-09-281-2/+2
* net/mlx5e: xsk: Account for XSK RQ UMRs when calculating ICOSQ sizeMaxim Mikityanskiy2022-07-281-0/+12
* Revert "net/mlx5e: Allow relaxed ordering over VFs"Saeed Mahameed2022-06-081-1/+2
* net/mlx5e: Allow relaxed ordering over VFsAya Levin2022-05-171-2/+1
* net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky2022-05-031-1/+1
* net/mlx5: Move IPsec file to relevant directoryLeon Romanovsky2022-04-091-1/+1