bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-16 00:27:07 to 2019-07-23 05:54:13 UTC [more...]

[PATCH 0/3] introduce __put_user_pages(), convert a few call sites
 2019-07-23  5:53 UTC  (7+ messages)
` [PATCH 1/3] mm/gup: introduce __put_user_pages()
` [PATCH 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH 3/3] net/xdp: "

[PATCH bpf-next 0/5] switch samples and tests to libbpf perf buffer API
 2019-07-23  4:31 UTC  (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: convert test_get_stack_raw_tp to perf_buffer API
` [PATCH bpf-next 2/5] selftests/bpf: switch test_tcpnotify "
` [PATCH bpf-next 3/5] samples/bpf: convert xdp_sample_pkts_user "
` [PATCH bpf-next 4/5] samples/bpf: switch trace_output sample "
` [PATCH bpf-next 5/5] selftests/bpf: remove perf buffer helpers

[PATCH bpf-next] libbpf: provide more helpful message on uninitialized global var
 2019-07-23  4:23 UTC 

[bpf-next 0/6] Introduce a BPF helper to generate SYN cookies
 2019-07-23  0:20 UTC  (7+ messages)
` [bpf-next 1/6] tcp: tcp_syn_flood_action read port from socket
` [bpf-next 2/6] tcp: add skb-less helpers to retrieve SYN cookie
` [bpf-next 3/6] bpf: add bpf_tcp_gen_syncookie helper
` [bpf-next 4/6] bpf: sync bpf.h to tools/
` [bpf-next 5/6] selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpers
` [bpf-next 6/6] selftests/bpf: add test for bpf_tcp_gen_syncookie

bpf-next is OPEN
 2019-07-22 23:57 UTC 

[PATCH v2 bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-07-22 20:53 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access "

[PATCH 0/4] put_user_page: new put_user_page_dirty*() helpers
 2019-07-22 19:10 UTC  (10+ messages)
` [PATCH 1/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH 2/3] net/xdp: "
` [PATCH 3/3] gup: new put_user_page_dirty*() helpers

[PATCH bpf v4 00/14] sockmap/tls fixes
 2019-07-22 15:48 UTC  (19+ messages)
` [PATCH bpf v4 01/14] net/tls: don't arm strparser immediately in tls_set_sw_offload()
` [PATCH bpf v4 02/14] net/tls: don't call tls_sk_proto_close for hw record offload
` [PATCH bpf v4 03/14] net/tls: remove close callback sock unlock/lock around TX work flush
` [PATCH bpf v4 04/14] net/tls: remove sock unlock/lock around strp_done()
` [PATCH bpf v4 05/14] net/tls: fix transition through disconnect with close
` [PATCH bpf v4 06/14] bpf: sockmap, sock_map_delete needs to use xchg
` [PATCH bpf v4 07/14] bpf: sockmap, synchronize_rcu before free'ing map
` [PATCH bpf v4 08/14] bpf: sockmap, only create entry if ulp is not already enabled
` [PATCH bpf v4 09/14] bpf: sockmap/tls, close can race with map free
` [PATCH bpf v4 10/14] selftests/tls: add a test for ULP but no keys
` [PATCH bpf v4 11/14] selftests/tls: test error codes around TLS ULP installation
` [PATCH bpf v4 12/14] selftests/tls: add a bidirectional test
` [PATCH bpf v4 13/14] selftests/tls: close the socket with open record
` [PATCH bpf v4 14/14] selftests/tls: add shutdown tests

[PATCH bpf] selftests/bpf: fix sendmsg6_prog on s390
 2019-07-22 14:23 UTC  (3+ messages)

[GIT PULL 0/2] libbpf build fixes
 2019-07-22 14:23 UTC  (7+ messages)
` [PATCH 1/2] libbpf: Fix endianness macro usage for some compilers
` [PATCH 2/2] libbpf: Avoid designated initializers for unnamed union members

[PATCH bpf] libbpf: fix missing __WORDSIZE definition
 2019-07-19 21:48 UTC  (15+ messages)

[PATCH bpf] libbpf: sanitize VAR to conservative 1-byte INT
 2019-07-19 19:50 UTC  (2+ messages)

[PATCH bpf] libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext exists
 2019-07-19 19:38 UTC  (2+ messages)

Building bpftool with OUTPUT set breaks
 2019-07-19 18:17 UTC  (5+ messages)
` [PATCH bpf] tools/bpf: fix bpftool build with OUTPUT set

[PATCH 00/11] XDP unaligned chunk placement support
 2019-07-19 17:22 UTC  (17+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] i40e: simplify Rx buffer recycle
    ` [Intel-wired-lan] "
  ` [PATCH v2 02/10] ixgbe: "
    ` [Intel-wired-lan] "
  ` [PATCH v2 03/10] xsk: add support to allow unaligned chunk placement
    ` [Intel-wired-lan] "
  ` [PATCH v2 04/10] i40e: modify driver for handling offsets
    ` [Intel-wired-lan] "
  ` [PATCH v2 05/10] ixgbe: "
    ` [Intel-wired-lan] "
  ` [PATCH v2 06/10] libbpf: add flags to umem config
  ` [PATCH v2 07/10] samples/bpf: add unaligned chunks mode support to xdpsock
  ` [PATCH v2 08/10] samples/bpf: add buffer recycling for unaligned chunks "
  ` [PATCH v2 09/10] samples/bpf: use hugepages in xdpsock app
  ` [PATCH v2 10/10] doc/af_xdp: include unaligned chunk case

[PATCH] virtio-net: parameterize min ring num_free for virtio receive
 2019-07-19 16:13 UTC  (6+ messages)

[PATCH bpf v3] bpf: fix narrower loads on s390
 2019-07-19  9:18 UTC 

[PATCH AUTOSEL 5.2 226/249] selftests: bpf: fix inlines in test_lwt_seg6local
 2019-07-19  7:54 UTC  (7+ messages)

pull-request: bpf 2019-07-18
 2019-07-18 21:05 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix test_xdp_noinline on s390
 2019-07-18 20:56 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix "valid read map access into a read-only array 1" on s390
 2019-07-18 20:50 UTC  (2+ messages)

[PATCH bpf v2] bpf: fix narrower loads on s390
 2019-07-18 20:43 UTC  (3+ messages)

[PATCH v2 bpf] libbpf: fix missing __WORDSIZE definition
 2019-07-18 17:31 UTC  (2+ messages)

[PATCH v3 bpf-next 00/12] BTF-to-C converter
 2019-07-18  3:35 UTC  (4+ messages)
` [PATCH v3 bpf-next 05/12] libbpf: add resizable non-thread safe internal hashmap

[PATCH RFC 0/4] Add support to directly attach BPF program to ftrace
 2019-07-18  2:51 UTC  (14+ messages)

[PATCH bpf] bpf: fix narrower loads on s390
 2019-07-17 22:23 UTC  (8+ messages)

[PATCH bpf] selftests/bpf: make directory prerequisites order-only
 2019-07-17  9:10 UTC  (5+ messages)

[PATCH 0/2] arm/arm64: Add support for function error injection
 2019-07-17  8:14 UTC  (5+ messages)
` [PATCH 1/2] arm64: "
` [PATCH 2/2] arm: "

[bpf PATCH v3 0/8] sockmap/tls fixes
 2019-07-17  4:03 UTC  (2+ messages)

[bpf-next RFC 0/6] Introduce a BPF helper to generate SYN cookies
 2019-07-17  3:33 UTC  (14+ messages)
` [bpf-next RFC 2/6] tcp: add skb-less helpers to retrieve SYN cookie
` [bpf-next RFC 3/6] bpf: add bpf_tcp_gen_syncookie helper
` [bpf-next RFC 4/6] bpf: sync bpf.h to tools/
` [bpf-next RFC 5/6] selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpers
` [bpf-next RFC 6/6] selftests/bpf: add test for bpf_tcp_gen_syncookie

[PATCH bpf] selftests/bpf: fix perf_buffer on s390
 2019-07-17  1:43 UTC  (3+ messages)

[PATCH bpf 1/2] selftests/bpf: fix test_verifier/test_maps make dependencies
 2019-07-17  1:35 UTC  (9+ messages)
` [PATCH bpf 2/2] selftests/bpf: structure test_{progs,maps,verifier} test runners uniformly

[RFC bpf-next 0/8] bpf: accelerate insn patching speed
 2019-07-17  1:17 UTC  (20+ messages)
` [RFC bpf-next 2/8] bpf: extend list based insn patching infra to verification layer
    ` [oss-drivers] "

[PATCH bpf] libbpf: fix another GCC8 warning for strncpy
 2019-07-16 17:35 UTC  (3+ messages)

[PATCH bpf] bpf: net: Set sk_bpf_storage back to NULL for cloned sk
 2019-07-16 17:32 UTC  (4+ messages)

[PATCH bpf-next 0/2] libbpf: add an option to reuse maps when loading a program
 2019-07-16 17:14 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf, libbpf: add a new API bpf_object__reuse_maps()

[PATCH bpf v2] selftests/bpf: skip nmi test when perf hw events are disabled
 2019-07-16 16:27 UTC  (3+ messages)

[PATCH bpf v3] selftests/bpf: fix "alu with different scalars 1" on s390
 2019-07-16 16:23 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).