aboutsummaryrefslogtreecommitdiffstats
path: root/net/xdp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-50/+4
2020-06-30xsk: Use dma_need_sync instead of reimplenting itChristoph Hellwig1-47/+3
2020-06-30xsk: Remove a double pool->dev assignment in xp_dma_mapChristoph Hellwig1-1/+0
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig1-3/+2
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov1-0/+3
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+1
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+1
2020-06-11xdp: Fix xsk_generic_xmit errnoLi RongQing1-3/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-04net/xdp: use shift instead of 64 bit divisionPavel Machek1-1/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6
2020-05-26xsk: Add overflow check for u64 division, stored into u32Björn Töpel1-2/+6
2020-05-21xsk: Explicitly inline functions and move definitionsBjörn Töpel3-143/+65
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel5-269/+9
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel6-113/+582
2020-05-21xsk: Move defines only used by AF_XDP internals to xsk.hBjörn Töpel2-0/+16
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson3-2/+3
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel3-1/+284
2020-05-04xsk: Remove unnecessary member in xdp_umemMagnus Karlsson1-4/+3
2020-05-04xsk: Change two variable names for increased clarityMagnus Karlsson4-17/+17
2020-04-26xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit commentsTobias Klauser1-2/+2
2020-04-15xsk: Add missing check on user supplied headroom sizeMagnus Karlsson1-3/+2
2020-04-06xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing1-2/+3
2020-02-28xdp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-11xsk: Publish global consumer pointers when NAPI is finishedMagnus Karlsson2-1/+4
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard1-1/+1
2020-01-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel1-1/+1
2020-01-15xsk: Support allocations of large umemsMagnus Karlsson1-3/+4
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-224/+241
2019-12-20xsk: Use struct_size() helperMagnus Karlsson1-8/+7
2019-12-20xsk: Add function naming comments and reorder functionsMagnus Karlsson2-136/+167
2019-12-20xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson1-2/+2
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-12-20xsk: Change names of validation functionsMagnus Karlsson2-30/+33
2019-12-20xsk: Simplify the consumer ring access functionsMagnus Karlsson2-68/+58
2019-12-20xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson1-11/+13
2019-12-20xsk: Eliminate the RX batch sizeMagnus Karlsson1-4/+2
2019-12-20xsk: Standardize naming of producer ring access functionsMagnus Karlsson2-41/+37
2019-12-20xsk: Consolidate to one single cached producer pointerMagnus Karlsson1-26/+21
2019-12-20xsk: Simplify detection of empty and full ringsMagnus Karlsson1-2/+5
2019-12-20xsk: Eliminate the lazy update thresholdMagnus Karlsson1-2/+1
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel1-8/+9
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy1-8/+14
2019-11-24xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck1-4/+4
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+31
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel1-2/+31
2019-10-23xsk: Fix registration of Rx-only socketsMagnus Karlsson1-0/+6
2019-10-03xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson1-15/+27
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+0