bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-23 00:54:47 to 2019-10-27 13:06:26 UTC [more...]

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-10-27 13:06 UTC  (11+ messages)

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-27 12:15 UTC  (14+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other
                  ` bpf indirect calls

[PATCH bpf-next v2 0/4] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-10-27 12:04 UTC  (13+ messages)
` [PATCH bpf-next v2 1/4] libbpf: Fix error handling in bpf_map__reuse_fd()
` [PATCH bpf-next v2 2/4] libbpf: Store map pin path and status in struct bpf_map
` [PATCH bpf-next v2 3/4] libbpf: Support configurable pinning of maps from BTF annotations
` [PATCH bpf-next v2 4/4] libbpf: Add option to auto-pin maps when opening BPF object

[PATCH bpf-next] libbpf: Add libbpf_set_log_level() function to adjust logging
 2019-10-27 11:08 UTC  (3+ messages)

pull-request: bpf-next 2019-10-27
 2019-10-27  5:57 UTC  (2+ messages)

pull-request: bpf 2019-10-27
 2019-10-27  1:31 UTC  (2+ messages)

[PATCH] net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
 2019-10-26 20:17 UTC  (6+ messages)
  ` [Cocci] "

[PATCH] bpftool: Allow to read btf as raw data
 2019-10-26 18:42 UTC  (8+ messages)

[PATCH AUTOSEL 5.3 01/99] tools: bpf: Use !building_out_of_srctree to determine srctree
 2019-10-26 13:14 UTC  (3+ messages)
` [PATCH AUTOSEL 5.3 29/99] selftests/bpf: Set rp_filter in test_flow_dissector
` [PATCH AUTOSEL 5.3 30/99] selftests/bpf: More compatible nc options in test_lwt_ip_encap

[PATCH AUTOSEL 4.19 01/59] tools: bpf: Use !building_out_of_srctree to determine srctree
 2019-10-26 13:18 UTC 

[PATCH bpf-next 0/5] Fix BPF probe memory helpers
 2019-10-25 23:36 UTC  (17+ messages)
` [PATCH bpf-next 1/5] uaccess: Add non-pagefault user-space write function
` [PATCH bpf-next 2/5] bpf: Make use of probe_user_write in probe write helper
` [PATCH bpf-next 3/5] bpf: Add probe_read_{user,kernel} and probe_read_str_{user,kernel} helpers
` [PATCH bpf-next 4/5] bpf, samples: Use bpf_probe_read_user where appropriate
` [PATCH bpf-next 5/5] bpf, testing: Add selftest to read/write sockaddr from user space

[PATCH bpf-next v3] bpf: add new helper fd2path for mapping a file descriptor to a pathname
 2019-10-25 22:57 UTC  (2+ messages)

patch review delays
 2019-10-25 22:39 UTC  (4+ messages)

[PATCH bpf-next v2] tools/bpf: turn on llvm alu32 attribute by default
 2019-10-25 21:42 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: fix .gitignore to ignore no_alu32/
 2019-10-25 21:42 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: restore $(OUTPUT)/test_stub.o rule
 2019-10-25 21:39 UTC  (3+ messages)

[PATCH bpf-next] selftest/bpf: Use -m{little,big}-endian for clang
 2019-10-25 20:36 UTC  (2+ messages)

[PATCH bpf-next v3] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-25 19:30 UTC  (2+ messages)

[PATCH bpf-next 1/5] perf/core: Add PERF_FORMAT_LOST read_format
 2019-10-25 18:19 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] xsk: XSKMAP lookup improvements
 2019-10-25 18:19 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] xsk: store struct xdp_sock as a flexible array member of the XSKMAP
` [PATCH bpf-next v3 2/2] bpf: implement map_gen_lookup() callback for XSKMAP

[PATCH v2 0/9] Improvements to memory usage by parse events
 2019-10-25 18:08 UTC  (44+ messages)
  ` [PATCH v2 1/9] perf tools: add parse events append error
  ` [PATCH v2 2/9] perf tools: splice events onto evlist even on error
  ` [PATCH v2 3/9] perf tools: ensure config and str in terms are unique
  ` [PATCH v2 4/9] perf tools: move ALLOC_LIST into a function
  ` [PATCH v2 5/9] perf tools: avoid a malloc for array events
  ` [PATCH v2 6/9] perf tools: add destructors for parse event terms
  ` [PATCH v3 0/9] Improvements to memory usage by parse events
    ` [PATCH v3 1/9] perf tools: add parse events append error
    ` [PATCH v3 2/9] perf tools: splice events onto evlist even on error
    ` [PATCH v3 3/9] perf tools: ensure config and str in terms are unique
    ` [PATCH v3 4/9] perf tools: move ALLOC_LIST into a function
    ` [PATCH v3 5/9] perf tools: avoid a malloc for array events
    ` [PATCH v3 6/9] perf tools: add destructors for parse event terms
    ` [PATCH v3 7/9] perf tools: before yyabort-ing free components
    ` [PATCH v3 8/9] perf tools: if pmu configuration fails free terms
    ` [PATCH v3 9/9] perf tools: add a deep delete for parse event terms
    ` [PATCH v4 0/9] Improvements to memory usage by parse events
      ` [PATCH v4 1/9] perf tools: add parse events handle error
      ` [PATCH v4 2/9] perf tools: move ALLOC_LIST into a function
      ` [PATCH v4 3/9] perf tools: avoid a malloc for array events
      ` [PATCH v4 4/9] perf tools: splice events onto evlist even on error
      ` [PATCH v4 5/9] perf tools: ensure config and str in terms are unique
      ` [PATCH v4 6/9] perf tools: add destructors for parse event terms
      ` [PATCH v4 7/9] perf tools: before yyabort-ing free components
      ` [PATCH v4 8/9] perf tools: if pmu configuration fails free terms
      ` [PATCH v4 9/9] perf tools: add a deep delete for parse event terms

[PATCHv2] bpftool: Try to read btf as raw data if elf read fails
 2019-10-25 17:32 UTC  (8+ messages)

[bpf-next PATCH] bpf: libbpf, support older style kprobe load
 2019-10-25 15:59 UTC  (8+ messages)

[RFC bpf-next 0/5] Extend SOCKMAP to store listening sockets
 2019-10-25 14:18 UTC  (10+ messages)
` [RFC bpf-next 1/5] bpf, sockmap: Let BPF helpers use lookup operation on SOCKMAP
` [RFC bpf-next 2/5] bpf, sockmap: Allow inserting listening TCP sockets into SOCKMAP

[PATCH AUTOSEL 4.19 16/37] xfrm interface: fix memory leak on creation
 2019-10-25 13:55 UTC 

[PATCH bpf-next 0/2] test_bpf: Add an skb_segment test for a linear head_frag=0 skb whose gso_size was mangled
 2019-10-25 13:42 UTC  (3+ messages)
` [PATCH bpf-next 1/2] test_bpf: Refactor test_skb_segment() to allow testing skb_segment() on numerous different skbs
` [PATCH bpf-next 2/2] test_bpf: Introduce 'gso_linear_no_head_frag' skb_segment test

[PATCH bpf-next 2/4] xsk: allow AF_XDP sockets to receive packets directly from a queue
 2019-10-25  9:07 UTC  (19+ messages)
    ` FW: "
                      ` [Intel-wired-lan] "

[PATCH bpf-next v2 0/2] xsk: XSKMAP lookup improvements
 2019-10-25  7:18 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] xsk: store struct xdp_sock as a flexible array member of the XSKMAP
