bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-04 22:21:05 to 2020-12-08 08:30:03 UTC [more...]

[PATCH v2 bpf 0/5] New netdev feature flags for XDP
 2020-12-08  8:28 UTC  (20+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set

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

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

[PATCH v1 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2020-12-08  8:13 UTC  (15+ messages)
` [PATCH v1 bpf-next 01/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v1 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

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

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-next v4 0/5] selftests/bpf: xsk selftests
 2020-12-08  7:03 UTC  (8+ messages)
` [PATCH bpf-next v4 1/5] selftests/bpf: xsk selftests framework
` [PATCH bpf-next v4 2/5] selftests/bpf: xsk selftests - SKB POLL, NOPOLL
` [PATCH bpf-next v4 3/5] selftests/bpf: xsk selftests - DRV "
` [PATCH bpf-next v4 4/5] selftests/bpf: xsk selftests - Socket Teardown - SKB, DRV
` [PATCH bpf-next v4 5/5] selftests/bpf: xsk selftests - Bi-directional Sockets "

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

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2020-12-08  6:49 UTC  (23+ 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 04/14] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v5 bpf-next 05/14] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v5 bpf-next 06/14] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v5 bpf-next 07/14] bpf: move user_size out of bpf_test_init
` [PATCH v5 bpf-next 08/14] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v5 bpf-next 09/14] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v5 bpf-next 10/14] net: mvneta: enable jumbo frames for XDP
` [PATCH v5 bpf-next 11/14] bpf: cpumap: introduce xdp multi-buff support
` [PATCH v5 bpf-next 12/14] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v5 bpf-next 13/14] bpf: add new frame_length field to the XDP ctx
` [PATCH v5 bpf-next 14/14] bpf: update xdp_adjust_tail selftest to include multi-buffer

[PATCH v2 bpf-next] bpf: return -ENOTSUPP when attaching to non-kernel BTF
 2020-12-08  6:43 UTC 

[PATCH bpf-next v4 00/11] Atomics for eBPF
 2020-12-08  6:42 UTC  (26+ messages)
` [PATCH bpf-next v4 01/11] bpf: x86: Factor out emission of ModR/M for *(reg + off)
` [PATCH bpf-next v4 02/11] bpf: x86: Factor out emission of REX byte
` [PATCH bpf-next v4 03/11] bpf: x86: Factor out a lookup table for some ALU opcodes
` [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 08/11] bpf: Pull out a macro for interpreting atomic ALU operations
` [PATCH bpf-next v4 09/11] bpf: Add bitwise atomic instructions
` [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 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  (6+ messages)

[PATCH bpf-next] libbpf: support module BTF for BPF_TYPE_ID_TARGET CO-RE relocation
 2020-12-08  3:40 UTC  (6+ messages)

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

[PATCH] bpf: propagate __user annotations properly
 2020-12-08  3:30 UTC  (4+ messages)

[PATCH bpf-next v9 00/34] bpf: switch to memcg-based memory accounting
 2020-12-08  2:53 UTC  (5+ messages)

Latest libbpf fails to load programs compiled with old LLVM
 2020-12-08  2:47 UTC  (17+ messages)

[PATCH bpf-next v3 00/14] Atomics for eBPF
 2020-12-08  2:19 UTC  (20+ messages)
` [PATCH bpf-next v3 10/14] bpf: Add bitwise atomic instructions
` [PATCH bpf-next v3 12/14] bpf: Pull tools/build/feature biz into selftests Makefile
` [PATCH bpf-next v3 13/14] bpf: Add tests for new BPF atomic operations

[PATCH bpf-next] selftests/bpf: Add verbosity to ima_setup.sh
 2020-12-08  1:13 UTC  (3+ messages)

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-12-08  1:12 UTC  (4+ messages)

[PATCH v2 01/24] exec: Move unshare_files to fix posix file locking during exec
 2020-12-07 23:56 UTC  (15+ messages)
` [PATCH v2 02/24] exec: Simplify unshare_files
` [PATCH v2 09/24] file: Replace fcheck_files with files_lookup_fd_rcu
` [PATCH v2 15/24] proc/fd: In proc_readfd_common use task_lookup_next_fd_rcu
` [PATCH v2 00/24] exec: Move unshare_files and guarantee files_struct.count is correct

[PATCH RFC 00/10] New permission vmalloc interface
 2020-12-07 23:55 UTC  (4+ messages)
` [PATCH RFC 01/10] vmalloc: Add basic perm alloc implementation

[PATCH bpf-next] bpf: avoid overflows involving hash elem_size
 2020-12-07 22:50 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Only call sock_from_file with CONFIG_NET
 2020-12-07 21:33 UTC  (3+ messages)

[Patch net v2 1/2] lwt: disable BH too in run_lwt_bpf()
 2020-12-07 20:10 UTC  (3+ messages)
` [Patch net v2 2/2] lwt_bpf: replace preempt_disable() with migrate_disable()

[PATCH bpf-next] bpf: Only call sock_from_file with CONFIG_NET
 2020-12-07 20:04 UTC  (2+ messages)

linux-next: Tree for Dec 7 (bpf: sock_from_file)
 2020-12-07 19:44 UTC  (2+ messages)

[PATCH v2 bpf-next 00/13] Socket migration for SO_REUSEPORT
 2020-12-07 16:25 UTC  (15+ messages)
` [PATCH v2 bpf-next 01/13] tcp: Allow TCP_CLOSE sockets to hold the reuseport group
` [PATCH v2 bpf-next 02/13] bpf: Define migration types for SO_REUSEPORT
` [PATCH v2 bpf-next 03/13] Revert "locking/spinlocks: Remove the unused spin_lock_bh_nested() API"
` [PATCH v2 bpf-next 04/13] tcp: Introduce inet_csk_reqsk_queue_migrate()
` [PATCH v2 bpf-next 05/13] tcp: Set the new listener to migrated TFO requests
` [PATCH v2 bpf-next 06/13] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v2 bpf-next 07/13] tcp: Migrate TCP_NEW_SYN_RECV requests
` [PATCH v2 bpf-next 08/13] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v2 bpf-next 09/13] libbpf: Set expected_attach_type "
` [PATCH v2 bpf-next 10/13] bpf: Add migration to sk_reuseport_(kern|md)
` [PATCH v2 bpf-next 11/13] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v2 bpf-next 12/13] bpf: Call bpf_run_sk_reuseport() for socket migration
` [PATCH v2 bpf-next 13/13] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

[PATCH bpf-next] bpf: return -EOPNOTSUPP when attaching to non-kernel BTF
 2020-12-07 16:00 UTC  (4+ messages)

[PATCH] dwarves: Fix compilation on 32-bit architectures
 2020-12-07 15:55 UTC  (2+ messages)

[PATCHv2 0/3] btf_encoder: Detect kernel modules
 2020-12-07 15:54 UTC  (8+ messages)
` [PATCH 2/3] btf_encoder: Use address size based on ELF's class
` [PATCH 3/3] btf_encoder: Detect kernel module ftrace addresses

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

Problem with BPF_CORE_READ macro function
 2020-12-06 20:56 UTC  (5+ messages)

[PATCH v1 bpf-next 09/11] bpf: Support bpf_get_socket_cookie_sock() for BPF_PROG_TYPE_SK_REUSEPORT
 2020-12-06  4:36 UTC  (2+ messages)

[PATCH v1 bpf-next 06/11] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT
 2020-12-06  4:32 UTC  (2+ messages)

[Patch net] lwt: disable BH too in run_lwt_bpf()
 2020-12-05  2:00 UTC  (9+ 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).