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