summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/xsk
AgeCommit message (Expand)AuthorFilesLines
2020-07-28net/mlx5e: Use indirect call wrappers for RX post WQEs functionsTariq Toukan1-1/+0
2020-07-28net/mlx5e: Move exposure of datapath function to txrx headerTariq Toukan1-0/+1
2020-07-16net/mlx5e: XDP, Avoid indirect call in TX flowTariq Toukan1-2/+9
2020-06-27net/mlx5e: Refactor build channel paramsTariq Toukan1-4/+2
2020-06-27net/mlx5e: Turn XSK ICOSQ into a general asynchronous oneTariq Toukan2-50/+9
2020-06-25net/mlx5e: Remove unused mlx5e_xsk_first_unused_channelMaxim Mikityanskiy2-15/+0
2020-06-11net/mlx5e: Fix repeated XSK usage on one channelMaxim Mikityanskiy1-0/+4
2020-05-21mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel4-146/+48
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson3-3/+3
2020-04-20net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overrunsMaxim Mikityanskiy1-0/+3
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-1/+1
2019-12-19net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2-1/+2
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+0
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-9/+41
2019-08-31net/mlx5e: Allow XSK frames smaller than a pageMaxim Mikityanskiy2-6/+11
2019-08-31mlx5e: modify driver for handling offsetsKevin Laatz1-1/+2
2019-08-21treewide: remove dummy Makefiles for single targetsMasahiro Yamada1-1/+0
2019-08-20net/mlx5e: Split open/close ICOSQ into stagesAya Levin2-0/+9
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-08-17net/mlx5e: Add AF_XDP need_wakeup supportMaxim Mikityanskiy2-0/+26
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2-2/+2
2019-08-15net/mlx5e: Fix a race with XSKICOSQ in XSK wakeup flowMaxim Mikityanskiy1-0/+3
2019-07-23net/mlx5e: xsk: dynamically allocate mlx5e_channel_paramArnd Bergmann1-9/+18
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-0/+892
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy9-0/+892