BPF List
 help / color / mirror / Atom feed
 messages from 2025-02-11 22:24:14 to 2025-02-13 09:00:42 UTC [more...]

[PATCH iwl-next v4 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-13  9:00 UTC  (10+ messages)
` [PATCH iwl-next v4 1/9] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v4 9/9] igc: Add support to get frame preemption statistics via ethtool
  ` [Intel-wired-lan] [PATCH iwl-next v4 0/9] igc: Add support for Frame Preemption feature in IGC

[PATCH bpf-next] bpf: Add a retry after refilling the free list when unit_alloc() fails
 2025-02-13  8:41 UTC  (3+ messages)

[PATCH net-next v9 06/11] net: ipv6: Use link netns in newlink() of rtnl_link_ops
 2025-02-13  8:37 UTC  (3+ messages)

[PATCH net-next v9 02/11] rtnetlink: Pack newlink() params into struct
 2025-02-13  8:36 UTC  (3+ messages)

[PATCH net-next v9 05/11] net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
 2025-02-13  8:27 UTC  (3+ messages)

[PATCH bpf-next v10 00/12] net-timestamp: bpf extension to equip applications transparently
 2025-02-13  7:26 UTC  (23+ messages)
` [PATCH bpf-next v10 01/12] bpf: add networking timestamping support to bpf_get/setsockopt()
` [PATCH bpf-next v10 02/12] bpf: prepare the sock_ops ctx and call bpf prog for TX timestamping
` [PATCH bpf-next v10 03/12] bpf: prevent unsafe access to the sock fields in the BPF timestamping callback
` [PATCH bpf-next v10 04/12] bpf: disable unsafe helpers in TX timestamping callbacks
` [PATCH bpf-next v10 05/12] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH bpf-next v10 06/12] bpf: add BPF_SOCK_OPS_TS_SCHED_OPT_CB callback
` [PATCH bpf-next v10 07/12] bpf: add BPF_SOCK_OPS_TS_SW_OPT_CB callback
` [PATCH bpf-next v10 08/12] bpf: add BPF_SOCK_OPS_TS_HW_OPT_CB callback
` [PATCH bpf-next v10 09/12] bpf: add BPF_SOCK_OPS_TS_ACK_OPT_CB callback
` [PATCH bpf-next v10 10/12] bpf: add BPF_SOCK_OPS_TS_SND_CB callback
` [PATCH bpf-next v10 11/12] bpf: support selective sampling for bpf timestamping
` [PATCH bpf-next v10 12/12] selftests/bpf: add simple bpf tests in the tx path for timestamping feature

[PATCH net-next v9 03/11] net: Use link netns in newlink() of rtnl_link_ops
 2025-02-13  6:55 UTC  (2+ messages)

[PATCH bpf-next v2 00/26] Resilient Queued Spin Lock
 2025-02-13  6:41 UTC  (17+ messages)
` [PATCH bpf-next v2 09/26] rqspinlock: Protect waiters in queue from stalls
` [PATCH bpf-next v2 11/26] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v2 17/26] rqspinlock: Hardcode cond_acquire loops to asm-generic implementation
` [PATCH bpf-next v2 24/26] bpf: Implement verifier support for rqspinlock
` [PATCH bpf-next v2 26/26] selftests/bpf: Add tests "

[PATCH bpf-next] bpf: Sync uapi bpf.h header for the tooling infra
 2025-02-13  6:00 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] Introduce load-acquire and store-release BPF instructions
 2025-02-13  5:55 UTC  (8+ messages)
` [PATCH bpf-next v2 4/9] bpf: Introduce load-acquire and store-release instructions

[PATCH net-next v9 04/11] ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_ops
 2025-02-13  5:48 UTC  (2+ messages)

[net-next PATCH v6 0/6] Add af_xdp support for cn10k
 2025-02-13  5:31 UTC  (7+ messages)
` [net-next PATCH v6 1/6] octeontx2-pf: use xdp_return_frame() to free xdp buffers
` [net-next PATCH v6 2/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v6 3/6] octeontx2-pf: AF_XDP zero copy receive support
` [net-next PATCH v6 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
` [net-next PATCH v6 5/6] octeontx2-pf: Prepare for AF_XDP
` [net-next PATCH v6 6/6] octeontx2-pf: AF_XDP zero copy transmit support

Poor performance of bpf_map_update_elem() for BPF_MAP_TYPE_HASH_OF_MAPS / BPF_MAP_TYPE_ARRAY_OF_MAPS
 2025-02-13  5:01 UTC  (6+ messages)

[PATCH bpf-next v2 1/2] bpf: Allow pre-ordering for bpf cgroup progs
 2025-02-13  4:33 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add selftests allowing cgroup prog pre-ordering

[PATCH net 0/3] net: ethernet: ti: am65-cpsw: XDP fixes
 2025-02-13  4:20 UTC  (4+ messages)
` [PATCH net 1/3] net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases

[PATCH bpf-next v8 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-02-13  3:35 UTC  (7+ messages)
` [PATCH bpf-next v8 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v8 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v8 3/6] locking/local_lock: Introduce localtry_lock_t
` [PATCH bpf-next v8 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v8 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v8 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

[PATCH net-next 0/3] bpf: support setting max RTO for bpf_setsockopt
 2025-02-13  3:14 UTC  (10+ messages)
` [PATCH net-next 1/3] tcp: add TCP_RTO_MAX_MIN_SEC definition
` [PATCH net-next 2/3] bpf: add TCP_BPF_RTO_MAX for bpf_setsockopt
` [PATCH net-next 3/3] selftests/bpf: add rto max for bpf_setsockopt test

[PATCHv3 perf/core] uprobes: Harden uretprobe syscall trampoline check
 2025-02-13  2:58 UTC  (4+ messages)

[PATCH net-next] net: use napi_id_valid helper
 2025-02-12 22:52 UTC  (3+ messages)

[PATCH 1/2] libbpf: BPF program load type enum
 2025-02-12 22:31 UTC  (8+ messages)
` [PATCH 2/2] libbpf: BPF programs dynamic loading and attaching
    `  "
        `  "
            `  "

[PATCH v5 0/5] Tracing contention lock owner call stack
 2025-02-12 22:24 UTC  (6+ messages)
` [PATCH v5 1/5] perf lock: Add bpf maps for owner stack tracing
` [PATCH v5 2/5] perf lock: Retrieve owner callstack in bpf program
` [PATCH v5 3/5] perf lock: Make rb_tree helper functions generic
` [PATCH v5 4/5] perf lock: Report owner stack in usermode
` [PATCH v5 5/5] perf lock: Update documentation for -o option in contention mode

[bpf-next v7 1/3] mm: add copy_remote_vm_str
 2025-02-12 22:25 UTC  (5+ messages)

[PATCH v2 dwarves 0/4] btf_encoder: emit type tags for bpf_arena pointers
 2025-02-12 20:15 UTC  (5+ messages)
` [PATCH v2 dwarves 1/4] btf_encoder: refactor btf_encoder__tag_kfuncs()
` [PATCH v2 dwarves 2/4] btf_encoder: emit type tags for bpf_arena pointers
` [PATCH v2 dwarves 3/4] pahole: introduce --btf_feature=attributes
` [PATCH v2 dwarves 4/4] man-pages: describe attributes and remove reproducible_build

[net-next PATCH v6 0/6] Add af_xdp support for cn10k
 2025-02-12 19:24 UTC  (7+ messages)
` [net-next PATCH v6 1/6] octeontx2-pf: use xdp_return_frame() to free xdp buffers
` [net-next PATCH v6 2/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v6 3/6] octeontx2-pf: AF_XDP zero copy receive support
` [net-next PATCH v6 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
` [net-next PATCH v6 5/6] octeontx2-pf: Prepare for AF_XDP
` [net-next PATCH v6 6/6] octeontx2-pf: AF_XDP zero copy transmit support

[PATCH net-next 00/15] Rate management on traffic classes + misc
 2025-02-12 19:20 UTC  (2+ messages)

[PATCH net-next v9 0/4] fix the DMA API misuse problem for page_pool
 2025-02-12 18:53 UTC  (3+ messages)
` [PATCH net-next v9 1/4] page_pool: introduce page_pool_get_pp() API

[PATCH net-next v4 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-02-12 18:29 UTC  (8+ messages)

[PATCH] netfs: Add retry stat counters
 2025-02-12 18:01 UTC  (7+ messages)
            ` [PATCH] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued

[PATCH bpf-next v7 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-02-12 17:47 UTC  (7+ messages)
` [PATCH bpf-next v7 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v7 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v7 3/6] locking/local_lock: Introduce localtry_lock_t
` [PATCH bpf-next v7 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v7 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v7 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

[PATCH v3 bpf 0/2] bpf: skip non exist keys in generic_map_lookup_batch
 2025-02-12 17:04 UTC  (6+ messages)
` [PATCH v3 bpf 1/2] "

[PATCHSET v11 sched_ext/for-6.15] sched_ext: split global idle cpumask into per-NUMA cpumasks
 2025-02-12 16:48 UTC  (8+ messages)
` [PATCH 1/7] nodemask: numa: reorganize inclusion path
` [PATCH 2/7] mm/numa: Introduce nearest_node_nodemask()
` [PATCH 3/7] sched/topology: Introduce for_each_node_numadist() iterator
` [PATCH 4/7] sched_ext: idle: Make idle static keys private
` [PATCH 5/7] sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE
` [PATCH 6/7] sched_ext: idle: Per-node idle cpumasks
` [PATCH 7/7] sched_ext: idle: Introduce node-aware idle cpu kfunc helpers

[PATCH net-next v2 0/3] Add native mode XDP support
 2025-02-12 16:03 UTC  (7+ messages)
` [PATCH net-next v2 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
` [PATCH net-next v2 2/3] net: ti: icssg-prueth: introduce and use prueth_swdata struct for SWDATA
` [PATCH net-next v2 3/3] net: ti: icssg-prueth: Add XDP support

[PATCH bpf-next v1 0/2] bpf: Fix array bounds error with may_goto and add selftest
 2025-02-12 15:52 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] bpf: Fix array bounds error with may_goto
` [PATCH bpf-next v1 2/2] bpf/selftest: add selftest for may_goto

[PATCH RESEND bpf-next v7 0/4] Add prog_kfunc feature probe
 2025-02-12 15:39 UTC  (5+ messages)
` [PATCH bpf-next v7 1/4] libbpf: Extract prog load type check from libbpf_probe_bpf_helper
` [PATCH bpf-next v7 2/4] libbpf: Init fd_array when prog probe load
` [PATCH bpf-next v7 3/4] libbpf: Add libbpf_probe_bpf_kfunc API
` [PATCH bpf-next v7 4/4] selftests/bpf: Add libbpf_probe_bpf_kfunc API selftests

[PATCH bpf-next v7 0/4] Add prog_kfunc feature probe
 2025-02-12 15:28 UTC  (5+ messages)
` [PATCH bpf-next v7 1/4] libbpf: Extract prog load type check from libbpf_probe_bpf_helper
` [PATCH bpf-next v7 2/4] libbpf: Init fd_array when prog probe load
` [PATCH bpf-next v7 3/4] libbpf: Add libbpf_probe_bpf_kfunc API
` [PATCH bpf-next v7 4/4] selftests/bpf: Add libbpf_probe_bpf_kfunc API selftests

[PATCH bpf-next v4] bpftool: Check map name length when map create
 2025-02-12 14:33 UTC  (2+ messages)

[PATCHv2 perf/core] uprobes: Harden uretprobe syscall trampoline check
 2025-02-12 13:51 UTC  (6+ messages)

[PATCH net-next v7 3/3] selftests: drv-net: Test queue xsk attribute
 2025-02-12 13:42 UTC 

[PATCH net-next v7 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-12 13:41 UTC 

[PATCH net-next v6 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-12 13:30 UTC  (10+ messages)
` [PATCH net-next v6 3/3] selftests: drv-net: Test queue xsk attribute

[PATCH bpf-next] bpftool: bash-completion: Add nopasswd sudo prefix for bpftool
 2025-02-12 11:21 UTC  (3+ messages)

[PATCH bpf-next v3] bpftool: Check map name length when map create
 2025-02-12 11:23 UTC  (2+ messages)

[PATCH bpf-next v5 0/6] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-02-12 11:11 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] selftests/bpf: test_xdp_veth: Create struct net_configuration
` [PATCH bpf-next v5 2/6] selftests/bpf: test_xdp_veth: Use a dedicated namespace
` [PATCH bpf-next v5 3/6] selftests/bpf: Optionally select broadcasting flags
` [PATCH bpf-next v5 4/6] selftests/bpf: test_xdp_veth: Add XDP broadcast redirection tests
` [PATCH bpf-next v5 5/6] selftests/bpf: test_xdp_veth: Add XDP program on egress test
` [PATCH bpf-next v5 6/6] selftests/bpf: Remove test_xdp_redirect_multi.sh

[net-next PATCH v6 0/6] Add af_xdp support for cn10k
 2025-02-12  9:47 UTC  (7+ messages)
` [net-next PATCH v6 1/6] octeontx2-pf: use xdp_return_frame() to free xdp buffers
` [net-next PATCH v6 2/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v6 3/6] octeontx2-pf: AF_XDP zero copy receive support
` [net-next PATCH v6 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
` [net-next PATCH v6 5/6] octeontx2-pf: Prepare for AF_XDP
` [net-next PATCH v6 6/6] octeontx2-pf: AF_XDP zero copy transmit support

[net-next PATCH v5 0/6] Add af_xdp support for cn10k
 2025-02-12  8:51 UTC  (14+ messages)
` [net-next PATCH v5 1/6] octeontx2-pf: use xdp_return_frame() to free xdp buffers
      ` [EXTERNAL] "
` [net-next PATCH v5 3/6] octeontx2-pf: AF_XDP zero copy receive support
    ` [EXTERNAL] "
` [net-next PATCH v5 5/6] octeontx2-pf: Prepare for AF_XDP
    ` [EXTERNAL] "

[RFC PATCH] x86: add function metadata support
 2025-02-12  6:49 UTC  (5+ messages)

[PATCH bpf-next 1/2] bpf: Allow top down cgroup prog ordering
 2025-02-12  5:35 UTC  (3+ messages)

[PATCH] selftests/sched_ext: Fix false positives of init_enable_count test
 2025-02-12  5:15 UTC  (2+ messages)

[PATCH bpf-next v6 0/4] Add prog_kfunc feature probe
 2025-02-12  2:33 UTC  (4+ messages)
` [PATCH bpf-next v6 3/4] libbpf: Add libbpf_probe_bpf_kfunc API

[PATCH bpf-next 0/4] bpf: Introduce global percpu data
 2025-02-12  1:50 UTC  (8+ messages)
` [PATCH bpf-next 4/4] selftests/bpf: Add a case to test "

[PATCH v4 0/5] Tracing contention lock owner call stack
 2025-02-12  1:45 UTC  (5+ messages)
` [PATCH v4 2/5] perf lock: Retrieve owner callstack in bpf program

[PATCH bpf-next v2] bpftool: Check map name length when map create
 2025-02-12  1:14 UTC  (4+ messages)

[PATCH v2 1/2] selftests/bpf: Define SYS_PREFIX for powerpc
 2025-02-12  0:50 UTC  (2+ messages)

[PATCH 0/2] Add option for generating BTF types of global variables
 2025-02-11 23:58 UTC  (4+ messages)
` [PATCH 2/2] btf: Add the option to include global variable types


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