bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-27 21:44:23 to 2020-07-29 13:23:09 UTC [more...]

[PATCH bpf-next v4 00/14] xsk: support shared umems between devices and queues
 2020-07-29 13:22 UTC  (34+ messages)
` [PATCH bpf-next v4 01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next v4 02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
` [PATCH bpf-next v4 03/14] xsk: create and free buffer pool independently from umem
` [PATCH bpf-next v4 04/14] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next v4 05/14] xsk: move queue_id, dev and need_wakeup "
` [PATCH bpf-next v4 06/14] xsk: move xsk_tx_list and its lock "
` [PATCH bpf-next v4 07/14] xsk: move addrs from buffer pool to umem
` [PATCH bpf-next v4 08/14] xsk: enable sharing of dma mappings
` [PATCH bpf-next v4 09/14] xsk: rearrange internal structs for better performance
` [PATCH bpf-next v4 10/14] xsk: add shared umem support between queue ids
` [PATCH bpf-next v4 11/14] xsk: add shared umem support between devices
` [PATCH bpf-next v4 12/14] libbpf: support shared umems between queues and devices
` [PATCH bpf-next v4 13/14] samples/bpf: add new sample xsk_fwd.c
` [PATCH bpf-next v4 14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs

[PATCH bpf-next v2] Documentation/bpf: Use valid and new links in index.rst
 2020-07-29 13:15 UTC 

[PATCH bpf-next] Documentation/bpf: Use valid and new links in index.rst
 2020-07-29 13:09 UTC 

[PATCH] net/mlx5e: fix bpf_prog refcnt leaks in mlx5e_alloc_rq
 2020-07-29 12:33 UTC 

[PATCH v8 bpf-next 00/13] bpf: Add d_path helper
 2020-07-29 11:54 UTC  (26+ messages)
` [PATCH v8 bpf-next 01/13] selftests/bpf: Fix resolve_btfids test
` [PATCH v8 bpf-next 02/13] tools resolve_btfids: Add support for set symbols
` [PATCH v8 bpf-next 03/13] bpf: Move btf_resolve_size into __btf_resolve_size
` [PATCH v8 bpf-next 04/13] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [PATCH v8 bpf-next 06/13] bpf: Factor btf_struct_access function
` [PATCH v8 bpf-next 07/13] bpf: Add btf_struct_ids_match function
` [PATCH v8 bpf-next 08/13] bpf: Add BTF_SET_START/END macros
` [PATCH v8 bpf-next 09/13] bpf: Add d_path helper
` [PATCH v8 bpf-next 11/13] selftests/bpf: Add verifier test for "
` [PATCH v8 bpf-next 12/13] selftests/bpf: Add "
` [PATCH v8 bpf-next 13/13] selftests/bpf: Add set test to resolve_btfids

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-07-29  8:57 UTC  (6+ messages)
` [PATCH bpf-next v5 15/15] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

fentry/fexit attach to EXT type XDP program does not work
 2020-07-29  8:09 UTC  (8+ messages)

[PATCH bpf-next] selftests/bpf: don't destroy failed link
 2020-07-29  6:16 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: expose socket storage to BPF_PROG_TYPE_CGROUP_SOCK
 2020-07-29  6:12 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: verify socket storage in cgroup/sock_{create,release}

[PATCH] bpf: Add bpf_ktime_get_real_ns
 2020-07-29  5:15 UTC  (7+ messages)

[PATCH v4 bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-29  4:09 UTC  (2+ messages)
` [PATCH v4 bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH bpf-next 0/3] samples/bpf: A couple s390 fixes
 2020-07-29  4:06 UTC  (12+ messages)
` [PATCH bpf-next 1/3] samples/bpf: Fix building out of srctree
` [PATCH bpf-next 2/3] samples/bpf: Fix test_map_in_map on s390
` [PATCH bpf-next 3/3] libbpf: Use bpf_probe_read_kernel

[bpf PATCH 0/3] Fix sock_ops field read splat
 2020-07-29  1:14 UTC  (10+ messages)
` [bpf PATCH 1/3] bpf: sock_ops ctx access may stomp registers in corner case
` [bpf PATCH 2/3] bpf, selftests: Add tests for ctx access in sock_ops with single register
` [bpf PATCH 3/3] bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registers

[PATCH bpf-next 1/2] bpf: add missing newline characters in verifier error messages
 2020-07-28 23:42 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: test bpf_iter buffer access with negative offset

[PATCH bpf-next] bpf: fix build without CONFIG_NET when using BPF XDP link
 2020-07-28 22:32 UTC  (4+ messages)

[bpf-next PATCH] bpf, selftests: use ::1 for localhost in tcp_server.py
 2020-07-28 22:28 UTC  (4+ messages)

[PATCH v5 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-28 22:07 UTC  (4+ messages)
` [PATCH v5 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT

[PATCH v3 bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-28 20:54 UTC  (3+ messages)
` [PATCH v3 bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH bpf-next] udp, bpf: Ignore connections in reuseport group after BPF sk lookup
 2020-07-28 19:19 UTC  (6+ messages)

[PATCH bpf-next v2 00/35] bpf: switch to memcg-based memory accounting
 2020-07-28 19:16 UTC  (85+ messages)
` [PATCH bpf-next v2 01/35] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v2 02/35] bpf: memcg-based memory accounting for bpf maps
` [PATCH bpf-next v2 03/35] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v2 04/35] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v2 05/35] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v2 06/35] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v2 07/35] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v2 08/35] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v2 09/35] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v2 10/35] bpf: memcg-based memory accounting for socket storage maps
` [PATCH bpf-next v2 11/35] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v2 12/35] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v2 13/35] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v2 14/35] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next v2 15/35] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v2 16/35] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v2 17/35] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next v2 18/35] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v2 19/35] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next v2 20/35] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v2 21/35] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v2 22/35] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v2 23/35] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v2 24/35] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v2 25/35] bpf: eliminate rlimit-based memory accounting for socket storage maps
` [PATCH bpf-next v2 26/35] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v2 27/35] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v2 28/35] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v2 29/35] bpf: libbpf: cleanup RLIMIT_MEMLOCK usage
` [PATCH bpf-next v2 30/35] bpf: bpftool: do not touch RLIMIT_MEMLOCK
` [PATCH bpf-next v2 31/35] bpf: runqslower: don't "
` [PATCH bpf-next v2 32/35] bpf: selftests: delete bpf_rlimit.h
` [PATCH bpf-next v2 33/35] bpf: selftests: don't touch RLIMIT_MEMLOCK
` [PATCH bpf-next v2 34/35] bpf: samples: do not "
` [PATCH bpf-next v2 35/35] perf: don't "

