summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/xsk
AgeCommit message (Expand)AuthorFilesLines
2022-05-31net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race conditionMaxim Mikityanskiy2-4/+2
2022-05-02net/mlx5e: Drop error CQE handling from the XSK RX handlerMaxim Mikityanskiy2-7/+0
2022-04-15mlx5, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-1/+1
2022-03-18net/mlx5e: Implement sending multi buffer XDP framesMaxim Mikityanskiy1-1/+2
2022-03-18net/mlx5e: Don't prefill WQEs in XDP SQ in the multi buffer modeMaxim Mikityanskiy1-1/+1
2022-03-18net/mlx5e: Move mlx5e_xdpi_fifo_push out of xmit_xdp_frameMaxim Mikityanskiy1-1/+3
2022-03-17net/mlx5e: Drop the len output parameter from mlx5e_xdp_handleMaxim Mikityanskiy1-6/+5
2022-03-17net/mlx5e: RX, Test the XDP program existence out of the handlerTariq Toukan1-2/+7
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-01-06net/mlx5e: Fix page DMA map/unmap attributesAya Levin1-2/+2
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+15
2021-12-22net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy1-1/+15
2021-12-21net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan1-1/+1
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-1/+1
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy3-62/+2
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy1-2/+2
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-2/+2
2021-07-26net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy1-16/+2
2021-03-25net/mlx5e: Generalize open RQAya Levin1-1/+46
2021-03-25net/mlx5e: Restrict usage of mlx5e_priv in params logic functionsTariq Toukan1-4/+5
2021-03-25net/mlx5e: Pass q_counter indentifier as parameter to rq_param buildersTariq Toukan1-1/+1
2021-02-11net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy1-1/+1
2020-12-08net/mlx5e: Fill mlx5e_create_cq_param in a functionMaxim Mikityanskiy1-5/+2
2020-12-08net/mlx5e: Allow CQ outside of channel contextAya Levin1-2/+10
2020-11-05net/mlx5e: Use spin_lock_bh for async_icosq_lockMaxim Mikityanskiy2-4/+4
2020-09-30net/mlx5: Use dma device access helperParav Pandit1-1/+1
2020-09-22Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-14/+3
2020-09-21net/mlx5e: Rename xmit-related structs to generalize themMaxim Mikityanskiy1-1/+1
2020-09-21net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy2-14/+3
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-108/+106
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson1-2/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson4-18/+18
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson8-106/+104
2020-08-26net/mlx5e: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan1-2/+2
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