BPF List
 help / color / mirror / Atom feed
 messages from 2025-10-30 19:48:04 to 2025-11-02 21:09:55 UTC [more...]

[PATCH v2 00/23] mm: BPF OOM
 2025-11-02 21:09 UTC  (31+ messages)
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
            ` bpf_st_ops and cgroups. Was: "
` [PATCH v2 04/23] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [PATCH v2 05/23] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
` [PATCH v2 07/23] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH v2 10/23] mm: introduce BPF kfuncs to access memcg statistics and events

[PATCH v10 bpf-next 00/11] BPF indirect jumps
 2025-11-02 20:57 UTC  (12+ messages)
` [PATCH v10 bpf-next 01/11] bpf, x86: add new map type: instructions array
` [PATCH v10 bpf-next 02/11] selftests/bpf: add selftests for new insn_array map
` [PATCH v10 bpf-next 03/11] bpf: support instructions arrays with constants blinding
` [PATCH v10 bpf-next 04/11] selftests/bpf: test instructions arrays with blinding
` [PATCH v10 bpf-next 05/11] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v10 bpf-next 06/11] bpf, x86: add support for indirect jumps
` [PATCH v10 bpf-next 07/11] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v10 bpf-next 08/11] libbpf: support llvm-generated indirect jumps
` [PATCH v10 bpf-next 09/11] bpftool: Recognize insn_array map type
` [PATCH v10 bpf-next 10/11] selftests/bpf: add new verifier_gotox test
` [PATCH v10 bpf-next 11/11] selftests/bpf: add C-level selftests for indirect jumps

[PATCH net-next 0/6] Convert mlx5e and IPoIB to ndo_hwtstamp_get/set
 2025-11-02 12:14 UTC  (5+ messages)
` [PATCH net-next 6/6] net/mlx5e: Convert to new hwtstamp_get/set interface

[PATCH bpf] bpf: Check size of the signature buffer
 2025-11-02 11:37 UTC 

[PATCH v3 0/2] Print map ID on successful creation
 2025-11-01 19:33 UTC  (3+ messages)
` [PATCH v3 1/2] bpftool: Print map ID upon creation and support JSON output
` [PATCH v3 2/2] selftests/bpf: Add test for bpftool map ID printing

[PATCH v2 0/2] Print map ID on successful creation
 2025-11-01 19:20 UTC  (9+ messages)
` [PATCH v2 1/2] bpftool: Print map ID upon creation and support JSON output
` [PATCH v2 2/2] selftests/bpf: Add test for bpftool map ID printing

[PATCH v4 00/72] nstree: listns()
 2025-11-01 19:20 UTC  (3+ messages)
` [PATCH v4 18/72] nstree: add unified namespace list

[PATCH v9 bpf-next 00/11] BPF indirect jumps
 2025-11-01 17:27 UTC  (16+ messages)
` [PATCH v9 bpf-next 01/11] bpf, x86: add new map type: instructions array
` [PATCH v9 bpf-next 02/11] selftests/bpf: add selftests for new insn_array map
` [PATCH v9 bpf-next 03/11] bpf: support instructions arrays with constants blinding
` [PATCH v9 bpf-next 04/11] selftests/bpf: test instructions arrays with blinding
` [PATCH v9 bpf-next 05/11] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v9 bpf-next 06/11] bpf, x86: add support for indirect jumps
` [PATCH v9 bpf-next 07/11] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v9 bpf-next 08/11] libbpf: support llvm-generated indirect jumps
` [PATCH v9 bpf-next 09/11] bpftool: Recognize insn_array map type
` [PATCH v9 bpf-next 10/11] selftests/bpf: add new verifier_gotox test
` [PATCH v9 bpf-next 11/11] selftests/bpf: add C-level selftests for indirect jumps

[PATCH] bpftool: Add 'head' option for tcx attach to insert at chain start
 2025-11-01 16:21 UTC 

[PATCH net] octeontx2-pf: Fix devm_kcalloc() error checking
 2025-11-01 13:26 UTC 

[PATCH v4 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-11-01 13:11 UTC  (3+ messages)

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-01  9:39 UTC  (9+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[net-next PATCH v4 0/7] net: Introduce struct sockaddr_unsized
 2025-11-01  5:11 UTC  (5+ messages)
` [net-next PATCH v4 1/7] net: Convert proto_ops bind() callbacks to use sockaddr_unsized

[PATCH 0/5] libbpf: add Doxygen docs for public LIBBPF_API APIs
 2025-11-01  3:28 UTC  (10+ messages)
` [PATCH 1/5] libbpf: Add doxygen documentation for bpf_map_* APIs in bpf.h
` [PATCH 2/5] libbpf: Add doxygen documentation for bpf_prog_* "
` [PATCH 3/5] libbpf: Add doxygen documentation for bpf_link_* "
` [PATCH 4/5] libbpf: Add doxygen documentation for bpf_obj_* "
` [PATCH 5/5] libbpf: Add doxygen documentation for btf/iter etc. "

[GIT PULL] BPF fixes for 6.18-rc4
 2025-11-01  2:40 UTC  (4+ messages)

[PATCH RFC net-next 0/2] xsk: fix immature cq descriptor production (II)
 2025-10-31 23:59 UTC  (5+ messages)
` [PATCH RFC net-next 1/2] Revert "xsk: Fix immature cq descriptor production"
` [PATCH RFC net-next 2/2] xsk: introduce a cached cq to temporarily store descriptor addrs

[PATCH RFC 0/5] bpf: avoid locks in bpf_timer and bpf_wq
 2025-10-31 22:35 UTC  (7+ messages)
` [PATCH RFC v1 1/5] bpf: refactor bpf_async_cb callback update
` [PATCH RFC v1 2/5] bpf: refactor bpf_async_cb prog swap
` [PATCH RFC v1 3/5] bpf: factor out timer deletion helper
` [PATCH RFC v1 4/5] bpf: add refcnt into struct bpf_async_cb
` [PATCH RFC v1 5/5] bpf: remove lock from bpf_async_cb

[PATCH bpf-next v4 0/6] Support associating BPF programs with struct_ops
 2025-10-31 22:09 UTC  (4+ messages)
` [PATCH bpf-next v4 2/6] bpf: Support associating BPF program "

[PATCH net-next v4 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-31 21:21 UTC  (15+ messages)
` [PATCH net-next v4 01/14] net: Add bind-queue operation
` [PATCH net-next v4 02/14] net: Implement netdev_nl_bind_queue_doit
` [PATCH net-next v4 03/14] net: Add peer info to queue-get response
` [PATCH net-next v4 04/14] net, ethtool: Disallow peered real rxqs to be resized
` [PATCH net-next v4 05/14] net: Proxy net_mp_{open,close}_rxq for mapped queues
` [PATCH net-next v4 06/14] xsk: Move NETDEV_XDP_ACT_ZC into generic header
` [PATCH net-next v4 07/14] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v4 08/14] xsk: Proxy pool management for mapped queues
` [PATCH net-next v4 09/14] netkit: Add single device mode for netkit
` [PATCH net-next v4 10/14] netkit: Document fast vs slowpath members via macros
` [PATCH net-next v4 11/14] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v4 12/14] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v4 13/14] netkit: Add io_uring zero-copy support for TCP
` [PATCH net-next v4 14/14] netkit: Add xsk support for af_xdp applications

