summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-29net/mlx5e: Support devlink reload of IPsec coreLeon Romanovsky1-5/+2
2022-11-29net/mlx5: Generalize name of UMR alignment definitionTariq Toukan1-1/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2022-11-21net/mlx5e: Fix missing alignment in size of MTT/KLM entriesTariq Toukan1-2/+3
2022-11-12net/mlx5e: Add error flow when failing update_rxGuy Truzman1-1/+6
2022-11-12net/mlx5e: Move params kernel log print to probe functionTariq Toukan1-0/+1
2022-11-12net/mlx5e: Support enhanced CQE compressionOfer Levi1-0/+8
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2022-11-09net/mlx5e: Add missing sanity checks for max TX WQE sizeMaxim Mikityanskiy1-0/+7
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko1-1/+0
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-2/+1
2022-10-03net/mlx5e: Expose rx_oversize_pkts_buffer counterGal Pressman1-1/+2
2022-10-03net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte framesMaxim Mikityanskiy1-2/+16
2022-10-03net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned modeMaxim Mikityanskiy1-3/+24
2022-10-03net/mlx5e: Improve MTT/KSM alignmentMaxim Mikityanskiy1-8/+5
2022-10-03net/mlx5e: xsk: Use umr_mode to calculate striding RQ parametersMaxim Mikityanskiy1-22/+50
2022-10-03net/mlx5e: xsk: Set napi_id to support busy pollingMaxim Mikityanskiy1-1/+1
2022-10-03net/mlx5e: xsk: Flush RQ on XSK activation to save memoryMaxim Mikityanskiy1-5/+9
2022-10-01net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy1-12/+5
2022-10-01net/mlx5e: Introduce the mlx5e_flush_rq functionMaxim Mikityanskiy1-1/+27
2022-10-01net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQMaxim Mikityanskiy1-0/+7
2022-09-30net/mlx5e: Clean up and fix error flows in mlx5e_alloc_rqMaxim Mikityanskiy1-5/+7
2022-09-30net/mlx5e: Convert struct mlx5e_alloc_unit to a unionMaxim Mikityanskiy1-5/+5
2022-09-30net/mlx5e: Rename mlx5e_dma_info to prepare for removal of DMA addressMaxim Mikityanskiy1-8/+9
2022-09-30net/mlx5e: Optimize the page cache reducing its size 2xMaxim Mikityanskiy1-3/+1
2022-09-30net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy1-24/+67
2022-09-30net/mlx5e: Keep a separate MKey for striding RQMaxim Mikityanskiy1-9/+12
2022-09-30net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy1-25/+30
2022-09-28net/mlx5e: Use runtime values of striding RQ parameters in datapathMaxim Mikityanskiy1-17/+24
2022-09-28net/mlx5e: Make dma_info array dynamic in struct mlx5e_mpw_infoMaxim Mikityanskiy1-3/+5
2022-09-28net/mlx5e: Improve the MTU change shortcutMaxim Mikityanskiy1-4/+6
2022-09-28net/mlx5e: xsk: Fix SKB headroom calculation in validationMaxim Mikityanskiy1-1/+1
2022-09-28net/mlx5e: kTLS, Check ICOSQ WQE size in advanceMaxim Mikityanskiy1-1/+0
2022-09-28net/mlx5e: Use the aligned max TX MPWQE sizeMaxim Mikityanskiy1-2/+3
2022-09-28net/mlx5e: Use mlx5e_stop_room_for_max_wqe where appropriateMaxim Mikityanskiy1-1/+1
2022-09-28net/mlx5e: Let mlx5e_get_sw_max_sq_mpw_wqebbs accept mdevMaxim Mikityanskiy1-4/+2
2022-09-28net/mlx5e: Validate striding RQ before enabling XDPMaxim Mikityanskiy1-2/+14
2022-09-28net/mlx5e: Remove unused fields from datapath structsMaxim Mikityanskiy1-5/+5
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-22net/mlx5e: Move MACsec initialization from profile init stage to profile enab...Emeel Hakim1-5/+6
2022-09-07net/mlx5: Add MACsec offload Tx command supportLior Nahmanson1-0/+7
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+3
2022-08-22net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan1-2/+2
2022-08-22net/mlx5e: Completely eliminate priv from fs.hLama Kayal1-5/+10
2022-08-22net/mlx5e: Make flow steering arfs independent of privLama Kayal1-2/+2
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal1-7/+12
2022-08-22net/mlx5e: Fix wrong tc flag used when set hw-tc-offload offMaor Dickman1-1/+3
2022-08-22net/mlx5e: Fix wrong application of the LRO stateAya Levin1-8/+0
2022-07-29Merge tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-9/+54
2022-07-28net/mlx5e: kTLS, Recycle objects of device-offloaded TLS TX connectionsTariq Toukan1-0/+9