[PATCH][next] bpf: fix swapped arguments in calls to check_buffer_access
 2020-07-28 19:12 UTC  (5+ messages)

linux-next: Tree for Jul 27 (kernel/bpf/syscall.o)
 2020-07-28 19:06 UTC  (3+ messages)

[PATCH v2 0/5] Fixes for setting event freq/periods
 2020-07-28 16:09 UTC  (11+ 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 3/5] perf test: Ensure sample_period is set "
` [PATCH v2 4/5] perf record: Don't clear event's period if set by a term
` [PATCH v2 5/5] perf test: Leader sampling shouldn't clear sample period

[PATCH bpf-next 0/1] arm64: Add BPF exception tables
 2020-07-28 15:21 UTC  (2+ messages)
` [PATCH bpf-next 1/1] arm64: bpf: "

[RFC net-next 00/22] Introduce mb bit in xdp_buff/xdp_frame
 2020-07-28 15:10 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH net] xdp: Prevent kernel-infoleak in xsk_getsockopt()
 2020-07-28 11:07 UTC  (9+ messages)
` [Linux-kernel-mentees] [PATCH net v2] "

[PATCH bpf-next] selftests/bpf: add new bpf_iter context structs to fix build on old kernels
 2020-07-28 10:29 UTC  (3+ messages)

[PATCH bpf-next] bpf: fix bpf_ringbuf_output() signature to return long
 2020-07-28 10:29 UTC  (3+ messages)

[PATCH bpf-next 0/2] tools: bpftool: update prog names list and fix segfault
 2020-07-28 10:16 UTC  (2+ messages)

[PATCH v3 bpf-next] fold test_current_pid_tgid_new_ns into test_progs
 2020-07-28 10:15 UTC  (2+ messages)

get rid of the address_space override in setsockopt v2
 2020-07-28  8:17 UTC  (8+ messages)
` [PATCH 12/26] netfilter: switch nf_setsockopt to sockptr_t

[PATCH][next] net/mlx5: Use fallthrough pseudo-keyword
 2020-07-28  7:53 UTC  (3+ messages)

[PATCH] kprobes: fix NULL pointer dereference at kprobe_ftrace_handler
 2020-07-28  6:45 UTC 

selftests: bpf: mmap question
 2020-07-28  5:15 UTC  (2+ messages)

[PATCH] perf record: Set PERF_RECORD_SAMPLE if attr->freq is set
 2020-07-28  3:07 UTC  (2+ messages)

[PATCH v2 bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-27 23:22 UTC  (3+ messages)
` [PATCH v2 bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-27 22:02 UTC  (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH bpf-next v6 3/7] bpf: Generalize bpf_sk_storage
 2020-07-27 21:43 UTC  (4+ messages)
` [RFC PATCH bpf-next] bpf: POC on local_storage charge and uncharge map_ops


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