bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-11 20:28:37 to 2024-01-16 09:43:16 UTC [more...]

[PATCH net-next 00/17] virtio-net: support AF_XDP zero copy (3/3)
 2024-01-16  9:42 UTC 

[PATCH bpf-next v2 0/6] Zbb support and code simplification for RV64 JIT
 2024-01-16  9:05 UTC  (7+ messages)
` [PATCH bpf-next v2 6/6] riscv, bpf: Optimize bswap insns with Zbb support

[PATCH net-next 0/5] virtio-net: sq support premapped mode
 2024-01-16  7:59 UTC  (6+ messages)
` [PATCH net-next 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
` [PATCH net-next 2/5] virtio_ring: virtqueue_disable_and_recycle let the callback detach bufs
` [PATCH net-next 3/5] virtio_ring: introduce virtqueue_detach_unused_buf_dma()
` [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH net-next 5/5] virtio_net: sq support premapped mode

[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
 2024-01-16  7:32 UTC  (4+ messages)
` [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma()

[PATCH net-next 0/5] virtio-net: make the virtio-net has independent directory
 2024-01-16  6:28 UTC  (6+ messages)
` [PATCH net-next 1/5] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next 2/5] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next 3/5] virtio_net: independent directory
` [PATCH net-next 4/5] virtio_net: move core structures to virtio_net.h
` [PATCH net-next 5/5] virtio_net: add prefix virtnet to all struct inside virtio_net.h

[PATCH bpf-next v1] bpftool: Silence build warning about calloc()
 2024-01-16  6:19 UTC 

[PATCH bpf-next v4 0/2] Skip callback tests if jit is disabled in test_verifier
 2024-01-16  4:50 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: Move is_jit_enabled() to testing_helpers
` [PATCH bpf-next v4 2/2] selftests/bpf: Skip callback tests if jit is disabled in test_verifier

[RFC bpf-next] crypto for unsleepable progs + new persistent bpf map for kernel api structs
 2024-01-15 23:21 UTC  (3+ messages)

[PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
 2024-01-15 22:08 UTC  (3+ messages)
` [PATCH bpf-next v8 2/3] bpf: crypto: add skcipher to bpf crypto
` [PATCH bpf-next v8 3/3] selftests: bpf: crypto skcipher algo selftests

[PATCH v8 bpf-next 0/6] bpf: tcp: Support arbitrary SYN Cookie at TC
 2024-01-15 20:55 UTC  (7+ messages)
` [PATCH v8 bpf-next 1/6] tcp: Move tcp_ns_to_ts() to tcp.h
` [PATCH v8 bpf-next 2/6] tcp: Move skb_steal_sock() to request_sock.h
` [PATCH v8 bpf-next 3/6] bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock()
` [PATCH v8 bpf-next 4/6] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()
` [PATCH v8 bpf-next 5/6] bpf: tcp: Support arbitrary SYN Cookie
` [PATCH v8 bpf-next 6/6] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()

[PATCH v7 bpf-next 0/6] bpf: tcp: Support arbitrary SYN Cookie at TC
 2024-01-15 20:13 UTC  (5+ messages)
` [PATCH v7 bpf-next 5/6] bpf: tcp: Support arbitrary SYN Cookie

[PATCH bpf v3] libbpf: Apply map_set_def_max_entries() for inner_maps on creation
 2024-01-15 18:51 UTC  (3+ messages)

[PATCH v4 1/2] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
 2024-01-15 17:35 UTC  (3+ messages)
` [PATCH v4 2/2] selftests/bpf: Add test for "

[PATCH bpf-next] bpf: Minor improvements for bpf_cmp
 2024-01-15 17:10 UTC  (3+ messages)

Fwd: BPF-NX+CFI is a good upstreaming candidate
 2024-01-15 16:09 UTC  (7+ messages)
    ` [External] "

[PATCH v2 bpf-next 0/5] bpf: volatile compare
 2024-01-15 16:33 UTC  (11+ messages)
` [PATCH v2 bpf-next 2/5] bpf: Introduce "volatile compare" macro
          ` asm register constraint. Was: "

flaky tc_redirect/tc_redirect_dtime
 2024-01-15 15:09 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] Skip callback tests if jit is disabled in test_verifier
 2024-01-15 14:00 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] selftests/bpf: Move is_jit_enabled() to testing_helpers
` [PATCH bpf-next v3 2/2] selftests/bpf: Skip callback tests if jit is disabled in test_verifier

[PATCH bpf-next] bpf: Allow setting SO_TIMESTAMPING* with bpf_setsockopt()
 2024-01-15 13:41 UTC 

[PATCH bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
 2024-01-15 12:54 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH bpf-next v3 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH bpf-next v3 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH bpf-next v3 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH bpf-next v3 6/6] riscv, bpf: Optimize bswap "

[PATCH RESEND bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
 2024-01-15 13:12 UTC  (7+ messages)
` [PATCH RESEND bpf-next v3 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH RESEND bpf-next v3 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH RESEND bpf-next v3 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH RESEND bpf-next v3 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH RESEND bpf-next v3 6/6] riscv, bpf: Optimize bswap "

[PATCH v3 0/4] net/sched: Load modules via alias
 2024-01-15 12:16 UTC  (8+ messages)
` [PATCH v3 1/4] net/sched: Add helper macros with module names
` [PATCH v3 2/4] net/sched: Add module aliases for cls_,sch_,act_ modules
` [PATCH v3 3/4] net/sched: Load modules via their alias
` [PATCH v3 4/4] net/sched: Remove aliases of act_xt and sch_clsact

unsubscribe
 2024-01-15  8:19 UTC 

[PATCH v2 bpf-next 2/2] selftests/bpf: Add selftests for cpumask iter
 2024-01-15  1:52 UTC  (2+ messages)

[PATCH net v2 0/2] tls fixes for SPLICE with more hint
 2024-01-14 12:20 UTC  (5+ messages)
` [PATCH net v2 1/2] net: tls, fix WARNIING in __sk_msg_free
` [PATCH net v2 2/2] net: tls, add test to capture error on large splice

[PATCH bpf-next 03/29] bpf: introduce BPF token object
 2024-01-14  2:29 UTC  (14+ messages)

[PATCH bpf-next] docs/bpf: Fix an incorrect statement in verifier.rst
 2024-01-13 23:10 UTC  (4+ messages)

[PATCH bpf-next v3 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-13 19:49 UTC  (6+ messages)

[PATCH v3 bpf 0/3] bpf: Fix backward progress bug in bpf_iter_udp
 2024-01-13 19:20 UTC  (7+ messages)
` [PATCH v3 bpf 1/3] bpf: iter_udp: Retry with a larger batch size without going back to the previous bucket
` [PATCH v3 bpf 2/3] bpf: Avoid iter->offset making backward progress in bpf_iter_udp
` [PATCH v3 bpf 3/3] selftests/bpf: Test udp and tcp iter batching

[PATCH dwarves v2] pahole: Inject kfunc decl tags into BTF
 2024-01-13  4:31 UTC  (4+ messages)

RFC: Mark "inlined by some callers" functions in BTF
 2024-01-12 21:59 UTC  (5+ messages)

[PATCH net 0/2] tls fixes for SPLICE with more hint
 2024-01-12 21:52 UTC  (6+ messages)
` [PATCH net 1/2] net: tls, fix WARNIING in __sk_msg_free
` [PATCH net 2/2] net: tls, add test to capture error on large splice

[PATCH bpf-next v2 00/15] Improvements for tracking scalars in the BPF verifier
 2024-01-12 20:50 UTC  (6+ messages)
` [PATCH bpf-next v2 10/15] bpf: Track spilled unbounded scalars

[PATCH bpf-next v4 1/2] bpf: Track aligned st store as imprecise spilled registers
 2024-01-12 20:30 UTC  (3+ messages)

[PATCH bpf-next] The original document has some inconsistency
 2024-01-12 20:16 UTC  (5+ messages)
        ` [Bpf] "

[PATCH bpf v2] libbpf: Apply map_set_def_max_entries() for inner_maps on creation
 2024-01-12 19:47 UTC  (3+ messages)

[PATCH bpf-next 0/8] PTR_TO_BTF_ID arguments in global subprogs
 2024-01-12 18:43 UTC  (5+ messages)
` [PATCH bpf-next 5/8] bpf: add __arg_trusted and __arg_untrusted global func tags

[PATCH v3 1/2] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
 2024-01-12 18:38 UTC  (6+ messages)
` [PATCH v3 2/2] selftests/bpf: Add tests for "

[PATCH v2 bpf 0/3] bpf: Fix backward progress bug in bpf_iter_udp
 2024-01-12 18:10 UTC  (8+ messages)
` [PATCH v2 bpf 1/3] bpf: iter_udp: Retry with a larger batch size without going back to the previous bucket
` [PATCH v2 bpf 2/3] bpf: Avoid iter->offset making backward progress in bpf_iter_udp
` [PATCH v2 bpf 3/3] selftests/bpf: Test udp and tcp iter batching

[PATCH net-next 12/24] seg6: Use nested-BH locking for seg6_bpf_srh_states
 2024-01-12 17:41 UTC  (10+ messages)
` [PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect
` [PATCH net-next 16/24] net: netkit, veth, tun, virt*: "

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-12 14:52 UTC  (4+ messages)

[PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-01-12 10:17 UTC  (37+ messages)
` [PATCH v6 01/36] ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
` [PATCH v6 02/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v6 03/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v6 04/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v6 05/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v6 06/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v6 07/36] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v6 08/36] function_graph: Allow multiple users to attach to function graph
` [PATCH v6 09/36] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v6 10/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v6 11/36] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v6 12/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v6 13/36] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v6 14/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v6 15/36] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v6 16/36] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v6 17/36] function_graph: Move graph depth stored data "
` [PATCH v6 18/36] function_graph: Move graph notrace bit "
` [PATCH v6 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v6 20/36] function_graph: Improve push operation for several interrupts
` [PATCH v6 21/36] function_graph: Add selftest for passing local variables
` [PATCH v6 22/36] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v6 23/36] function_graph: Add a new exit "
` [PATCH v6 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v6 25/36] arm64: ftrace: "
` [PATCH v6 26/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v6 27/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v6 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v6 29/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v6 30/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v6 31/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v6 32/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v6 33/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v6 34/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v6 35/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v6 36/36] Documentation: probes: Update fprobe on function-graph tracer

