bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 15:34:20 to 2020-06-26 21:10:53 UTC [more...]

[PATCH v4 bpf-next 00/14] bpf: Add d_path helper
 2020-06-26 21:09 UTC  (18+ messages)
` [PATCH v4 bpf-next 01/14] bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object
` [PATCH v4 bpf-next 02/14] bpf: Compile resolve_btfids tool at kernel compilation start
` [PATCH v4 bpf-next 03/14] bpf: Add BTF_ID_LIST/BTF_ID macros
` [PATCH v4 bpf-next 04/14] bpf: Resolve BTF IDs in vmlinux image
` [PATCH v4 bpf-next 05/14] bpf: Remove btf_id helpers resolving
` [PATCH v4 bpf-next 06/14] bpf: Use BTF_ID to resolve bpf_ctx_convert struct
` [PATCH v4 bpf-next 07/14] bpf: Allow nested BTF object to be refferenced by BTF object + offset
` [PATCH v4 bpf-next 08/14] bpf: Add BTF_SET_START/END macros
` [PATCH v4 bpf-next 09/14] bpf: Add info about .BTF.ids section to btf.rst
` [PATCH v4 bpf-next 10/14] bpf: Add d_path helper
` [PATCH v4 bpf-next 11/14] tools headers: Adopt verbatim copy of btf_ids.h from kernel sources
` [PATCH v4 bpf-next 12/14] selftests/bpf: Add verifier test for d_path helper
` [PATCH v4 bpf-next 13/14] selftests/bpf: Add "
` [PATCH v4 bpf-next 14/14] selftests/bpf: Add test for resolve_btfids

[PATCH net] xsk: remove cheap_dma optimization
 2020-06-26 20:44 UTC  (2+ messages)

[PATCH 1/3] samples: bpf: fix bpf programs with kprobe/sys_connect event
 2020-06-26 20:31 UTC  (6+ messages)
` [PATCH 2/3] samples: bpf: cleanup pointer error check with libbpf
` [PATCH 3/3] samples: bpf: refactor BPF map in map test "

[PATCH v2 bpf-next 0/4] bpf: introduce bpf_get_task_stack()
 2020-06-26 20:22 UTC  (13+ messages)
` [PATCH v2 bpf-next 1/4] perf: export get/put_chain_entry()
` [PATCH v2 bpf-next 2/4] bpf: introduce helper bpf_get_task_stak()
` [PATCH v2 bpf-next 3/4] bpf: allow %pB in bpf_seq_printf() and bpf_trace_printk()
  ` [Potential Spoof] "
` [PATCH v2 bpf-next 4/4] selftests/bpf: add bpf_iter test with bpf_get_task_stack()

[PATCH bpf-next 0/2] Support disabling auto-loading of BPF programs
 2020-06-26 20:11 UTC  (4+ messages)
` [PATCH bpf-next 1/2] libbpf: support disabling auto-loading "
` [PATCH bpf-next 2/2] selftests/bpf: test auto-load disabling logic for "
` [Potential Spoof] [PATCH bpf-next 0/2] Support disabling auto-loading of "

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-26 18:22 UTC  (68+ messages)
                                        ` [PATCH 00/14] Make the user mode driver code a better citizen
                                          ` [PATCH 01/14] umh: Capture the pid in umh_pipe_setup
                                          ` [PATCH 02/14] umh: Move setting PF_UMH into umh_pipe_setup
                                          ` [PATCH 03/14] umh: Rename the user mode driver helpers for clarity
                                          ` [PATCH 04/14] umh: Remove call_usermodehelper_setup_file
                                          ` [PATCH 05/14] umh: Separate the user mode driver and the user mode helper support
                                          ` [PATCH 06/14] umd: For clarity rename umh_info umd_info
                                          ` [PATCH 07/14] umd: Rename umd_info.cmdline umd_info.driver_name
                                          ` [PATCH 08/14] umd: Transform fork_usermode_blob into fork_usermode_driver
                                          ` [PATCH 09/14] umh: Stop calling do_execve_file
                                          ` [PATCH 10/14] exec: Remove do_execve_file
                                          ` [PATCH 11/14] bpfilter: Move bpfilter_umh back into init data
                                          ` [PATCH 12/14] umd: Track user space drivers with struct pid
                                          ` [PATCH 13/14] bpfilter: Take advantage of the facilities of "
                                          ` [PATCH 14/14] umd: Remove exit_umh

[PATCH bpf-next 00/10] BPF TCP header options
 2020-06-26 17:56 UTC  (11+ messages)
` [PATCH bpf-next 01/10] tcp: Use a struct to represent a saved_syn
` [PATCH bpf-next 02/10] tcp: bpf: Parse BPF experimental header option
` [PATCH bpf-next 03/10] bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
` [PATCH bpf-next 04/10] bpf: tcp: Allow bpf prog to write and parse BPF TCP header option
` [PATCH bpf-next 05/10] bpf: selftests: A few improvements to network_helpers.c
` [PATCH bpf-next 06/10] bpf: selftests: Add fastopen_connect to network_helpers
` [PATCH bpf-next 07/10] bpf: selftests: Restore netns after each test
` [PATCH bpf-next 08/10] bpf: selftests: tcp header options
` [PATCH bpf-next 09/10] tcp: bpf: Add TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MIN to bpf_setsockopt
` [PATCH bpf-next 10/10] bpf: selftest: Add test for TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MIN

[LINUX-KERNEL] - bpf batch support for queue/stack
 2020-06-26 17:09 UTC  (3+ messages)

[PATCH bpf-next v2 1/4] bpf: add BPF_CGROUP_INET_SOCK_RELEASE hook
 2020-06-26 16:52 UTC  (4+ messages)
` [PATCH bpf-next v2 2/4] libbpf: add support for BPF_CGROUP_INET_SOCK_RELEASE
` [PATCH bpf-next v2 3/4] bpftool: support BPF_CGROUP_INET_SOCK_RELEASE
` [PATCH bpf-next v2 4/4] selftests/bpf: test BPF_CGROUP_INET_SOCK_RELEASE

