bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 09:29:25 to 2021-08-20 21:02:42 UTC [more...]

[RFC] dwarves/pahole: Add test scripts
 2021-08-20 21:02 UTC  (3+ messages)

[REMINDER] LSF/MM/BPF: 2021: Cancellation announcement
 2021-08-20 18:35 UTC 

BPF MAINTAINERS entry "K: bpf" casts too wide a net
 2021-08-20 17:58 UTC 

[PATCH bpf-next] libbpf: remove unused variable
 2021-08-20 18:06 UTC  (2+ messages)

[PATCH 0/3] net: Cleanups for FORTIFY_SOURCE
 2021-08-20 17:01 UTC  (5+ messages)
` [PATCH 1/3] ipw2x00: Avoid field-overflowing memcpy()
` [PATCH 2/3] net/mlx5e: "
` [PATCH 3/3] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning

[PATCH bpf v2] bpf: Fix possible out of bound write in narrow load handling
 2021-08-20 16:39 UTC 

[PATCH v12 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-08-20 15:40 UTC  (19+ messages)
` [PATCH v12 bpf-next 01/18] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v12 bpf-next 02/18] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v12 bpf-next 03/18] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v12 bpf-next 04/18] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v12 bpf-next 05/18] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v12 bpf-next 06/18] net: marvell: rely on "
` [PATCH v12 bpf-next 07/18] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v12 bpf-next 08/18] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v12 bpf-next 09/18] net: mvneta: enable jumbo frames for XDP
` [PATCH v12 bpf-next 10/18] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v12 bpf-next 11/18] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v12 bpf-next 12/18] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v12 bpf-next 13/18] bpf: move user_size out of bpf_test_init
` [PATCH v12 bpf-next 14/18] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v12 bpf-next 15/18] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v12 bpf-next 16/18] bpf: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v12 bpf-next 17/18] net: xdp: introduce bpf_xdp_adjust_data helper
` [PATCH v12 bpf-next 18/18] bpf: add bpf_xdp_adjust_data selftest

[PATCH RFC 0/7] add socket to netdev page frag recycling support
 2021-08-20 14:35 UTC  (12+ 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 v2 bpf-next 0/2] Add support for bpf_setsockopt and
 2021-08-20 12:52 UTC  (5+ 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 v3 1/2] bpf: use kvmalloc for map values in syscall
 2021-08-20 12:52 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] bpf: use kvmalloc for map keys in syscalls

[RFC] bpf: lbr: enable reading LBR from tracing bpf programs
 2021-08-20  7:33 UTC  (10+ messages)

[PATCH bpf-next 0/2] bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSG
 2021-08-20  7:17 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Test for get_netns_cookie

[PATCH linux-next] tools: fix warning comparing pointer to 0
 2021-08-20  3:30 UTC 

[PATCH v2 0/5] selftests/bpf: minor fixups
 2021-08-20  2:55 UTC  (6+ messages)
` [PATCH v2 1/5] selftests/bpf: enlarge select() timeout for test_maps
` [PATCH v2 2/5] selftests/bpf: make test_doc_build.sh work from script directory
` [PATCH v2 3/5] selftests/bpf: add default bpftool built by selftests to PATH
` [PATCH v2 4/5] selftests/bpf: add missing files required by test_bpftool.sh for installing
` [PATCH v2 5/5] selftests/bpf: exit with KSFT_SKIP if no Makefile found

[PATCH] ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
 2021-08-20  2:47 UTC  (5+ messages)
  ` [External] "

[PATCH 1/3] selftests/bpf: make test_doc_build.sh work from script directory
 2021-08-20  2:02 UTC  (7+ 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 0/9] ARM: prepare and add colibri imx6ull 1gb (emmc) support
 2021-08-19 22:09 UTC  (2+ messages)
` [PATCH v2 6/9] ARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf

[GIT PULL] Networking for 5.14-rc7
 2021-08-19 21:01 UTC  (2+ messages)

[PATCH bpf-next 0/2] Add bpf_task_pt_regs() helper
 2021-08-19 20:28 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] bpf: selftests: Add bpf_task_pt_regs() selftest

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

[PATCH bpf-next] selftests/bpf: adding delay in socketmap_listen to reduce flakyness
 2021-08-19 19:30 UTC  (5+ messages)

[PATCH bpf-next] bpf: fix NULL event->prog pointer access in bpf_overflow_handler
 2021-08-19 19:30 UTC  (3+ messages)

pull-request: bpf 2021-08-19
 2021-08-19 14:49 UTC 

[PATCH v1 0/7] ARM: prepare and add colibri imx6ull 1gb (emmc) support
 2021-08-19 14:03 UTC  (2+ messages)
` [PATCH v1 6/7] ARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf

[PATCH v7 intel-next 0/9] XDP_TX improvements for ice
 2021-08-19 12:00 UTC  (10+ 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
` [PATCH v7 intel-next 7/9] ice: optimize XDP_TX workloads
` [PATCH v7 intel-next 8/9] ice: introduce XDP_TX fallback path
` [PATCH v7 intel-next 9/9] ice: make use of ice_for_each_* macros

[[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  (14+ messages)
` [PATCH bpf-next v2 10/16] selftests: xsk: validate tx stats on tx thread
` [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 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 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 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  (5+ messages)

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

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

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

[PATCH bpf-next 1/2] bpf: Add support for {set|get} socket options from setsockopt BPF
 2021-08-17 20:31 UTC  (3+ messages)

[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  (3+ messages)
` [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] "


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