aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy1-1/+1
2020-09-21net/mlx5e: Enhanced TX MPWQE for SKBsMaxim Mikityanskiy1-0/+1
2020-09-21net/mlx5e: Rename xmit-related structs to generalize themMaxim Mikityanskiy1-5/+5
2020-09-21net/mlx5e: Generalize TX MPWQE checks for full sessionMaxim Mikityanskiy1-16/+2
2020-09-21net/mlx5e: Unify constants for WQE_EMPTY_DS_COUNTMaxim Mikityanskiy1-13/+8
2020-09-21net/mlx5e: Small improvements for XDP TX MPWQE logicMaxim Mikityanskiy1-7/+9
2020-07-16net/mlx5e: XDP, Avoid indirect call in TX flowTariq Toukan1-0/+13
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-05-21mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-1/+1
2020-05-15net/mlx5e: Calculate SQ stop room in a robust wayMaxim Mikityanskiy1-2/+0
2020-05-09net/mlx5e: Take TX WQE info structures out of general EN headerTariq Toukan1-0/+5
2020-04-30net/mlx5e: Unify reserving space for WQEsMaxim Mikityanskiy1-17/+0
2020-04-30net/mlx5e: Fetch WQE: reuse code and enforce typingMaxim Mikityanskiy1-13/+0
2019-12-19net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy1-13/+9
2019-08-01net/mlx5e: XDP, Slight enhancement for WQE fetch functionTariq Toukan1-5/+8
2019-08-01net/mlx5e: XDP, Close TX MPWQE session when no room for inline packet leftShay Agroskin1-9/+44
2019-07-05net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan1-0/+1
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-1/+17
2019-06-27net/mlx5e: Consider XSK in XDP MTU limit calculationMaxim Mikityanskiy1-1/+2
2019-06-27net/mlx5e: Share the XDP SQ for XDP_TX between RQsMaxim Mikityanskiy1-2/+2
2019-06-27net/mlx5e: Refactor struct mlx5e_xdp_infoMaxim Mikityanskiy1-6/+5
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2019-04-23net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin1-3/+54
2019-04-19net/mlx5e: Fix the max MTU check in case of XDPMaxim Mikityanskiy1-2/+1
2019-02-13net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed1-0/+17
2018-12-20net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQETariq Toukan1-3/+26
2018-12-20net/mlx5e: XDP, Maintain a FIFO structure for xdp_info instancesTariq Toukan1-0/+15
2018-12-20net/mlx5e: XDP, Replace boolean doorbell indication with segment pointerTariq Toukan1-7/+4
2018-12-20net/mlx5e: XDP, Change the XDP SQ redirect indicationTariq Toukan1-2/+2
2018-12-20net/mlx5e: XDP, Precede XDP-related operations in RQ poll by a loaded program checkTariq Toukan1-1/+1
2018-07-26net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan1-0/+2
2018-07-26net/mlx5e: Make XDP xmit functions more genericTariq Toukan1-2/+1
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan1-0/+62