bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-05 05:03:25 to 2019-10-09 05:29:20 UTC [more...]

[PATCH bpf-next 00/10] bpf: revolutionize bpf tracing
 2019-10-09  5:29 UTC  (29+ messages)
` [PATCH bpf-next 01/10] bpf: add typecast to raw_tracepoints to help BTF generation
` [PATCH bpf-next 02/10] bpf: add typecast to bpf helpers "
` [PATCH bpf-next 03/10] bpf: process in-kernel BTF
` [PATCH bpf-next 04/10] libbpf: auto-detect btf_id of raw_tracepoint
` [PATCH bpf-next 05/10] bpf: implement accurate raw_tp context access via BTF
` [PATCH bpf-next 06/10] bpf: add support for BTF pointers to interpreter
` [PATCH bpf-next 07/10] bpf: add support for BTF pointers to x86 JIT
` [PATCH bpf-next 08/10] bpf: check types of arguments passed into helpers
` [PATCH bpf-next 09/10] bpf: disallow bpf_probe_read[_str] helpers
` [PATCH bpf-next 10/10] selftests/bpf: add kfree_skb raw_tp test

[PATCH bpf-next 0/3] Fix BTF-to-C converter's padding generation
 2019-10-09  4:11 UTC  (5+ messages)
` [PATCH bpf-next 1/3] libbpf: fix struct end padding in btf_dump
` [PATCH bpf-next 2/3] selftests/bpf: convert test_btf_dump into test_progs test
` [PATCH bpf-next 3/3] selftests/bpf: fix btf_dump padding test case

[PATCH bpf-next 0/2] Track read-only map contents as known scalars in BPF verifiers
 2019-10-09  2:48 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: track contents of read-only maps as scalars
` [PATCH bpf-next 2/2] selftests/bpf: add read-only map values propagation tests

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-09  1:51 UTC  (13+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other
` [PATCH bpf-next v3 2/5] bpf: Add support for setting chain call sequence for programs
` [PATCH bpf-next v3 3/5] tools: Update bpf.h header for program chain calls
` [PATCH bpf-next v3 4/5] libbpf: Add syscall wrappers for BPF_PROG_CHAIN_* commands
` [PATCH bpf-next v3 5/5] selftests: Add tests for XDP chain calls

[PATCH bpf-next 0/4] Enable direct receive on AF_XDP sockets
 2019-10-09  1:20 UTC  (15+ messages)
` [PATCH bpf-next 1/4] bpf: introduce bpf_get_prog_id and bpf_set_prog_id helper functions
` [PATCH bpf-next 2/4] xsk: allow AF_XDP sockets to receive packets directly from a queue
` [PATCH bpf-next 3/4] libbpf: handle AF_XDP sockets created with XDP_DIRECT bind flag
` [PATCH bpf-next 4/4] xdpsock: add an option to create AF_XDP sockets in XDP_DIRECT mode

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-10-09  1:14 UTC  (4+ messages)

[PATCH v4 bpf-next 0/3] Auto-generate list of BPF helpers
 2019-10-08 23:32 UTC  (9+ messages)
` [PATCH v4 bpf-next 1/3] uapi/bpf: fix helper docs
` [PATCH v4 bpf-next 2/3] scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions
` [PATCH v4 bpf-next 3/3] libbpf: auto-generate list of "

[PATCH bpf 0/2] selftests/bpf: fix false failures
 2019-10-08 22:03 UTC  (5+ messages)
` [PATCH bpf 1/2] selftests/bpf: set rp_filter in test_flow_dissector
` [PATCH bpf 2/2] selftests/bpf: more compatible nc options in test_lwt_ip_encap

[PATCH v5 bpf-next 0/7] Move bpf_helpers and add BPF_CORE_READ macros
 2019-10-08 21:27 UTC  (9+ messages)
` [PATCH v5 bpf-next 1/7] selftests/bpf: undo GCC-specific bpf_helpers.h changes
` [PATCH v5 bpf-next 2/7] selftests/bpf: samples/bpf: split off legacy stuff from bpf_helpers.h
` [PATCH v5 bpf-next 3/7] selftests/bpf: adjust CO-RE reloc tests for new bpf_core_read() macro
` [PATCH v5 bpf-next 4/7] selftests/bpf: split off tracing-only helpers into bpf_tracing.h
` [PATCH v5 bpf-next 5/7] libbpf: move bpf_{helpers,helper_defs,endian,tracing}.h into libbpf
` [PATCH v5 bpf-next 6/7] libbpf: add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
` [PATCH v5 bpf-next 7/7] selftests/bpf: add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests

[PATCH bpf] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-08 19:28 UTC  (2+ messages)

[PATCH] nfp: bpf: make array exp_mask static, makes object smaller
 2019-10-08 19:13 UTC  (3+ messages)

[PATCH v3 bpf-next 0/7] Move bpf_helpers and add BPF_CORE_READ macros
 2019-10-08 18:02 UTC  (11+ messages)
` [PATCH v3 bpf-next 5/7] libbpf: move bpf_{helpers,endian,tracing}.h into libbpf

[PATCH v4 bpf-next 0/7] Move bpf_helpers and add BPF_CORE_READ macros
 2019-10-08 16:53 UTC  (12+ messages)
` [PATCH v4 bpf-next 1/7] selftests/bpf: undo GCC-specific bpf_helpers.h changes
` [PATCH v4 bpf-next 2/7] selftests/bpf: samples/bpf: split off legacy stuff from bpf_helpers.h
` [PATCH v4 bpf-next 3/7] selftests/bpf: adjust CO-RE reloc tests for new bpf_core_read() macro
` [PATCH v4 bpf-next 4/7] selftests/bpf: split off tracing-only helpers into bpf_tracing.h
` [PATCH v4 bpf-next 5/7] libbpf: move bpf_{helpers,helper_defs,endian,tracing}.h into libbpf
` [PATCH v4 bpf-next 6/7] libbpf: add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
` [PATCH v4 bpf-next 7/7] selftests/bpf: add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests

[PATCH bpf-next] bpftool: fix bpftool build by switching to bpf_object__open_file()
 2019-10-08 15:26 UTC  (5+ messages)

[PATCH bpf-next v2 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-08  9:02 UTC  (16+ messages)
` [PATCH bpf-next v2 1/5] bpf: Support injecting chain calls into BPF programs on load
` [PATCH bpf-next v2 2/5] bpf: Add support for setting chain call sequence for programs

[PATCH bpf-next v7] samples: bpf: add max_pckt_size option at xdp_adjust_tail
 2019-10-08  4:13 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] bpf/flow_dissector: add mode to enforce global BPF flow dissector
 2019-10-08  3:21 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: add test for BPF flow dissector in the root namespace

[PATCH] samples: Trivial - fix spelling mistake in usage
 2019-10-08  3:15 UTC  (3+ messages)

[PATCH v2 bpf-next] bpftool: fix bpftool build by switching to bpf_object__open_file()
 2019-10-08  2:50 UTC  (7+ messages)

[PATCH bpf-next 0/9] xdp: Support multiple programs on a single interface through chain calls
 2019-10-07 21:01 UTC  (16+ messages)

[PATCH v2 bpf-next] selftests/bpf: fix dependency ordering for attach_probe test
 2019-10-07 20:48 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix dependency ordering for attach_probe test
 2019-10-07 17:36 UTC  (4+ messages)

[PATCH bpf-next v6] samples: bpf: add max_pckt_size option at xdp_adjust_tail
 2019-10-07 16:41 UTC  (3+ messages)

[PATCH v3 bpf-next 0/4] Add new-style bpf_object__open APIs
 2019-10-07 16:42 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: stop enforcing kern_version, populate it for users
` [PATCH v3 bpf-next 2/4] libbpf: add bpf_object__open_{file,mem} w/ extensible opts

[PATCH bpf-next v2 0/2] bpf/flow_dissector: add mode to enforce global BPF flow dissector
 2019-10-07 15:27 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] "

[bpf-next v5] samples: bpf: add max_pckt_size option at xdp_adjust_tail
 2019-10-07 11:25 UTC  (3+ messages)

[PATCH] samples/bpf: make xdp_monitor use raw_tracepoints
 2019-10-07  9:00 UTC  (2+ messages)

[PATCH v3 bpf-next 0/3] Auto-generate list of BPF helpers
 2019-10-07  3:18 UTC  (9+ messages)
` [PATCH v3 bpf-next 1/3] uapi/bpf: fix helper docs
` [PATCH v3 bpf-next 2/3] scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions
` [PATCH v3 bpf-next 3/3] libbpf: auto-generate list of "

[PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER
 2019-10-06 19:18 UTC  (4+ messages)

samples/bpf not working?
 2019-10-06  6:49 UTC  (4+ messages)

[PATCH v2 bpf-next 0/3] Auto-generate list of BPF helpers
 2019-10-06  5:33 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] uapi/bpf: fix helper docs
  ` [PATCH v2 bpf-next 2/3] scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions

[PATCH bpf-next 0/3] Auto-generate list of BPF helpers
 2019-10-06  2:29 UTC  (7+ messages)
` [PATCH bpf-next 1/3] uapi/bpf: fix helper docs
` [PATCH bpf-next 2/3] scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions
  ` [PATCH bpf-next 3/3] libbpf: auto-generate list of "

[PATCH bpf-next v2] libbpf: Add cscope and tags targets to Makefile
 2019-10-06  1:29 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix BTF-defined map's __type macro handling of arrays
 2019-10-06  1:05 UTC  (2+ messages)

[PATCH tip/core/rcu 6/9] bpf/cgroup: Replace rcu_swap_protected() with rcu_replace()
 2019-10-05 16:11 UTC  (4+ 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).