bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-23 12:05:52 to 2020-01-27 12:55:59 UTC [more...]

[PATCH bpf-next v5 00/12] Extend SOCKMAP to store listening sockets
 2020-01-27 12:55 UTC  (8+ messages)
` [PATCH bpf-next v5 01/12] bpf, sk_msg: Don't clear saved sock proto on restore
` [PATCH bpf-next v5 02/12] net, sk_msg: Annotate lockless access to sk_prot on clone
` [PATCH bpf-next v5 03/12] net, sk_msg: Clear sk_user_data pointer on clone if tagged
` [PATCH bpf-next v5 04/12] tcp_bpf: Don't let child socket inherit parent protocol ops on copy
` [PATCH bpf-next v5 05/12] bpf, sockmap: Allow inserting listening TCP sockets into sockmap
` [PATCH bpf-next v5 09/12] bpf: Allow selecting reuseport socket from a SOCKMAP
` [PATCH bpf-next v5 10/12] net: Generate reuseport group ID on group creation

[PATCH v6 bpf-next 0/2] Add bpf_read_branch_records() helper
 2020-01-27 12:26 UTC  (4+ messages)
` [PATCH v6 bpf-next 1/2] bpf: "
` [PATCH v6 bpf-next 2/2] selftests/bpf: add bpf_read_branch_records() selftest

[PATCH bpf-next v4 00/12] Extend SOCKMAP to store listening sockets
 2020-01-27 11:13 UTC  (19+ messages)
` [PATCH bpf-next v4 01/12] bpf, sk_msg: Don't clear saved sock proto on restore
` [PATCH bpf-next v4 02/12] net, sk_msg: Annotate lockless access to sk_prot on clone
` [PATCH bpf-next v4 03/12] net, sk_msg: Clear sk_user_data pointer on clone if tagged
` [PATCH bpf-next v4 04/12] tcp_bpf: Don't let child socket inherit parent protocol ops on copy
` [PATCH bpf-next v4 05/12] bpf, sockmap: Allow inserting listening TCP sockets into sockmap
` [PATCH bpf-next v4 06/12] bpf, sockmap: Don't set up sockmap progs for listening sockets
` [PATCH bpf-next v4 07/12] bpf, sockmap: Return socket cookie on lookup from syscall
` [PATCH bpf-next v4 08/12] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP
` [PATCH bpf-next v4 09/12] bpf: Allow selecting reuseport socket from a SOCKMAP
` [PATCH bpf-next v4 10/12] net: Generate reuseport group ID on group creation
` [PATCH bpf-next v4 11/12] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP
` [PATCH bpf-next v4 12/12] selftests/bpf: Tests for SOCKMAP holding listening sockets

[PATCH] selftests/bpf: Elide a check for LLVM versions that can't compile it
 2020-01-27 11:09 UTC  (3+ messages)

[PATCH] Support for nlattr and nested_nlattr attribute search in EBPF filter
 2020-01-27 11:10 UTC  (3+ messages)

[PATCH bpf-next v3 0/3] XDP flush cleanups
 2020-01-27 10:58 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: xdp, update devmap comments to reflect napi/rcu usage
` [PATCH bpf-next v3 2/3] bpf: xdp, virtio_net use access ptr macro for xdp enable check
` [PATCH bpf-next v3 3/3] bpf: xdp, remove no longer required rcu_read_{un}lock()

[PATCH 1/1] map_seq_next should increase position index
 2020-01-27 10:57 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH bpf-next] tools/bpf: Allow overriding llvm tools for runqslower
 2020-01-27 10:55 UTC  (3+ messages)

[PATCH v4 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2020-01-27  8:52 UTC  (3+ messages)
` [PATCH v4 7/9] parisc/perf: open access for CAP_SYS_PERFMON privileged process

[bpf PATCH] bpf: verifier, do_refine_retval_range may clamp umin to 0 incorrectly
 2020-01-26 22:25 UTC  (6+ messages)

[bpf PATCH v2] bpf: verifier, do_refine_retval_range may clamp umin to 0 incorrectly
 2020-01-26 22:20 UTC 

[PATCH bpf-next v2 0/3] XDP flush cleanups
 2020-01-26 21:30 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: xdp, update devmap comments to reflect napi/rcu usage
` [PATCH bpf-next v2 2/3] bpf: xdp, virtio_net use access ptr macro for xdp enable check
` [PATCH bpf-next v2 3/3] bpf: xdp, remove no longer required rcu_read_{un}lock()

[PATCH v5 bpf-next 2/2] selftests/bpf: add bpf_read_branch_records() selftest
 2020-01-26  4:59 UTC  (4+ messages)

[PATCH v5 bpf-next 0/2] Add bpf_read_branch_records() helper
 2020-01-26  4:53 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/2] bpf: "