[PATCH bpf-next v2] selftests/bpf: Skip callback tests if jit is disabled in test_verifier
 2024-01-12  7:40 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix a 'unused function' compilation error
 2024-01-12  6:02 UTC  (4+ messages)

[PATCH] bpftool: Add missing libgen.h for basename()
 2024-01-12  2:52 UTC  (2+ messages)

[PATCH v3 bpf-next] selftests/bpf: add inline assembly helpers to access array elements
 2024-01-12  2:50 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Update LLVM Phabricator links
 2024-01-12  2:50 UTC  (2+ messages)

[PATCH bpf-next] net: filter: fix spelling mistakes
 2024-01-12  2:40 UTC  (2+ messages)

[PATCH bpf-next] Introduce concept of conformance groups
 2024-01-12  2:40 UTC  (2+ messages)

[PATCH v2 bpf-next] selftests/bpf: detect testing prog flags support
 2024-01-12  2:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf: inline bpf_kptr_xchg()
 2024-01-12  2:30 UTC  (2+ messages)

[ANN] bpf development stats for 6.8
 2024-01-12  0:52 UTC  (2+ messages)

[RFC bpf-next] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments
 2024-01-12  0:35 UTC  (6+ messages)

[PATCH bpf] bpf: apply map_set_def_max_entries() for inner_maps on creation
 2024-01-11 20:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).