bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-20 14:27:04 to 2020-08-21 21:17:34 UTC [more...]

[PATCH bpf-next v4 0/3] bpf: implement link_query for bpf iterators
 2020-08-21 21:17 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] "
` [PATCH bpf-next v4 2/3] bpf: implement link_query callbacks in map element iterators
` [PATCH bpf-next v4 3/3] bpftool: implement link_query for bpf iterators

[PATCH v2 bpf 1/2] bpf: verifier: check for packet data access based on target prog
 2020-08-21 21:05 UTC  (8+ messages)
` [PATCH v2 bpf 2/2] selftests/bpf: add test for freplace program with write access

[PATCH bpf-next 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-08-21 20:10 UTC  (15+ messages)
` [PATCH bpf-next 1/5] bpf: Mutex protect used_maps array and count
` [PATCH bpf-next 2/5] bpf: Add BPF_PROG_BIND_MAP syscall
` [PATCH bpf-next 3/5] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .metadata section
` [PATCH bpf-next 4/5] bpftool: support dumping metadata
` [PATCH bpf-next 5/5] selftests/bpf: Test bpftool loading and "

[PATCH bpf] bpf: fix a buffer out-of-bound access when filling raw_tp link_info
 2020-08-21 20:09 UTC  (2+ messages)

pull-request: bpf 2020-08-21
 2020-08-21 19:55 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Fix test_progs-flavor run getting number of tests
 2020-08-21 19:45 UTC  (3+ messages)

[PATCH] bpf: fix two typos in uapi/linux/bpf.h
 2020-08-21 19:30 UTC  (2+ messages)

libbpf v0.1.0 released
 2020-08-21 19:01 UTC 

[PATCH bpf-next v4 00/30] bpf: switch to memcg-based memory accounting
 2020-08-21 18:23 UTC  (33+ messages)
` [PATCH bpf-next v4 01/30] mm: support nesting memalloc_use_memcg()
` [PATCH bpf-next v4 02/30] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v4 03/30] bpf: memcg-based memory accounting for bpf maps
` [PATCH bpf-next v4 04/30] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v4 05/30] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v4 06/30] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v4 07/30] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v4 08/30] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v4 09/30] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v4 10/30] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v4 11/30] bpf: memcg-based memory accounting for socket storage maps
` [PATCH bpf-next v4 12/30] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v4 13/30] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v4 14/30] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v4 15/30] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next v4 16/30] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v4 17/30] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v4 18/30] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next v4 19/30] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v4 20/30] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next v4 21/30] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v4 22/30] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v4 23/30] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v4 24/30] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v4 25/30] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v4 26/30] bpf: eliminate rlimit-based memory accounting for socket storage maps
` [PATCH bpf-next v4 27/30] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v4 28/30] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v4 29/30] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v4 30/30] bpf: samples: do not touch RLIMIT_MEMLOCK

[PATCH bpf-next v2 0/3] bpf: implement link_query for bpf iterators
 2020-08-21 17:46 UTC  (11+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] bpf: implement link_query callbacks in map element iterators
` [PATCH bpf-next v2 3/3] bpftool: implement link_query for bpf iterators

[PATCH v6 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-08-21 17:38 UTC  (6+ messages)

exec: Move unshare_files and guarantee files_struct.count is correct
 2020-08-21 16:17 UTC  (10+ messages)
` [PATCH 04/17] kcmp: In kcmp_epoll_target use fget_task
` [PATCH 09/17] file: Implement fnext_task

[PATCH 00/49] DRM driver for Hikey 970
 2020-08-21 16:09 UTC  (12+ messages)

[PATCH v2 bpf-next] libbpf: add perf_buffer APIs for better integration with outside epoll loop
 2020-08-21 16:59 UTC 

[PATCH bpf-next] libbpf: add perf_buffer APIs for better integration with outside epoll loop
 2020-08-21 16:51 UTC  (3+ messages)

[PATCH bpf-next v3 0/6] Allow updating sockmap / sockhash from BPF
 2020-08-21 16:13 UTC  (10+ messages)
` [PATCH bpf-next v3 1/6] net: sk_msg: simplify sk_psock initialization
` [PATCH bpf-next v3 2/6] bpf: sockmap: merge sockmap and sockhash update functions
` [PATCH bpf-next v3 3/6] bpf: sockmap: call sock_map_update_elem directly
` [PATCH bpf-next v3 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
` [PATCH bpf-next v3 5/6] bpf: sockmap: allow update from BPF
` [PATCH bpf-next v3 6/6] selftests: bpf: test sockmap "

[PATCH bpf-next v3 0/3] bpf: implement link_query for bpf iterators
 2020-08-21 15:35 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] bpf: implement link_query callbacks in map element iterators
` [PATCH bpf-next v3 3/3] bpftool: implement link_query for bpf iterators

[PATCH bpf-next 0/3] bpf: add MPTCP subflow support
 2020-08-21 15:15 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: expose is_mptcp flag to bpf_tcp_sock
` [PATCH bpf-next 2/3] mptcp: attach subflow socket to parent cgroup
` [PATCH bpf-next 3/3] bpf: add 'bpf_mptcp_sock' structure and helper

[PATCH v2] bpf: selftests: global_funcs: check err_str before strstr
 2020-08-21 10:40 UTC  (3+ messages)

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-08-21 10:22 UTC  (6+ messages)
` BPF sk_lookup v5 - TCP SYN and UDP 0-len flood benchmarks

[PATCH] bpf: sk_lookup: Add user documentation
 2020-08-21 10:02 UTC 

[PATCH net-next 0/6] mvneta: introduce XDP multi-buffer support
 2020-08-21  7:43 UTC  (4+ messages)
` [PATCH net-next 3/6] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer

[PATCH bpf-next] docs: correct subject prefix and update LLVM info
 2020-08-21  6:23 UTC  (2+ messages)

[PATCH v7 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-08-21  6:22 UTC  (2+ messages)

[PATCH bpf-next v1 0/8] bpf: BTF support for ksyms
 2020-08-21  2:22 UTC  (15+ messages)
` [PATCH bpf-next v1 1/8] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v1 2/8] bpf: Propagate BPF_PSEUDO_BTF_ID to uapi headers in /tools
` [PATCH bpf-next v1 3/8] bpf: Introduce help function to validate ksym's type
` [PATCH bpf-next v1 5/8] bpf/selftests: ksyms_btf to test typed ksyms
` [PATCH bpf-next v1 7/8] bpf: Propagate bpf_per_cpu_ptr() to /tools

INFO: task hung in process_one_work (4)
 2020-08-21  0:08 UTC 

[PATCH bpf-next 00/16] Add libbpf full support for BPF-to-BPF calls
 2020-08-20 23:31 UTC  (19+ messages)
` [PATCH bpf-next 01/16] selftests/bpf: BPF object files should depend only on libbpf headers
` [PATCH bpf-next 02/16] libbpf: factor out common ELF operations and improve logging
` [PATCH bpf-next 03/16] libbpf: add __noinline macro to bpf_helpers.h
` [PATCH bpf-next 04/16] libbpf: skip well-known ELF sections when iterating ELF
` [PATCH bpf-next 05/16] libbpf: normalize and improve logging across few functions
` [PATCH bpf-next 06/16] libbpf: ensure ELF symbols table is found before further ELF processing
` [PATCH bpf-next 07/16] libbpf: parse multi-function sections into multiple BPF programs
` [PATCH bpf-next 08/16] libbpf: support CO-RE relocations for multi-prog sections
` [PATCH bpf-next 09/16] libbpf: make RELO_CALL work for multi-prog sections and sub-program calls
` [PATCH bpf-next 10/16] libbpf: implement generalized .BTF.ext func/line info adjustment
` [PATCH bpf-next 11/16] libbpf: add multi-prog section support for struct_ops
` [PATCH bpf-next 12/16] selftests/bpf: add selftest for multi-prog sections and bpf-to-bpf calls
` [PATCH bpf-next 13/16] tools/bpftool: replace bpf_program__title() with bpf_program__section_name()
` [PATCH bpf-next 14/16] selftests/bpf: don't use deprecated libbpf APIs
` [PATCH bpf-next 15/16] libbpf: deprecate notion of BPF program "title" in favor of "section name"
` [PATCH bpf-next 16/16] selftests/bpf: turn fexit_bpf2bpf into test with subtests

[PATCH v5 bpf-next 00/12] BPF TCP header options
 2020-08-20 23:16 UTC  (16+ messages)
` [PATCH v5 bpf-next 01/12] tcp: Use a struct to represent a saved_syn
` [PATCH v5 bpf-next 02/12] tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
` [PATCH v5 bpf-next 03/12] tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
` [PATCH v5 bpf-next 04/12] tcp: Add saw_unknown to struct tcp_options_received
` [PATCH v5 bpf-next 05/12] bpf: tcp: Add bpf_skops_established()
` [PATCH v5 bpf-next 06/12] bpf: tcp: Add bpf_skops_parse_hdr()
` [PATCH v5 bpf-next 07/12] bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
` [PATCH v5 bpf-next 08/12] bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
` [PATCH v5 bpf-next 09/12] bpf: tcp: Allow bpf prog to write and parse TCP header option
` [PATCH v5 bpf-next 10/12] bpf: selftests: Add fastopen_connect to network_helpers
` [PATCH v5 bpf-next 11/12] bpf: selftests: tcp header options
` [PATCH v5 bpf-next 12/12] tcp: bpf: Optionally store mac header in TCP_SAVE_SYN

[RFC] security: replace indirect calls with static calls
 2020-08-20 22:46 UTC  (5+ messages)

[PATCH bpf-next 0/3] bpf: implement link_query for bpf iterators
 2020-08-20 22:31 UTC  (5+ messages)
` [PATCH bpf-next 1/3] "

[RFC PATCH bpf-next 0/4] bpf: add bpf-based bpf_trace_printk()-like support
 2020-08-20 22:16 UTC  (7+ messages)
` [RFC PATCH bpf-next 2/4] bpf: make BTF show support generic, apply to seq files/bpf_trace_printk

[PATCH v6 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-08-20 22:03 UTC  (2+ messages)

[PATCH bpf] bpf: xdp: fix XDP mode when no mode flags specified
 2020-08-20 21:29 UTC  (3+ messages)

[PATCH v2] selftests/bpf: Remove test_align leftovers
 2020-08-20 21:26 UTC  (3+ messages)

[PATCH bpf-next] tools/resolve_btfids: Fix sections with wrong alignment
 2020-08-20 21:24 UTC  (12+ messages)

[PATCH net v6] net: xdp: account for layer 3 packets in generic skb handler
 2020-08-20 20:29 UTC  (5+ messages)

[RFC PATCH v4 bpf-next 00/12] BPF TCP header options
 2020-08-20 18:52 UTC  (4+ messages)
` [RFC PATCH v4 bpf-next 05/12] bpf: tcp: Add bpf_skops_established()

[Intel-wired-lan] [PATCH 0/2] intel/xdp fixes for fliping rx buffer
 2020-08-20 18:04 UTC  (4+ messages)

unregister_netdevice: waiting for DEV to become free (4)
 2020-08-20 17:15 UTC  (3+ messages)

[PATCH bpf-next v2 0/6] Allow updating sockmap / sockhash from BPF
 2020-08-20 16:18 UTC  (5+ messages)
` [PATCH bpf-next v2 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash

[PATCH bpf-next 0/6] Allow updating sockmap / sockhash from BPF
 2020-08-20 16:12 UTC  (11+ messages)
` [PATCH bpf-next 5/6] bpf: sockmap: allow update "
` [PATCH bpf-next 6/6] selftests: bpf: test sockmap "

[PATCH bpf-next 1/4] libbpf: fix detection of BPF helper call instruction
 2020-08-20 15:16 UTC  (2+ 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).