bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-26 23:14:33 to 2020-03-30 16:03:41 UTC [more...]

[PATCH bpf-next 0/3] Fix __reg_bound_offset32 handling
 2020-03-30 16:03 UTC  (2+ messages)
` [PATCH bpf-next 3/3] bpf: Simplify reg_set_min_max_inv handling

CONFIG_DEBUG_INFO_BTF and CONFIG_GCC_PLUGIN_RANDSTRUCT
 2020-03-30 15:59 UTC  (2+ messages)

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

[PATCH v3 bpf-next 0/4] Add support for cgroup bpf_link
 2020-03-30 14:49 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/4] bpf: implement bpf_link-based cgroup BPF program attachment
` [PATCH v3 bpf-next 2/4] bpf: implement bpf_prog replacement for an active bpf_cgroup_link
` [PATCH v3 bpf-next 3/4] libbpf: add support for bpf_link-based cgroup attachment
` [PATCH v3 bpf-next 4/4] selftests/bpf: test FD-based "

[PATCH bpf-next] bpf: btf: Fix arg verification in btf_ctx_access()
 2020-03-30 14:42 UTC 

[PATCH v2 net] inet_diag: add cgroup id attribute
 2020-03-30 12:34 UTC 

[PATCH net] veth: xdp: use head instead of hard_start
 2020-03-30 11:34 UTC  (2+ messages)

WARNING in sk_stream_kill_queues (4)
 2020-03-30  7:25 UTC 

[PATCH v4] samples/bpf: Add xdp_stat sample program
 2020-03-30  6:55 UTC  (2+ messages)

runqslower build failed on Debian9
 2020-03-30  6:09 UTC  (3+ messages)

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

[PATCH bpf-next] libbpf: Add bpf_object__rodata getter function
 2020-03-29 23:46 UTC  (22+ messages)
` [PATCH bpf-next v2] libbpf: Add getter for pointer to data area for internal maps
  ` [PATCH v3 1/2] libbpf: Add setter for initial value "
    ` [PATCH v4 "
    ` [PATCH v4 2/2] selftests: Add test for overriding global data value before load
  ` [PATCH v3 "

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

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

[PATCH bpf-next v8 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-29  0:15 UTC  (16+ 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 0/7] Various improvements to cgroup helpers
 2020-03-28 20:27 UTC  (20+ 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

[PATCHv3 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-28 17:42 UTC  (21+ 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-28 17:15 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[RFC PATCH v1 47/50] kernel/bpf/core.c: Use get_random_max32()
 2020-03-28 17:15 UTC  (2+ messages)

[PATCH bpf-next] xsk: Init all ring members in xsk_umem__create and xsk_socket__create
 2020-03-28 17:14 UTC  (3+ messages)

[PATCH net-next] net: ena: Make some functions static
 2020-03-28  3:06 UTC 

[PATCHv2 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-28  0:17 UTC  (21+ messages)
` [PATCHv2 bpf-next 1/5] bpf: Add socket assign support
` [PATCHv2 bpf-next 5/5] selftests: bpf: add test for sk_assign
      ` call for bpf progs. "

pull-request: bpf 2020-03-27
 2020-03-27 23:19 UTC  (2+ messages)

[PATCH bpf-next v7 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-27 19:17 UTC  (26+ 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 00/12 v2] ring-buffer/tracing: Remove disabling of ring buffer while reading trace file
 2020-03-27 14:56 UTC  (6+ messages)

[PATCH v2 bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-27  0:55 UTC  (6+ 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  (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).