` [PATCH v5 bpf-next 2/2] selftests/bpf: add bpf_read_branch_records() selftest

[PATCH v4 bpf-next 0/3] Add bpf_perf_prog_read_branches() helper
 2020-01-25 15:47 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/3] bpf: "
` [PATCH v4 bpf-next 2/3] tools/bpf: Sync uapi header bpf.h
` [PATCH v4 bpf-next 3/3] selftests/bpf: add bpf_perf_prog_read_branches() selftest

[PATCHv4 0/3] bpf: trampoline fixes
 2020-01-25 15:35 UTC  (6+ messages)
` [PATCH 1/3] bpf: Allow BTF ctx access for string pointers
` [PATCH 2/3] bpf: Allow to resolve bpf trampoline and dispatcher in unwind
` [PATCH 3/3] selftest/bpf: Add test for allowed trampolines count

[PATCH] um: Fix some error handling in uml_vector_user_bpf()
 2020-01-25  6:01 UTC  (5+ messages)

[PATCH bpf-next v3 00/10] MAC and Audit policy using eBPF (KRSI)
 2020-01-24 21:55 UTC  (22+ messages)
` [PATCH bpf-next v3 01/10] bpf: btf: Add btf_type_by_name_kind
` [PATCH bpf-next v3 02/10] bpf: lsm: Add a skeleton and config options
` [PATCH bpf-next v3 03/10] bpf: lsm: Introduce types for eBPF based LSM
` [PATCH bpf-next v3 04/10] bpf: lsm: Add mutable hooks list for the BPF LSM
` [PATCH bpf-next v3 05/10] bpf: lsm: BTF API for LSM hooks
` [PATCH bpf-next v3 06/10] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v3 07/10] bpf: lsm: Make the allocated callback RO+X
` [PATCH bpf-next v3 08/10] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v3 09/10] bpf: lsm: Add selftests "
` [PATCH bpf-next v3 10/10] bpf: lsm: Add Documentation

[PATCH bpf-next] bpf: add bpf_ct_lookup_{tcp,udp}() helpers
 2020-01-24 21:46 UTC  (10+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH bpf-next] libbpf: fix realloc usage in bpf_core_find_cands
 2020-01-24 21:35 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] ls+cat based debugging for BPF
 2020-01-24 21:25 UTC 

[PATCH bpf-next] libbpf: improve handling of failed CO-RE relocations
 2020-01-24 21:20 UTC  (5+ messages)
` [Potential Spoof] "

[PATCH bpf 0/4] Various fixes for sockmap and reuseport tests
 2020-01-24 21:14 UTC  (26+ messages)
` [PATCH bpf 1/4] selftests: bpf: use a temporary file in test_sockmap
` [PATCH bpf 2/4] selftests: bpf: ignore RST packets for reuseport tests
` [PATCH bpf 3/4] selftests: bpf: make reuseport test output more legible
` [PATCH bpf 4/4] selftests: bpf: reset global state between reuseport test runs
` [PATCH bpf-next v2 0/4] Various fixes for sockmap and reuseport tests
  ` [PATCH bpf-next v2 1/4] selftests: bpf: use a temporary file in test_sockmap
  ` [PATCH bpf-next v2 2/4] selftests: bpf: ignore FIN packets for reuseport tests
  ` [PATCH bpf-next v2 3/4] selftests: bpf: make reuseport test output more legible
  ` [PATCH bpf-next v2 4/4] selftests: bpf: reset global state between reuseport test runs

[PATCH v3 bpf-next 0/3] Add bpf_perf_prog_read_branches() helper
 2020-01-24 20:28 UTC  (11+ messages)
` [PATCH v3 bpf-next 1/3] bpf: "
` [PATCH v3 bpf-next 2/3] tools/bpf: Sync uapi header bpf.h
` [PATCH v3 bpf-next 3/3] selftests/bpf: add bpf_perf_prog_read_branches() selftest

[LSF/MM/BPF TOPIC] programmable IO control flow with io_uring and BPF
 2020-01-24 14:18 UTC 

[PATCH bpf-next] bpftool: print function linkage in BTF dump
 2020-01-24 10:12 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: improve bpftool changes detection
 2020-01-24 10:11 UTC  (4+ messages)
` [Potential Spoof] "

[PATCH bpf-next] selftests/bpf: initialize duration variable before using
 2020-01-24 10:11 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: improve verifier handling for 32bit signed compare operations
 2020-01-24  7:14 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: add selftests for verifier handling 32bit signed compares

[PATCH 0/1] bpf: seq_file .next functions should increase position index
 2020-01-24  6:17 UTC 

[PATCH v2 bpf-next 1/3] bpf: Add bpf_perf_prog_read_branches() helper
 2020-01-23 23:27 UTC  (9+ messages)

[PATCH] bpf: devmap: Pass lockdep expression to RCU lists
 2020-01-23 22:04 UTC  (8+ messages)

pull-request: bpf-next 2020-01-22
 2020-01-23 17:26 UTC  (2+ messages)

pull-request: bpf-next 2020-01-22
 2020-01-23  1:43 UTC 


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