bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-12 22:00:28 to 2019-04-19 21:06:06 UTC [more...]

[PATCH bpf-next v3 0/5] writable contexts for bpf raw tracepoints
 2019-04-19 21:04 UTC  (5+ messages)
` [PATCH bpf-next v3 1/5] bpf: add writable context for "
` [PATCH bpf-next v3 2/5] nbd: trace sending nbd requests
` [PATCH bpf-next v3 3/5] nbd: add tracepoints for send/receive timing
` [PATCH bpf-next v3 4/5] tools: sync bpf.h

[PATCH v4 bpf-next 00/15] bpf: eliminate zero extensions for sub-register writes
 2019-04-19 20:40 UTC  (24+ messages)
` [PATCH v4 bpf-next 01/15] bpf: split read liveness into REG_LIVE_READ64 and REG_LIVE_READ32
` [PATCH v4 bpf-next 02/15] bpf: mark lo32 writes that should be zero extended into hi32
` [PATCH v4 bpf-next 03/15] bpf: reduce false alarm by refining helper call arg types
` [PATCH v4 bpf-next 04/15] bpf: insert explicit zero extension insn when hardware doesn't do it implicitly
` [PATCH v4 bpf-next 05/15] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v4 bpf-next 06/15] bpf: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH v4 bpf-next 07/15] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
` [PATCH v4 bpf-next 08/15] selftests: enable hi32 randomization for all tests
` [PATCH v4 bpf-next 09/15] arm: bpf: eliminate zero extension code-gen
` [PATCH v4 bpf-next 10/15] powerpc: "
` [PATCH v4 bpf-next 11/15] s390: "
` [PATCH v4 bpf-next 12/15] sparc: "
` [PATCH v4 bpf-next 13/15] x32: "
` [PATCH v4 bpf-next 14/15] riscv: "
` [PATCH v4 bpf-next 15/15] nfp: "

KASAN: use-after-free Read in refcount_sub_and_test_checked (2)
 2019-04-19  8:21 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: parallel verification
 2019-04-19 19:34 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: remove global variables
` [PATCH bpf-next 2/2] bpf: drop bpf_verifier_lock

[PATCH bpf-next] libbpf: fix BPF_LOG_BUF_SIZE off-by-one error
 2019-04-19 19:32 UTC 

[PATCH bpf-next v5 0/6] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-04-19  4:50 UTC  (10+ messages)
` [PATCH bpf-next v5 1/6] flow_dissector: switch kernel context to struct bpf_flow_dissector
` [PATCH bpf-next v5 2/6] bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode
` [PATCH bpf-next v5 3/6] net: plumb network namespace into __skb_flow_dissect
` [PATCH bpf-next v5 4/6] flow_dissector: handle no-skb use case
` [PATCH bpf-next v5 5/6] net: pass net argument to the eth_get_headlen
` [PATCH bpf-next v5 6/6] selftests/bpf: add flow dissector bpf_skb_load_bytes helper test

FW: BPF_PSEUDO_CALL question
 2019-04-19 11:16 UTC  (4+ messages)

[PATCH bpf-next v2 1/3] bpf: sock ops: add netns ino and dev in bpf context
 2019-04-19 11:51 UTC  (8+ messages)
` [PATCH bpf-next v2 2/3] selftests: bpf: read netns from struct bpf_sock_ops
` [PATCH bpf-next v2 3/3] selftests: bpf: verifier: read netns_dev and netns_ino "

[PATCH bpf-next v6 00/16] BPF support for global data
 2019-04-19  1:18 UTC  (3+ messages)
` [PATCH bpf-next v6 11/16] bpf, libbpf: support global data/bss/rodata sections

[PATCH bpf-next] bpf: move BPF_PROG_TYPE_FLOW_DISSECTOR documentation to a new common place
 2019-04-19  0:02 UTC  (2+ messages)

[PATCH bpf-next] bpf: Increase MAX_NR_MAPS to 17 in test_verifier.c
 2019-04-18 23:11 UTC  (3+ messages)

[PATCH v2] fix compile errors due to unsync linux/in6.h and netinet/in.h
 2019-04-18 23:10 UTC  (3+ messages)

[PATCH bpf-next] libbpf: remove compile time warning from libbpf_util.h
 2019-04-18 23:07 UTC  (3+ messages)

[PATCH] selftests/bpf: fix compile errors with older glibc
 2019-04-18 20:33 UTC  (5+ messages)

[PATCH 00/57] Convert files to ReST
 2019-04-18 12:42 UTC  (2+ messages)
` Avoiding merge conflicts while adding new docs - Was: "

linux-next: build failure after merge of the bpf-next tree
 2019-04-18  7:12 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: fix a compilation error
 2019-04-18  5:31 UTC  (2+ messages)

[PATCH bpf-next] bpf: document the verifier limits
 2019-04-18  4:33 UTC  (2+ messages)

[PATCH bpf-next V2 0/4] Bulk optimization for XDP cpumap redirect
 2019-04-18  2:15 UTC  (5+ messages)
