aboutsummaryrefslogtreecommitdiffstats
path: root/net/xdp
AgeCommit message (Expand)Author
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
2020-01-15xsk: Support allocations of large umemsMagnus Karlsson
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-20xsk: Use struct_size() helperMagnus Karlsson
2019-12-20xsk: Add function naming comments and reorder functionsMagnus Karlsson
2019-12-20xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson
2019-12-20xsk: Change names of validation functionsMagnus Karlsson
2019-12-20xsk: Simplify the consumer ring access functionsMagnus Karlsson
2019-12-20xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson
2019-12-20xsk: Eliminate the RX batch sizeMagnus Karlsson
2019-12-20xsk: Standardize naming of producer ring access functionsMagnus Karlsson
2019-12-20xsk: Consolidate to one single cached producer pointerMagnus Karlsson
2019-12-20xsk: Simplify detection of empty and full ringsMagnus Karlsson
2019-12-20xsk: Eliminate the lazy update thresholdMagnus Karlsson
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy
2019-11-24xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck