bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-30 20:35:33 to 2020-07-02 14:54:32 UTC [more...]

[PATCH bpf-next v3 00/16] Run a BPF program on socket lookup
 2020-07-02 14:51 UTC  (24+ messages)
` [PATCH bpf-next v3 01/16] bpf, netns: Handle multiple link attachments
` [PATCH bpf-next v3 02/16] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v3 03/16] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 04/16] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 05/16] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 06/16] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 07/16] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 08/16] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 09/16] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 10/16] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 11/16] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v3 12/16] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v3 13/16] tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
` [PATCH bpf-next v3 14/16] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v3 15/16] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next v3 16/16] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH net-next v2 0/5] mvpp2: XDP support
 2020-07-02 14:25 UTC  (7+ messages)
` [PATCH net-next v2 1/5] mvpp2: refactor BM pool init percpu code
` [PATCH net-next v2 2/5] mvpp2: use page_pool allocator
` [PATCH net-next v2 3/5] mvpp2: add basic XDP support
` [PATCH net-next v2 4/5] mvpp2: XDP TX support
` [PATCH net-next v2 5/5] mvpp2: xdp ethtool stats

[RFC PATCH bpf-next 0/5] bpf: tailcalls in BPF subprograms
 2020-07-02 13:49 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/5] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [RFC PATCH bpf-next 2/5] bpf: allow for tailcalls in BPF subprograms
` [RFC PATCH bpf-next 3/5] bpf: propagate poke descriptors to subprograms
` [RFC PATCH bpf-next 4/5] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [RFC PATCH bpf-next 5/5] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH bpf-next V3 0/3] BPF selftests test runner test_progs improvement for scripting
 2020-07-02 13:47 UTC  (9+ 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

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-07-02 13:40 UTC  (30+ 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 bpf-next 00/14] xsk: support shared umems between devices and queues
 2020-07-02 12:19 UTC  (15+ messages)
` [PATCH bpf-next 01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next 02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
` [PATCH bpf-next 03/14] xsk: create and free context independently from umem
` [PATCH bpf-next 04/14] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next 05/14] xsk: move queue_id, dev and need_wakeup to context
` [PATCH bpf-next 06/14] xsk: move xsk_tx_list and its lock to buffer pool
` [PATCH bpf-next 07/14] xsk: move addrs from buffer pool to umem
` [PATCH bpf-next 08/14] xsk: net: enable sharing of dma mappings
` [PATCH bpf-next 09/14] xsk: rearrange internal structs for better performance
` [PATCH bpf-next 10/14] xsk: add shared umem support between queue ids
` [PATCH bpf-next 11/14] xsk: add shared umem support between devices
` [PATCH bpf-next 12/14] libbpf: support shared umems between queues and devices
` [PATCH bpf-next 13/14] samples/bpf: add new sample xsk_fwd.c
` [PATCH bpf-next 14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs

[PATCH bpf-next 0/4] samples: bpf: refactor BPF map test with libbpf
 2020-07-02 11:24 UTC  (12+ 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 net-next 0/4] mvpp2: XDP support
 2020-07-02 10:19 UTC  (9+ messages)
` [PATCH net-next 2/4] mvpp2: use page_pool allocator
` [PATCH net-next 3/4] mvpp2: add basic XDP support

[PATCH v4 bpf-next 00/14] bpf: Add d_path helper
 2020-07-02 10:08 UTC  (4+ messages)
` [PATCH v4 bpf-next 07/14] bpf: Allow nested BTF object to be refferenced by BTF object + offset

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

[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  (2+ messages)

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  (2+ messages)

[PATCH bpf v2 0/6] Fix attach / detach uapi for sockmap and flow_dissector
 2020-07-01  7:45 UTC  (5+ 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  (4+ messages)
` [PATCH bpf 1/2] "


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