aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_xsk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-14i40e: Fix DMA mappings leakJan Sokolowski1-8/+59
2022-06-24i40e: read the XDP program once per NAPICiara Loftus1-7/+10
2022-04-21i40e, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski1-1/+0
2022-04-15i40e, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-3/+3
2022-04-15i40e, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski1-10/+22
2022-02-19i40e: remove dead stores on XSK hotpathAlexander Lobakin1-2/+1
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2022-01-31i40e: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson1-2/+2
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-10-29intel: Simplify bool conversionYang Li1-1/+1
2021-09-28i40e: Use the xsk batched rx allocation interfaceMagnus Karlsson1-27/+25
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-3/+0
2021-06-03i40e: add correct exception tracing for XDPMagnus Karlsson1-2/+6
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-04-01i40e: fix receiving of single packets in xsk zero-copy modeMagnus Karlsson1-2/+2
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-1/+1
2021-03-15i40e: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+7
2021-02-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski1-1/+1
2021-02-19i40e: Fix endianness conversionsNorbert Ciosek1-1/+1
2021-02-12i40e: Simplify the do-while allocation loopBjörn Töpel1-3/+1
2021-02-08i40e: consolidate handling of XDP program actionsCristian Dumitrescu1-37/+61
2021-02-08i40e: remove the redundant buffer info updatesCristian Dumitrescu1-19/+14
2021-02-08i40e: remove unnecessary cleaned_count updatesCristian Dumitrescu1-3/+1
2021-02-08i40e: remove unnecessary memory writes of the next to clean pointerCristian Dumitrescu1-19/+11
2021-01-13i40e: fix potential NULL pointer dereferencingCristian Dumitrescu1-1/+1
2020-12-16i40e, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-39/+84
2020-11-24i40e: remove redundant assignmentMarek Majtyka1-1/+0
2020-11-17i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson1-35/+84
2020-11-17i40e: Remove unnecessary sw_ring access from xsk TxMagnus Karlsson1-5/+1
2020-11-10i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()Dan Carpenter1-1/+1
2020-09-14i40e, xsk: move buffer allocation out of the Rx processing loopBjörn Töpel1-8/+4
2020-09-14i40e, xsk: remove HW descriptor prefetch in AF_XDP pathBjörn Töpel1-0/+12
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-18/+16
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-37/+44
2020-07-01i40e: move check of full Tx ring to outside of send loopMagnus Karlsson1-15/+5
2020-07-01i40e: optimize AF_XDP Tx completion pathMagnus Karlsson1-20/+23
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-2/+2
2020-05-28i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer1-3/+1
2020-05-21i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-317/+36
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel1-34/+40
2020-05-21i40e: Refactor rx_bi accessesBjörn Töpel1-6/+12
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-05i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski1-1/+1
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2