` [PATCH bpf-next v2 2/2] bpf: implement map_gen_lookup() callback for XSKMAP

[PATCH v2 bpf-next] bpf: Prepare btf_ctx_access for non raw_tp use case
 2019-10-25  1:47 UTC  (2+ messages)

[PATCH bpf-next] bpf: Prepare btf_ctx_access for non raw_tp use case
 2019-10-24 21:39 UTC  (2+ messages)

[PATCH bpf-next 0/2] xsk: XSKMAP lookup improvements
 2019-10-24 20:12 UTC  (4+ messages)
` [PATCH bpf-next 1/2] xsk: store struct xdp_sock as a flexible array member of the XSKMAP
` [PATCH bpf-next 2/2] xsk: implement map_gen_lookup() callback for XSKMAP

[GCC,LLVM] bpf_helpers.h
 2019-10-24 16:56 UTC  (2+ messages)
` initiated discussion to support attribute address_space in clang

[PATCH bpf] xsk: fix registration of Rx-only sockets
 2019-10-24 15:19 UTC  (5+ messages)

[PATCH bpf-next v2] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-24 12:54 UTC  (3+ messages)

[PATCH bpf-next v2] libbpf: Fix strncat bounds error in libbpf_prog_type_by_name
 2019-10-24  4:37 UTC  (3+ messages)

[PATCH] kernel: convert switch/case fallthrough comments to fallthrough;
 2019-10-24  3:39 UTC  (4+ messages)
` [Kgdb-bugreport] "

[PATCH bpf v3] xsk: improve documentation for AF_XDP
 2019-10-23 17:16 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix LDLIBS order
 2019-10-23 17:11 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: move test_section_names into test_progs and fix it
 2019-10-23 17:09 UTC  (2+ messages)

[PATCH bpf-next v3] libbpf: use implicit XSKMAP lookup from AF_XDP XDP program
 2019-10-23 17:05 UTC  (3+ messages)

[PATCH v15 0/5] BPF: New helper to obtain namespace data from current task
 2019-10-23 15:20 UTC  (13+ messages)
` [PATCH v15 1/5] fs/nsfs.c: added ns_match
` [PATCH v15 2/5] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH v15 3/5] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH v15 4/5] tools/testing/selftests/bpf: Add self-tests for new helper
` [PATCH v15 5/5] bpf_helpers_doc.py: Add struct bpf_pidns_info to known types

[PATCH bpf-next 0/3] libbpf: Support pinning of maps using 'pinning' BTF attribute
 2019-10-23 13:05 UTC  (21+ messages)
` [PATCH bpf-next 1/3] libbpf: Store map pin path in struct bpf_map
` [PATCH bpf-next 2/3] libbpf: Support configurable pinning of maps from BTF annotations
` [PATCH bpf-next 3/3] libbpf: Add pin option to automount BPF filesystem before pinning

[PATCH bpf-next 4/7] libbpf: teach bpf_object__open to guess program types
 2019-10-23  6:12 UTC  (2+ messages)
  ` [libbpf] 651b775f02: kernel_selftests.bpf.test_section_names.fail

[PATCH bpf] bpf: Fix use after free in bpf_get_prog_name
 2019-10-23  5:00 UTC  (2+ 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).