messages from 2019-04-09 21:10:36 to 2019-04-12 23:57:39 UTC [more...]
[PATCH bpf-next] bpftool: Exit early when it's not possible to dump a REUSEPORT_SOCKARRAY map
2019-04-12 23:57 UTC (10+ 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 bpf v2] tools: bpftool: fix infinite loop in map create
2019-04-12 23:45 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: make flow dissector tests more extensible
2019-04-12 23:43 UTC
[PATCH bpf-next] selftests/bpf: two scale tests
2019-04-12 23:32 UTC (3+ messages)
[PATCH/RFC v2 bpf-next 00/19] bpf: eliminate zero extensions for sub-register writes
2019-04-12 22:08 UTC (35+ messages)
` [PATCH/RFC v2 bpf-next 01/19] bpf: refactor propagate_liveness to eliminate duplicated for loop
` [PATCH/RFC v2 bpf-next 02/19] bpf: refactor propagate_liveness to eliminate code redundance
` [oss-drivers] "
` [PATCH/RFC v2 bpf-next 03/19] bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
` [oss-drivers] "
` [PATCH/RFC v2 bpf-next 04/19] bpf: refactor "check_reg_arg" to eliminate code redundancy
` [PATCH/RFC v2 bpf-next 05/19] bpf: split read liveness into REG_LIVE_READ64 and REG_LIVE_READ32
` [oss-drivers] "
` [PATCH/RFC v2 bpf-next 06/19] bpf: mark lo32 writes that should be zero extended into hi32
` [PATCH/RFC v2 bpf-next 07/19] bpf: reduce false alarm by refining helper call arg types
` [PATCH/RFC v2 bpf-next 08/19] bpf: insert explicit zero extension insn when hardware doesn't do it implicitly
` [PATCH/RFC v2 bpf-next 09/19] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH/RFC v2 bpf-next 10/19] bpf: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH/RFC v2 bpf-next 11/19] libbpf: new global variable "libbpf_test_mode"
` [PATCH/RFC v2 bpf-next 12/19] selftests: enable hi32 randomization for "test_progs" and "test_verifier"
` [PATCH/RFC v2 bpf-next 13/19] arm: bpf: eliminate zero extension code-gen
` [PATCH/RFC v2 bpf-next 14/19] powerpc: "
` [PATCH/RFC v2 bpf-next 15/19] s390: "
` [PATCH/RFC v2 bpf-next 16/19] sparc: "
` [PATCH/RFC v2 bpf-next 17/19] x32: "
` [PATCH/RFC v2 bpf-next 18/19] riscv: "
` [PATCH/RFC v2 bpf-next 19/19] nfp: "
[PATCH v3 bpf-next 00/19] bpf: eliminate zero extensions for sub-register writes
2019-04-12 21:59 UTC (20+ messages)
` [PATCH v3 bpf-next 01/19] bpf: refactor propagate_liveness to eliminate duplicated for loop
` [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 07/19] bpf: reduce false alarm by refining helper call arg types
` [PATCH v3 bpf-next 08/19] bpf: insert explicit zero extension insn when hardware doesn't do it implicitly
` [PATCH v3 bpf-next 09/19] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v3 bpf-next 10/19] bpf: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [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 12/19] selftests: enable hi32 randomization for all tests
` [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 16/19] sparc: "
` [PATCH v3 bpf-next 17/19] x32: "
` [PATCH v3 bpf-next 18/19] riscv: "
` [PATCH v3 bpf-next 19/19] nfp: "
[PATCH bpf-next v1 1/2] bpf: sock ops: add netns in bpf context
2019-04-12 18:21 UTC (4+ messages)
` [PATCH bpf-next v1 2/2] selftests: bpf: read netns from struct bpf_sock_ops
[PATCH bpf-next 0/5] tools: bpftool: fix minor issues in bpftool and its documentation
2019-04-12 18:06 UTC (7+ messages)
` [PATCH bpf-next 1/5] tools: bpftool: remove blank line after btf_id when listing programs
` [PATCH bpf-next 2/5] tools: bpftool: reset errno for "bpftool cgroup tree"
` [PATCH bpf-next 3/5] tools: bpftool: fix man page documentation for "pinmaps" keyword
` [PATCH bpf-next 4/5] tools: bpftool: fix short option name for printing version in man pages
` [PATCH bpf-next 5/5] tools: bpftool: add a note on program statistics in man page
[PATCH bpf-next V2 0/4] Bulk optimization for XDP cpumap redirect
2019-04-12 18:01 UTC (7+ messages)
` [PATCH bpf-next V2 1/4] bpf: cpumap use ptr_ring_consume_batched
` [PATCH bpf-next V2 2/4] net: core: introduce build_skb_around
` [PATCH bpf-next V2 3/4] bpf: cpumap do bulk allocation of SKBs
` [PATCH bpf-next V2 4/4] bpf: cpumap memory prefetchw optimizations for struct page
[PATCH 1/3] bpf: Use spinlock_t in bpf_lru_list
2019-04-12 16:23 UTC (12+ messages)
` [PATCH 2/3] bpf: Use spinlock_t in hashtab
` [PATCH 3/3] bpf: Use spinlock_t in lpm_trie
[PATCH bpf-next] bpf: fix whitespace for ENCAP_L2 defines in bpf.h
2019-04-12 16:08 UTC (2+ messages)
[PATCH bpf v2 0/2] libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus
2019-04-12 9:01 UTC (10+ messages)
` [PATCH bpf v2 1/2] libbpf: remove likely/unlikely in xsk.h
` [PATCH bpf v2 2/2] libbpf: remove dependency on barrier.h "
[PATCH bpf-next] selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnel
2019-04-12 6:32 UTC (3+ messages)
pull-request: bpf-next 2019-04-12
2019-04-12 0:00 UTC (2+ messages)
[PATCH bpf-next] bpf: explicitly prohibit ctx_{in,out} in non-skb BPF_PROG_TEST_RUN
2019-04-11 22:57 UTC (2+ messages)
[PATCH bpf-next v4 1/3] bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
2019-04-11 22:25 UTC (4+ messages)
[PATCH v3 bpf-next 0/4] L2 encap support for bpf_skb_adjust_room
2019-04-11 21:24 UTC (7+ messages)
` [PATCH v3 bpf-next 2/4] bpf: add layer 2 encap support to bpf_skb_adjust_room
[PATCH 1/2] s390: Convert IS_ENABLED uses to __is_defined
2019-04-11 20:48 UTC (3+ messages)
[PATCH] MIPS: eBPF: Make ebpf_to_mips_reg() static
2019-04-11 19:59 UTC (3+ messages)
[PATCH bpf] bpftool: Fix errno variable usage
2019-04-11 19:55 UTC (4+ messages)
[PATCH bpf-next] bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN
2019-04-11 19:52 UTC (2+ messages)
[PATCH bpf-next 0/5] Bulk optimization for XDP cpumap redirect
2019-04-11 17:45 UTC (21+ messages)
` [PATCH bpf-next 1/5] bpf: cpumap use ptr_ring_consume_batched
` [PATCH bpf-next 2/5] bpf: cpumap use netif_receive_skb_list
` [PATCH bpf-next 3/5] net: core: introduce build_skb_around
` [PATCH bpf-next 4/5] bpf: cpumap do bulk allocation of SKBs
` [PATCH bpf-next 5/5] bpf: cpumap memory prefetchw optimizations for struct page
[PATCH bpf-next] selftests: bpf: add VRF test cases to lwt_ip_encap test
2019-04-11 5:04 UTC (6+ messages)
[PATCH bpf-next v2] libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE
2019-04-10 17:29 UTC (3+ messages)
[PATCH bpf-next] [tools/bpf] fix a few ubsan warning
2019-04-10 16:24 UTC (3+ messages)
[PATCH RT] bpf: Guard bpf_prog_active with a locallock
2019-04-10 14:43 UTC
[PATCH] net:bridge:always disable auto-tuning when the user specified MTU
2019-04-10 11:05 UTC (4+ messages)
[PATCH bpf-next v6 00/16] BPF support for global data
2019-04-10 0:10 UTC (4+ messages)
` [PATCH bpf-next v6 04/16] bpf: add syscall side map freeze support
` [PATCH bpf-next v6 07/16] bpf: kernel side support for BTF Var and DataSec
[PATCH bpf 0/2] libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus
2019-04-09 22:46 UTC (6+ messages)
` [PATCH bpf 2/2] libbpf: remove dependency on barrier.h in xsk.h
[PATCH bpf-next] libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE
2019-04-09 21:44 UTC (2+ messages)
[PATCH bpf-next v6 00/16] BPF support for global data
2019-04-09 21:20 UTC (17+ messages)
` [PATCH bpf-next v6 01/16] bpf: implement lookup-free direct value access for maps
` [PATCH bpf-next v6 02/16] bpf: do not retain flags that are not tied to map lifetime
` [PATCH bpf-next v6 03/16] bpf: add program side {rd, wr}only support for maps
` [PATCH bpf-next v6 04/16] bpf: add syscall side map freeze support
` [PATCH bpf-next v6 05/16] bpf: allow . char as part of the object name
` [PATCH bpf-next v6 06/16] bpf: add specification for BTF Var and DataSec kinds
` [PATCH bpf-next v6 07/16] bpf: kernel side support for BTF Var and DataSec
` [PATCH bpf-next v6 08/16] bpf: allow for key-less BTF in array map
` [PATCH bpf-next v6 09/16] bpf: sync {btf, bpf}.h uapi header from tools infrastructure
` [PATCH bpf-next v6 10/16] bpf, libbpf: refactor relocation handling
` [PATCH bpf-next v6 11/16] bpf, libbpf: support global data/bss/rodata sections
` [PATCH bpf-next v6 12/16] bpf, libbpf: add support for BTF Var and DataSec
` [PATCH bpf-next v6 13/16] bpf: bpftool support for dumping data/bss/rodata sections
` [PATCH bpf-next v6 14/16] bpf, selftest: test {rd, wr}only flags and direct value access
` [PATCH bpf-next v6 15/16] bpf, selftest: test global data/bss/rodata sections
` [PATCH bpf-next v6 16/16] bpf, selftest: add test cases for BTF Var and DataSec
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).