bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-30 13:58:49 to 2020-07-02 09:24:22 UTC [more...]

[PATCH bpf-next v3 00/16] Run a BPF program on socket lookup
 2020-07-02  9:24 UTC 

[PATCH net-next 0/4] mvpp2: XDP support
 2020-07-02  9:09 UTC  (9+ messages)
` [PATCH net-next 1/4] mvpp2: refactor BM pool init percpu code
` [PATCH net-next 2/4] mvpp2: use page_pool allocator
` [PATCH net-next 3/4] mvpp2: add basic XDP support
` [PATCH net-next 4/4] mvpp2: XDP TX support

[PATCH bpf-next 00/10] BPF TCP header options
 2020-07-02  5:31 UTC  (9+ messages)
` [PATCH bpf-next 01/10] tcp: Use a struct to represent a saved_syn
` [PATCH bpf-next 04/10] bpf: tcp: Allow bpf prog to write and parse BPF TCP header option

[PATCH bpf-next] bpf: Add bpf_prog iterator
 2020-07-02  5:23 UTC  (2+ messages)

[PATCH bpf-next 0/4] samples: bpf: refactor BPF map test with libbpf
 2020-07-02  5:12 UTC  (9+ messages)
` [PATCH bpf-next 1/4] samples: bpf: fix bpf programs with kprobe/sys_connect event
` [PATCH bpf-next 2/4] samples: bpf: refactor BPF map in map test with libbpf
` [PATCH bpf-next 3/4] samples: bpf: refactor BPF map performance "
` [PATCH bpf-next 4/4] selftests: bpf: remove unused bpf_map_def_legacy struct

[PATCH AUTOSEL 5.7 25/53] ixgbe: protect ring accesses with READ- and WRITE_ONCE
 2020-07-02  1:21 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 26/53] i40e: "
` [PATCH AUTOSEL 5.7 27/53] ice: protect ring accesses with WRITE_ONCE

[PATCH AUTOSEL 5.4 20/40] ixgbe: protect ring accesses with READ- and WRITE_ONCE
 2020-07-02  1:23 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 21/40] i40e: "

[PATCH AUTOSEL 4.19 11/27] ixgbe: protect ring accesses with READ- and WRITE_ONCE
 2020-07-02  1:26 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 12/27] i40e: "

[PATCH AUTOSEL 4.14 08/17] ixgbe: protect ring accesses with READ- and WRITE_ONCE
 2020-07-02  1:26 UTC 

[RFC PATCH bpf-next 0/5] Make BPF CGROUP_STORAGE map usable by different programs at once
 2020-07-02  0:55 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/5] selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches
` [RFC PATCH bpf-next 2/5] selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs
` [RFC PATCH bpf-next 3/5] bpf: Make cgroup storages shared across attaches on the same cgroup
` [RFC PATCH bpf-next 4/5] selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress
` [RFC PATCH bpf-next 5/5] Documentation/bpf: Document CGROUP_STORAGE map type

[PATCH v2 bpf-next 0/2] bpf: selftests: A few changes to network_helpers and netns-reset
 2020-07-02  0:48 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: selftests: A few improvements to network_helpers.c
` [PATCH v2 bpf-next 2/2] bpf: selftests: Restore netns after each test

