summaryrefslogtreecommitdiff
path: root/net/xdp
AgeCommit message (Expand)Author
2020-09-14xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel
2020-09-02xsk: Fix use-after-free in failed shared_umem bindMagnus Karlsson
2020-09-02xsk: Fix null check on error return pathGustavo A. R. Silva
2020-09-02xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson
2020-09-02xsk: Fix possible segfault in xsk umem diagnosticsMagnus Karlsson
2020-08-31xsk: Add shared umem support between devicesMagnus Karlsson
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson
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-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-07-28xdp: Prevent kernel-infoleak in xsk_getsockopt()Peilin Ye
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-13xsk: Add xdp statistics to xsk_diagCiara Loftus
2020-07-13xsk: Add new statisticsCiara Loftus
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-30xsk: Use dma_need_sync instead of reimplenting itChristoph Hellwig
2020-06-30xsk: Remove a double pool->dev assignment in xp_dma_mapChristoph Hellwig
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-11xdp: Fix xsk_generic_xmit errnoLi RongQing
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: Explicitly inline functions and move definitionsBjö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-21xsk: Move defines only used by AF_XDP internals to xsk.hBjörn Töpel
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson
2020-05-21xsk: Move xskmap.c to net/xdp/Bjö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-26xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit commentsTobias Klauser
2020-04-15xsk: Add missing check on user supplied headroom sizeMagnus Karlsson
2020-04-06xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing
2020-02-28xdp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-11xsk: Publish global consumer pointers when NAPI is finishedMagnus 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-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel