aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_xsk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-28ice: Use the xsk batched rx allocation interfaceMagnus Karlsson1-25/+19
2021-09-28ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson1-28/+28
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+0
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-3/+0
2021-06-18ice: report hash type such as L2/L3/L4Jesse Brandeburg1-1/+1
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-1/+1
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak1-1/+1
2021-06-03ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski1-0/+3
2021-06-03ice: add correct exception tracing for XDPMagnus Karlsson1-2/+6
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg1-3/+0
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-3/+3
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+5
2021-03-15ice: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+8
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson1-5/+5
2021-02-12ice: skip NULL check against XDP prog in ZC pathMaciej Fijalkowski1-4/+3
2021-02-08ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski1-62/+9
2020-12-16ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-14ice, xsk: Move Rx allocation out of while-loopBjörn Töpel1-6/+3
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better performanceMagnus Karlsson1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-14/+14
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-68/+68
2020-08-01ice: Misc minor fixesTony Nguyen1-2/+0
2020-07-29ice: need_wakeup flag might not be set for TxKrzysztof Kazimierczak1-8/+2
2020-07-01ice: replace single-element array used for C struct hackBruce Allan1-2/+4
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-337/+41
2020-05-21ice: Rename build_ctob to ice_build_ctobTony Nguyen1-2/+2
2020-05-21ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-336/+40
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson1-1/+1
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer1-0/+2
2020-02-19ice: add backslash-n to stringsJesse Brandeburg1-3/+3
2020-02-19ice: Support XDP UMEM wake up mechanismKrzysztof Kazimierczak1-0/+18
2020-02-15ice: use true/false for bool typesBruce Allan1-1/+1
2020-02-15ice: use proper format for function pointer as a function parameterBruce Allan1-1/+1
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan1-2/+2
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-2/+2
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-2/+2
2020-01-17ice: remove redundant assignment to variable xmit_doneColin Ian King1-1/+1
2020-01-03ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak1-1/+2
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-2/+2
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak1-0/+1181