BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-13 00:10:45 to 2025-02-14 06:13:27 UTC [more...]

[PATCH net-next 0/3] bpf: support setting max RTO for bpf_setsockopt
 2025-02-14  6:12 UTC  (16+ 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

[PATCH bpf-next v2 00/20] Support dynptr key for hash map
 2025-02-14  6:13 UTC  (13+ messages)
` [PATCH bpf-next v2 02/20] bpf: Parse bpf_dynptr in map key
` [PATCH bpf-next v2 06/20] bpf: Set BPF_INT_F_DYNPTR_IN_KEY conditionally
` [PATCH bpf-next v2 07/20] bpf: Use map_extra to indicate the max data size of dynptrs in map key
` [PATCH bpf-next v2 10/20] bpf: Introduce bpf_dynptr_user

[PATCH bpf-next v4 00/19] bpf qdisc
 2025-02-14  5:44 UTC  (4+ messages)
` [PATCH bpf-next v4 01/19] bpf: Make every prog keep a copy of ctx_arg_info

linux-next: manual merge of the bpf-next tree with the bpf tree
 2025-02-14  5:40 UTC  (3+ messages)

[PATCH iwl-next v4 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-14  4:50 UTC  (18+ messages)
` [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 v4] bpftool: Check map name length when map create
 2025-02-14  4:20 UTC  (2+ messages)

[PATCH net-next RESEND v7 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-14  2:49 UTC  (3+ messages)
` [PATCH net-next RESEND v7 3/3] selftests: drv-net: Test queue xsk attribute

[PATCH bpf-next v2 00/26] Resilient Queued Spin Lock
 2025-02-14  2:37 UTC  (24+ 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 v2 0/2] bpf-next: Introduced to support the ULP to get or set sockets
 2025-02-14  2:13 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] bpf-next: selftest for TCP_ULP in bpf_setsockopt

[PATCH 0/2] Add option for generating BTF types of global variables
 2025-02-14  1:18 UTC  (5+ messages)
` [PATCH 2/2] btf: Add the option to include global variable types

[PATCH bpf-next v1] selftests/bpf: Fix stdout race condition in traffic monitor
 2025-02-14  1:10 UTC  (5+ messages)

[PATCH bpf-next] bpf: Add tracepoints with null-able arguments
 2025-02-14  1:10 UTC  (3+ messages)

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

[PATCH bpf-next v2 0/3] bpf: Fix array bounds error with may_goto and add selftest
 2025-02-14  0:58 UTC  (10+ messages)
` [PATCH bpf-next v2 1/3] bpf: Fix array bounds error with may_goto
` [PATCH bpf-next v2 2/3] selftests/bpf: Allow the program to select specific modes for testing
` [PATCH bpf-next v2 3/3] selftests/bpf: Add selftest for may_goto

[RFC PATCH bpf-next 0/6] bpf: BPF runtime hooks: low-overhead non-intrusive tracking of runtime acquire/release (for watchdog)
 2025-02-14  0:26 UTC  (7+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Pairing data structure types with acquire/release kfuncs
` [RFC PATCH bpf-next 2/6] bpf: Add max_acquired_refs to struct bpf_prog
` [RFC PATCH bpf-next 3/6] bpf: Add active reference hash table and free reference list to struct bpf_run_ctx
` [RFC PATCH bpf-next 4/6] bpf: Add bpf runtime hooks for tracking runtime acquire/release
` [RFC PATCH bpf-next 5/6] bpf: Make BPF JIT support installation of bpf runtime hooks
` [RFC PATCH bpf-next 6/6] selftests/bpf: Add test cases for demonstrating runtime acquire/release reference tracking

[PATCH v5 0/5] Tracing contention lock owner call stack
 2025-02-13 23:28 UTC  (5+ messages)
` [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

[PATCH v3 0/2] tools: Unify top-level quiet infrastructure
 2025-02-13 21:06 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] tools: Remove redundant quiet setup

[PATCH v2 0/2] tools: Unify top-level quiet infrastructure
 2025-02-13 20:37 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tools: Remove redundant quiet setup

[PATCH 0/4] Raise the bar with regards to Python and Sphinx requirements
 2025-02-13 18:39 UTC  (2+ messages)

[PATCHSET v11 sched_ext/for-6.15] sched_ext: split global idle cpumask into per-NUMA cpumasks
 2025-02-13 18:03 UTC  (17+ 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 5/7] sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE
` [PATCH 6/7] sched_ext: idle: Per-node idle cpumasks

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

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

[PATCH v1] tools build: Fix a number of Wconversion warnings
 2025-02-13 17:21 UTC  (2+ messages)

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

[PATCH v3 0/6] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-02-13 16:20 UTC  (7+ messages)
` [PATCH v3 1/6] arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64
` [PATCH v3 2/6] scripts/sorttable: Have mcount rela sort use direct values
` [PATCH v3 3/6] scripts/sorttable: Always use an array for the mcount_loc sorting
` [PATCH v3 4/6] scripts/sorttable: Zero out weak functions in mcount_loc table
` [PATCH v3 5/6] ftrace: Update the mcount_loc check of skipped entries
` [PATCH v3 6/6] ftrace: Have ftrace pages output reflect freed pages

[RESEND PATCH bpf-next v2 0/4] bpf: Introduce global percpu data
 2025-02-13 16:19 UTC  (5+ messages)
` [RESEND PATCH bpf-next v2 1/4] "
` [RESEND PATCH bpf-next v2 2/4] bpf, libbpf: Support "
` [RESEND PATCH bpf-next v2 3/4] bpf, bpftool: Generate skeleton for "
` [RESEND PATCH bpf-next v2 4/4] selftests/bpf: Add cases to test "

[PATCH bpf-next 0/4] bpf: Introduce global percpu data
 2025-02-13 16:06 UTC  (5+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 2/4] bpf, libbpf: Support "
` [PATCH bpf-next 3/4] bpf, bpftool: Generate skeleton for "
` [PATCH bpf-next 4/4] selftests/bpf: Add cases to test "

[PATCH bpf-next v8 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-02-13 15:28 UTC  (10+ 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

[bpf-next v8 1/3] mm: add copy_remote_vm_str
 2025-02-13 15:21 UTC  (3+ messages)
` [bpf-next v8 2/3] bpf: Add bpf_copy_from_user_task_str kfunc
` [bpf-next v8 3/3] selftests/bpf: Add tests for bpf_copy_from_user_task_str

[PATCH bpf-next v10 00/12] net-timestamp: bpf extension to equip applications transparently
 2025-02-13 15:09 UTC  (18+ messages)
` [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 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 v2 dwarves 0/4] btf_encoder: emit type tags for bpf_arena pointers
 2025-02-13 13:16 UTC  (2+ messages)

[PATCH net 0/4] sockmap, vsock: For connectible sockets allow only connected
 2025-02-13 11:58 UTC  (5+ messages)
` [PATCH net 1/4] "
` [PATCH net 2/4] vsock/bpf: Warn on socket without transport
` [PATCH net 3/4] selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting unconnected
` [PATCH net 4/4] selftest/bpf: Add vsock test for "

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

[PATCH net-next v9 0/4] fix the DMA API misuse problem for page_pool
 2025-02-13 11:13 UTC  (3+ messages)

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

[PATCH net-next v9 02/11] rtnetlink: Pack newlink() params into struct
 2025-02-13 10:01 UTC  (5+ 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 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] bpf: Sync uapi bpf.h header for the tooling infra
 2025-02-13  6:00 UTC  (2+ messages)

[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


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 read-only IMAP folder(s) and NNTP newsgroup(s).