summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_xsk.c
AgeCommit message (Expand)Author
2021-12-17ice: xsk: fix cleaned_count settingMaciej Fijalkowski
2021-12-17ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski
2021-12-17ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski
2021-12-17ice: remove dead store on XSK hotpathAlexander Lobakin
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski
2021-12-17ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski
2021-11-30ice: xsk: clear status_error0 for each allocated descMaciej Fijalkowski
2021-10-29intel: Simplify bool conversionYang Li
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski
2021-09-28ice: Use the xsk batched rx allocation interfaceMagnus Karlsson
2021-09-28ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-18ice: report hash type such as L2/L3/L4Jesse Brandeburg
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak
2021-06-03ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski
2021-06-03ice: add correct exception tracing for XDPMagnus Karlsson
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-15ice: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson
2021-02-12ice: skip NULL check against XDP prog in ZC pathMaciej Fijalkowski
2021-02-08ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski
2020-12-16ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel
2020-12-14ice, xsk: Move Rx allocation out of while-loopBjörn Töpel
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-01ice: Misc minor fixesTony Nguyen
2020-07-29ice: need_wakeup flag might not be set for TxKrzysztof Kazimierczak
2020-07-01ice: replace single-element array used for C struct hackBruce Allan
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-21ice: Rename build_ctob to ice_build_ctobTony Nguyen
2020-05-21ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer
2020-02-19ice: add backslash-n to stringsJesse Brandeburg
2020-02-19ice: Support XDP UMEM wake up mechanismKrzysztof Kazimierczak
2020-02-15ice: use true/false for bool typesBruce Allan
2020-02-15ice: use proper format for function pointer as a function parameterBruce Allan
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan
2020-01-17ice: remove redundant assignment to variable xmit_doneColin Ian King
2020-01-03ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley