bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-15 07:06:52 to 2021-08-19 12:15:37 UTC [more...]

[PATCH v7 intel-next 0/9] XDP_TX improvements for ice
 2021-08-19 12:00 UTC  (7+ messages)
` [PATCH v7 intel-next 1/9] ice: remove ring_active from ice_ring
` [PATCH v7 intel-next 2/9] ice: move ice_container_type onto ice_ring_container
` [PATCH v7 intel-next 3/9] ice: split ice_ring onto Tx/Rx separate structs
` [PATCH v7 intel-next 4/9] ice: unify xdp_rings accesses
` [PATCH v7 intel-next 5/9] ice: do not create xdp_frame on XDP_TX
` [PATCH v7 intel-next 6/9] ice: propagate xdp_ring onto rx_ring

[RFC] bpf: lbr: enable reading LBR from tracing bpf programs
 2021-08-19 11:57 UTC  (4+ messages)

[[RFC xdp-hints] 00/16] XDP hints and AF_XDP support
 2021-08-19 11:47 UTC  (4+ messages)
` [[RFC xdp-hints] 13/16] libbpf: Helpers to access XDP frame metadata

[PATCH bpf-next v2 00/16] selftests: xsk: various simplifications
 2021-08-19 10:38 UTC  (24+ messages)
` [PATCH bpf-next v2 01/16] selftests: xsk: remove color mode
` [PATCH bpf-next v2 02/16] selftests: xsk: remove the num_tx_packets option
` [PATCH bpf-next v2 03/16] selftests: xsk: remove unused variables
` [PATCH bpf-next v2 04/16] selftests: xsk: return correct error codes
` [PATCH bpf-next v2 05/16] selftests: xsk: simplify the retry code
` [PATCH bpf-next v2 06/16] selftests: xsk: remove end-of-test packet
` [PATCH bpf-next v2 07/16] selftests: xsk: disassociate umem size with packets sent
` [PATCH bpf-next v2 08/16] selftests: xsk: rename worker_* functions that are not thread entry points
` [PATCH bpf-next v2 09/16] selftests: xsk: simplify packet validation in xsk tests
` [PATCH bpf-next v2 10/16] selftests: xsk: validate tx stats on tx thread
` [PATCH bpf-next v2 11/16] selftests: xsk: decrease batch size
` [PATCH bpf-next v2 12/16] selftests: xsk: remove cleanup at end of program
` [PATCH bpf-next v2 13/16] selftests: xsk: generate packet directly in umem
` [PATCH bpf-next v2 14/16] selftests: xsk: generate packets from specification
` [PATCH bpf-next v2 15/16] selftests: xsk: make enums lower case
` [PATCH bpf-next v2 16/16] selftests: xsk: preface options with opt

[PATCH] ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
 2021-08-19 10:16 UTC  (4+ messages)
  ` [External] "

[PATCH bpf-next v2 0/1] Refactor cgroup_bpf internals to use more specific attach_type
 2021-08-19  9:24 UTC  (2+ messages)
` [PATCH bpf-next v2 1/1] bpf: migrate cgroup_bpf to internal cgroup_bpf_attach_type enum

[PATCH RFC 0/7] add socket to netdev page frag recycling support
 2021-08-19  8:18 UTC  (11+ messages)
` [PATCH RFC 1/7] page_pool: refactor the page pool to support multi alloc context
` [PATCH RFC 2/7] skbuff: add interface to manipulate frag count for tx recycling
` [PATCH RFC 3/7] net: add NAPI api to register and retrieve the page pool ptr
` [PATCH RFC 4/7] net: pfrag_pool: add pfrag pool support based on page pool
` [PATCH RFC 5/7] sock: support refilling pfrag from pfrag_pool
` [PATCH RFC 6/7] net: hns3: support tx recycling in the hns3 driver

[PATCH 1/3] selftests/bpf: make test_doc_build.sh work from script directory
 2021-08-19  7:24 UTC  (3+ messages)
` [PATCH 2/3] selftests/bpf: add default bpftool built by selftests to PATH
` [PATCH 3/3] selftests/bpf: add missing files required by test_bpftool.sh for installing

[PATCH v2] selftests/bpf: enlarge select() timeout for test_maps
 2021-08-19  1:21 UTC  (2+ messages)

[PATCH v6 intel-next 0/9] XDP_TX improvements for ice
 2021-08-19  0:22 UTC  (12+ messages)
` [PATCH v6 intel-next 1/9] ice: remove ring_active from ice_ring
` [PATCH v6 intel-next 2/9] ice: move ice_container_type onto ice_ring_container
` [PATCH v6 intel-next 3/9] ice: split ice_ring onto Tx/Rx separate structs
  ` [Intel-wired-lan] "
` [PATCH v6 intel-next 4/9] ice: unify xdp_rings accesses
` [PATCH v6 intel-next 5/9] ice: do not create xdp_frame on XDP_TX
` [PATCH v6 intel-next 6/9] ice: propagate xdp_ring onto rx_ring
` [PATCH v6 intel-next 7/9] ice: optimize XDP_TX workloads
` [PATCH v6 intel-next 8/9] ice: introduce XDP_TX fallback path
` [PATCH v6 intel-next 9/9] ice: make use of ice_for_each_* macros

[PATCH bpf-next v3 1/2] bpf: use kvmalloc for map values in syscall
 2021-08-18 23:52 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] bpf: use kvmalloc for map keys in syscalls

[PATCH bpf-next 0/2] Add bpf_task_pt_regs() helper
 2021-08-18 23:41 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] bpf: selftests: Add bpf_task_pt_regs() selftest

[PATCH bpf-next v2 1/2] bpf: use kvmalloc for map values in syscall
 2021-08-18 23:02 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] bpf: use kvmalloc for map keys in syscalls

[PATCH bpf] bpf: Fix possible out of bound write in narrow load handling
 2021-08-18 23:00 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPS
 2021-08-18 22:40 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Test for get_netns_cookie

[PATCH 2/5] treewide: Replace open-coded flex arrays in unions
 2021-08-18 21:51 UTC  (3+ messages)

[bug report] bpf: Allow narrow loads with offset > 0
 2021-08-18 19:03 UTC  (2+ messages)

[PATCH v5 intel-next 0/9] XDP_TX improvements for ice
 2021-08-18 16:12 UTC  (8+ messages)
` [PATCH v5 intel-next 2/9] ice: move ice_container_type onto ice_ring_container

[PATCH] Rename libbpf documentation index file
 2021-08-18 15:47 UTC  (2+ messages)

