bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-08 03:26:23 to 2020-12-10 17:33:02 UTC [more...]

[PATCH v2 bpf 0/5] New netdev feature flags for XDP
 2020-12-10 17:30 UTC  (27+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set
                      ` Explaining XDP redirect bulk size design (Was: [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set)
                        ` [Intel-wired-lan] "

[PATCH bpf-next v2 0/2] bpf: permits pointers on stack for helper calls
 2020-12-10 17:19 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add a test for ptr_to_map_value on stack for helper access

Per-CPU variables in modules and pahole
 2020-12-10 17:02 UTC  (3+ messages)

[PATCH bpf-next v2] selftests/bpf: Silence ima_setup.sh when not running in verbose mode
 2020-12-10 16:46 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix selftest compilation on clang 11
 2020-12-10 16:36 UTC  (5+ messages)

[PATCH bpf-next v2] samples/bpf: fix possible hang in xdpsock with multiple threads
 2020-12-10 16:34 UTC 

[PATCH bpf-next] net: xdp: introduce xdp_init_buff utility routine
 2020-12-10 16:32 UTC  (3+ messages)

[PATCH bpf-next] samples/bpf: fix possible hang in xdpsock with multiple threads
 2020-12-10 16:25 UTC  (3+ messages)

[PATCH net-next] ice, xsk: Move Rx alloction out of while-loop
 2020-12-10 16:11 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: xsk selftests - adding xdpxceiver to .gitignore
 2020-12-10 15:50 UTC  (2+ messages)

[PATCH] selftests/bpf: Drop tcp-{client,server}.py from Makefile
 2020-12-10 15:50 UTC  (2+ messages)

[PATCH bpf] xsk: fix race in SKB mode transmit with shared cq
 2020-12-10 15:36 UTC 

[PATCH] dma-mapping: move hint unlikely for dma_mapping_error from drivers to core
 2020-12-10 14:47 UTC 

BPF selftests build failure in 5.10-rc
 2020-12-10 13:36 UTC  (3+ messages)

[PATCH bpf-next v4 0/5] selftests/bpf: xsk selftests
 2020-12-10 11:55 UTC  (7+ messages)
` [PATCH bpf-next v4 2/5] selftests/bpf: xsk selftests - SKB POLL, NOPOLL

memory leak in bpf
 2020-12-10  6:58 UTC  (2+ messages)

[PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-12-10  5:58 UTC  (9+ messages)

[PATCH v1 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2020-12-10  5:15 UTC  (7+ messages)
` [PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v1 bpf-next 05/11] tcp: Migrate TCP_NEW_SYN_RECV requests

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-12-10  3:02 UTC  (13+ messages)

[PATCH bpf-next] selftests/bpf: Drop the need for LLVM's llc
 2020-12-10  2:16 UTC  (2+ messages)

[PATCH v2 bpf-next 11/13] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT
 2020-12-10  0:31 UTC  (2+ messages)

[PATCH bpf-next v4 09/11] bpf: Add bitwise atomic instructions
 2020-12-10  0:22 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: support module BTF for BPF_TYPE_ID_TARGET CO-RE relocation
 2020-12-10  0:11 UTC  (3+ messages)

[PATCH bpf-next] libbpf: support module BTF for BPF_TYPE_ID_TARGET CO-RE relocation
 2020-12-09 23:21 UTC  (10+ messages)

[PATCH bpf-next 1/2] bpf: permits pointers on stack for helper calls
 2020-12-09 18:31 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add a test for ptr_to_map_value on stack for helper access

[PATCH v2 09/24] file: Replace fcheck_files with files_lookup_fd_rcu
 2020-12-09 17:44 UTC  (9+ messages)
` [PATCH v2 15/24] proc/fd: In proc_readfd_common use task_lookup_next_fd_rcu

[PATCH] dt-bindings:<devicetree/bindings/trivial-devices.yaml>:Add compatible strings
 2020-12-09 17:42 UTC  (2+ messages)

[PATCH bpf v4 0/7] selftests/bpf: Restore test_offload.py to working order
 2020-12-09 16:35 UTC  (11+ messages)
` [PATCH bpf v4 1/7] xdp: remove the xdp_attachment_flags_ok() callback
` [PATCH bpf v4 2/7] selftests/bpf/test_offload.py: Remove check for program load flags match
` [PATCH bpf v4 3/7] netdevsim: Add debugfs toggle to reject BPF programs in verifier
` [PATCH bpf v4 4/7] selftests/bpf/test_offload.py: only check verifier log on verification fails
` [PATCH bpf v4 5/7] selftests/bpf/test_offload.py: fix expected case of extack messages
` [PATCH bpf v4 6/7] selftests/bpf/test_offload.py: reset ethtool features after failed setting
` [PATCH bpf v4 7/7] selftests/bpf/test_offload.py: filter bpftool internal map when counting maps

[PATCH bpf-next v4 1/4] bpf: Be less specific about socket cookies guarantees
 2020-12-09 16:35 UTC  (6+ messages)
` [PATCH bpf-next v4 2/4] bpf: Expose bpf_get_socket_cookie to tracing programs
` [PATCH bpf-next v4 3/4] selftests/bpf: Integrate the socket_cookie test to test_progs
` [PATCH bpf-next v4 4/4] selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH bpf v3 0/7] selftests/bpf: Restore test_offload.py to working order
 2020-12-09 13:51 UTC  (9+ messages)
` [PATCH bpf v3 1/7] xdp: remove the xdp_attachment_flags_ok() callback
` [PATCH bpf v3 2/7] selftests/bpf/test_offload.py: Remove check for program load flags match
` [PATCH bpf v3 3/7] netdevsim: Add debugfs toggle to reject BPF programs in verifier
` [PATCH bpf v3 4/7] selftests/bpf/test_offload.py: only check verifier log on verification fails
` [PATCH bpf v3 5/7] selftests/bpf/test_offload.py: fix expected case of extack messages
` [PATCH bpf v3 6/7] selftests/bpf/test_offload.py: reset ethtool features after failed setting
` [PATCH bpf v3 7/7] selftests/bpf/test_offload.py: filter bpftool internal map when counting maps

[PATCH bpf-next v3 1/4] bpf: Be less specific about socket cookies guarantees
 2020-12-09 13:23 UTC  (6+ messages)
` [PATCH bpf-next v3 2/4] bpf: Expose bpf_get_socket_cookie to tracing programs
` [PATCH bpf-next v3 3/4] selftests/bpf: Integrate the socket_cookie test to test_progs
` [PATCH bpf-next v3 4/4] selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2020-12-09 12:07 UTC  (21+ messages)
` [PATCH v5 bpf-next 01/14] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v5 bpf-next 02/14] xdp: initialize xdp_buff mb bit to 0 in all XDP drivers
` [PATCH v5 bpf-next 03/14] xdp: add xdp_shared_info data structure
` [PATCH v5 bpf-next 13/14] bpf: add new frame_length field to the XDP ctx

