bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 18:13:01 to 2020-03-27 03:40:13 UTC [more...]

[PATCH bpf-next] xsk: Init all ring members in xsk_umem__create and xsk_socket__create
 2020-03-27  3:24 UTC 

[PATCH bpf-next v7 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-27  3:12 UTC  (25+ messages)
` [PATCH bpf-next v7 1/8] bpf: Introduce BPF_PROG_TYPE_LSM
` [PATCH bpf-next v7 2/8] security: Refactor declaration of LSM hooks
` [PATCH bpf-next v7 3/8] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v7 4/8] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v7 5/8] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v7 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v7 7/8] bpf: lsm: Add selftests "
` [PATCH bpf-next v7 8/8] bpf: lsm: Add Documentation

[PATCHv2 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-27  2:40 UTC  (35+ messages)
` [PATCHv2 bpf-next 1/5] bpf: Add socket assign support
` [PATCHv2 bpf-next 2/5] bpf: Prefetch established socket destinations
` [PATCHv2 bpf-next 3/5] net: Track socket refcounts in skb_steal_sock()
` [PATCHv2 bpf-next 4/5] bpf: Don't refcount LISTEN sockets in sk_assign()
` [PATCHv2 bpf-next 5/5] selftests: bpf: add test for sk_assign
      ` call for bpf progs. "

[PATCH 00/12 v2] ring-buffer/tracing: Remove disabling of ring buffer while reading trace file
 2020-03-27  1:46 UTC  (3+ messages)

[PATCH v2 bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-27  0:55 UTC  (14+ messages)
` [PATCH v2 bpf-next 1/6] bpf: factor out cgroup storages operations
` [PATCH v2 bpf-next 2/6] bpf: factor out attach_type to prog_type mapping for attach/detach
` [PATCH v2 bpf-next 3/6] bpf: implement bpf_link-based cgroup BPF program attachment
` [PATCH v2 bpf-next 4/6] bpf: implement bpf_prog replacement for an active bpf_cgroup_link
` [PATCH v2 bpf-next 5/6] libbpf: add support for bpf_link-based cgroup attachment
` [PATCH v2 bpf-next 6/6] selftests/bpf: test FD-based "

[PATCH] bpf: fix build warning - missing prototype
 2020-03-26 23:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH bpf-next] bpf: remove unused vairable 'bpf_xdp_link_lops'
 2020-03-26 23:48 UTC  (3+ messages)

runqslower build failed on Debian9
 2020-03-26 20:28 UTC 

[PATCH bpf-next 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-26 20:05 UTC  (45+ messages)
` [PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP

[PATCH bpf-next] libbpf: Add bpf_object__rodata getter function
 2020-03-26 19:20 UTC  (2+ messages)

[bpf-next PATCH 00/10] ALU32 bounds tracking support
 2020-03-26 15:52 UTC  (14+ messages)
` [bpf-next PATCH 02/10] bpf: verifer, refactor adjust_scalar_min_max_vals
` [bpf-next PATCH 04/10] bpf: verifier, do explicit ALU32 bounds tracking
` [bpf-next PATCH 05/10] bpf: verifier, return value is an int in do_refine_retval_range
` [bpf-next PATCH 07/10] bpf: test_verifier, bpf_get_stack return value add <0
` [bpf-next PATCH 10/10] bpf: test_verifier, add alu32 bounds tracking tests

[PATCH bpf-next v6 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-26 13:36 UTC  (25+ messages)
` [PATCH bpf-next v6 1/8] bpf: Introduce BPF_PROG_TYPE_LSM
` [PATCH bpf-next v6 2/8] security: Refactor declaration of LSM hooks
` [PATCH bpf-next v6 3/8] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v6 4/8] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v6 5/8] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v6 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v6 7/8] bpf: lsm: Add selftests "
` [PATCH bpf-next v6 8/8] bpf: lsm: Add Documentation

[Fixes ebpf-selftests]: Fold test_current_pid_tgid_new_ns into test_progs
 2020-03-26  6:01 UTC  (2+ messages)

libbpf/BTF loading issue with fentry/fexit selftests
 2020-03-26  2:50 UTC  (5+ messages)

[net-next] seg6: add support for optional attributes during behavior construction
 2020-03-26  2:30 UTC  (2+ messages)

WARNING in kcm_write_msgs
 2020-03-25 23:53 UTC  (2+ messages)

[PATCH bpf-next v3] libbpf: don't allocate 16M for log buffer by default
 2020-03-25 23:21 UTC  (2+ messages)

[PATCH] libbpf: remove unused parameter `def` to get_map_field_int
 2020-03-25 23:20 UTC  (4+ messages)

[PATCH v3 bpf-next] bpf: Document bpf_inspect drgn tool
 2020-03-25 23:19 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: don't allocate 16M for log buffer by default
 2020-03-25 19:48 UTC  (3+ messages)

[PATCH bpf-next v4 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-25 17:46 UTC  (6+ messages)
` [PATCH bpf-next v4 1/4] xdp: Support specifying expected existing program when attaching XDP
` [PATCH bpf-next v4 2/4] tools: Add EXPECTED_FD-related definitions in if_link.h
` [PATCH bpf-next v4 3/4] libbpf: Add function to set link XDP fd while specifying old program
` [PATCH bpf-next v4 4/4] selftests/bpf: Add tests for attaching XDP programs

[PATCH bpf-next v3 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-25 16:48 UTC  (10+ messages)
` [PATCH bpf-next v3 1/4] xdp: Support specifying expected existing program when attaching XDP
` [PATCH bpf-next v3 3/4] libbpf: Add function to set link XDP fd while specifying old program
` [PATCH bpf-next v3 4/4] selftests/bpf: Add tests for attaching XDP programs

[PATCH bpf-next] libbpf: don't allocate 16M for log buffer by default
 2020-03-25  9:54 UTC  (5+ messages)

[PATCH bpf-next v5 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-25  0:36 UTC  (27+ messages)
` [PATCH bpf-next v5 3/7] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v5 4/7] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v5 7/7] bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM

[PATCH bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-24 23:05 UTC  (6+ messages)
` [PATCH bpf-next 5/6] libbpf: add support for bpf_link-based cgroup attachment

[PATCH v2 bpf-next] bpf: Document bpf_inspect drgn tool
 2020-03-24 18:50 UTC  (3+ 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).