bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-03 09:15:51 to 2020-09-07 08:27:54 UTC [more...]

[PATCHv8 bpf-next 0/3] xdp: add a new helper for dev map multicast support
 2020-09-07  8:27 UTC  (15+ messages)
` [PATCHv9 bpf-next 0/5] "
  ` [PATCHv9 bpf-next 1/5] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
  ` [PATCHv10 bpf-next 0/5] xdp: add a new helper for dev map multicast support
    ` [PATCHv10 bpf-next 1/5] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
    ` [PATCHv10 bpf-next 2/5] xdp: add a new helper for dev map multicast support
    ` [PATCHv10 bpf-next 3/5] sample/bpf: add xdp_redirect_map_multicast test
    ` [PATCHv10 bpf-next 4/5] selftests/bpf: add xdp_redirect_multi test
    ` [PATCHv10 bpf-next 5/5] selftests/bpf: Add verifier tests for bpf arg ARG_CONST_MAP_PTR_OR_NULL
    ` [PATCHv11 bpf-next 0/5] xdp: add a new helper for dev map multicast support
      ` [PATCHv11 bpf-next 1/5] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL

[PATCH v2 0/5] Fixes for setting event freq/periods
 2020-09-07  6:36 UTC  (22+ messages)
` [PATCH v2 1/5] perf record: Set PERF_RECORD_PERIOD if attr->freq is set
` [PATCH v2 2/5] perf record: Prevent override of attr->sample_period for libpfm4 events
` [PATCH v2 4/5] perf record: Don't clear event's period if set by a term

[PATCH bpf-next 00/11] RFC: Make check_func_arg table driven
 2020-09-06 23:04 UTC  (13+ messages)
` [PATCH bpf-next 01/11] btf: Fix BTF_SET_START_GLOBAL macro
` [PATCH bpf-next 02/11] btf: add a global set of valid BTF socket ids
` [PATCH bpf-next 03/11] btf: make btf_set_contains take a const pointer
` [PATCH bpf-next 04/11] bpf: check scalar or invalid register in check_helper_mem_access
` [PATCH bpf-next 05/11] bpf: allow specifying a set of BTF IDs for helper arguments
` [PATCH bpf-next 06/11] bpf: make reference tracking in check_func_arg generic
` [PATCH bpf-next 07/11] bpf: always check access to PTR_TO_CTX regardless of arg_type
` [PATCH bpf-next 08/11] bpf: set meta->raw_mode for pointers to memory closer to it's use
` [PATCH bpf-next 09/11] bpf: check ARG_PTR_TO_SPINLOCK register type in check_func_arg
` [PATCH bpf-next 10/11] bpf: hoist type checking for nullable arg types
` [PATCH bpf-next 11/11] bpf: use a table to drive helper arg type checks

[PATCH bpf-next v3 0/6] Sockmap iterator
 2020-09-06 22:40 UTC  (8+ messages)
` [PATCH bpf-next v3 1/6] bpf: Allow passing BTF pointers as PTR_TO_SOCKET
` [PATCH bpf-next v3 2/6] net: sockmap: Remove unnecessary sk_fullsock checks
` [PATCH bpf-next v3 3/6] net: Allow iterating sockmap and sockhash
` [PATCH bpf-next v3 4/6] selftests: bpf: Ensure that BTF sockets cannot be released
` [PATCH bpf-next v3 5/6] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next v3 6/6] selftests: bpf: Test copying a sockmap via bpf_iter

[PATCH v2 net-next 0/9] mvneta: introduce XDP multi-buffer support
 2020-09-06 13:36 UTC  (37+ messages)
` [PATCH v2 net-next 1/9] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v2 net-next 2/9] xdp: initialize xdp_buff mb bit to 0 in all XDP drivers
` [PATCH v2 net-next 3/9] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v2 net-next 4/9] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v2 net-next 5/9] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v2 net-next 6/9] bpf: helpers: add bpf_xdp_adjust_mb_header helper
` [PATCH v2 net-next 7/9] bpf: helpers: add multibuffer support
` [PATCH v2 net-next 8/9] samples/bpf: add bpf program that uses xdp mb helpers
` [PATCH v2 net-next 9/9] net: mvneta: enable jumbo frames for XDP

