public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-01 19:31:42 to 2023-02-03 04:50:22 UTC [more...]

[PATCH bpf-next 0/2] bpf: Two small cleanups
 2023-02-03  4:50 UTC  (4+ messages)
` [PATCH bpf-next 1/2] tools/bpf: Use tab instead of white spaces to sync bpf.h
` [PATCH bpf-next 2/2] selftests/bpf: Use semicolon instead of comma in test_verifier.c

Adding map read write API to bpftool gen skeleton sub command
 2023-02-03  4:41 UTC  (2+ messages)

[PATCH bpf-next] bpf: Drop always true do_idr_lock parameter to bpf_map_free_id
 2023-02-03  4:40 UTC  (2+ messages)

[PATCH 00/33] virtio-net: support AF_XDP zero copy
 2023-02-03  4:35 UTC  (46+ messages)
` [PATCH 01/33] virtio_ring: virtqueue_add() support premapped
` [PATCH 02/33] virtio_ring: split: virtqueue_add_split() "
` [PATCH 03/33] virtio_ring: packed: virtqueue_add_packed() "
` [PATCH 04/33] virtio_ring: introduce virtqueue_add_outbuf_premapped()
` [PATCH 05/33] virtio_ring: introduce virtqueue_add_inbuf_premapped()
` [PATCH 06/33] virtio_ring: introduce virtqueue_reset()
` [PATCH 07/33] virtio_ring: add api virtio_dma_map() for advance dma
` [PATCH 08/33] virtio_ring: introduce dma sync api for virtio
` [PATCH 09/33] xsk: xsk_buff_pool add callback for dma_sync
` [PATCH 10/33] xsk: support virtio DMA map
` [PATCH 11/33] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH 12/33] virtio_net: unify the code for recycling the xmit ptr
` [PATCH 13/33] virtio_net: virtnet_poll_tx support rescheduled
` [PATCH 14/33] virtio_net: independent directory
` [PATCH 15/33] virtio_net: move to virtio_net.h
` [PATCH 16/33] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH 17/33] virtio_net: receive_small() use virtnet_xdp_handler()
` [PATCH 18/33] virtio_net: receive_merageable() "
` [PATCH 19/33] virtio_net: introduce virtnet_tx_reset()
` [PATCH 20/33] virtio_net: xsk: introduce virtnet_rq_bind_xsk_pool()
` [PATCH 21/33] virtio_net: xsk: introduce virtnet_xsk_pool_enable()
` [PATCH 22/33] virtio_net: xsk: introduce xsk disable
` [PATCH 23/33] virtio_net: xsk: support xsk setup
` [PATCH 24/33] virtio_net: xsk: stop disable tx napi
` [PATCH 25/33] virtio_net: xsk: __free_old_xmit distinguishes xsk buffer
` [PATCH 26/33] virtio_net: virtnet_sq_free_unused_buf() check "
` [PATCH 27/33] virtio_net: virtnet_rq_free_unused_buf() "
` [PATCH 28/33] net: introduce napi_tx_raise()
` [PATCH 29/33] virtio_net: xsk: tx: support tx
` [PATCH 30/33] virtio_net: xsk: tx: support wakeup
` [PATCH 31/33] virtio_net: xsk: tx: auto wakeup when free old xmit
` [PATCH 32/33] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH 33/33] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer

[PATCH bpf-next v4 0/1] docs/bpf: Add description of register liveness tracking algorithm
 2023-02-03  4:30 UTC  (4+ messages)
` [PATCH bpf-next v4 1/1] "

[PATCH bpf-next] selftests/bpf: Initialize tc in xdp_synproxy
 2023-02-03  4:20 UTC  (2+ messages)

[PATCH bpf-next 0/2] libbpf: allow users to set kprobe/uprobe attach mode
 2023-02-03  3:17 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: add support "
` [PATCH bpf-next 2/2] selftests/bpf: add test for legacy/perf "

[PATCH bpf-next v2 0/1] Document kfunc lifecycle / stability expectations
 2023-02-03  2:14 UTC  (3+ messages)