[PATCH v5 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-07-01 23:39 UTC  (4+ messages)
` [PATCH v5 bpf-next 5/9] bpf: cpumap: add the possibility to attach an eBPF program to cpumap

[PATCH bpf-next 0/2] bpf: selftests: A few changes to network_helpers and netns-reset
 2020-07-01 22:45 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: selftests: A few improvements to network_helpers.c
` [PATCH bpf-next 2/2] bpf: selftests: Restore netns after each test

[PATCH bpf-next] tools/bpftool: turn off -Wnested-externs warning
 2020-07-01 22:23 UTC  (2+ messages)

[PATCH bpf-next V3 0/3] BPF selftests test runner test_progs improvement for scripting
 2020-07-01 22:22 UTC  (8+ messages)
` [PATCH bpf-next V3 1/3] selftests/bpf: test_progs indicate to shell on non-actions
` [PATCH bpf-next V3 2/3] selftests/bpf: test_progs option for getting number of tests
` [PATCH bpf-next V3 3/3] selftests/bpf: test_progs option for listing test names

[PATCH bpf-next v2] selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns
 2020-07-01 22:17 UTC  (3+ messages)

[bpf-next:master 9995/9999] kernel/bpf/stackmap.c:363:3: error: implicit declaration of function 'stack_trace_save_tsk'
 2020-07-01 22:07 UTC 

[PATCH bpf-next V2 0/3] BPF selftests test runner test_progs improvement for scripting
 2020-07-01 21:38 UTC  (7+ messages)
` [PATCH bpf-next V2 1/3] selftests/bpf: test_progs option for getting number of tests
` [PATCH bpf-next V2 2/3] selftests/bpf: test_progs option for listing test names
` [PATCH bpf-next V2 3/3] selftests/bpf: test_progs indicate to shell on non-actions

[PATCH bpf-next v3 0/4] bpf: add BPF_CGROUP_INET_SOCK_RELEASE hook
 2020-07-01 21:01 UTC  (7+ messages)
` [PATCH bpf-next v3 1/4] "
` [PATCH bpf-next v3 2/4] libbpf: add support for BPF_CGROUP_INET_SOCK_RELEASE
` [PATCH bpf-next v3 3/4] bpftool: "
` [PATCH bpf-next v3 4/4] selftests/bpf: test BPF_CGROUP_INET_SOCK_RELEASE

[PATCH net-next] qed: Make symbol 'qed_hw_err_type_descr' static
 2020-07-01 19:46 UTC  (2+ messages)

[PATCH v5 bpf-next 0/5] bpf: Introduce minimal support for sleepable progs
 2020-07-01 19:03 UTC  (13+ messages)
` [PATCH v5 bpf-next 1/5] bpf: Remove redundant synchronize_rcu
` [PATCH v5 bpf-next 2/5] bpf: Introduce sleepable BPF programs

[PATCHv4 bpf-next 0/2] xdp: add dev map multicast support
 2020-07-01 18:33 UTC  (8+ messages)
` [PATCHv5 bpf-next 0/3] xdp: add a new helper for "
  ` [PATCHv5 bpf-next 1/3] "
  ` [PATCHv5 bpf-next 2/3] sample/bpf: add xdp_redirect_map_multicast test
  ` [PATCHv5 bpf-next 3/3] selftests/bpf: add xdp_redirect_multi test

[PATCH bpf-next 0/3] Strip away modifiers from BPF skeleton global variables
 2020-07-01 18:15 UTC  (10+ messages)
` [PATCH bpf-next 1/3] libbpf: support stripping modifiers for btf_dump
` [PATCH bpf-next 2/3] selftests/bpf: add selftest testin btf_dump's mod-stripping output
` [PATCH bpf-next 2/3] selftests/bpf: add selftest validating "
` [PATCH bpf-next 3/3] tools/bpftool: strip away modifiers from global variables

[PATCH] bpfilter: allow to build bpfilter_umh as a module without static library
 2020-07-01 17:50 UTC  (4+ messages)

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-07-01 17:42 UTC  (33+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
            ` [PATCH v2 00/15] "
              ` [PATCH v2 05/15] umh: Separate the user mode driver and the user mode helper support
              ` [PATCH v2 10/15] exec: Remove do_execve_file

[PATCH bpf-next] selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns
 2020-07-01 17:02 UTC  (8+ messages)

[PATCH bpf-next] selftests/bpf: test_progs option for listing test names
 2020-07-01 16:31 UTC  (7+ messages)

[PATCH -next] bpf: fix net/core/filter build errors when INET is not enabled
 2020-07-01 15:40 UTC  (3+ messages)

[PATCH v5 bpf-next 0/4] bpf: introduce bpf_get_task_stack()
 2020-07-01 15:34 UTC  (2+ messages)

[PATCH v3 bpf-next 0/2] Make bpf_endian.h compatible with vmlinux.h
 2020-07-01 14:53 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/2] libbpf: make bpf_endian co-exist "
` [PATCH v3 bpf-next 2/2] selftests/bpf: add byte swapping selftest

AF_XDP: soft interrupt takes 100% CPU when APP rx slower than nic's input traffic
 2020-07-01 10:59 UTC 

[PATCH net] xsk: remove cheap_dma optimization
 2020-07-01 10:17 UTC  (6+ messages)

[PATCH bpf-next] bpf, netns: Fix use-after-free in pernet pre_exit callback
 2020-07-01  8:21 UTC  (4+ messages)

[PATCH bpf v2 0/6] Fix attach / detach uapi for sockmap and flow_dissector
 2020-07-01  7:45 UTC  (9+ messages)

BUG: kernel NULL pointer dereference in __cgroup_bpf_run_filter_skb
 2020-07-01  7:08 UTC  (6+ messages)

tp_btf: if (!struct->pointer_member) always actually false although pointer_member == NULL
 2020-07-01  5:05 UTC  (3+ messages)

[PATCH v2 bpf-next] fold test_current_pid_tgid_new_ns into into test_progs
 2020-06-30 22:15 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] Generalizing bpf_local_storage
 2020-06-30 22:00 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] bpf: Generalize bpf_sk_storage

pull-request: bpf 2020-06-30
 2020-06-30 21:21 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: fix an incorrect branch elimination by verifier
 2020-06-30 20:35 UTC  (13+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] bpf: add tests for PTR_TO_BTF_ID vs. null comparison

LPC 2020 Networking and BPF Track CFP
 2020-06-30 20:27 UTC 

[PATCH v4 bpf-next 00/14] bpf: Add d_path helper
 2020-06-30 20:07 UTC  (10+ messages)
` [PATCH v4 bpf-next 07/14] bpf: Allow nested BTF object to be refferenced by BTF object + offset
` [PATCH v4 bpf-next 14/14] selftests/bpf: Add test for resolve_btfids

[PATCH RFC v3 bpf-next 0/4] bpf: Introduce minimal support for sleepable progs
 2020-06-30 18:53 UTC  (6+ messages)
` [PATCH RFC v3 bpf-next 2/4] bpf: Add bpf_copy_from_user() helper

[PATCH 00/16] kbuild: support 'userprogs' syntax
 2020-06-30 16:47 UTC  (5+ messages)
` [PATCH 04/16] net: bpfilter: use 'userprogs' syntax to build bpfilter_umh

pahole generates invalid BTF for code compiled with recent clang
 2020-06-30 15:52 UTC  (5+ messages)

[PATCH v2 bpf-next 0/2] Make bpf_endian.h compatible with vmlinux.h
 2020-06-30 15:18 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: add byte swapping selftest

[PATCH v2 bpf] bpf: enforce BPF ringbuf size to be the power of 2
 2020-06-30 15:15 UTC  (3+ messages)

BUG: kernel NULL pointer dereference in __cgroup_bpf_run_filter_skb
 2020-06-30 15:11 UTC 

[PATCH bpf-next 1/2] tools/bpftool: allow substituting custom vmlinux.h for the build
 2020-06-30 14:12 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: test_progs option for getting number of tests
 2020-06-30 14:11 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).