bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-21 05:55:13 to 2020-06-23 18:35:29 UTC [more...]

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-23 18:35 UTC  (13+ messages)

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

[PATCH bpf-next] tools: bpftool: do not pass json_wtr to emit_obj_refs_json()
 2020-06-23 18:27 UTC  (2+ messages)

[PATCH bpf] bpf: fix formatting in documentation for BPF helpers
 2020-06-23 18:24 UTC  (2+ messages)

[PATCH bpf-next v3 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23 18:23 UTC  (34+ messages)
` [PATCH bpf-next v3 01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state
` [PATCH bpf-next v3 02/15] net: bpf: implement bpf iterator for tcp
` [PATCH bpf-next v3 03/15] bpf: support 'X' in bpf_seq_printf() helper
` [PATCH bpf-next v3 04/15] bpf: allow tracing programs to use bpf_jiffies64() helper
` [PATCH bpf-next v3 05/15] bpf: add bpf_skc_to_tcp6_sock() helper
` [PATCH bpf-next v3 06/15] bpf: add bpf_skc_to_{tcp,tcp_timewait,tcp_request}_sock() helpers
` [PATCH bpf-next v3 07/15] net: bpf: add bpf_seq_afinfo in udp_iter_state
` [PATCH bpf-next v3 08/15] net: bpf: implement bpf iterator for udp
` [PATCH bpf-next v3 09/15] bpf: add bpf_skc_to_udp6_sock() helper
` [PATCH bpf-next v3 10/15] bpf/selftests: move newer bpf_iter_* type redefining to a new header file
` [PATCH bpf-next v3 11/15] tools/bpf: refactor some net macros to libbpf bpf_tracing_net.h
` [PATCH bpf-next v3 12/15] tools/libbpf: add more common macros to 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 v3 15/15] bpf/selftests: add tcp/udp iterator programs to selftests

[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

Accessing mm_rss_stat fields with btf/BPF_CORE_READ_INTO
 2020-06-23 18:11 UTC  (13+ messages)

[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-next] tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile
 2020-06-23 17:59 UTC  (3+ messages)

[PATCH bpf-next 0/3] bpf: introduce bpf_get_task_stack_trace()
 2020-06-23 17:40 UTC  (11+ 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 1/2] flow_dissector: reject invalid attach_flags
 2020-06-23 17:07 UTC  (8+ messages)

[PATCH bpf-next v4 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23 16:18 UTC  (16+ 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

[PATCH v2 bpf-next 0/8] introduce support for XDP programs in CPUMAP
 2020-06-23 15:23 UTC  (17+ messages)
` [PATCH v2 bpf-next 1/8] net: Refactor xdp_convert_buff_to_frame
` [PATCH v2 bpf-next 2/8] samples/bpf: xdp_redirect_cpu_user: do not update bpf maps in option loop
` [PATCH v2 bpf-next 3/8] cpumap: formalize map value as a named struct
` [PATCH v2 bpf-next 4/8] bpf: cpumap: add the possibility to attach an eBPF program to cpumap
` [PATCH v2 bpf-next 6/8] libbpf: add SEC name for xdp programs attached to CPUMAP
` [PATCH v2 bpf-next 8/8] selftest: add tests for XDP programs in CPUMAP entries

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  (8+ messages)
` [PATCH bpf-next 1/3] flow_dissector: Pull BPF program assignment up to bpf-netns
` [PATCH bpf-next 2/3] bpf, netns: Keep attached programs in bpf_prog_array
` [PATCH bpf-next 3/3] bpf, netns: Keep a list of attached bpf_link's

[PATCH bpf-next v2 0/2] tools, bpftool: Define name arrays only once
 2020-06-23 10:48 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] tools, bpftool: Define prog_type_name array "
` [PATCH bpf-next v2 2/2] tools, bpftool: Define attach_type_name "

[PATCH bpf-next v2 0/3] bpf, netns: Prepare for multi-prog attachment
 2020-06-23 10:34 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] flow_dissector: Pull BPF program assignment up to bpf-netns
` [PATCH bpf-next v2 2/3] bpf, netns: Keep attached programs in bpf_prog_array
` [PATCH bpf-next v2 3/3] bpf, netns: Keep a list of attached bpf_link's

[PATCHv3 0/9] bpf: Add d_path helper
 2020-06-23 10:02 UTC  (13+ messages)
` [PATCH 01/11] bpf: Add btfid tool to resolve BTF IDs in ELF object
` [PATCH 09/11] bpf: Add d_path helper

[PATCH bpf-next 0/2] tools, bpftool: Define name arrays only once
 2020-06-23  9:58 UTC  (8+ messages)
` [PATCH bpf-next 1/2] tools, bpftool: Define prog_type_name array "
` [PATCH bpf-next 2/2] tools, bpftool: Define attach_type_name "

Fw: [Bug 208275] New: kernel hang occasionally while running the sample of xdpsock
 2020-06-23  9:18 UTC  (5+ messages)

[PATCH][next] libbpf: fix spelling mistake "kallasyms" -> "kallsyms"
 2020-06-23  8:42 UTC 

[PATCH] fix libbpf hashmap with size_t shorter than long long
 2020-06-23  5:44 UTC  (2+ messages)

[PATCH v3 bpf-next 0/9] libbpf ksym support and bpftool show PIDs
 2020-06-23  5:09 UTC  (4+ messages)
` [PATCH v3 bpf-next 8/9] tools/bpftool: show info for processes holding BPF map/prog/link/btf FDs

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

[PATCH v2 bpf-next 1/3] bpf: switch most helper return values from 32-bit int to 64-bit long
 2020-06-23  2:28 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/3] selftests/bpf: add variable-length data concatenation pattern test
` [PATCH v2 bpf-next 3/3] selftests/bpf: add variable-length data concat pattern less than test

[PATCH bpf-next 1/2] bpf: switch most helper return values from 32-bit int to 64-bit long
 2020-06-22 23:03 UTC  (17+ messages)

[PATCH v2 bpf-next 0/5] bpf: Support access to bpf map fields
 2020-06-22 22:11 UTC  (7+ messages)
` [PATCH v2 bpf-next 3/5] "

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

[PATCH bpf-next] libbpf: add a bunch of attribute getters/setters for map definitions
 2020-06-22 22:04 UTC  (3+ messages)

[PATCH bpf] libbpf: forward-declare bpf_stats_type for systems with outdated UAPI headers
 2020-06-22 21:27 UTC  (2+ messages)

[PATCH] restore behaviour of CAP_SYS_ADMIN allowing the loading of net bpf program
 2020-06-22 19:44 UTC  (3+ messages)
` [PATCH bpf v2] restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bpf programs

[PATCH bpf-next v2 0/4] Generalizing bpf_local_storage
 2020-06-22  9:40 UTC  (3+ messages)
` [PATCH bpf-next v2 2/4] bpf: Implement bpf_local_storage for inodes

[PATCH] security: Fix hook iteration and default value for inode_copy_up_xattr
 2020-06-21 22:21 UTC 

[PATCH bpf] security: Fix hook iteration for secid_to_secctx
 2020-06-21 21:54 UTC  (5+ 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).