the XSK buffer pool needs be to reverted
 2020-06-26 12:45 UTC  (3+ messages)

[PATCH v3 bpf-next 0/8] bpf, printk: add BTF-based type printing
 2020-06-26 11:37 UTC  (4+ messages)
` [PATCH v3 bpf-next 4/8] printk: add type-printing %pT format specifier which uses BTF

[bpf PATCH v2 0/3] Sockmap RCU splat fix
 2020-06-26 11:11 UTC  (8+ messages)
` [bpf PATCH v2 1/3] bpf, sockmap: RCU splat with redirect and strparser error or TLS
` [bpf PATCH v2 2/3] bpf, sockmap: RCU dereferenced psock may be used outside RCU block
` [bpf PATCH v2 3/3] bpf, sockmap: Add ingres skb tests that utilize merge skbs

[PATCH bpf-next v3 0/4] bpf, netns: Prepare for multi-prog attachment
 2020-06-26 10:40 UTC  (12+ messages)
` [PATCH bpf-next v3 1/4] flow_dissector: Pull BPF program assignment up to bpf-netns
` [PATCH bpf-next v3 2/4] bpf, netns: Keep attached programs in bpf_prog_array
` [PATCH bpf-next v3 3/4] bpf, netns: Keep a list of attached bpf_link's
` [PATCH bpf-next v3 4/4] selftests/bpf: Test updating flow_dissector link with same program

[PATCH v4 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-06-26 10:06 UTC  (15+ 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 1/4] bpf: add BPF_CGROUP_INET_SOCK_RELEASE hook
 2020-06-26  7:00 UTC  (6+ messages)
` [PATCH bpf-next 2/4] libbpf: add support for BPF_CGROUP_INET_SOCK_RELEASE
` [PATCH bpf-next 3/4] bpftool: support BPF_CGROUP_INET_SOCK_RELEASE
` [PATCH bpf-next 4/4] selftests/bpf: test BPF_CGROUP_INET_SOCK_RELEASE

[PATCH v3 bpf-next 7/9] libbpf: add SEC name for xdp programs attached to CPUMAP
 2020-06-25 21:12 UTC  (4+ messages)
` [PATCH bpf] libbpf: adjust SEC short cut for expected attach type BPF_XDP_DEVMAP

[bpf PATCH] bpf, sockmap: RCU splat with TLS redirect and strparser
 2020-06-25 17:07 UTC  (4+ messages)

pahole generates invalid BTF for code compiled with recent clang
 2020-06-25 16:56 UTC  (14+ messages)

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

[bpf PATCH] bpf: Do not allow btf_ctx_access with __int128 types
 2020-06-25 15:01 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: introduce bpf_get_task_stack_trace()
 2020-06-25  5:29 UTC  (7+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: add bpf_iter test with bpf_get_task_stack_trace()

[PATCH] kernel/trace: Add TRACING_ALLOW_PRINTK config option
 2020-06-25  3:59 UTC 

[PATCH bpf-next v5 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-25  1:45 UTC  (2+ messages)

[bpf PATCH] bpf: do not allow btf_ctx_access with __int128 types
 2020-06-24 22:23 UTC  (3+ messages)

tools/bpf: build failed with defconfig(x86_64) on v5.6 and v5.7
 2020-06-24 19:27 UTC  (2+ messages)

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

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

[PATCH bpf-next v5 1/3] sock: move sock_valbool_flag to header
 2020-06-24 18:26 UTC  (3+ messages)
` [PATCH bpf-next v5 3/3] bpf: add SO_KEEPALIVE and related options to bpf_setsockopt

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

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

[PATCH v3 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-06-24 15:37 UTC  (4+ messages)
` [PATCH v3 bpf-next 9/9] selftest: add tests for XDP programs in CPUMAP entries


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