Problem with endianess of pahole BTF output for vmlinux
 2020-09-06  4:16 UTC 

[PATCH bpf v1] tools/libbpf: avoid counting local symbols in ABI check
 2020-09-05 21:48 UTC 

[PATCH bpf-next] samples: bpf: refactor xdp_sample_pkts_kern with BTF-defined map
 2020-09-05 15:41 UTC 

HASH_OF_MAPS inner map allocation from BPF
 2020-09-05 14:57 UTC  (3+ messages)

[PATCH net-next v2 0/3] i40e driver performance tweaks for AF_XDP
 2020-09-05  3:03 UTC  (7+ messages)
` [PATCH net-next v2 1/3] i40e, xsk: remove HW descriptor prefetch in AF_XDP path
  ` [Intel-wired-lan] "
` [PATCH net-next v2 2/3] i40e: use 16B HW descriptors instead of 32B
  ` [Intel-wired-lan] "
` [PATCH net-next v2 3/3] i40e, xsk: move buffer allocation out of the Rx processing loop
  ` [Intel-wired-lan] "

[PATCH] ice: Fix memleak in ice_set_ringparam
 2020-09-05  2:52 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: permit map_ptr arithmetic with opcode add and offset 0
 2020-09-05  0:10 UTC  (7+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: add test for map_ptr arithmetic

[PATCH bpf-next 0/6] xsk: exit NAPI loop when AF_XDP Rx ring is full
 2020-09-04 23:58 UTC  (15+ messages)
` [PATCH bpf-next 1/6] xsk: improve xdp_do_redirect() error codes
` [PATCH bpf-next 2/6] xdp: introduce xdp_do_redirect_ext() function
` [PATCH bpf-next 3/6] xsk: introduce xsk_do_redirect_rx_full() helper
` [PATCH bpf-next 4/6] i40e, xsk: finish napi loop if AF_XDP Rx queue is full
` [PATCH bpf-next 5/6] ice, "
` [PATCH bpf-next 6/6] ixgbe, "

[PATCH bpf-next] bpf: don't check against device MTU in __bpf_skb_max_len
 2020-09-04 23:39 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] Allow storage of flexible metadata information for eBPF programs
 2020-09-04 23:18 UTC  (5+ messages)
` [PATCH bpf-next v3 3/8] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .metadata section

[PATCH bpf-next 1/2] samples: bpf: Replace bpf_program__title() with bpf_program__section_name()
 2020-09-04 22:24 UTC  (4+ messages)
` [PATCH bpf-next 2/2] samples: bpf: add xsk_fwd test file to .gitignore

[PATCH bpf-next 0/2] tools: bpftool: support creating and dumping outer maps
 2020-09-04 22:03 UTC  (5+ messages)
` [PATCH bpf-next 1/2] tools: bpftool: dump outer maps content
` [PATCH bpf-next 2/2] tools: bpftool: add "inner_map" to "bpftool map create" outer maps

[PATCH bpf-next 0/3] tools: bpftool: print built-in features, automate some of the documentation
 2020-09-04 21:51 UTC  (7+ messages)
` [PATCH bpf-next 1/3] tools: bpftool: print optional built-in features along with version
` [PATCH bpf-next 2/3] tools: bpftool: include common options from separate file
` [PATCH bpf-next 3/3] tools: bpftool: automate generation for "SEE ALSO" sections in man pages

[PATCH bpf-next 0/3] bpf: format fixes for BPF helpers and bpftool documentation
 2020-09-04 21:40 UTC  (5+ messages)
` [PATCH bpf-next 1/3] tools: bpftool: fix formatting in bpftool-link documentation
` [PATCH bpf-next 2/3] bpf: fix formatting in documentation for BPF helpers
` [PATCH bpf-next 3/3] tools, bpf: synchronise BPF UAPI header with tools

[PATCH bpf-next v2 0/6] bpf: BTF support for ksyms
 2020-09-04 20:15 UTC  (13+ messages)
` [PATCH bpf-next v2 1/6] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v2 2/6] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v2 3/6] bpf/selftests: ksyms_btf to test "
` [PATCH bpf-next v2 4/6] bpf: Introduce bpf_per_cpu_ptr()
` [PATCH bpf-next v2 5/6] bpf: Introduce bpf_this_cpu_ptr()
` [PATCH bpf-next v2 6/6] bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-09-04 18:50 UTC  (10+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER

[PATCH RFC] bpf: update current instruction on patching
 2020-09-04 17:40 UTC  (7+ messages)

BTF for kernel module, and other general questions
 2020-09-04 17:06 UTC  (2+ messages)

[PATCH bpf-next 1/2] libbpf: fix another __u64 cast in printf
 2020-09-04 13:09 UTC  (3+ messages)
` [PATCH bpf-next 2/2] libbpf: fix potential multiplication overflow

[PATCH v3 bpf-next 00/14] Add libbpf full support for BPF-to-BPF calls
 2020-09-04  7:53 UTC  (17+ messages)
` [PATCH v3 bpf-next 01/14] libbpf: ensure ELF symbols table is found before further ELF processing
` [PATCH v3 bpf-next 02/14] libbpf: parse multi-function sections into multiple BPF programs
` [PATCH v3 bpf-next 03/14] libbpf: support CO-RE relocations for multi-prog sections
` [PATCH v3 bpf-next 04/14] libbpf: make RELO_CALL work for multi-prog sections and sub-program calls
` [PATCH v3 bpf-next 05/14] libbpf: implement generalized .BTF.ext func/line info adjustment
` [PATCH v3 bpf-next 06/14] libbpf: add multi-prog section support for struct_ops
` [PATCH v3 bpf-next 07/14] selftests/bpf: add selftest for multi-prog sections and bpf-to-bpf calls
` [PATCH v3 bpf-next 08/14] tools/bpftool: replace bpf_program__title() with bpf_program__section_name()
` [PATCH v3 bpf-next 09/14] selftests/bpf: don't use deprecated libbpf APIs
` [PATCH v3 bpf-next 10/14] libbpf: deprecate notion of BPF program "title" in favor of "section name"
` [PATCH v3 bpf-next 11/14] selftests/bpf: turn fexit_bpf2bpf into test with subtests
` [PATCH v3 bpf-next 12/14] selftests/bpf: add subprogs to pyperf, strobemeta, and l4lb_noinline tests
` [PATCH v3 bpf-next 13/14] selftests/bpf: modernize xdp_noinline test w/ skeleton and __noinline
` [PATCH v3 bpf-next 14/14] selftests/bpf: add __noinline variant of cls_redirect selftest

[PATCH bpf-next v2 0/4] Sockmap iterator
 2020-09-04  7:46 UTC  (3+ messages)

[PATCH 1/2] samples: bpf: Replace bpf_program__title() with bpf_program__section_name()
 2020-09-04  6:33 UTC  (2+ messages)
` [PATCH 2/2] samples: bpf: add xsk_fwd test file to .gitignore

[PATCH bpf-next 0/2] fix a verifier failure with xor
 2020-09-04  5:29 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: "

[PATCH bpf 0/2] bpf: do not use bucket_lock for hashmap iterator
 2020-09-04  0:44 UTC  (6+ messages)
` [PATCH bpf 1/2] "

[PATCH] selftests/bpf: Fix check in global_data_init
 2020-09-04  0:34 UTC  (3+ messages)

[PATCH v7 bpf-next 0/7] bpf: tailcalls in BPF subprograms
 2020-09-03 19:51 UTC  (5+ messages)
` [PATCH v7 bpf-next 5/7] bpf: limit caller's stack depth 256 for subprogs with tailcalls
` [PATCH v7 bpf-next 7/7] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH] selftests/bpf: Fix check in global_data_init
 2020-09-03 19:31 UTC  (3+ messages)

[PATCH] tools build feature: cleanup feature files on make clean
 2020-09-03 19:26 UTC  (4+ messages)

[PATCH] libbpf: Remove arch-specific include path in Makefile
 2020-09-03 13:51 UTC  (5+ messages)


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