aboutsummaryrefslogtreecommitdiffstats
path: root/net/xdp/xdp_umem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-25xsk: Use kvcalloc to support large umemsMagnus Karlsson1-4/+3
2020-11-20xsk: Fix umem cleanup bug at socket destructMagnus Karlsson1-3/+16
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+8
2020-09-14xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel1-9/+8
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson1-0/+1
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson1-0/+22
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson1-26/+0
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson1-20/+2
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson1-15/+0
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson1-150/+14
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-12/+12
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-22/+23
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-04net/xdp: use shift instead of 64 bit divisionPavel Machek1-1/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6
2020-05-26xsk: Add overflow check for u64 division, stored into u32Björn Töpel1-2/+6
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel1-55/+1
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel1-4/+15
2020-05-04xsk: Remove unnecessary member in xdp_umemMagnus Karlsson1-4/+3
2020-05-04xsk: Change two variable names for increased clarityMagnus Karlsson1-7/+7
2020-04-15xsk: Add missing check on user supplied headroom sizeMagnus Karlsson1-3/+2
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard1-1/+1
2020-01-15xsk: Support allocations of large umemsMagnus Karlsson1-3/+4
2019-10-23xsk: Fix registration of Rx-only socketsMagnus Karlsson1-0/+6
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+0
2019-09-24net/xdp: convert put_page() to put_user_page*()John Hubbard1-8/+1
2019-09-19xsk: relax UMEM headroom alignmentBjörn Töpel1-2/+0
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+54
2019-08-31xsk: add support to allow unaligned chunk placementKevin Laatz1-5/+14
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-08-21xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk1-6/+30
2019-08-20xdp: unpin xdp umem pages in error pathIvan Khoronzhuk1-1/+3
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson1-0/+9
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-2/+1
2019-08-09xdp: xdp_umem: fix umem pages mapping for 32bits systemsIvan Khoronzhuk1-1/+11
2019-07-12xdp: fix potential deadlock on socket mutexIlya Maximets1-10/+6
2019-07-03xdp: fix hang while unregistering device bound to xdp socketIlya Maximets1-5/+5
2019-07-03xdp: hold device for umem regardless of zero-copy modeIlya Maximets1-5/+6
2019-06-12xdp: check device pointer before clearingIlya Maximets1-5/+6
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-2/+2
2019-03-16xsk: fix umem memory leak on cleanupBjörn Töpel1-18/+1
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2019-02-12xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel1-1/+2
2019-02-11xsk: share the mmap_sem for page pinningDavidlohr Bueso1-4/+4
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+13
2019-01-25xsk: add id to umemBjörn Töpel1-0/+13
2019-01-22xsk: export xdp_get_umem_from_qidJan Sokolowski1-0/+1
2019-01-15xsk: Check if a queue exists during umem setupKrzysztof Kazimierczak1-3/+13
2018-10-08xsk: proper AF_XDP socket teardown orderingBjörn Töpel1-8/+3