` [PATCH bpf-next v2] bpf/docs: "

[PATCH v2 0/3] perf lock contention: Improve aggr x filter combination
 2023-02-03  2:13 UTC  (4+ messages)
` [PATCH v2 1/3] perf lock contention: Factor out lock_contention_get_name()
` [PATCH v2 2/3] perf lock contention: Use lock_stat_find{,new}
` [PATCH v2 3/3] perf lock contention: Support filters for different aggregation

[bpf-next v3] bpftool: profile online CPUs instead of possible
 2023-02-03  1:46 UTC  (2+ messages)

[PATCH v2 dwarves 1/5] dwarves: help dwarf loader spot functions with optimized-out parameters
 2023-02-03  1:09 UTC  (21+ messages)

[PATCH bpf-next 0/3] Document kfunc lifecycle / stability expectations
 2023-02-03  0:02 UTC  (9+ messages)
` [PATCH bpf-next 1/3] bpf/docs: "
` [PATCH bpf-next 2/3] bpf: Add KF_DEPRECATED kfunc flag
` [PATCH bpf-next 3/3] selftests/bpf: Add a selftest for the "

[PATCH 0/4] perf lock contention: Improve aggr x filter combination (v1)
 2023-02-02 23:51 UTC  (9+ messages)
` [PATCH 1/4] perf lock contention: Factor out lock_contention_get_name()
` [PATCH 2/4] perf lock contention: Use lock_stat_find{,new}
` [PATCH 3/4] perf lock contention: Support filters for different aggregation
` [PATCH 4/4] perf test: Add more test cases for perf lock contention

[syzbot] WARNING in check_map_prog_compatibility
 2023-02-02 23:06 UTC  (2+ messages)

[PATCH bpf-next v2 1/1] libbpf: Correctly set the kernel code version in Debian kernel
 2023-02-02 22:55 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: Add wakeup_events to creation options
 2023-02-02 22:50 UTC  (2+ messages)

[PATCH v1] tools/resolve_btfids: Tidy HOST_OVERRIDES
 2023-02-02 22:42 UTC 

[PATCH bpf-next] tools/resolve_btfids: Compile resolve_btfids as host program
 2023-02-02 22:20 UTC  (4+ messages)

[RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-02-02 22:01 UTC  (6+ messages)

[PATCH 0/8] Add ftrace direct call for arm64
 2023-02-02 20:06 UTC  (22+ messages)
` [PATCH 1/8] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
` [PATCH 2/8] ftrace: Remove the legacy _ftrace_direct API
` [PATCH 3/8] ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
` [PATCH 4/8] ftrace: Store direct called addresses in their ops
` [PATCH 5/8] ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
` [PATCH 6/8] ftrace: Fix dead loop caused by direct call in ftrace selftest

[PATCH net] virtio-net: Keep stop() to follow mirror sequence of open()
 2023-02-02 18:40 UTC  (2+ messages)

[PATCH 0/2] virtio-net: close() to follow mirror of open()
 2023-02-02 18:40 UTC  (10+ messages)
` [PATCH 1/2] virtio-net: Keep stop() to follow mirror sequence "
` [PATCH 2/2] virtio-net: Maintain reverse cleanup order

[PATCH bpf-next v3 0/8] Support bpf trampoline for s390x
 2023-02-02 18:29 UTC  (6+ messages)
  ` [PATCH bpf-next v3 0/8] Support bpf trampoline for s390x - CI issue

[RFC PATCH v3] Documentation/bpf: Document API stability expectations for kfuncs
 2023-02-02 16:37 UTC  (4+ messages)

[PATCH bpf-next v8 00/17] xdp: hints via kfuncs
 2023-02-02 15:52 UTC  (8+ messages)
      ` [xdp-hints] "

[RFC 0/5] mm/bpf/perf: Store build id in file object
 2023-02-02 15:33 UTC  (5+ messages)

[PATCH bpf-next 0/7] bpf, mm: bpf memory usage
 2023-02-02 15:01 UTC  (14+ messages)
` [PATCH bpf-next 1/7] mm: percpu: fix incorrect size in pcpu_obj_full_size()
` [PATCH bpf-next 2/7] mm: percpu: introduce percpu_size()
` [PATCH bpf-next 3/7] mm: vmalloc: introduce vsize()
` [PATCH bpf-next 4/7] mm: util: introduce kvsize()
` [PATCH bpf-next 5/7] bpf: add new map ops ->map_mem_usage
` [PATCH bpf-next 6/7] bpf: introduce bpf_mem_alloc_size()
` [PATCH bpf-next 7/7] bpf: hashtab memory usage

