bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-21 01:28:30 to 2022-06-23 20:54:29 UTC [more...]

[PATCH v5 0/5] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-06-23 20:54 UTC  (18+ messages)
` [PATCH v5 1/5] bpf: Export bpf_dynptr_get_size()
` [PATCH v5 2/5] bpf: Add bpf_lookup_user_key() and bpf_key_put() helpers
` [PATCH v5 3/5] bpf: Add bpf_verify_pkcs7_signature() helper
` [PATCH v5 4/5] selftests/bpf: Add test for unreleased key references
` [PATCH v5 5/5] selftests/bpf: Add test for bpf_verify_pkcs7_signature() helper

[PATCH bpf-next v5 0/8] New nf_conntrack kfuncs for insertion, changing timeout, status
 2022-06-23 19:26 UTC  (9+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add support for forcing kfunc args to be referenced
` [PATCH bpf-next v5 2/8] net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookup
` [PATCH bpf-next v5 3/8] net: netfilter: Add kfuncs to allocate and insert CT
` [PATCH bpf-next v5 4/8] net: netfilter: Add kfuncs to set and change CT timeout
` [PATCH bpf-next v5 5/8] net: netfilter: Add kfuncs to set and change CT status
` [PATCH bpf-next v5 6/8] selftests/bpf: Add verifier tests for forced kfunc ref args
` [PATCH bpf-next v5 7/8] selftests/bpf: Add tests for new nf_conntrack kfuncs
` [PATCH bpf-next v5 8/8] selftests/bpf: Add negative "

[PATCH bpf-next 0/7] Introduce type match support
 2022-06-23 19:19 UTC  (11+ messages)
` [PATCH bpf-next 3/7] bpf: Add "
` [PATCH bpf-next 4/7] libbpf: "

[PATCH bpf-next v2] bpf: Merge "types_are_compat" logic into relo_core.c
 2022-06-23 18:29 UTC 

[PATCH bpf-next 0/2] Deduplicate type compat check
 2022-06-23 18:13 UTC  (7+ messages)
` [PATCH bpf-next 1/2] libbpf: Move core "types_are_compat" logic into relo_core.c
` [PATCH bpf-next 2/2] bpf: Use bpf_core_types_are_compat functionality from relo_core.c

[PATCH bpf-next] selftests/bpf: Fix rare segfault in sock_fields prog test
 2022-06-23 18:00 UTC  (9+ messages)
  ` [External] "

[PATCH bpf-next] selftests/bpf: support building selftests when CONFIG_NF_CONNTRACK=m
 2022-06-23 17:56 UTC  (2+ messages)

[PATCH bpf-next v4 0/5] Align BPF TCP CCs implementing cong_control() with non-BPF CCs
 2022-06-23 17:00 UTC  (8+ messages)
` [PATCH bpf-next v4 1/5] bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_status
` [PATCH bpf-next v4 2/5] bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
` [PATCH bpf-next v4 3/5] selftests/bpf: Test a BPF CC writing sk_pacing_*
` [PATCH bpf-next v4 4/5] selftests/bpf: Test an incomplete BPF CC
` [PATCH bpf-next v4 5/5] selftests/bpf: Test a BPF CC implementing the unsupported get_info()

Quote To Bid
 2022-06-23 15:22 UTC 

[PATCH v3 1/1] perf/kprobe: maxactive for fd-based kprobe
 2022-06-23 14:47 UTC  (4+ messages)

[RFC bpf-next] Speedup for verifier.c:do_misc_fixups
 2022-06-23 14:02 UTC  (3+ messages)

[PATCH net-next v2] i40e: read the XDP program once per NAPI
 2022-06-23 10:08 UTC 

init_disassemble_info() signature changes causes compile failures
 2022-06-23  9:49 UTC  (4+ messages)

[PATCH net 2/2] sock: redo the psock vs ULP protection check
 2022-06-23  9:12 UTC  (8+ messages)
  ` [PATCH net] selftests/bpf: Test sockmap update when socket has ULP
  ` [PATCH net v2] "

[bug report] bpf: Inline calls to bpf_loop when callback is known
 2022-06-23  9:05 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-06-23  7:50 UTC 

[PATCH] bpf/samples: fix tbpf_perf_event_output cpu's bug
 2022-06-23  8:11 UTC 

[PATCH v2] libbpf: Cleanup the kprobe_event on failed add_kprobe_event_legacy()
 2022-06-23  6:09 UTC  (4+ messages)

[RFC PATCH bpf-next 00/10] bpf, mm: Recharge pages when reuse bpf map
 2022-06-23  5:25 UTC  (8+ messages)
` [RFC PATCH bpf-next 03/10] mm, memcg: Add new helper obj_cgroup_from_current()
` [RFC PATCH bpf-next 07/10] mm: Add helper to recharge percpu address

