aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/xdp/xdp_umem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-05xsk: simplify xdp_clear_umem_at_qid implementationMagnus Karlsson1-5/+2
2018-10-05ethtool: don't allow disabling queues with umem installedJakub Kicinski1-2/+2
2018-10-05xsk: fix bug when trying to use both copy and zero-copy on one queue idMagnus Karlsson1-27/+63
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski1-0/+2
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson1-2/+2
2018-09-01xsk: remove unnecessary assignmentPrashant Bhole1-2/+0
2018-08-21xsk: fix return value of xdp_umem_assign_dev()Prashant Bhole1-2/+2
2018-07-31xsk: don't allow umem replace at stack levelJakub Kicinski1-9/+28
2018-07-31xsk: refactor xdp_umem_assign_dev()Jakub Kicinski1-28/+21
2018-06-11xsk: silence warning on memory allocation failureBjörn Töpel1-1/+2
2018-06-07bpf, xdp: fix crash in xdp_umem_unaccount_pagesDaniel Borkmann1-2/+4
2018-06-05xsk: wire upp Tx zero-copy functionsMagnus Karlsson1-2/+27