summaryrefslogtreecommitdiff
path: root/net/xdp/xdp_umem.c
AgeCommit message (Expand)Author
2023-11-29xsk: Add option to calculate TX checksum in SWStanislav Fomichev
2023-11-29xsk: Support tx_metadata_lenStanislav Fomichev
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-03-16xsk: Add missing overflow check in xdp_umem_regKal Conley
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy
2022-06-02xdp: Directly use ida_alloc()/free() APIsKe Liu
2021-05-25xsk: Use kvcalloc to support large umemsMagnus Karlsson
2020-11-20xsk: Fix umem cleanup bug at socket destructMagnus Karlsson
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-14xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
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