[PATCH v11 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-08-18 13:37 UTC  (6+ messages)
` [PATCH v11 bpf-next 17/18] net: xdp: introduce bpf_xdp_adjust_data helper

AF_XDP finding descriptor room for XDP-hints metadata size
 2021-08-18 12:50 UTC  (2+ messages)

[PATCH] selftests/bpf: enlarge timeout to 3 seconds for test_maps
 2021-08-18 10:15 UTC  (2+ messages)

[RFC bpf-next 0/5] SO_TXTIME support in AF_XDP
 2021-08-18  9:49 UTC  (5+ messages)
` [RFC bpf-next 2/5] libbpf: "
` [RFC bpf-next 5/5] samples/bpf/xdpsock_user.c: Launchtime/TXTIME API usage

[PATCH v2 02/63] net/mlx5e: Avoid field-overflowing memcpy()
 2021-08-18  6:04 UTC 

[PATCH v2 bpf-next 0/2] Add support for bpf_setsockopt and
 2021-08-17 22:42 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Add support for {set|get} socket options from setsockopt BPF
` [PATCH bpf-next 2/2] selftests/bpf: Add test for {set|get} socket option from setsockopt BPF program

bpf: Implement minimal BPF perf link
 2021-08-17 20:34 UTC  (3+ messages)

[PATCH bpf-next 0/2] Add support for bpf_setsockopt and bpf_getsockopt from BPF setsockopt
 2021-08-17 20:31 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: Add support for {set|get} socket options from setsockopt BPF
` [PATCH bpf-next 2/2] selftests/bpf: Add test for {set|get} socket option from setsockopt BPF program

[PATCH bpf-next v2 0/2] selftests/bpf: fix flaky send_signal test
 2021-08-17 19:09 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: replace CHECK with ASSERT_* macros in send_signal.c
` [PATCH bpf-next v2 2/2] selftests/bpf: fix flaky send_signal test

[PATCH bpf-next 0/2] selftests/bpf: fix flaky send_signal test
 2021-08-17 19:06 UTC  (6+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: replace CHECK with ASSERT_* macros in send_signal.c
` [PATCH bpf-next 2/2] selftests/bpf: fix flaky send_signal test

[PATCH v5 bpf-next 0/4] selftests/bpf: Improve the usability of test_progs
 2021-08-17 18:36 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/4] selftests/bpf: skip loading bpf_testmod when using -l to list tests
` [PATCH v5 bpf-next 2/4] selftests/bpf: correctly display subtest skip status
` [PATCH v5 bpf-next 3/4] selftests/bpf: also print test name in subtest status message
` [PATCH v5 bpf-next 4/4] selftests/bpf: Support glob matching for test selector

[PATCH bpf-next v3] libbpf: support weak typed ksyms
 2021-08-17 17:25 UTC  (3+ messages)

[PATCH][next] bpf: remove redundant initialization of variable allow
 2021-08-17 17:08 UTC 

[PATCH] bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPS
 2021-08-17 16:18 UTC  (2+ messages)

[PATCH v1 bpf-next] selftests/bpf: Add exponential backoff to map_delete_retriable in test_maps
 2021-08-17 15:20 UTC  (3+ messages)

[PATCH net] ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error path
 2021-08-17 10:39 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
 2021-08-17  7:49 UTC 

[PATCH v4 bpf-next 0/4] selftests/bpf: Improve the usability of
 2021-08-17  4:50 UTC  (8+ messages)
` [PATCH v4 bpf-next 1/4] selftests/bpf: skip loading bpf_testmod when using -l to list tests
` [PATCH v4 bpf-next 2/4] selftests/bpf: correctly display subtest skip status
` [PATCH v4 bpf-next 3/4] selftests/bpf: also print test name in subtest status message
` [PATCH v4 bpf-next 4/4] selftests/bpf: Support glob matching for test selector

[PATCH v1 bpf] selftests/bpf: Add exponential backoff to map_update_retriable in test_maps
 2021-08-17  4:15 UTC  (6+ messages)

[PATCH bpf-next v7 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-17  2:00 UTC  (7+ messages)
` [PATCH bpf-next v7 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v7 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v7 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v7 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v7 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH bpf-next v3] selftests/bpf: Test btf__load_vmlinux_btf/btf__load_module_btf APIs
 2021-08-17  1:40 UTC  (2+ messages)

[PATCH bpf-next v1] bpf: Reconfigure libbpf docs to remove unversioned API
 2021-08-17  0:40 UTC  (2+ messages)

[PATCH v5 bpf-next 00/16] BPF perf link and user-provided bpf_cookie
 2021-08-16 23:10 UTC  (8+ messages)
` [PATCH v5 bpf-next 05/16] bpf: allow to specify user-provided bpf_cookie for BPF perf links
` [PATCH v5 bpf-next 13/16] selftests/bpf: extract uprobe-related helpers into trace_helpers.{c,h}
` [PATCH v5 bpf-next 14/16] selftests/bpf: add bpf_cookie selftests for high-level APIs
` [PATCH v5 bpf-next 15/16] libbpf: add uprobe ref counter offset support for USDT semaphores
` [PATCH v5 bpf-next 16/16] selftests/bpf: add ref_ctr_offset selftests

[PATCH bpf-next] bpf: use kvmalloc in map_lookup_elem
 2021-08-16 22:46 UTC  (4+ messages)

[PATCH][next] bpf, tests: Fix spelling mistake "shoft" -> "shift"
 2021-08-16 21:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] Improve XDP samples usability and output
 2021-08-16 20:22 UTC  (4+ messages)
` [PATCH bpf-next v3 2/8] samples: bpf: Add common infrastructure for XDP samples

[PATCH] perflib: deprecate bpf_map__resize in favor of bpf_map_set_max_entries
 2021-08-16 19:28 UTC  (2+ messages)

[PATCH v5 bpf-next 3/4] selftest/bpf: Implement sample UNIX domain socket iterator program
 2021-08-16 12:45 UTC  (4+ messages)

signal/signal_deliver and bpf_send_signal()
 2021-08-16  9:33 UTC  (4+ messages)
    ` [EXTERNAL] "

[PATCH bpf-next 0/3] XDP bonding support
 2021-08-16  9:05 UTC  (7+ messages)
` [PATCH bpf-next v6 0/7]: "
  ` [PATCH bpf-next v6 1/7] net: bonding: Refactor bond_xmit_hash for use with xdp_buff

[PATCH bpf-next 0/7] Fix MAX_TAIL_CALL_CNT handling in eBPF JITs
 2021-08-16  7:17 UTC  (3+ messages)

libbpf attaching a raw socket
 2021-08-16  4:30 UTC  (4+ messages)

[PATCH v6 bpf-next 0/4] BPF iterator for UNIX domain socket
 2021-08-15  7:21 UTC  (3+ messages)
` [PATCH v6 bpf-next 3/4] selftest/bpf: Implement sample UNIX domain socket iterator program

[PATCH] samples: bpf: offwaketime: define MAX_ENTRIES instead of a magic number
 2021-08-15  7:20 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).