messages from 2019-04-24 14:46:23 to 2019-04-30 00:15:46 UTC [more...]
[PATCH] bpftool: exclude bash-completion/bpftool from .gitignore pattern
2019-04-30 0:15 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c
2019-04-29 23:59 UTC
[PATCH bpf-next 0/6] tools: bpftool: add options for debug info from libbpf and verifier
2019-04-29 23:32 UTC (8+ messages)
` [PATCH bpf-next 1/6] tools: bpftool: add --log-libbpf option to get debug info from libbpf
` [PATCH bpf-next 2/6] tools: bpftool: add --log-all option to print all possible log info
` [PATCH bpf-next 3/6] libbpf: add bpf_object__load_xattr() API function to pass log_level
` [PATCH bpf-next 4/6] bpf: make BPF_LOG_* flags available in UAPI header
` [PATCH bpf-next 5/6] tools: bpf: report latest changes from BPF UAPI header to tools
` [PATCH bpf-next 6/6] tools: bpftool: add --log-verifier option to print kernel debug logs
[PATCH bpf-next v3 1/4] bpf: sock ops: add netns ino and dev in bpf context
2019-04-29 15:42 UTC (10+ messages)
` [PATCH bpf-next v3 2/4] bpf: sync bpf.h to tools/ for bpf_sock_ops->netns*
` [PATCH bpf-next v3 3/4] selftests: bpf: read netns_ino from struct bpf_sock_ops
` [PATCH bpf-next v3 4/4] selftests: bpf: verifier: read netns_dev and "
[PATCH net-next] bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()
2019-04-29 15:40 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: two scale tests
2019-04-29 10:43 UTC (12+ messages)
` 32-bit zext time complexity (Was Re: [PATCH bpf-next] selftests/bpf: two scale tests)
general protection fault in ip6_dst_lookup_tail (2)
2019-04-29 6:52 UTC (2+ messages)
pull-request: bpf-next 2019-04-28
2019-04-28 12:43 UTC (2+ messages)
[PATCH] bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG
2019-04-28 2:33 UTC
[PATCH v4 bpf-next 0/7] BPF sk local storage
2019-04-27 16:17 UTC (10+ messages)
` [PATCH v4 bpf-next 1/7] bpf: Introduce bpf "
` [PATCH v4 bpf-next 2/7] bpf: Sync bpf.h to tools
` [PATCH v4 bpf-next 3/7] bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing
` [PATCH v4 bpf-next 4/7] bpf: Refactor BTF encoding macro to test_btf.h
` [PATCH v4 bpf-next 5/7] bpf: Add verifier tests for the bpf_sk_storage
` [PATCH v4 bpf-next 6/7] bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps
` [PATCH v4 bpf-next 7/7] bpf: Add ene-to-end test for bpf_sk_storage_* helpers
[PATCH v2] bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}
2019-04-27 8:28 UTC
[PATCH bpf-next v5 0/5] writable contexts for bpf raw tracepoints
2019-04-27 2:15 UTC (7+ messages)
` [PATCH bpf-next v5 1/5] bpf: add writable context for "
` [PATCH bpf-next v5 2/5] nbd: trace sending nbd requests
` [PATCH bpf-next v5 3/5] nbd: add tracepoints for send/receive timing
` [PATCH bpf-next v5 4/5] tools: sync bpf.h
` [PATCH bpf-next v5 5/5] selftests: bpf: test writable buffers in raw tps
[PATCH bpf-next 0/2] Two arm64 bpf jit improvements
2019-04-27 1:59 UTC (4+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: remove prefetch insn in xadd mapping
` [PATCH bpf-next 2/2] bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd
perf BPF annotation output validation
2019-04-26 22:45 UTC (6+ messages)
[PATCH v3 bpf-next 0/6] BPF sk local storage
2019-04-26 21:36 UTC (19+ messages)
` [PATCH v3 bpf-next 1/6] bpf: Introduce bpf "
` [PATCH v3 bpf-next 2/6] bpf: Sync bpf.h to tools
` [PATCH v3 bpf-next 3/6] bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing
` [PATCH v3 bpf-next 4/6] bpf: Add verifier tests for the bpf_sk_storage
` [PATCH v3 bpf-next 5/6] bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps
` [PATCH v3 bpf-next 6/6] bpf: Add ene-to-end test for bpf_sk_storage_* helpers
[PATCH v2 bpf-next 0/6] BPF sk local storage
2019-04-26 18:48 UTC (11+ messages)
` [PATCH v2 bpf-next 1/6] bpf: Introduce bpf "
` [PATCH v2 bpf-next 2/6] bpf: Sync bpf.h to tools
` [PATCH v2 bpf-next 3/6] bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing
` [PATCH v2 bpf-next 4/6] bpf: Add verifier tests for the bpf_sk_storage
` [PATCH v2 bpf-next 5/6] bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps
` [PATCH v2 bpf-next 6/6] bpf: Add ene-to-end test for bpf_sk_storage_* helpers
[PATCH] bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}
2019-04-26 12:08 UTC (2+ messages)
pull-request: bpf 2019-04-25
2019-04-26 5:55 UTC (2+ messages)
[PATCH v4 bpf-next 0/4] add btf dumping to bpftool
2019-04-26 4:48 UTC (6+ messages)
` [PATCH v4 bpf-next 1/4] bpftool: add ability to dump BTF types
` [PATCH v4 bpf-next 2/4] bpftool/docs: add btf sub-command documentation
` [PATCH v4 bpf-next 3/4] bpftool: add bash completions for btf command
` [PATCH v4 bpf-next 4/4] bpftool: fix indendation in bash-completion/bpftool
[LSF/MM TOPIC] [BPF] Auto-detachment of bpf programs on cgroup removal
2019-04-26 3:34 UTC
[PATCH bpf] bpftool: Fix errno variable usage
2019-04-26 0:32 UTC (3+ messages)
[PATCH v3 bpf-next 0/4] add btf dumping to bpftool
2019-04-25 22:24 UTC (8+ messages)
` [PATCH v3 bpf-next 1/4] bpftool: add ability to dump BTF types
` [PATCH v3 bpf-next 2/4] bpftool/docs: add btf sub-command documentation
` [PATCH v3 bpf-next 3/4] bpftool: add bash completions for btf command
` [PATCH v3 bpf-next 4/4] bpftool: fix indendation in bash-completion/bpftool
[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
2019-04-25 21:51 UTC (3+ messages)
` [PATCH bpf-next v5 2/2] bpftool: show flow_dissector attachment status
[PATCH bpf-next v4 1/2] bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
2019-04-25 21:31 UTC (5+ messages)
` [PATCH bpf-next v4 2/2] bpftool: show flow_dissector attachment status
[PATCH bpf v3 0/2] bpf: mark registers in all frames after pkt/null checks
2019-04-25 21:04 UTC (6+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: test cases for pkt/null checks in subprogs
[PATCH bpf-next 0/2] Two libbpf fixes
2019-04-25 20:54 UTC (2+ messages)
[bpf PATCH v2 0/3] sockmap/ktls fixes
2019-04-25 19:41 UTC (11+ messages)
` [bpf PATCH v2 1/3] bpf: tls, implement unhash to avoid transition out of ESTABLISHED
` [bpf PATCH v2 2/3] bpf: sockmap remove duplicate queue free
` [bpf PATCH v2 3/3] bpf: sockmap fix msg->sg.size account on ingress skb
[bpf-next PATCH] bpf: sockmap, test tool support to skip cgroup arg
2019-04-25 17:34 UTC (2+ messages)
[PATCH v2 bpf-next 0/3] add btf dumping to bpftool
2019-04-25 16:44 UTC (7+ messages)
` [PATCH v2 bpf-next 3/3] bpftool: add bash completions for btf command
` [PATCH v2 bpf-next 1/3] bpftool: add ability to dump BTF types
` [PATCH v2 bpf-next 2/3] bpftool/docs: add btf sub-command documentation
[bpf PATCH 0/3] sockmap/ktls fixes
2019-04-25 3:34 UTC (7+ messages)
` [bpf PATCH 1/3] bpf: tls, implement unhash to avoid transition out of ESTABLISHED
` [bpf PATCH 2/3] bpf: sockmap remove duplicate queue free
` [bpf PATCH 3/3] bpf: sockmap fix msg->sg.size account on ingress skb
[PATCH bpf-next 0/6] BPF sk local storage
2019-04-24 23:46 UTC (8+ messages)
` [PATCH bpf-next 1/6] bpf: Introduce bpf "
` [PATCH bpf-next 2/6] bpf: Sync bpf.h to tools
` [PATCH bpf-next 3/6] bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing
` [PATCH bpf-next 4/6] bpf: Add verifier tests for the bpf_sk_storage
` [PATCH bpf-next 5/6] bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps
` [PATCH bpf-next 6/6] bpf: Add ene-to-end test for bpf_sk_storage_* helpers
[PATCH bpf-next v4 0/5] writable contexts for bpf raw tracepoints
2019-04-24 22:56 UTC (9+ messages)
` [PATCH bpf-next v4 1/5] bpf: add writable context for "
` [PATCH bpf-next v4 2/5] nbd: trace sending nbd requests
` [PATCH bpf-next v4 3/5] nbd: add tracepoints for send/receive timing
` [PATCH bpf-next v4 4/5] tools: sync bpf.h
` [PATCH bpf-next v4 5/5] selftests: bpf: test writable buffers in raw tps
[PATCH bpf-next v2 1/2] bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
2019-04-24 21:06 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] bpftool: show flow_dissector attachment status
[PATCH bpf-next v3 1/2] bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
2019-04-24 19:02 UTC (3+ messages)
` [PATCH bpf-next v3 2/2] bpftool: show flow_dissector attachment status
[PATCH bpf-next 0/2] add btf dumping to bpftool
2019-04-24 19:01 UTC (8+ messages)
` [PATCH bpf-next 1/2] bpftool: add ability to dump BTF types
` [PATCH bpf-next 2/2] bpftool/docs: add btf sub-command documentation
[PATCH bpf-next 1/2] bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
2019-04-24 18:48 UTC (5+ messages)
` [PATCH bpf-next 2/2] bpftool: show flow_dissector attachment status
[PATCH bpf v2 0/2] bpf: mark registers as safe or unknown in all frames
2019-04-24 17:13 UTC (4+ messages)
` [PATCH bpf v2 1/2] "
[PATCH v4 bpf-next 15/15] nfp: bpf: eliminate zero extension code-gen
2019-04-24 16:31 UTC (2+ messages)
[PATCH AUTOSEL 4.14 17/35] debugfs: fix use-after-free on symlink traversal
2019-04-24 14:46 UTC
[PATCH AUTOSEL 4.9 15/28] debugfs: fix use-after-free on symlink traversal
2019-04-24 14:49 UTC
[PATCH AUTOSEL 4.4 06/15] debugfs: fix use-after-free on symlink traversal
2019-04-24 14:51 UTC
[PATCH AUTOSEL 5.0 23/66] xdp: fix cpumap redirect SKB creation bug
2019-04-24 14:32 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox