bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-25 17:23:42 to 2020-03-27 21:05:35 UTC [more...]

[PATCHv3 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-27 21:05 UTC  (19+ messages)
` [PATCHv3 bpf-next 1/5] bpf: Add socket assign support
` [PATCHv3 bpf-next 2/5] net: Track socket refcounts in skb_steal_sock()
` [PATCHv3 bpf-next 3/5] bpf: Don't refcount LISTEN sockets in sk_assign()
` [PATCHv3 bpf-next 4/5] selftests: bpf: add test for sk_assign
` [PATCHv3 bpf-next 5/5] selftests: bpf: Extend sk_assign tests for UDP

[PATCH] bpf: fix build warning - missing prototype
 2020-03-27 20:47 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCHv2 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-27 20:16 UTC  (38+ messages)
` [PATCHv2 bpf-next 1/5] bpf: Add socket assign support
` [PATCHv2 bpf-next 2/5] bpf: Prefetch established socket destinations
` [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 bpf-next 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-27 20:10 UTC  (48+ messages)
` [PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP

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

[PATCH bpf-next] libbpf: Add bpf_object__rodata getter function
 2020-03-27 19:17 UTC  (7+ messages)
` [PATCH bpf-next v2] libbpf: Add getter for pointer to data area for internal maps

[PATCH bpf-next v7 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-27 19:17 UTC  (33+ 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

[PATCH 0/8] Lock warning cleanups
 2020-03-27 17:22 UTC  (5+ messages)
  ` [PATCH 4/8] netfilter: Add missing annotation for ctnetlink_parse_nat_setup()
  ` [PATCH 5/8] netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and nf_conntrack_all_unlock()

[PATCH bpf-next 0/7] Various improvements to cgroup helpers
 2020-03-27 15:58 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: enable retrieval of socket cookie for bind/post-bind hook
` [PATCH bpf-next 2/7] bpf: enable perf event rb output for bpf cgroup progs
` [PATCH bpf-next 3/7] bpf: add netns cookie and enable it for bpf cgroup hooks
` [PATCH bpf-next 4/7] bpf: allow to retrieve cgroup v1 classid from v2 hooks
` [PATCH bpf-next 5/7] bpf: enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
` [PATCH bpf-next 6/7] bpf: enable retrival of pid/tgid/comm from bpf cgroup hooks
` [PATCH bpf-next 7/7] bpf: add selftest cases for ctx_or_null argument type

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

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

[PATCH v2 bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-27  0:55 UTC  (9+ messages)
` [PATCH v2 bpf-next 4/6] bpf: implement bpf_prog replacement for an active bpf_cgroup_link

[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 

[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  (24+ 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 "

[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  (3+ 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  (3+ messages)
` [PATCH bpf-next v4 3/4] libbpf: Add function to set link XDP fd while specifying old program


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