messages from 2019-04-15 09:59:59 to 2019-04-22 19:24:10 UTC [more...]
[PATCH bpf-next v3 0/5] writable contexts for bpf raw tracepoints
2019-04-22 19:23 UTC (11+ 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 bpf-next v3 5/5] selftests: bpf: test writable buffers in raw tps
[PATCH bpf-next v6 0/9] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
2019-04-22 18:53 UTC (12+ messages)
` [PATCH bpf-next v6 1/9] flow_dissector: switch kernel context to struct bpf_flow_dissector
` [PATCH bpf-next v6 2/9] bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode
` [PATCH bpf-next v6 3/9] net: plumb network namespace into __skb_flow_dissect
` [PATCH bpf-next v6 4/9] flow_dissector: handle no-skb use case
` [PATCH bpf-next v6 5/9] net: pass net_device argument to the eth_get_headlen
` [PATCH bpf-next v6 6/9] selftests/bpf: add flow dissector bpf_skb_load_bytes helper test
` [PATCH bpf-next v6 7/9] selftests/bpf: run flow dissector tests in skb-less mode
` [PATCH bpf-next v6 8/9] selftests/bpf: properly return error from bpf_flow_load
` [PATCH bpf-next v6 9/9] bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUN
[PATCH bpf v2 0/2] bpf: mark registers as safe or unknown in all frames
2019-04-22 18:35 UTC (3+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: test case for pointer null check in subprog
[PATCH bpf 0/2] bpf: mark registers as safe or unknown in all frames
2019-04-22 18:30 UTC (6+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: test case for pointer null check in subprog
[PATCH] perf bpf: return value with unlocking in perf_env__find_btf()
2019-04-22 14:29 UTC (3+ messages)
[PATCH 1/2] include: linux: Regularise the use of FIELD_SIZEOF macro
2019-04-20 10:51 UTC (3+ messages)
FW: BPF_PSEUDO_CALL question
2019-04-20 0:30 UTC (5+ messages)
[PATCH bpf-next v5 0/6] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
2019-04-19 23:50 UTC (14+ 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
[PATCH bpf-next] libbpf: fix BPF_LOG_BUF_SIZE off-by-one error
2019-04-19 23:23 UTC (2+ messages)
[PATCH v4 bpf-next 00/15] bpf: eliminate zero extensions for sub-register writes
2019-04-19 23:28 UTC (29+ 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: "
[PATCH bpf-next v2 1/3] bpf: sock ops: add netns ino and dev in bpf context
2019-04-19 22:59 UTC (9+ 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 00/57] Convert files to ReST
2019-04-19 22:10 UTC (3+ messages)
` Avoiding merge conflicts while adding new docs - Was: "
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 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)
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 (2+ messages)
[PATCH bpf-next v1] bpf: add map helper functions push,pop,peek in more BPF programs
2019-04-16 8:30 UTC (2+ 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 (2+ messages)
[PATCH v2 bpf-next 1/2] bpftool: Use print_entry_error() in case of ENOENT when dumping
2019-04-16 8:29 UTC (6+ messages)
` [PATCH v3 "
` [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 (2+ 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 (9+ messages)
` [PATCH v3 bpf-next 08/19] bpf: insert explicit zero extension insn when hardware doesn't do it implicitly
` [oss-drivers] "
[PATCH] net:bridge:always disable auto-tuning when the user specified MTU
2019-04-16 7:19 UTC (5+ messages)
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;
as well as URLs for NNTP newsgroup(s).