bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-20 20:36:47 to 2020-03-25 16:49:05 UTC [more...]

[PATCH bpf-next v3 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-25 16:48 UTC  (11+ messages)
` [PATCH bpf-next v3 1/4] xdp: Support specifying expected existing program when attaching XDP
` [PATCH bpf-next v3 2/4] tools: Add EXPECTED_ID-related definitions in if_link.h
` [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 v2] libbpf: don't allocate 16M for log buffer by default
 2020-03-25 16:20 UTC 

[PATCH bpf-next v6 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-25 15:26 UTC  (9+ 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

[PATCH] libbpf: remove unused parameter `def` to get_map_field_int
 2020-03-25 12:06 UTC  (2+ messages)

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

[PATCHv2 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-25 10:35 UTC  (8+ 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

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

[PATCH v2 bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-25  6:57 UTC  (7+ 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-next v5 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-25  0:36 UTC  (54+ messages)
` [PATCH bpf-next v5 1/7] bpf: Introduce BPF_PROG_TYPE_LSM
` [PATCH bpf-next v5 2/7] security: Refactor declaration of LSM hooks
` [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 5/7] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v5 6/7] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v5 7/7] bpf: lsm: Add selftests "

[PATCH bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-24 23:05 UTC  (20+ messages)
` [PATCH bpf-next 3/6] bpf: implement bpf_link-based cgroup BPF program attachment
  ` [Potential Spoof] "
` [PATCH bpf-next 4/6] bpf: implement bpf_prog replacement for an active bpf_cgroup_link
` [PATCH bpf-next 5/6] libbpf: add support for bpf_link-based cgroup attachment
` [PATCH bpf-next 6/6] selftests/bpf: test FD-based "

[PATCH v3 bpf-next] bpf: Document bpf_inspect drgn tool
 2020-03-24 18:51 UTC 

[PATCH v2 bpf-next] bpf: Document bpf_inspect drgn tool
 2020-03-24 18:50 UTC  (3+ messages)

[bpf-next PATCH 00/10] ALU32 bounds tracking support
 2020-03-24 17:40 UTC  (11+ messages)
` [bpf-next PATCH 01/10] bpf: verifier, do_refine_retval_range may clamp umin to 0 incorrectly
` [bpf-next PATCH 02/10] bpf: verifer, refactor adjust_scalar_min_max_vals
` [bpf-next PATCH 03/10] bpf: verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
` [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 06/10] bpf: test_progs, add test to catch retval refine error handling
` [bpf-next PATCH 07/10] bpf: test_verifier, bpf_get_stack return value add <0
` [bpf-next PATCH 08/10] bpf: test_verifier, #70 error message updates for 32-bit right shift
` [bpf-next PATCH 09/10] bpf: test_verifier, #65 error message updates for trunc of boundary-cross
` [bpf-next PATCH 10/10] bpf: test_verifier, add alu32 bounds tracking tests

[PATCH] bpf: fix build warning - missing prototype
 2020-03-24 16:19 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH v5] perf tools: add support for libpfm4
 2020-03-24 15:29 UTC  (9+ messages)

[PATCH net-next] net: thunderx: remove set but not used variable 'tail'
 2020-03-24  4:54 UTC  (2+ messages)

WARNING in wp_page_copy
 2020-03-24  2:47 UTC 

[PATCH v4] perf tools: add support for libpfm4
 2020-03-24  0:01 UTC  (3+ messages)

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-03-23 22:47 UTC  (2+ messages)

[PATCH bpf-next v5 0/2] Refactor perf_event sample user program with libbpf bpf_link
 2020-03-23 21:38 UTC  (7+ messages)
` [PATCH bpf-next v5 1/2] samples: bpf: move read_trace_pipe to trace_helpers
` [PATCH bpf-next v5 2/2] samples: bpf: refactor perf_event user program with libbpf bpf_link

[PATCH v2 bpf-next 0/2] bpf: Add bpf_sk_storage support to bpf_tcp_ca
 2020-03-23 21:37 UTC  (2+ messages)

[PATCH v3] selftests: Fix seccomp to support relocatable build (O=objdir)
 2020-03-23 20:50 UTC  (6+ messages)

using libbpf in external projects
 2020-03-23 18:17 UTC  (5+ messages)

[PATCH RFC v1 00/15] XDP extend with knowledge of frame size
 2020-03-23 14:44 UTC  (9+ messages)
` [PATCH RFC v1 03/15] bnxt: add XDP frame size to driver
` [PATCH RFC v1 05/15] ixgbe: "

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

WARNING: refcount bug in sk_alloc (2)
 2020-03-21 10:06 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-20 21:50 UTC  (3+ messages)
` [PATCH bpf-next v2 3/4] libbpf: Add function to set link XDP fd while specifying old fd

[PATCH bpf-next] selftests/bpf: Fix mix of tabs and spaces
 2020-03-20 20:49 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).