summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_xsk.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-17ice: xsk: fix cleaned_count settingMaciej Fijalkowski1-5/+1
2021-12-17ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski1-4/+10
2021-12-17ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski1-5/+1
2021-12-17ice: remove dead store on XSK hotpathAlexander Lobakin1-1/+0
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski1-16/+17
2021-12-17ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski1-6/+6
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-30ice: xsk: clear status_error0 for each allocated descMaciej Fijalkowski1-0/+1
2021-10-29intel: Simplify bool conversionYang Li1-1/+1
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski1-11/+14
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-23/+26
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-29Merge 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/...David 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-15ice: refactor interrupt moderation writesJesse Brandeburg1-3/+0
2021-04-15ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-3/+3
2021-03-26Merge 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-09ice: 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-15ice, 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 perfor...Magnus 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-02ice: replace single-element array used for C struct hackBruce Allan1-2/+4
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-337/+41
2020-05-22ice: Rename build_ctob to ice_build_ctobTony Nguyen1-2/+2
2020-05-22ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-336/+40
2020-05-22xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson1-1/+1
2020-05-15xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer1-0/+2
2020-02-20ice: add backslash-n to stringsJesse Brandeburg1-3/+3
2020-02-20ice: Support XDP UMEM wake up mechanismKrzysztof Kazimierczak1-0/+18
2020-02-16ice: use true/false for bool typesBruce Allan1-1/+1
2020-02-16ice: use proper format for function pointer as a function parameterBruce Allan1-1/+1
2020-02-16ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan1-2/+2
2020-02-16ice: 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-04ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak1-1/+2