summaryrefslogtreecommitdiffstats
path: root/net/xdp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xsk: Move xskmap.c to net/xdp/Björn Töpel2020-05-213-1/+284
* | xsk: Remove unnecessary member in xdp_umemMagnus Karlsson2020-05-041-4/+3
* | xsk: Change two variable names for increased clarityMagnus Karlsson2020-05-044-17/+17
* | xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit commentsTobias Klauser2020-04-261-2/+2
|/
* xsk: Add missing check on user supplied headroom sizeMagnus Karlsson2020-04-151-3/+2
* xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing2020-04-061-2/+3
* xdp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-2/+2
* xsk: Publish global consumer pointers when NAPI is finishedMagnus Karlsson2020-02-112-1/+4
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard2020-01-311-1/+1
* xsk, net: Make sock_def_readable() have external linkageBjörn Töpel2020-01-221-1/+1
* xsk: Support allocations of large umemsMagnus Karlsson2020-01-151-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-273-224/+241
|\
| * xsk: Use struct_size() helperMagnus Karlsson2019-12-201-8/+7
| * xsk: Add function naming comments and reorder functionsMagnus Karlsson2019-12-202-136/+167
| * xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson2019-12-201-2/+2
| * xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson2019-12-201-2/+2
| * xsk: Change names of validation functionsMagnus Karlsson2019-12-202-30/+33
| * xsk: Simplify the consumer ring access functionsMagnus Karlsson2019-12-202-68/+58
| * xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson2019-12-201-11/+13
| * xsk: Eliminate the RX batch sizeMagnus Karlsson2019-12-201-4/+2
| * xsk: Standardize naming of producer ring access functionsMagnus Karlsson2019-12-202-41/+37
| * xsk: Consolidate to one single cached producer pointerMagnus Karlsson2019-12-201-26/+21
| * xsk: Simplify detection of empty and full ringsMagnus Karlsson2019-12-201-2/+5
| * xsk: Eliminate the lazy update thresholdMagnus Karlsson2019-12-201-2/+1
| * xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2019-12-191-8/+9
* | xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy2019-12-191-8/+14
|/
* xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck2019-11-241-4/+4