bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-01 20:57:47 to 2019-04-09 21:09:31 UTC [more...]

[PATCH bpf-next v6 00/16] BPF support for global data
 2019-04-09 21:08 UTC 

[PATCH bpf-next v4 1/3] bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
 2019-04-09 20:50 UTC  (4+ messages)
` [PATCH bpf-next v4 2/3] libbpf: add support for ctx_{size,}_{in,out} "
` [PATCH bpf-next v4 3/3] selftests: bpf: add selftest for __sk_buff context "

[PATCH bpf-next v5 00/16] BPF support for global data
 2019-04-09 19:35 UTC  (19+ messages)
` [PATCH bpf-next v5 01/16] bpf: implement lookup-free direct value access for maps
` [PATCH bpf-next v5 02/16] bpf: do not retain flags that are not tied to map lifetime
` [PATCH bpf-next v5 03/16] bpf: add program side {rd, wr}only support for maps
` [PATCH bpf-next v5 04/16] bpf: add syscall side map freeze support
` [PATCH bpf-next v5 05/16] bpf: allow . char as part of the object name
` [PATCH bpf-next v5 06/16] bpf: add specification for BTF Var and DataSec kinds
` [PATCH bpf-next v5 07/16] bpf: kernel side support for BTF Var and DataSec
` [PATCH bpf-next v5 08/16] bpf: allow for key-less BTF in array map
` [PATCH bpf-next v5 09/16] bpf: sync {btf, bpf}.h uapi header from tools infrastructure
` [PATCH bpf-next v5 10/16] bpf, libbpf: refactor relocation handling
` [PATCH bpf-next v5 11/16] bpf, libbpf: support global data/bss/rodata sections
` [PATCH bpf-next v5 12/16] bpf, libbpf: add support for BTF Var and DataSec
` [PATCH bpf-next v5 13/16] bpf: bpftool support for dumping data/bss/rodata sections
` [PATCH bpf-next v5 14/16] bpf, selftest: test {rd, wr}only flags and direct value access
` [PATCH bpf-next v5 15/16] bpf, selftest: test global data/bss/rodata sections
` [PATCH bpf-next v5 16/16] bpf, selftest: add test cases for BTF Var and DataSec

[PATCH bpf-next v3 1/3] bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
 2019-04-09 18:40 UTC  (7+ messages)
` [PATCH bpf-next v3 2/3] libbpf: add support for ctx_{size,}_{in,out} "
` [PATCH bpf-next v3 3/3] selftests: bpf: add selftest for __sk_buff context "

[PATCH bpf-next] selftests: bpf: add VRF test cases to lwt_ip_encap test
 2019-04-09 16:57 UTC  (7+ messages)

[PATCH 1/2] s390: Convert IS_ENABLED uses to __is_defined
 2019-04-09 16:33 UTC 

[PATCH bpf-next v2 1/3] bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
 2019-04-09 16:24 UTC  (6+ messages)
` [PATCH bpf-next v2 2/3] libbpf: add support for ctx_{size,}_{in,out} "
` [PATCH bpf-next v2 3/3] selftests: bpf: add selftest for __sk_buff context "

[PATCH bpf-next] libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE
 2019-04-09 16:04 UTC  (2+ messages)

[PATCH v3 bpf-next 0/4] L2 encap support for bpf_skb_adjust_room
 2019-04-09 14:34 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/4] selftests_bpf: extend test_tc_tunnel for UDP encap
` [PATCH v3 bpf-next 2/4] bpf: add layer 2 encap support to bpf_skb_adjust_room
` [PATCH v3 bpf-next 3/4] bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2
` [PATCH v3 bpf-next 4/4] selftests_bpf: add L2 encap to test_tc_tunnel

[PATCH bpf 0/2] libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus
 2019-04-09 11:29 UTC  (5+ messages)
` [PATCH bpf 1/2] libbpf: remove likely/unlikely in xsk.h
` [PATCH bpf 2/2] libbpf: remove dependency on barrier.h "

[PATCH] net:bridge:bridge mtu auto tuning does not always work
 2019-04-09  7:36 UTC 

[PATCH bpf-next v2 0/5] writable contexts for bpf raw tracepoints
 2019-04-08 21:30 UTC  (9+ messages)
` [PATCH bpf-next v2 1/5] bpf: add writable context for "
` [PATCH bpf-next v2 2/5] nbd: trace sending nbd requests
` [PATCH bpf-next v2 3/5] nbd: add tracepoints for send/receive timing
` [PATCH bpf-next v2 4/5] tools: sync bpf.h
` [PATCH bpf-next v2 5/5] selftests: bpf: test writable buffers in raw tps