` [PATCH bpf-next V2 2/4] net: core: introduce build_skb_around

Per-queue XDP programs, thoughts
 2019-04-17 20:17 UTC  (19+ messages)

[PATCH bpf v3 0/5] libbpf: remove two dependencies on Linux
 2019-04-17  3:15 UTC  (8+ messages)
` [PATCH bpf v3 1/5] xsk: fix XDP socket ring buffer memory ordering
` [PATCH bpf v3 2/5] libbpf: "
` [PATCH bpf v3 3/5] libbpf: remove likely/unlikely in xsk.h
` [PATCH bpf v3 4/5] libbpf: remove dependency on barrier.h "
` [PATCH bpf v3 5/5] libbpf: optimize barrier for XDP socket rings

[PATCH bpf-next v1 1/2] bpf: sock ops: add netns in bpf context
 2019-04-17  2:59 UTC  (6+ messages)
` [PATCH bpf-next v1 2/2] selftests: bpf: read netns from struct bpf_sock_ops

[PATCH bpf-next] libbpf: fix printf formatter for ptrdiff_t argument
 2019-04-17  2:45 UTC  (3+ messages)

[PATCH bpf] bpf: allow clearing all sock_ops callback flags
 2019-04-17  2:27 UTC  (3+ messages)

[PATCH bpf-next] selftests: bpf: add VRF test cases to lwt_ip_encap test
 2019-04-17  2:23 UTC  (2+ messages)

[RFC PATCH 44/62] bpf: switch to ->free_inode()
 2019-04-16 21:34 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix printf formatter for ptrdiff_t argument
 2019-04-16 17:40 UTC 

[PATCH bpf v2] tools: bpftool: fix infinite loop in map create
 2019-04-16  8:52 UTC  (3+ messages)

[PATCH bpf-next v1] bpf: add map helper functions push,pop,peek in more BPF programs
 2019-04-16  8:30 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: make flow dissector tests more extensible
 2019-04-16  8:30 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: two scale tests
 2019-04-16  8:30 UTC  (5+ messages)

[PATCH bpf-next] bpftool: Exit early when it's not possible to dump a REUSEPORT_SOCKARRAY map
 2019-04-16  8:29 UTC  (16+ messages)
` [PATCH v2 bpf-next 1/2] bpftool: Use print_entry_error() in case of ENOENT when dumping
  ` [PATCH v2 bpf-next 2/2] bpftool: Improve handling of ENOSPC on reuseport_array map dumps
  ` [PATCH v3 bpf-next 1/2] bpftool: Use print_entry_error() in case of ENOENT when dumping
    ` [PATCH v3 bpf-next 2/2] bpftool: Improve handling of ENOSPC on reuseport_array map dumps

[PATCH bpf-next] bpf: fix whitespace for ENCAP_L2 defines in bpf.h
 2019-04-16  8:27 UTC  (2+ messages)

[PATCH bpf-next 0/5] tools: bpftool: fix minor issues in bpftool and its documentation
 2019-04-16  8:29 UTC  (2+ messages)

[PATCH bpf] libbpf: add binary to gitignore
 2019-04-16  8:55 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnel
 2019-04-16  8:27 UTC  (2+ messages)

[PATCH bpf-next 0/2] add btf_dedup() support for VAR and DATASEC
 2019-04-16  8:26 UTC  (4+ messages)
` [PATCH bpf-next 1/2] btf: add support for VAR and DATASEC in btf_dedup()
` [PATCH bpf-next 2/2] selftests/btf: add VAR and DATASEC case for dedup tests

[PATCH bpf-next] kbuild: handle old pahole more gracefully when generating BTF
 2019-04-16  8:26 UTC  (3+ messages)

[PATCH v3 bpf-next 00/19] bpf: eliminate zero extensions for sub-register writes
 2019-04-16  7:47 UTC  (28+ messages)
` [PATCH v3 bpf-next 02/19] bpf: refactor propagate_liveness to eliminate code redundance
` [PATCH v3 bpf-next 03/19] bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
` [PATCH v3 bpf-next 04/19] bpf: refactor "check_reg_arg" to eliminate code redundancy
` [PATCH v3 bpf-next 05/19] bpf: split read liveness into REG_LIVE_READ64 and REG_LIVE_READ32
` [PATCH v3 bpf-next 06/19] bpf: mark lo32 writes that should be zero extended into hi32
` [PATCH v3 bpf-next 08/19] bpf: insert explicit zero extension insn when hardware doesn't do it implicitly
              ` [oss-drivers] "
` [PATCH v3 bpf-next 09/19] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v3 bpf-next 11/19] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
` [PATCH v3 bpf-next 13/19] arm: bpf: eliminate zero extension code-gen
` [PATCH v3 bpf-next 14/19] powerpc: "
` [PATCH v3 bpf-next 15/19] s390: "
` [PATCH v3 bpf-next 17/19] x32: "
` [PATCH v3 bpf-next 18/19] riscv: "
` [PATCH v3 bpf-next 19/19] nfp: "

[PATCH] net:bridge:always disable auto-tuning when the user specified MTU
 2019-04-16  7:19 UTC  (5+ messages)

[PATCH 1/2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-04-15 10:12 UTC  (5+ messages)
` [PATCH 2/2] include: linux: Remove unused macros and their defination

[PATCH/RFC v2 bpf-next 00/19] bpf: eliminate zero extensions for sub-register writes
 2019-04-12 22:08 UTC  (6+ messages)
` [PATCH/RFC v2 bpf-next 11/19] libbpf: new global variable "libbpf_test_mode"


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