bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-23 10:48:22 to 2020-06-24 18:16:09 UTC [more...]

[PATCH bpf-next v2 0/3] bpf, netns: Prepare for multi-prog attachment
 2020-06-24 18:13 UTC  (9+ messages)
` [PATCH bpf-next v2 2/3] bpf, netns: Keep attached programs in bpf_prog_array

pahole generates invalid BTF for code compiled with recent clang
 2020-06-24 17:57 UTC  (7+ messages)

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-24 17:54 UTC  (26+ messages)

[PATCH bpf-next] libbpf: add debug message for each created program
 2020-06-24 17:38 UTC  (7+ messages)

[PATCH v3 bpf-next 1/3] bpf: switch most helper return values from 32-bit int to 64-bit long
 2020-06-24 16:48 UTC  (11+ messages)
` [PATCH v3 bpf-next 2/3] selftests/bpf: add variable-length data concatenation pattern test

Accessing mm_rss_stat fields with btf/BPF_CORE_READ_INTO
 2020-06-24 15:51 UTC  (18+ messages)

[PATCH v3 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-06-24 15:37 UTC  (20+ messages)
` [PATCH v3 bpf-next 1/9] cpumap: use non-locked version __ptr_ring_consume_batched
` [PATCH v3 bpf-next 2/9] net: Refactor xdp_convert_buff_to_frame
` [PATCH v3 bpf-next 3/9] samples/bpf: xdp_redirect_cpu_user: do not update bpf maps in option loop
` [PATCH v3 bpf-next 4/9] cpumap: formalize map value as a named struct
` [PATCH v3 bpf-next 5/9] bpf: cpumap: add the possibility to attach an eBPF program to cpumap
` [PATCH v3 bpf-next 6/9] bpf: cpumap: implement XDP_REDIRECT for eBPF programs attached to map entries
` [PATCH v3 bpf-next 7/9] libbpf: add SEC name for xdp programs attached to CPUMAP
` [PATCH v3 bpf-next 8/9] samples/bpf: xdp_redirect_cpu: load a eBPF program on cpumap
` [PATCH v3 bpf-next 9/9] selftest: add tests for XDP programs in CPUMAP entries

[PATCH v4 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-06-24 15:33 UTC  (10+ messages)
` [PATCH v4 bpf-next 1/9] cpumap: use non-locked version __ptr_ring_consume_batched
` [PATCH v4 bpf-next 2/9] net: Refactor xdp_convert_buff_to_frame
` [PATCH v4 bpf-next 3/9] samples/bpf: xdp_redirect_cpu_user: do not update bpf maps in option loop
` [PATCH v4 bpf-next 4/9] cpumap: formalize map value as a named struct
` [PATCH v4 bpf-next 5/9] bpf: cpumap: add the possibility to attach an eBPF program to cpumap
` [PATCH v4 bpf-next 6/9] bpf: cpumap: implement XDP_REDIRECT for eBPF programs attached to map entries
` [PATCH v4 bpf-next 7/9] libbpf: add SEC name for xdp programs attached to CPUMAP
` [PATCH v4 bpf-next 8/9] samples/bpf: xdp_redirect_cpu: load a eBPF program on cpumap
` [PATCH v4 bpf-next 9/9] selftest: add tests for XDP programs in CPUMAP entries

[PATCH bpf-next v2 0/2] tools, bpftool: Define name arrays only once
 2020-06-24 14:42 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] tools, bpftool: Define attach_type_name array "
  ` [PATCH bpf-next v3 "

[PATCH bpf-next v2 1/2] tools, bpftool: Define prog_type_name array only once
 2020-06-24 14:31 UTC  (2+ messages)
` [PATCH bpf-next v3 "

[PATCH bpf-next] libbpf: prevent loading vmlinux BTF twice
 2020-06-24 14:23 UTC  (2+ messages)

[PATCH][next] libbpf: fix spelling mistake "kallasyms" -> "kallsyms"
 2020-06-24 14:19 UTC  (3+ messages)

[PATCH bpf-next v2] tools: bpftool: fix variable shadowing in emit_obj_refs_json()
 2020-06-24 14:18 UTC  (3+ messages)

[PATCH bpf] bpf: fix formatting in documentation for BPF helpers
 2020-06-24  7:33 UTC  (4+ messages)

tools/bpf: build failed with defconfig(x86_64) on v5.6 and v5.7
 2020-06-24  6:45 UTC 

[PATCH bpf] libbpf: fix CO-RE relocs against .text section
 2020-06-24  1:23 UTC  (4+ messages)

[PATCH] restore behaviour of CAP_SYS_ADMIN allowing the loading of net bpf program
 2020-06-24  0:54 UTC  (4+ messages)
` [PATCH bpf v2] restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bpf programs

[PATCH] security: Fix hook iteration and default value for inode_copy_up_xattr
 2020-06-23 23:40 UTC  (2+ messages)

[PATCH bpf-next v5 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23 23:08 UTC  (16+ messages)
` [PATCH bpf-next v5 01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state
` [PATCH bpf-next v5 02/15] net: bpf: implement bpf iterator for tcp
` [PATCH bpf-next v5 03/15] bpf: support 'X' in bpf_seq_printf() helper
` [PATCH bpf-next v5 04/15] bpf: allow tracing programs to use bpf_jiffies64() helper
` [PATCH bpf-next v5 05/15] bpf: add bpf_skc_to_tcp6_sock() helper
` [PATCH bpf-next v5 06/15] bpf: add bpf_skc_to_{tcp,tcp_timewait,tcp_request}_sock() helpers
` [PATCH bpf-next v5 07/15] net: bpf: add bpf_seq_afinfo in udp_iter_state
` [PATCH bpf-next v5 08/15] net: bpf: implement bpf iterator for udp
` [PATCH bpf-next v5 09/15] bpf: add bpf_skc_to_udp6_sock() helper
` [PATCH bpf-next v5 10/15] selftests/bpf: move newer bpf_iter_* type redefining to a new header file
` [PATCH bpf-next v5 11/15] selftests/bpf: refactor some net macros to bpf_tracing_net.h
` [PATCH bpf-next v5 12/15] selftests/bpf: add more common "
` [PATCH bpf-next v5 13/15] selftests/bpf: implement sample tcp/tcp6 bpf_iter programs
` [PATCH bpf-next v5 14/15] selftests/bpf: implement sample udp/udp6 "
` [PATCH bpf-next v5 15/15] selftests/bpf: add tcp/udp iterator programs to selftests

[PATCH bpf-next 0/3] bpf: introduce bpf_get_task_stack_trace()
 2020-06-23 22:53 UTC  (17+ messages)
` [PATCH bpf-next 1/3] bpf: introduce helper bpf_get_task_stack_trace()
` [PATCH bpf-next 2/3] bpf: allow %pB in bpf_seq_printf()
` [PATCH bpf-next 3/3] selftests/bpf: add bpf_iter test with bpf_get_task_stack_trace()

[PATCH bpf-next v3 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23 22:44 UTC  (24+ messages)
` [PATCH bpf-next v3 05/15] bpf: add bpf_skc_to_tcp6_sock() helper
` [PATCH bpf-next v3 09/15] bpf: add bpf_skc_to_udp6_sock() helper
` [PATCH bpf-next v3 11/15] tools/bpf: refactor some net macros to libbpf bpf_tracing_net.h
` [PATCH bpf-next v3 13/15] tools/bpf: selftests: implement sample tcp/tcp6 bpf_iter programs
` [PATCH bpf-next v3 14/15] tools/bpf: add udp4/udp6 bpf iterator

[PATCH bpf-next] tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile
 2020-06-23 22:10 UTC  (3+ messages)

[PATCH bpf-next v4 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23 21:59 UTC  (19+ messages)
` [PATCH bpf-next v4 01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state
` [PATCH bpf-next v4 02/15] net: bpf: implement bpf iterator for tcp
` [PATCH bpf-next v4 03/15] bpf: support 'X' in bpf_seq_printf() helper
` [PATCH bpf-next v4 04/15] bpf: allow tracing programs to use bpf_jiffies64() helper
` [PATCH bpf-next v4 05/15] bpf: add bpf_skc_to_tcp6_sock() helper
` [PATCH bpf-next v4 06/15] bpf: add bpf_skc_to_{tcp,tcp_timewait,tcp_request}_sock() helpers
` [PATCH bpf-next v4 07/15] net: bpf: add bpf_seq_afinfo in udp_iter_state
` [PATCH bpf-next v4 08/15] net: bpf: implement bpf iterator for udp
` [PATCH bpf-next v4 09/15] bpf: add bpf_skc_to_udp6_sock() helper
` [PATCH bpf-next v4 10/15] selftests/bpf: move newer bpf_iter_* type redefining to a new header file
` [PATCH bpf-next v4 11/15] selftests/bpf: refactor some net macros to bpf_tracing_net.h
` [PATCH bpf-next v4 12/15] selftests/bpf: add more common "
` [PATCH bpf-next v4 13/15] selftests/bpf: implement sample tcp/tcp6 bpf_iter programs
` [PATCH bpf-next v4 14/15] selftests/bpf: implement sample udp/udp6 "
` [PATCH bpf-next v4 15/15] selftests/bpf: add tcp/udp iterator programs to selftests

[PATCHv3 0/9] bpf: Add d_path helper
 2020-06-23 20:17 UTC  (11+ messages)
` [PATCH 09/11] "

[PATCH 5.7 385/477] perf probe: Fix user attribute access in kprobes
 2020-06-23 19:56 UTC 

[PATCH bpf-next] tools: bpftool: do not pass json_wtr to emit_obj_refs_json()
 2020-06-23 21:25 UTC  (3+ messages)

[PATCH] fix libbpf hashmap with size_t shorter than long long
 2020-06-23 19:40 UTC  (4+ messages)

[bpf PATCH] bpf: do not allow btf_ctx_access with __int128 types
 2020-06-23 18:33 UTC  (2+ messages)

[PATCH v3 bpf-next 0/8] bpf, printk: add BTF-based type printing
 2020-06-23 18:16 UTC  (14+ messages)
` [PATCH v3 bpf-next 1/8] bpf: provide function to get vmlinux BTF information
` [PATCH v3 bpf-next 2/8] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v3 bpf-next 3/8] checkpatch: add new BTF pointer format specifier
` [PATCH v3 bpf-next 4/8] printk: add type-printing %pT format specifier which uses BTF
` [PATCH v3 bpf-next 5/8] printk: initialize vmlinux BTF outside of printk in late_initcall()
` [PATCH v3 bpf-next 6/8] printk: extend test_printf to test %pT BTF-based format specifier
` [PATCH v3 bpf-next 7/8] bpf: add support for %pT format specifier for bpf_trace_printk() helper
` [PATCH v3 bpf-next 8/8] bpf/selftests: add tests for %pT format specifier

[PATCH v2 bpf-next] fold test_current_pid_tgid_new_ns into into test_progs
 2020-06-23 18:10 UTC  (2+ messages)

[PATCH bpf 1/2] flow_dissector: reject invalid attach_flags
 2020-06-23 17:07 UTC  (8+ messages)

[PATCH v2 bpf-next 0/8] introduce support for XDP programs in CPUMAP
 2020-06-23 15:23 UTC  (4+ messages)
` [PATCH v2 bpf-next 4/8] bpf: cpumap: add the possibility to attach an eBPF program to cpumap

Checkpoint/Restore of BPF Map Data
 2020-06-23 13:44 UTC  (4+ messages)

Talk about AF_XDP support multithread concurrently receive packet
 2020-06-23 11:27 UTC  (3+ messages)

[PATCH bpf-next 0/3] bpf, netns: Prepare for multi-prog attachment
 2020-06-23 10:51 UTC  (4+ messages)
` [PATCH bpf-next 2/3] bpf, netns: Keep attached programs in bpf_prog_array


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).