summaryrefslogtreecommitdiffstats
path: root/net/xdp/xdp_umem.c
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* net/xdp: use shift instead of 64 bit divisionPavel Machek2020-06-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-2/+6
|\
| * xsk: Add overflow check for u64 division, stored into u32Björn Töpel2020-05-261-2/+6
* | xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel2020-05-211-55/+1
* | xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel2020-05-211-4/+15
* | xsk: Remove unnecessary member in xdp_umemMagnus Karlsson2020-05-041-4/+3
* | xsk: Change two variable names for increased clarityMagnus Karlsson2020-05-041-7/+7
|/
* xsk: Add missing check on user supplied headroom sizeMagnus Karlsson2020-04-151-3/+2
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard2020-01-311-1/+1
* xsk: Support allocations of large umemsMagnus Karlsson2020-01-151-3/+4
* xsk: Fix registration of Rx-only socketsMagnus Karlsson2019-10-231-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-281-2/+0
|\
| * xsk: relax UMEM headroom alignmentBjörn Töpel2019-09-191-2/+0
* | net/xdp: convert put_page() to put_user_page*()John Hubbard2019-09-241-8/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-13/+54
|\
| * xsk: add support to allow unaligned chunk placementKevin Laatz2019-08-311-5/+14
| * xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk2019-08-211-6/+30
| * xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson2019-08-171-0/+9
| * xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-171-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+3
|\ \ | |/ |/|
| * xdp: unpin xdp umem pages in error pathIvan Khoronzhuk2019-08-201-1/+3
* | xdp: xdp_umem: fix umem pages mapping for 32bits systemsIvan Khoronzhuk2019-08-091-1/+11
|/
* xdp: fix potential deadlock on socket mutexIlya Maximets2019-07-121-10/+6
* xdp: fix hang while unregistering device bound to xdp socketIlya Maximets2019-07-031-5/+5
* xdp: hold device for umem regardless of zero-copy modeIlya Maximets2019-07-031-5/+6
* xdp: check device pointer before clearingIlya Maximets2019-06-121-5/+6
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+2
* xsk: fix umem memory leak on cleanupBjörn Töpel2019-03-161-18/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-5/+6
|\
| * xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel2019-02-121-1/+2
| * xsk: share the mmap_sem for page pinningDavidlohr Bueso2019-02-111-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-281-0/+13
|\ \
| * | xsk: add id to umemBjörn Töpel2019-01-251-0/+13
* | | xsk: export xdp_get_umem_from_qidJan Sokolowski2019-01-221-0/+1
| |/ |/|
* | xsk: Check if a queue exists during umem setupKrzysztof Kazimierczak2019-01-151-3/+13
|/
* xsk: proper AF_XDP socket teardown orderingBjörn Töpel2018-10-081-8/+3
* xsk: simplify xdp_clear_umem_at_qid implementationMagnus Karlsson2018-10-051-5/+2
* ethtool: don't allow disabling queues with umem installedJakub Kicinski2018-10-051-2/+2
* xsk: fix bug when trying to use both copy and zero-copy on one queue idMagnus Karlsson2018-10-051-27/+63
* net: xsk: add a simple buffer reuse queueJakub Kicinski2018-09-251-0/+2
* xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson2018-09-011-2/+2
* xsk: remove unnecessary assignmentPrashant Bhole2018-09-011-2/+0
* xsk: fix return value of xdp_umem_assign_dev()Prashant Bhole2018-08-211-2/+2
* xsk: don't allow umem replace at stack levelJakub Kicinski2018-07-311-9/+28
* xsk: refactor xdp_umem_assign_dev()Jakub Kicinski2018-07-311-28/+21
* xsk: silence warning on memory allocation failureBjörn Töpel2018-06-111-1/+2
* bpf, xdp: fix crash in xdp_umem_unaccount_pagesDaniel Borkmann2018-06-071-2/+4
* xsk: wire upp Tx zero-copy functionsMagnus Karlsson2018-06-051-2/+27