[PATCH v6 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-06-23  3:27 UTC  (12+ messages)

[PATCH net] test_bpf: fix incorrect netdev features
 2022-06-23  2:30 UTC  (3+ messages)

[PATCH net] virtio_net: fix xdp_rxq_info bug after suspend/resume
 2022-06-23  2:20 UTC  (4+ messages)

[PATCH net-next] i40e: xsk: read the XDP program once per NAPI
 2022-06-23  0:35 UTC  (3+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-06-23  0:32 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: Introduce any context "
` [PATCH bpf-next 2/5] bpf: Convert hash map to bpf_mem_alloc
` [PATCH bpf-next 3/5] selftests/bpf: Improve test coverage of test_maps
` [PATCH bpf-next 4/5] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH bpf-next 5/5] bpf: Relax the requirement to use preallocated hash maps in tracing progs

[PATCH v5 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-06-22 23:00 UTC  (2+ messages)

[PATCH v3 bpf-next 0/5] Add bpf_getxattr
 2022-06-22 22:57 UTC  (9+ messages)
` [PATCH v3 bpf-next 1/5] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH v3 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v3 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v3 bpf-next 4/5] bpf: Add a bpf_getxattr kfunc
` [PATCH v3 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr

scope id field in bpf_sock_addr
 2022-06-22 21:28 UTC  (5+ messages)

[PATCH bpf-next v3 0/5] Align BPF TCP CCs implementing cong_control() with non-BPF CCs
 2022-06-22 18:48 UTC  (7+ messages)
` [PATCH bpf-next v3 3/5] selftests/bpf: Test a BPF CC writing sk_pacing_*

[PATCH bpf-next] selftests/bpf: Use bpf_tcp_helpers.h together with vmlinux.h
 2022-06-22 18:10 UTC 

[PATCH v2 bpf-next 0/5] Add bpf_getxattr
 2022-06-22 16:27 UTC  (24+ messages)
` [PATCH v2 bpf-next 1/5] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH v2 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v2 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v2 bpf-next 4/5] bpf: Add a bpf_getxattr kfunc
` [PATCH v2 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr

[PATCH bpf-next v10 00/11] bpf: cgroup_sock lsm flavor
 2022-06-22 16:03 UTC  (12+ messages)
` [PATCH bpf-next v10 01/11] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v10 02/11] bpf: convert cgroup_bpf.progs to hlist
` [PATCH bpf-next v10 03/11] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v10 04/11] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v10 05/11] bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
` [PATCH bpf-next v10 06/11] bpf: expose bpf_{g,s}etsockopt to lsm cgroup
` [PATCH bpf-next v10 07/11] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v10 08/11] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v10 09/11] libbpf: implement bpf_prog_query_opts
` [PATCH bpf-next v10 10/11] bpftool: implement cgroup tree for BPF_LSM_CGROUP
` [PATCH bpf-next v10 11/11] selftests/bpf: lsm_cgroup functional test

[PATCH 0/2] Introduce security_create_user_ns()
 2022-06-22 15:26 UTC  (7+ messages)
` [PATCH 1/2] security, lsm: "
` [PATCH 2/2] bpf-lsm: Make bpf_lsm_create_user_ns() sleepable

[PATCH] net: page_pool: optimize page pool page allocation in NUMA scenario
 2022-06-22 13:42 UTC 

How about adding a name for bpftool self created maps?
 2022-06-22 10:15 UTC  (3+ messages)

[PATCH] bpf: Replace 0 with BPF_K
 2022-06-22  3:19 UTC 

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2022-06-22  2:00 UTC  (2+ messages)

[PATCH bpf v2 0/2] rethook: Reject getting a rethook if RCU is not watching
 2022-06-22  1:41 UTC  (4+ messages)
` [PATCH bpf v2 1/2] fprobe: samples: Add use_trace option and show hit/missed counter

[syzbot] KASAN: use-after-free Read in free_netdev (3)
 2022-06-22  1:01 UTC 

[PATCH] libbpf: Fix is_pow_of_2
 2022-06-22  0:20 UTC  (4+ messages)

[PATCH] bpf: fix trace_output_kern bug
 2022-06-21 19:03 UTC 

[PATCH bpf-next v9 00/10] bpf: cgroup_sock lsm flavor
 2022-06-21 17:51 UTC  (6+ messages)
` [PATCH bpf-next v9 06/10] bpf: expose bpf_{g,s}etsockopt to lsm cgroup

[PATCH net-next] samples/bpf: fixup some xdp progs to be able to support xdp multibuffer
 2022-06-21 17:16 UTC  (5+ messages)

[PATCH bpf-next 0/2] Allow mixing bpf2bpf calls with tail calls on arm64
 2022-06-21 17:00 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
 2022-06-21  7:25 UTC  (4+ messages)
` [PATCH bpf-next v2 3/8] bpf, iter: Fix the condition on p when calling stop

[PATCH v4 bpf-next 0/8] bpf_prog_pack followup
 2022-06-21  3:25 UTC  (8+ 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).