summaryrefslogtreecommitdiffstats
path: root/net/xdp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-123-4/+5
|\
| * bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-1/+1
| * xsk: Introduce padding between ring pointersMagnus Karlsson2020-10-091-0/+4
| * xsk: Remove internal DMA headersBjörn Töpel2020-10-051-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+16
|\ \ | |/ |/|
| * xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson2020-09-161-1/+16
* | xsk: Fix a documentation mistake in xsk_queue.hCiara Loftus2020-09-291-1/+1
* | xsk: Fix possible crash in socket_release when out-of-memoryMagnus Karlsson2020-09-281-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-235-23/+10
|\ \
| * | xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson2020-09-141-2/+2
| * | xsk: Fix use-after-free in failed shared_umem bindMagnus Karlsson2020-09-021-0/+1
| * | xsk: Fix null check on error return pathGustavo A. R. Silva2020-09-021-1/+1
| * | xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson2020-09-023-12/+0
| * | xsk: Fix possible segfault in xsk umem diagnosticsMagnus Karlsson2020-09-021-8/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-9/+8
|\ \ \ | |/ / |/| / | |/
| * xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel2020-09-141-9/+8
* | xsk: Add shared umem support between devicesMagnus Karlsson2020-08-311-7/+4
* | xsk: Add shared umem support between queue idsMagnus Karlsson2020-08-312-16/+54
* | xsk: Enable sharing of dma mappingsMagnus Karlsson2020-08-312-42/+142
* | xsk: Move addrs from buffer pool to umemMagnus Karlsson2020-08-312-19/+24
* | xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2020-08-314-37/+32
* | xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-316-71/+39
* | xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-314-46/+49
* | xsk: Create and free buffer pool independently from umemMagnus Karlsson2020-08-316-182/+225
* | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-312-30/+39
* | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-312-24/+26
* | bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2020-08-281-1/+8
* | bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+1
|/
* xdp: Prevent kernel-infoleak in xsk_getsockopt()Peilin Ye2020-07-281-1/+1
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-134-5/+55
|\
| * xsk: Add xdp statistics to xsk_diagCiara Loftus2020-07-131-0/+17
| * xsk: Add new statisticsCiara Loftus2020-07-133-5/+38
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-50/+4
|\ \ | |/ |/|
| * xsk: Use dma_need_sync instead of reimplenting itChristoph Hellwig2020-06-301-47/+3
| * xsk: Remove a double pool->dev assignment in xp_dma_mapChristoph Hellwig2020-06-301-1/+0
| * xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig2020-06-301-3/+2
* | bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-221-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-3/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-131-3/+1
| |\
| | * xdp: Fix xsk_generic_xmit errnoLi RongQing2020-06-111-3/+1
* | | 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: Explicitly inline functions and move definitionsBjörn Töpel2020-05-213-143/+65
* | xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel2020-05-215-269/+9
* | xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel2020-05-216-113/+582
* | xsk: Move defines only used by AF_XDP internals to xsk.hBjörn Töpel2020-05-212-0/+16
* | xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2020-05-213-2/+3