BPF List
 help / color / mirror / Atom feed
 messages from 2019-04-10 23:35:58 to 2019-04-16 08:58:39 UTC [more...]

[PATCH bpf-next 0/5] tools: bpftool: fix minor issues in bpftool and its documentation
 2019-04-16  8:29 UTC  (8+ 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] 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  (4+ 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  (33+ 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
              ` [oss-drivers] "
` [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: "

Per-queue XDP programs, thoughts
 2019-04-16  7:45 UTC  (6+ messages)

[PATCH v4 bpf-next 00/15] bpf: eliminate zero extensions for sub-register writes
 2019-04-16  7:39 UTC  (19+ 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] net:bridge:always disable auto-tuning when the user specified MTU
 2019-04-16  7:19 UTC  (5+ messages)

[PATCH 00/57] Convert files to ReST
 2019-04-16  2:55 UTC 

FW: BPF_PSEUDO_CALL question
 2019-04-16  1:01 UTC 

[PATCH bpf] bpf: allow clearing all sock_ops callback flags
 2019-04-15 22:46 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Exit early when it's not possible to dump a REUSEPORT_SOCKARRAY map
 2019-04-15 18:38 UTC  (18+ 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 v5 0/6] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-04-15 17:38 UTC  (7+ 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] selftests/bpf: make flow dissector tests more extensible
 2019-04-15 16:25 UTC  (2+ 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 bpf-next v1] bpf: add map helper functions push,pop,peek in more BPF programs
 2019-04-15  6:06 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: two scale tests
 2019-04-15  5:59 UTC  (4+ messages)

[PATCH bpf v2] tools: bpftool: fix infinite loop in map create
 2019-04-12 23:45 UTC  (4+ messages)

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

[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 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  (11+ messages)
` [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 "

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  (2+ 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  (17+ messages)
` [PATCH bpf-next 1/5] bpf: cpumap use ptr_ring_consume_batched
` [PATCH bpf-next 3/5] net: core: introduce build_skb_around
` [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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox