summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-15net/mlx5e: Support SWP-mode offload L4 csum calculationRahul Rameshbabu1-0/+37
2024-06-06net/mlx5e: SHAMPO, Use KSMs instead of KLMsYoray Zack1-0/+19
2023-05-23net/mlx5e: Fix SQ wake logic in ptp napi_poll contextRahul Rameshbabu1-0/+2
2023-04-19net/mlx5e: XDP, Add support for multi-buffer XDP redirect-inTariq Toukan1-0/+1
2023-04-19net/mlx5e: Introduce extended version for mlx5e_xmit_dataTariq Toukan1-1/+7
2023-04-19net/mlx5e: Move struct mlx5e_xmit_data to datapath headerTariq Toukan1-0/+6
2023-03-28net/mlx5e: RX, Defer page release in striding rq for better recyclingDragos Tatulea1-1/+1
2023-03-28net/mlx5e: RX, Enable skb page recycling through the page_poolDragos Tatulea1-2/+1
2023-03-28net/mlx5e: RX, Enable dma map and sync from page_pool allocatorDragos Tatulea1-1/+0
2023-03-28net/mlx5e: RX, Remove alloc unit layout constraint for striding rqDragos Tatulea1-1/+1
2023-03-16net/mlx5e: Utilize the entire fifoRahul Rameshbabu1-1/+1
2023-02-24mlx5: fix possible ptp queue fifo use-after-freeVadim Fedorenko1-0/+2
2023-02-24mlx5: fix skb leak while fifo resync and pushVadim Fedorenko1-1/+1
2023-02-18net/mlx5e: Remove unused function mlx5e_sq_xmit_simpleTariq Toukan1-1/+0
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+5
2023-01-23net/mlx5e: Support RX XDP metadataToke Høiland-Jørgensen1-0/+5
2023-01-18net/mlx5e: Suppress Send WQEBB room warning for PAGE_SIZE >= 16KBRahul Rameshbabu1-1/+1
2022-11-09net/mlx5e: Add missing sanity checks for max TX WQE sizeMaxim Mikityanskiy1-1/+23
2022-10-27net/mlx5e: Extend SKB room check to include PTP-SQAya Levin1-0/+6
2022-10-01net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQMaxim Mikityanskiy1-0/+7
2022-09-29net/mlx5e: kTLS, Check ICOSQ WQE size in advanceMaxim Mikityanskiy1-7/+1
2022-09-29net/mlx5e: Use the aligned max TX MPWQE sizeMaxim Mikityanskiy1-0/+7
2022-03-18net/mlx5e: Store DMA address inside struct pageMaxim Mikityanskiy1-4/+2
2022-02-15net/mlx5e: Move mlx5e_select_queue to en/selq.cMaxim Mikityanskiy1-2/+0
2022-02-15net/mlx5e: Use FW limitation for max MPW WQEBBsAya Levin1-15/+2
2022-02-15net/mlx5e: Read max WQEBBs on the SQ from firmwareAya Levin1-9/+19
2022-02-02net/mlx5e: Fix wrong calculation of header index in HW_GROKhalid Manaa1-0/+5
2021-10-27net/mlx5e: Add data path for SHAMPO featureBen Ben-Ishay1-0/+6
2021-03-31net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQTariq Toukan1-0/+6
2021-02-17net/mlx5: Add cyc2time HW translation mode supportAya Levin1-0/+7
2021-01-07net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh1-0/+9
2020-12-08net/mlx5e: Move MLX5E_RX_ERR_CQE macroEran Ben Elisha1-0/+2
2020-12-08net/mlx5e: Change skb fifo push/pop API to be used without SQEran Ben Elisha1-6/+9
2020-12-08net/mlx5e: Allow CQ outside of channel contextAya Levin1-1/+1
2020-09-23Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-42/+41
2020-09-22net/mlx5e: Enhanced TX MPWQE for SKBsMaxim Mikityanskiy1-0/+1
2020-09-22net/mlx5e: Rename xmit-related structs to generalize themMaxim Mikityanskiy1-1/+1
2020-09-22net/mlx5e: Generalize TX MPWQE checks for full sessionMaxim Mikityanskiy1-0/+18
2020-09-22net/mlx5e: Support multiple SKBs in a TX WQEMaxim Mikityanskiy1-0/+18
2020-09-22net/mlx5e: Unify constants for WQE_EMPTY_DS_COUNTMaxim Mikityanskiy1-0/+2
2020-09-22net/mlx5e: Refactor xmit functionsMaxim Mikityanskiy1-19/+2
2020-09-22net/mlx5e: Move mlx5e_tx_wqe_inline_mode to en_tx.cMaxim Mikityanskiy1-23/+0
2020-09-22net/mlx5e: Fix multicast counter not up-to-date in "ip -s"Ron Diskin1-0/+5
2020-07-28net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-28net/mlx5e: Use indirect call wrappers for RX post WQEs functionsTariq Toukan1-2/+3
2020-07-28net/mlx5e: Move exposure of datapath function to txrx headerTariq Toukan1-0/+27
2020-07-03net/mlx5e: Add helper to get the RQ WQE counterAya Levin1-0/+10
2020-07-03net/mlx5e: Add helper to get RQ WQE's headAya Levin1-0/+10
2020-07-03net/mlx5e: Move RQ helpers to txrx.hAya Levin1-0/+20
2020-07-03net/mlx5e: Remove redundant RQ state queryAya Levin1-3/+3