[PATCH v2 bpf-next 0/4] L2 encap support for bpf_skb_adjust_room
 2019-04-08 19:07 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/4] selftests_bpf: add UDP encap to test_tc_tunnel
` [PATCH v2 bpf-next 2/4] bpf: add layer 2 encap support to bpf_skb_adjust_room
` [PATCH v2 bpf-next 3/4] bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2
` [PATCH v2 bpf-next 4/4] selftests_bpf: add L2 encap to test_tc_tunnel

[LSF/MM TOPIC] BPF: Extending eBPF as a generic tracing engine
 2019-04-08 16:10 UTC  (2+ messages)

[PATCH bpf-next v4 00/16] BPF support for global data
 2019-04-07 18:35 UTC  (24+ messages)
` [PATCH bpf-next v4 01/16] bpf: implement lookup-free direct value access for maps
` [PATCH bpf-next v4 02/16] bpf: do not retain flags that are not tied to map lifetime
` [PATCH bpf-next v4 03/16] bpf: add program side {rd,wr}only support for maps
` [PATCH bpf-next v4 04/16] bpf: add syscall side map freeze support
` [PATCH bpf-next v4 05/16] bpf: allow . char as part of the object name
` [PATCH bpf-next v4 06/16] bpf: add specification for BTF Var and DataSec kinds
` [PATCH bpf-next v4 07/16] bpf: kernel side support for BTF Var and DataSec
` [PATCH bpf-next v4 08/16] bpf: allow for key-less BTF in array map
` [PATCH bpf-next v4 09/16] bpf: sync {btf,bpf}.h uapi header from tools infrastructure
` [PATCH bpf-next v4 10/16] bpf, libbpf: refactor relocation handling
` [PATCH bpf-next v4 11/16] bpf, libbpf: support global data/bss/rodata sections
` [PATCH bpf-next v4 12/16] bpf, libbpf: add support for BTF Var and DataSec
` [PATCH bpf-next v4 13/16] bpf: bpftool support for dumping data/bss/rodata sections
` [PATCH bpf-next v4 14/16] bpf, selftest: test {rd,wr}only flags and direct value access
` [PATCH bpf-next v4 15/16] bpf, selftest: test global data/bss/rodata sections
` [PATCH bpf-next v4 16/16] bpf, selftest: add test cases for BTF Var and DataSec

[PATCH/RFC bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-04-07  2:51 UTC  (7+ messages)
` [PATCH/RFC bpf-next 04/16] bpf: mark sub-register writes that really need zero extension to high bits

[PATCH bpf-next 0/3] writable contexts for bpf raw tracepoints
 2019-04-05 21:51 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: add writable context for "

[PATCH bpf-next 1/3] bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
 2019-04-05 21:48 UTC  (5+ messages)
` [PATCH bpf-next 2/3] libbpf: add support for ctx_{size,}_{in,out} "
` [PATCH bpf-next 3/3] selftests: bpf: add selftest for __sk_buff context "

[PATCH bpf-next] samples/bpf: fix build with new clang
 2019-04-05 15:03 UTC  (2+ messages)

BUG: using __this_cpu_read() in preemptible code in ip6_finish_output
 2019-04-05 12:36 UTC  (5+ messages)

[PATCH bpf-next v3 00/15] BPF support for global data
 2019-04-05  7:44 UTC  (19+ messages)
