summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/params.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08Revert "net/mlx5e: Allow relaxed ordering over VFs"Saeed Mahameed1-1/+2
2022-05-17net/mlx5e: Allow relaxed ordering over VFsAya Levin1-2/+1
2022-05-03net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky1-1/+1
2022-04-09net/mlx5: Move IPsec file to relevant directoryLeon Romanovsky1-1/+1
2022-04-09net/mlx5: Unify device IPsec capabilities checkLeon Romanovsky1-2/+2
2022-04-09net/mlx5: Remove ipsec vs. ipsec offload file separationLeon Romanovsky1-1/+1
2022-04-09net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky1-7/+0
2022-04-06net/mlx5: Cleanup kTLS function names and their exposureLeon Romanovsky1-2/+2
2022-04-06net/mlx5: Remove tls vs. ktls separation as it is the sameLeon Romanovsky1-1/+1
2022-03-18net/mlx5e: Don't prefill WQEs in XDP SQ in the multi buffer modeMaxim Mikityanskiy1-1/+3
2022-03-18net/mlx5e: Use page-sized fragments with XDP multi bufferMaxim Mikityanskiy1-1/+1
2022-03-18net/mlx5e: Use fragments of the same size in non-linear legacy RQ with XDPMaxim Mikityanskiy1-9/+19
2022-03-17net/mlx5e: Build SKB in place over the first fragment in non-linear legacy RQMaxim Mikityanskiy1-11/+32
2022-03-17net/mlx5e: Validate MTU when building non-linear legacy RQ fragments infoMaxim Mikityanskiy1-7/+27
2022-02-16net/mlx5e: RX, Restrict bulk size for small Striding RQsTariq Toukan1-0/+6
2022-02-16net/mlx5e: Default to Striding RQ when not conflicting with CQE compressionTariq Toukan1-2/+3
2022-02-14net/mlx5e: Use FW limitation for max MPW WQEBBsAya Levin1-1/+1
2022-02-14net/mlx5e: Read max WQEBBs on the SQ from firmwareAya Levin1-4/+4
2021-12-02net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macroBen Ben-Ishay1-1/+1
2021-10-26net/mlx5e: Add control path for SHAMPO featureBen Ben-Ishay1-11/+131
2021-10-26net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa1-15/+6
2021-10-26net/mlx5e: Rename lro_timeout to packet_merge_timeoutBen Ben-Ishay1-1/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+10
2021-07-27net/mlx5e: RX, Avoid possible data corruption when relaxed ordering and LRO c...Tariq Toukan1-1/+10
2021-07-26net/mlx5e: Remove mlx5e_priv usage from mlx5e_build_*tir_ctx*()Maxim Mikityanskiy1-0/+12
2021-06-03net/mlx5e: Disable TLS device offload in kdump modeAlaa Hleihel1-2/+2
2021-06-03net/mlx5e: Zero-init DIM structuresLama Kayal1-2/+2
2021-04-19net/mlx5e: RX, Add checks for calculated Striding RQ attributesTariq Toukan1-30/+56
2021-04-19net/mlx5e: Fix lost changes during code movementsTariq Toukan1-2/+3
2021-04-16net/mlx5e: kTLS, Add resiliency to RX resync failuresTariq Toukan1-0/+3
2021-03-25net/mlx5e: Restrict usage of mlx5e_priv in params logic functionsTariq Toukan1-48/+46
2021-03-25net/mlx5e: Move params logic into its dedicated fileTariq Toukan1-5/+477
2021-02-01net/mlx5e: remove h from printk format specifierTom Rix1-1/+1
2020-11-05net/mlx5e: Validate stop_room size upon user inputVladyslav Tarasiuk1-0/+34
2020-05-21mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-6/+7
2019-08-31net/mlx5e: Allow XSK frames smaller than a pageMaxim Mikityanskiy1-4/+19
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-21/+32
2019-06-27net/mlx5e: Consider XSK in XDP MTU limit calculationMaxim Mikityanskiy1-2/+2
2019-06-27net/mlx5e: Calculate linear RX frag size considering XSKMaxim Mikityanskiy1-21/+44
2019-04-23net/mlx5e: Remove unused parameterMaxim Mikityanskiy1-4/+3
2019-04-23net/mlx5e: Add an underflow warning commentMaxim Mikityanskiy1-2/+5
2019-04-23net/mlx5e: Move parameter calculation functions to en/params.cMaxim Mikityanskiy1-0/+102