[PATCH bpf-next 0/4] selftests/bpf: convert test_tc_edt.sh into test_progs
 2025-10-31 19:28 UTC  (7+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: rename test_tc_edt.bpf.c section to expose program type
` [PATCH bpf-next 2/4] selftests/bpf: integrate test_tc_edt into test_progs
` [PATCH bpf-next 3/4] selftests/bpf: remove test_tc_edt.sh
` [PATCH bpf-next 4/4] selftests/bpf: do not hardcode target rate in test_tc_edt BPF program

[PATCH bpf] bpf: tail calls do not modify packet data
 2025-10-31 19:24 UTC  (2+ messages)

[PATCH] perf record: skip synthesize event when open evsel failed
 2025-10-31 19:23 UTC  (9+ messages)

[PATCH v5 bpf 0/2] xdp: fix page_pool leaks
 2025-10-31 18:49 UTC  (9+ messages)
` [PATCH v5 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()

[PATCH bpf-next v2] bpf: arm64: fix BPF_ST into arena memory
 2025-10-31 18:30 UTC  (2+ messages)

[PATCH bpf] bpf: Make migrate_{disable,enable} always inline if in header file
 2025-10-31 18:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/7] bpf: tracing session supporting
 2025-10-31 17:57 UTC  (5+ messages)
` [PATCH bpf-next v3 4/7] bpf,x86: add tracing session supporting for x86_64

[RFC PATCH v3 0/3] Significantly Improve BTF Type Lookup Performance
 2025-10-31 16:50 UTC  (5+ messages)
` [RFC PATCH v3 3/3] btf: Reuse libbpf code for BTF type sorting verification and binary search

[PATCH bpf-next v7 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-10-31 16:44 UTC  (18+ messages)
` [PATCH bpf-next v7 01/15] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH bpf-next v7 02/15] selftests/bpf: test_xsk: Initialize bitmap before use
` [PATCH bpf-next v7 03/15] selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return value
` [PATCH bpf-next v7 04/15] selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()
` [PATCH bpf-next v7 05/15] selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem()
` [PATCH bpf-next v7 06/15] selftests/bpf: test_xsk: Wrap test clean-up in functions
` [PATCH bpf-next v7 07/15] selftests/bpf: test_xsk: Release resources when swap fails
` [PATCH bpf-next v7 08/15] selftests/bpf: test_xsk: Add return value to init_iface()
` [PATCH bpf-next v7 09/15] selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails
` [PATCH bpf-next v7 10/15] selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails
` [PATCH bpf-next v7 11/15] selftests/bpf: test_xsk: Don't exit immediately when workers fail
` [PATCH bpf-next v7 12/15] selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
` [PATCH bpf-next v7 13/15] selftests/bpf: test_xsk: Don't exit immediately on allocation failures
` [PATCH bpf-next v7 14/15] selftests/bpf: test_xsk: Isolate non-CI tests
` [PATCH bpf-next v7 15/15] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework

[PATCH bpf-next v3 0/2] bpf: Skip bounds adjustment for conditional jumps on same scalar register
 2025-10-31 16:37 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add test "

[PATCH v8 bpf-next 00/11] BPF indirect jumps
 2025-10-31 15:20 UTC  (9+ messages)
` [PATCH v8 bpf-next 01/11] bpf, x86: add new map type: instructions array
` [PATCH v8 bpf-next 08/11] libbpf: support llvm-generated indirect jumps

[PATCH v2 0/5] libbpf: add Doxygen docs for public LIBBPF_API APIs
 2025-10-31 14:31 UTC  (7+ messages)
` [PATCH v2 1/5] libbpf: Add doxygen documentation for bpf_map_* APIs in bpf.h
` [PATCH v2 2/5] libbpf: Add doxygen documentation for bpf_prog_* "
` [PATCH v2 3/5] libbpf: Add doxygen documentation for bpf_link_* "
` [PATCH v2 4/5] libbpf: Add doxygen documentation for bpf_obj_* "
` [PATCH v2 5/5] libbpf: Add doxygen documentation for btf/iter etc. "

[PATCH v5 net-next 00/14] AccECN protocol case handling series
 2025-10-31 14:06 UTC  (4+ messages)

[PATCH v5 bpf 2/2] veth: update mem type in xdp_buff
 2025-10-31 13:45 UTC  (4+ messages)

[PATCH net v3] xsk: avoid data corruption on cq descriptor number
 2025-10-31 10:37 UTC  (5+ messages)

[PATCH net-next v3] xsk: add indirect call for xsk_destruct_skb
 2025-10-31 10:33 UTC 

[RFC bpf-next 0/2] bpftool signing feature check
 2025-10-31 10:11 UTC  (6+ messages)
` [RFC bpf-next 2/2] bpftool: Use libcrypto feature test to optionally support signing
        ` bpftool BPF signing supported using openssl v1? (Was Re: [RFC bpf-next 2/2] bpftool: Use libcrypto feature test to optionally support signing)

[PATCH bpf-next 0/3] selftests/bpf: small improvements on tc_tunnel
 2025-10-31  9:01 UTC  (4+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: skip tc_tunnel subtest if its setup fails
` [PATCH bpf-next 2/3] selftests/bpf: add checks in tc_tunnel when entering net namespaces
` [PATCH bpf-next 3/3] selftests/bpf: use start_server_str rather than start_reuseport_server in tc_tunnel

[PATCH net-next] net: Reorganize networking documentation toctree
 2025-10-31  2:18 UTC  (5+ messages)

[PATCH bpf 1/2] bpf: use rqspinlock for lru map
 2025-10-31  2:12 UTC  (4+ messages)

[PATCH 1/3] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
 2025-10-31  1:37 UTC  (8+ messages)

[PATCH bpf-next v4 0/4] bpf: Free special fields when update hash and local storage maps
 2025-10-30 22:35 UTC  (3+ messages)
` [PATCH bpf-next v4 3/4] bpf: Free special fields when update local storage maps with BPF_F_LOCK

[PATCH bpf-next v1 0/8] bpf: magic kernel functions
 2025-10-30 20:38 UTC  (9+ messages)


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