` [PATCH bpf-next v3 01/15] bpf: implement lookup-free direct value access for maps
` [PATCH bpf-next v3 02/15] bpf: add program side {rd,wr}only support "
` [PATCH bpf-next v3 03/15] bpf: add syscall side map lock support
` [PATCH bpf-next v3 04/15] bpf: allow . char as part of the object name
` [PATCH bpf-next v3 05/15] bpf: add specification for BTF Var and DataSec kinds
` [PATCH bpf-next v3 06/15] bpf: kernel side support for BTF Var and DataSec
` [PATCH bpf-next v3 07/15] bpf: allow for key-less BTF in array map
` [PATCH bpf-next v3 08/15] bpf: sync {btf,bpf}.h uapi header from tools infrastructure
` [PATCH bpf-next v3 09/15] bpf, libbpf: refactor relocation handling
` [PATCH bpf-next v3 10/15] bpf, libbpf: support global data/bss/rodata sections
` [PATCH bpf-next v3 11/15] bpf, libbpf: add support for BTF Var and DataSec
` [PATCH bpf-next v3 12/15] bpf: bpftool support for dumping data/bss/rodata sections
` [PATCH bpf-next v3 13/15] bpf, selftest: test {rd,wr}only flags and direct value access
` [PATCH bpf-next v3 14/15] bpf, selftest: test global data/bss/rodata sections
` [PATCH bpf-next v3 15/15] bpf, selftest: add test cases for BTF Var and DataSec

pull-request: bpf 2019-04-04
 2019-04-05  0:05 UTC  (2+ messages)

[PATCH bpf] bpf: report verifier bugs as warnings
 2019-04-04 17:45 UTC  (9+ messages)

[PATCH bpf] flow_dissector: rst'ify documentation
 2019-04-04 13:27 UTC  (3+ messages)

[PATCH] bpf:sample: fix field 'lock' has incomplete type in hbm.h
 2019-04-04 12:24 UTC  (3+ messages)

[PATCH bpf-next] kbuild: add ability to generate BTF type info for vmlinux
 2019-04-04  8:47 UTC  (10+ messages)

[PATCH v2 bpf-next 00/10] bpf: improve verifier scalability
 2019-04-04  0:01 UTC  (12+ messages)
` [PATCH v2 bpf-next 01/10] bpf: add verifier stats and log_level bit 2
` [PATCH v2 bpf-next 02/10] bpf: improve verification speed by droping states
` [PATCH v2 bpf-next 03/10] bpf: improve verification speed by not remarking live_read
` [PATCH v2 bpf-next 04/10] bpf: convert temp arrays to kvcalloc
` [PATCH v2 bpf-next 05/10] bpf: verbose jump offset overflow check
` [PATCH v2 bpf-next 06/10] bpf: increase complexity limit and maximum program size
` [PATCH v2 bpf-next 07/10] bpf: increase verifier log limit
` [PATCH v2 bpf-next 08/10] libbpf: teach libbpf about log_level bit 2
` [PATCH v2 bpf-next 09/10] selftests/bpf: add few verifier scale tests
` [PATCH v2 bpf-next 10/10] selftests/bpf: synthetic tests to push verifier limits

[PATCH bpf 0/5] flow_dissector: lay groundwork for calling BPF hook from eth_get_headlen
 2019-04-03 18:50 UTC  (11+ messages)
` [PATCH bpf 3/5] flow_dissector: fix clamping of BPF flow_keys for non-zero nhoff
` [PATCH bpf 4/5] flow_dissector: allow access only to a subset of __sk_buff fields
` [PATCH bpf 5/5] flow_dissector: document BPF flow dissector environment

BUG: using __this_cpu_read() in preemptible code in sk_mc_loop
 2019-04-03 11:54 UTC  (2+ messages)

[PATCH bpf-next 0/4] selftests: bpf: support building selftests with clang and fix warnings
 2019-04-02 21:19 UTC  (6+ messages)
` [PATCH bpf-next 1/4] selftests: bpf: tests.h should depend on .c files, not the output
` [PATCH bpf-next 2/4] selftests: bpf: fix -Wformat-security warning for flow_dissector_load.c
` [PATCH bpf-next 3/4] selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.c
` [PATCH bpf-next 4/4] selftests: bpf: remove duplicate .flags initialization in ctx_skb.c

[PATCH bpf-next 0/7] bpf: improve verifier scalability
 2019-04-02 18:12 UTC  (7+ messages)
` [PATCH bpf-next 7/7] selftests/bpf: add few verifier scale tests


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