summaryrefslogtreecommitdiffstats
path: root/net/xdp
Commit message (Expand)AuthorAgeFilesLines
* xsk: Fix broken Tx ring validationMagnus Karlsson2021-07-141-4/+7
* xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo2021-05-191-4/+3
* xsk: Respect device's headroom and tailroom on generic xmit pathAlexander Lobakin2021-05-141-1/+7
* xsk: Clear pool even for inactive queuesMaxim Mikityanskiy2021-01-271-2/+2
* xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson2021-01-172-0/+8
* xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2021-01-172-3/+7
* xsk: Fix memory leak for failed bindMagnus Karlsson2021-01-122-2/+4
* xsk: Return error code if force_zc is setZhang Changzhong2020-12-041-0/+1
* xsk: Change the tx writeable conditionXuan Zhuo2020-12-032-3/+19
* xsk: Replace datagram_poll by sock_poll_waitXuan Zhuo2020-12-031-1/+3
* net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2020-11-241-7/+1
* xsk: Fix incorrect netdev reference countMarek Majtyka2020-11-231-1/+3
* xsk: Fix umem cleanup bug at socket destructMagnus Karlsson2020-11-204-6/+19
* xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-292-3/+7
* 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