summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/tx.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-05net/mlx5e: Use spin_lock_bh for async_icosq_lockMaxim Mikityanskiy1-2/+2
2020-09-22net/mlx5e: Rename xmit-related structs to generalize themMaxim Mikityanskiy1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-5/+5
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-7/+7
2020-07-28net/mlx5e: Use indirect call wrappers for RX post WQEs functionsTariq Toukan1-1/+0
2020-07-17net/mlx5e: XDP, Avoid indirect call in TX flowTariq Toukan1-2/+9
2020-06-28net/mlx5e: Turn XSK ICOSQ into a general asynchronous oneTariq Toukan1-6/+6
2020-05-22mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-5/+4
2020-04-21net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overrunsMaxim Mikityanskiy1-0/+3
2019-12-19net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy1-1/+1
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2019-08-20net/mlx5e: Split open/close ICOSQ into stagesAya Levin1-0/+7
2019-08-18xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-1/+1
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-0/+111