[PATCH v2 net] ixgbe: allow to increase MTU to some extent with XDP enabled
 2023-02-02 13:11 UTC  (7+ messages)
` [Intel-wired-lan] "

[PATCH bpf-next 0/4] bpf: Replace BPF_ALU and BPF_JMP with BPF_ALU32 and BPF_JMP64
 2023-02-02 12:55 UTC  (3+ messages)

[PATCH v9 bpf-next 0/5] Add skb + xdp dynptrs
 2023-02-02 11:43 UTC  (12+ messages)
` [PATCH v9 bpf-next 3/5] bpf: Add skb dynptrs

[bpf-next v2] bpftool: profile online CPUs instead of possible
 2023-02-02 11:36 UTC  (3+ messages)

[PATCH v1] tools/resolve_btfids: Tidy host CFLAGS forcing
 2023-02-02 11:32 UTC  (8+ messages)

[PATCH] selftests/bpf: remove duplicate include header in files
 2023-02-02 11:10 UTC  (2+ messages)

[PATCH net-next v2] virtio-net: fix possible unsigned integer overflow
 2023-02-02 10:55 UTC  (8+ messages)

[PATCH bpf-next] selftests/bpf: Don't refill on completion in xdp_metadata
 2023-02-02 10:50 UTC  (2+ messages)

[PATCH bpf-next v3 0/1] docs/bpf: Add description of register liveness tracking algorithm
 2023-02-02  9:25 UTC  (7+ messages)
` [PATCH bpf-next v3 1/1] "

[PATCH bpf-next v1] libbpf: Add wakeup_events to creation options
 2023-02-02  6:25 UTC  (4+ messages)

[PATCH bpf-next 2/4] bpf: treewide: Clean up BPF_ALU and BPF_JMP
 2023-02-02  4:01 UTC 

[RFC/PATCH] perf lock contention: Add -o/--lock-owner option
 2023-02-02  2:57 UTC  (4+ messages)

[PATCH 00/34] selftests: Fix incorrect kernel headers search path
 2023-02-02  2:07 UTC  (2+ messages)

[PATCH bpf-next v1 1/1] libbpf: Correctly set the kernel code version in Debian kernel
 2023-02-02  1:43 UTC  (2+ messages)

[PATCH] perf lock contention: Add -S/--callstack-filter option
 2023-02-02  1:31 UTC  (2+ messages)

[PATCH net v2] ixgbe: Panic during XDP_TX with > 64 CPUs
 2023-02-02  1:23 UTC  (3+ messages)

pahole: New version 1.25 release?
 2023-02-02  0:08 UTC  (3+ messages)

[PATCH bpf-next V2 0/4] selftests/bpf: xdp_hw_metadata fixes series
 2023-02-02  0:00 UTC  (2+ messages)

[PATCH bpf-next V1] selftests/bpf: fix unmap bug in prog_tests/xdp_metadata.c
 2023-02-01 23:50 UTC  (2+ messages)

[PATCH v2] tools/resolve_btfids: Tidy host CFLAGS forcing
 2023-02-01 23:31 UTC  (2+ messages)

[PATCH bpf-next v3 0/4] bpf: Add __bpf_kfunc tag for kfunc definitions
 2023-02-01 23:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Try to address xdp_metadata crashes
 2023-02-01 23:28 UTC  (4+ messages)

Interruptable eBPF programs
 2023-02-01 23:07 UTC  (4+ messages)

[PATCH bpf-next 00/13] ice: add XDP mbuf support
 2023-02-01 22:40 UTC  (2+ messages)

[PATCH v3 bpf-next 00/11] BPF rbtree next-gen datastructure
 2023-02-01 21:36 UTC  (3+ messages)
` [PATCH v3 bpf-next 02/11] bpf: Improve bpf_reg_state space usage for non-owning ref lock

[PATCH v5 bpf-next 0/8] xdp: introduce xdp-feature support
 2023-02-01 19:31 UTC  (3+ messages)
` [PATCH v5 bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox