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

[PATCH v4 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-09 20:41 UTC  (15+ messages)
` [PATCH v4 bpf-next 02/15] samples/bpf: fix cookie_uid_helper_example obj build
` [PATCH v4 bpf-next 03/15] samples/bpf: use --target from cross-compile
` [PATCH v4 bpf-next 04/15] samples/bpf: use own EXTRA_CFLAGS for clang commands
` [PATCH v4 bpf-next 05/15] samples/bpf: use __LINUX_ARM_ARCH__ selector for arm
` [PATCH v4 bpf-next 06/15] samples/bpf: drop unnecessarily inclusion for bpf_load
` [PATCH v4 bpf-next 07/15] samples/bpf: add makefile.target for separate CC target build
` [PATCH v4 bpf-next 08/15] samples/bpf: base target programs rules on Makefile.target
` [PATCH v4 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS
` [PATCH v4 bpf-next 10/15] samples/bpf: use target CC environment for HDR_PROBE
` [PATCH v4 bpf-next 11/15] libbpf: don't use cxx to test_libpf target
` [PATCH v4 bpf-next 12/15] libbpf: add C/LDFLAGS to libbpf.so and test_libpf targets
` [PATCH v4 bpf-next 13/15] samples/bpf: provide C/LDFLAGS to libbpf
` [PATCH v4 bpf-next 14/15] samples/bpf: add sysroot support
` [PATCH v4 bpf-next 15/15] samples/bpf: add preparation steps and sysroot info to readme

[PATCH RFC] perf_event: Add support for LSM and SELinux checks
 2019-10-09 20:36 UTC 

[PATCH v13 0/4] BPF: New helper to obtain namespace data from current task
 2019-10-09 20:30 UTC  (11+ messages)
` [PATCH v13 1/4] fs/nsfs.c: added ns_match
` [PATCH v13 2/4] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH v13 3/4] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH v13 4/4] tools/testing/selftests/bpf: Add self-tests for new helper

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

[PATCH bpf-next 00/10] bpf: revolutionize bpf tracing
 2019-10-09 19:58 UTC  (25+ messages)
` [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/4] Enable direct receive on AF_XDP sockets
 2019-10-09 19:12 UTC  (22+ 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
      ` FW: "
` [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 bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-09 17:57 UTC  (16+ 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 v2] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-09 16:54 UTC  (2+ messages)

[PATCH bpf] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-09 16:39 UTC  (3+ messages)

[PATH bpf-next 1/2] flow_dissector: Allow updating the flow dissector program atomically
 2019-10-09 16:33 UTC  (4+ messages)
` [PATH bpf-next 2/2] selftests/bpf: Check that flow dissector can be re-attached

[PATCH 0/3] bpf: switch to new usercopy helpers
 2019-10-09 16:09 UTC  (4+ messages)
` [PATCH 1/3] bpf: use check_zeroed_user() in bpf_check_uarg_tail_zero()
` [PATCH 2/3] bpf: use copy_struct_from_user() in bpf_prog_get_info_by_fd()
` [PATCH 3/3] bpf: use copy_struct_from_user() in bpf() syscall

[PATCH bpf] bpf: lwtunnel: fix reroute supplying invalid dst
 2019-10-09  8:31 UTC 

[PATCH bpf] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-09  7:31 UTC  (3+ messages)

[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 -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  (7+ messages)
` [PATCH v4 bpf-next 1/3] uapi/bpf: fix helper docs

[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] 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  (8+ messages)
` [PATCH bpf-next v2 1/5] bpf: Support injecting chain calls into BPF programs on load

[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  (4+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: stop enforcing kern_version, populate it for users

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


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