summaryrefslogtreecommitdiffstats
path: root/net/xdp/xdp_umem.c
AgeCommit message (Expand)Author
2020-10-01xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-04net/xdp: use shift instead of 64 bit divisionPavel Machek
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-26xsk: Add overflow check for u64 division, stored into u32Björn Töpel
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel
2020-05-04xsk: Remove unnecessary member in xdp_umemMagnus Karlsson
2020-05-04xsk: Change two variable names for increased clarityMagnus Karlsson
2020-04-15xsk: Add missing check on user supplied headroom sizeMagnus Karlsson
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard
2020-01-15xsk: Support allocations of large umemsMagnus Karlsson
2019-10-23xsk: Fix registration of Rx-only socketsMagnus Karlsson
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-24net/xdp: convert put_page() to put_user_page*()John Hubbard
2019-09-19xsk: relax UMEM headroom alignmentBjörn Töpel
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-08-31xsk: add support to allow unaligned chunk placementKevin Laatz
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-21xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk
2019-08-20xdp: unpin xdp umem pages in error pathIvan Khoronzhuk
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
2019-08-09xdp: xdp_umem: fix umem pages mapping for 32bits systemsIvan Khoronzhuk
2019-07-12xdp: fix potential deadlock on socket mutexIlya Maximets
2019-07-03xdp: fix hang while unregistering device bound to xdp socketIlya Maximets
2019-07-03xdp: hold device for umem regardless of zero-copy modeIlya Maximets
2019-06-12xdp: check device pointer before clearingIlya Maximets
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-03-16xsk: fix umem memory leak on cleanupBjörn Töpel
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-12xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel
2019-02-11xsk: share the mmap_sem for page pinningDavidlohr Bueso
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-25xsk: add id to umemBjörn Töpel
2019-01-22xsk: export xdp_get_umem_from_qidJan Sokolowski
2019-01-15xsk: Check if a queue exists during umem setupKrzysztof Kazimierczak
2018-10-08xsk: proper AF_XDP socket teardown orderingBjörn Töpel
2018-10-05xsk: simplify xdp_clear_umem_at_qid implementationMagnus Karlsson
2018-10-05ethtool: don't allow disabling queues with umem installedJakub Kicinski
2018-10-05xsk: fix bug when trying to use both copy and zero-copy on one queue idMagnus Karlsson
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson
2018-09-01xsk: remove unnecessary assignmentPrashant Bhole
2018-08-21xsk: fix return value of xdp_umem_assign_dev()Prashant Bhole
2018-07-31xsk: don't allow umem replace at stack levelJakub Kicinski
2018-07-31xsk: refactor xdp_umem_assign_dev()Jakub Kicinski
2018-06-11xsk: silence warning on memory allocation failureBjörn Töpel
2018-06-07bpf, xdp: fix crash in xdp_umem_unaccount_pagesDaniel Borkmann