[PATCH bpf-next v2 1/3] bpf: Expose bpf_get_socket_cookie to tracing programs
 2020-12-09  8:29 UTC  (7+ messages)

[PATCH bpf-next v4 00/11] Atomics for eBPF
 2020-12-09  5:40 UTC  (23+ messages)
` [PATCH bpf-next v4 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH bpf-next v4 05/11] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
` [PATCH bpf-next v4 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
` [PATCH bpf-next v4 07/11] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH bpf-next v4 10/11] bpf: Add tests for new BPF atomic operations
` [PATCH bpf-next v4 11/11] bpf: Document new atomic instructions

[PATCH bpf-next v3] bpf: Only provide bpf_sock_from_file with CONFIG_NET
 2020-12-09  2:30 UTC  (6+ messages)

Feature proposal - Attaching probes to cgroups
 2020-12-09  1:59 UTC  (3+ messages)

Latest libbpf fails to load programs compiled with old LLVM
 2020-12-08 22:38 UTC  (10+ messages)

[PATCH bpf v2 0/7] selftests/bpf: Restore test_offload.py to working order
 2020-12-08 22:00 UTC  (4+ messages)

[PATCH bpf] bpf, doc: Update KP's email in MAINTAINERS
 2020-12-08 21:49 UTC 

[PATCH bpf-next v3 00/14] Atomics for eBPF
 2020-12-08 18:31 UTC  (9+ messages)
` [PATCH bpf-next v3 12/14] bpf: Pull tools/build/feature biz into selftests Makefile

[PATCH bpf-next v2] bpf: Only call sock_from_file with CONFIG_NET
 2020-12-08 17:27 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: return -ENOTSUPP when attaching to non-kernel BTF
 2020-12-08 16:20 UTC  (2+ messages)

[PATCH bpf-next] xsk: Validate socket state in xsk_recvmsg, prior touching socket members
 2020-12-08 16:20 UTC  (2+ messages)

[PATCH bpf] tools/bpftool: fix PID fetching with a lot of results
 2020-12-08 15:50 UTC  (5+ messages)

[PATCHv2 bpf-next] samples/bpf: add xdp program on egress for xdp_redirect_map
 2020-12-08 12:01 UTC  (5+ messages)
` [PATCHv3 "
  ` [PATCHv4 "

[PATCH 1/7] net: 8021q: remove unneeded MODULE_VERSION() usage
 2020-12-08  9:55 UTC  (8+ messages)
` [PATCH 2/7] net: batman-adv: "

[PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-12-08  9:02 UTC  (4+ messages)

BUG: unable to handle kernel paging request in bpf_lru_populate
 2020-12-08  7:25 UTC  (2+ messages)

KASAN: vmalloc-out-of-bounds Write in pcpu_freelist_populate
 2020-12-08  7:24 UTC  (2+ messages)

[PATCH bpf] tools/bpftool: Add/Fix support for modules btf dump
 2020-12-08  6:52 UTC  (7+ messages)

[PATCH bpf-next v3 0/5] selftests/bpf: xsk selftests
 2020-12-08  3:48 UTC  (9+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: xsk selftests framework

[PATCH v2 bpf-next 0/3] bpf: support module BTF in BTF display helpers
 2020-12-08  3:42 UTC  (4+ messages)

[PATCH] bpf: propagate __user annotations properly
 2020-12-08  3:30 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).