BPF List
 help / color / mirror / Atom feed
 messages from 2025-04-23 07:51:30 to 2025-04-25 08:34:42 UTC [more...]

[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
 2025-04-25  8:33 UTC  (3+ messages)
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()

[PATCH RFC bpf-next v2 00/17] traits: Per packet metadata KV store
 2025-04-25  8:06 UTC  (11+ messages)
` [PATCH RFC bpf-next v2 01/17] trait: limited KV store for packet metadata
` [PATCH RFC bpf-next v2 10/17] bnxt: Propagate trait presence to skb

[PATCH bpf-next] bpf: Allow some trace helpers for all prog types
 2025-04-25  8:00 UTC 

[PATCH bpf-next v2] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
 2025-04-25  7:49 UTC  (11+ messages)

[PATCH v2 bpf] bpf: Add namespace to BPF internal symbols
 2025-04-25  7:16 UTC  (2+ messages)

[PATCH net-next v4 0/2] Refactoring designware VLAN code
 2025-04-25  7:15 UTC  (12+ messages)
` [PATCH net-next v4 1/2] net: stmmac: Refactor VLAN implementation
` [PATCH net-next v4 2/2] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN stripping

[PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-25  7:10 UTC  (5+ messages)
` [PATCH v6 1/4] selftests: net: move xdp_helper to net/lib
` [PATCH v6 2/4] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v6 3/4] selftests: net: retry when bind returns EBUSY "
` [PATCH v6 4/4] selftests: net: add a virtio_net deadlock selftest

[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
 2025-04-25  5:59 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] ktls, sockmap: Fix missing uncharge operation
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test to cover sockmap with ktls

[PATCH v5 0/3] virtio-net: disable delayed refill when pausing rx
 2025-04-25  4:21 UTC  (7+ messages)
` [PATCH v5 1/3] selftests: net: move xdp_helper to net/lib
` [PATCH v5 2/3] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v5 3/3] selftests: net: add a virtio_net deadlock selftest

[PATCH net-next v4 0/3] Fix netdevim to correctly mark NAPI IDs
 2025-04-25  1:38 UTC  (5+ messages)
` [PATCH net-next v4 2/3] selftests: drv-net: Factor out ksft C helpers
` [PATCH net-next v4 3/3] selftests: drv-net: Test that NAPI ID is non-zero

[PATCH 0/3] selftests/bpf: Fix a few issues in arena_spin_lock
 2025-04-25  1:14 UTC  (11+ messages)
` [PATCH 1/3] selftests/bpf: Fix arena_spin_lock.c build dependency
` [PATCH 2/3] selftests/bpf: Fix arena_spin_lock on systems with less than 16 CPUs
` [PATCH 3/3] selftests/bpf: Fix endianness issue in __qspinlock declaration

[PATCH v3 bpf 0/2] bpf: Fix softlock condition in BPF hashmap interation
 2025-04-25  0:50 UTC  (4+ messages)
` [PATCH v3 bpf 1/2] bpf: fix possible endless loop in BPF map iteration
` [PATCH v3 bpf 2/2] selftests/bpf: add test for softlock when modifying hashmap while iterating

[PATCH bpf-next] Use thread-safe function pointer in libbpf_print
 2025-04-25  0:31 UTC  (2+ messages)

[PATCH net] xsk: respect the offsets when copying frags
 2025-04-25  0:29 UTC  (7+ messages)

[RFC PATCH bpf-next 00/12] bpf: A fq example similar to the kernel sch_fq.c implementation
 2025-04-25  0:13 UTC  (3+ messages)
` [RFC PATCH bpf-next 12/12] selftests/bpf: A bpf fq implementation similar to the kernel sch_fq

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-24 23:41 UTC  (14+ messages)
` [PATCH v2 security-next 1/4] security: "

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-04-24 23:14 UTC  (13+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model

[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-24 22:07 UTC  (7+ messages)
` [PATCH v4 4/4] selftests: net: add a virtio_net deadlock selftest

[PATCH v4 1/2] perf trace: Implement syscall summary in BPF
 2025-04-24 22:06 UTC  (7+ messages)

BUG: bpf_loop with limit 0 interacts badly with dead code elimination causing assertion failure
 2025-04-24 21:50 UTC 

[PATCH v2 00/12] Move uid filtering to BPF filters
 2025-04-24 21:35 UTC  (4+ messages)
` [PATCH v2 06/12] perf record: Switch user option to use BPF filter

die__process: DW_TAG_compile_unit, DW_TAG_type_unit, DW_TAG_partial_unit or DW_TAG_skeleton_unit expected got INVALID (0x0) @ 115a4a9!
 2025-04-24 20:22 UTC  (4+ messages)

[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-04-24 18:20 UTC  (27+ messages)
` [PATCH perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCH perf/core 11/22] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCH perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCH perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCH perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCH perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test

[PATCH bpf] bpf: Add namespace to BPF internal symbols
 2025-04-24 17:48 UTC  (2+ messages)

[PATCH v5 net-next 00/15] AccECN protocol patch series
 2025-04-24 17:36 UTC  (2+ messages)

[PATCH net-next V6 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-04-24 15:53 UTC  (6+ messages)
` [PATCH net-next V6 1/2] net: sched: generalize check for no-queue qdisc on TX queue
` [PATCH net-next V6 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[PATCH v2 bpf 0/2] bpf: Fix softlock condition in BPF hashmap interation
 2025-04-24 15:41 UTC  (6+ messages)
` [PATCH v2 bpf 1/2] bpf: fix possible endless loop in BPF map iteration
` [PATCH v2 bpf 2/2] selftests/bpf: add test for softlock when modifying hashmap while iterating

[PATCH v5 bpf-next 0/6] bpf: udp: Exactly-once socket iteration
 2025-04-24 15:39 UTC  (9+ messages)
` [PATCH v5 bpf-next 1/6] bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch
` [PATCH v5 bpf-next 2/6] bpf: udp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v5 bpf-next 3/6] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
` [PATCH v5 bpf-next 4/6] bpf: udp: Avoid socket skips and repeats during iteration
` [PATCH v5 bpf-next 5/6] selftests/bpf: Return socket cookies from sock_iter_batch progs
` [PATCH v5 bpf-next 6/6] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators

[PATCH iwl-next 00/16] libeth: add libeth_xdp helper lib
 2025-04-24 15:33 UTC  (9+ messages)
` [PATCH iwl-next 03/16] libeth: xdp: add XDP_TX buffers sending
` [PATCH iwl-next 04/16] libeth: xdp: add .ndo_xdp_xmit() helpers
` [PATCH iwl-next 06/16] libeth: xdp: add XDPSQ locking helpers
` [PATCH iwl-next 07/16] libeth: xdp: add XDPSQ cleanup timers

[PATCH] bpf, docs: iterator: Rectify non-standard line break
 2025-04-24 14:50 UTC  (3+ messages)

[PATCH stable] xdp: Reset bpf_redirect_info before running a xdp's BPF prog
 2025-04-24 13:05 UTC  (5+ messages)
  ` [PATCH stable v6.1 v5.15] "
  ` [PATCH stable v5.10] "
  ` [PATCH stable v5.4] "

[BUG] ixgbe: Detected Tx Unit Hang (XDP)
 2025-04-24 10:19 UTC  (8+ messages)

(no subject)
 2025-04-24  9:19 UTC  (3+ messages)
` 

pahole v1.30 and libbpf: Introduce kflag for type_tags and decl_tags in BTF
 2025-04-24  7:48 UTC  (3+ messages)

[syzbot] Monthly bpf report (Apr 2025)
 2025-04-24  7:48 UTC 

[PATCH net-next 00/14][pull request] igc: Add support for Frame Preemption
 2025-04-24  1:50 UTC  (2+ messages)

[PATCH net-next v3 0/3] Fix netdevim to correctly mark NAPI IDs
 2025-04-24  0:25 UTC  (7+ messages)
` [PATCH net-next v3 2/3] selftests: drv-net: Factor out ksft C helpers
` [PATCH net-next v3 3/3] selftests: drv-net: Test that NAPI ID is non-zero

[PATCH] selftests/bpf: Set MACs during veth creation in tc_redirect
 2025-04-24  0:10 UTC  (2+ messages)

[PATCH bpf-next/net] bpf: net_sched: Fix using bpf qdisc as default qdisc
 2025-04-23 23:20 UTC  (2+ messages)

[RFC PATCH bpf-next 0/4] bpf: Implement mprog API on top of existing cgroup progs
 2025-04-23 23:20 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/4] cgroup: Add bpf prog revisions to struct cgroup_bpf
` [RFC PATCH bpf-next 2/4] bpf: Implement mprog API on top of existing cgroup progs

[RFC][PATCH] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-04-23 21:27 UTC  (5+ messages)

[PATCH bpf-next v1 0/2] bpf: Fix panic in bpf_get_local_storage
 2025-04-23 21:07 UTC  (6+ messages)
` [PATCH bpf-next v1 1/2] bpf: Create cgroup storage if needed when updating link
  ` [PATCH bpf-next "

[PATCH bpf-next v4 0/2] bpf: Allow access to const void pointer arguments in tracing programs
 2025-04-23 18:30 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add test to access const void pointer argument in tracing program

[PATCH bpf-next v4] bpf: streamline allowed helpers between tracing and base sets
 2025-04-23 18:10 UTC  (3+ messages)

[PATCH] selftests/bpf: Fix null pointer check in skb_pkt_end.c
 2025-04-23 17:58 UTC  (2+ messages)
` [PATCH] selftests/bpf: Fix potential null pointer dereference "

[PATCH bpf-next 1/1] bpf: use proper type to calculate bpf_raw_tp_null_args.mask index
 2025-04-23 17:30 UTC  (2+ messages)

(no subject)
 2025-04-23 17:30 UTC  (2+ messages)
` 

[PATCH 0/4] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-04-23 17:16 UTC  (8+ messages)
` [PATCH 2/4] bpf: Add dmabuf iterator

[PATCH bpf-next v3] bpf: Remove redundant checks
 2025-04-23 17:05 UTC  (4+ messages)

[PATCH bpf 0/2] bpf: Fix softlock condition in BPF hashmap interation
 2025-04-23 16:47 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: fix possible endless loop in BPF map iteration
` [PATCH bpf 2/2] selftests/bpf: add test for softlock when modifying hashmap while iterating

[PATCH bpf-next] libbpf: remove sample_period init in perf_buffer
 2025-04-23 16:39 UTC 

[RFC PATCH bpf-next] libbpf: remove sample_period init in perf_buffer
 2025-04-23 16:26 UTC  (5+ messages)

[PATCH bpf-next] bpf: Allow XDP dev bounded program to perform XDP_REDIRECT into maps
 2025-04-23 15:09 UTC  (6+ messages)

[PATCH net] vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp
 2025-04-23 13:36 UTC 

[syzbot] [bpf?] BUG: soft lockup in hsr_announce (3)
 2025-04-23  7:51 UTC 


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