BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-09 17:05:42 to 2021-06-15 02:23:29 UTC [more...]

[PATCH RESEND bpf v3 0/8] sock_map: some bug fixes and improvements
 2021-06-15  2:13 UTC  (3+ messages)
` [PATCH RESEND bpf v3 1/8] skmsg: improve udp_bpf_recvmsg() accuracy
` [PATCH RESEND bpf v3 6/8] skmsg: teach sk_psock_verdict_apply() to return errors

[PATCH -tip v7 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-06-15  0:06 UTC  (5+ messages)
` [PATCH -tip v7 03/13] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()

[PATCH bpf] lib: bpf: tracing: fail compilation if target arch is missing
 2021-06-14 23:27 UTC  (4+ messages)

[PATCH bpf-next 0/3] Autogenerating API documentation
 2021-06-14 22:35 UTC  (21+ messages)

[PATCH 0/9] riscv: improve self-protection
 2021-06-14 16:49 UTC  (8+ messages)
` [PATCH 7/9] riscv: bpf: Avoid breaking W^X
            ` [PATCH] riscv: Ensure BPF_JIT_REGION_START aligned with PMD size

bpf_fib_lookup support for firewall mark
 2021-06-14 16:53 UTC  (14+ messages)

[PATCH v2 bpf-next 0/3] bpf: Introduce BPF timers
 2021-06-14 16:51 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Introduce bpf_timer
` [PATCH v2 bpf-next 2/3] bpf: Add verifier checks for bpf_timer
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add bpf_timer test

[PATCH bpf-next 0/3] XDP bonding support
 2021-06-14 15:37 UTC  (16+ messages)
` [PATCH bpf-next 1/3] net: bonding: Add XDP support to the bonding driver
` [PATCH bpf-next 2/3] net: bonding: Use per-cpu rr_tx_counter
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for XDP bonding

[PATCH RFC bpf-next 0/7] Add bpf_link based TC-BPF API
 2021-06-14 13:03 UTC  (16+ messages)

[PATCH v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-06-14 12:49 UTC  (15+ messages)
` [PATCH v9 bpf-next 01/14] net: skbuff: add data_len field to skb_shared_info
` [PATCH v9 bpf-next 02/14] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v9 bpf-next 03/14] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v9 bpf-next 04/14] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v9 bpf-next 05/14] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v9 bpf-next 06/14] net: mvneta: enable jumbo frames for XDP
` [PATCH v9 bpf-next 07/14] net: xdp: add multi-buff support to xdp_build_skb_from_frame
` [PATCH v9 bpf-next 08/14] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v9 bpf-next 09/14] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v9 bpf-next 10/14] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v9 bpf-next 11/14] bpf: move user_size out of bpf_test_init
` [PATCH v9 bpf-next 12/14] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v9 bpf-next 13/14] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v9 bpf-next 14/14] bpf: update xdp_adjust_tail selftest to include multi-buffer

[PATCH bpf-next 0/3] Fixes for TC-BPF series
 2021-06-14 11:08 UTC  (3+ messages)

io_uring: BPF controlled I/O
 2021-06-14  7:54 UTC  (4+ messages)

Kernel Oops in test_verifier "#828/p reference tracking: bpf_sk_release(btf_tcp_sock)"
 2021-06-14  6:14 UTC  (4+ messages)

memory leak in bpf
 2021-06-13 15:17 UTC  (10+ messages)

[PATCH v2] bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc
 2021-06-13 14:34 UTC 

[PATCH v8 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-06-12 12:32 UTC  (12+ messages)
` [PATCH v8 bpf-next 01/11] net: Introduce net.ipv4.tcp_migrate_req
` [PATCH v8 bpf-next 02/11] tcp: Add num_closed_socks to struct sock_reuseport
` [PATCH v8 bpf-next 03/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [PATCH v8 bpf-next 04/11] tcp: Add reuseport_migrate_sock() to select a new listener
` [PATCH v8 bpf-next 05/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v8 bpf-next 06/11] tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs
` [PATCH v8 bpf-next 07/11] tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK
` [PATCH v8 bpf-next 08/11] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v8 bpf-next 09/11] bpf: Support socket migration by eBPF
` [PATCH v8 bpf-next 10/11] libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v8 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

[PATCH bpf-next 0/3] Fixes for TC-BPF series
 2021-06-12  2:35 UTC  (4+ messages)
` [PATCH bpf-next 1/3] libbpf: remove unneeded check for flags during detach
` [PATCH bpf-next 2/3] libbpf: set NLM_F_EXCL when creating qdisc
` [PATCH bpf-next 3/3] libbpf: add request buffer type for netlink messages

[PATCH v2 1/2] CMakeLists.txt: enable SHARED and STATIC lib creation
 2021-06-11 23:43 UTC  (11+ messages)

bpf helper to set skb src/dst MAC?
 2021-06-11 23:42 UTC 

Running libbpf + CO-RE in old kernels
 2021-06-11 23:13 UTC  (2+ messages)

[PATCH bpf-next v7 0/3] Add TC-BPF API
 2021-06-11 21:56 UTC  (6+ messages)

[PATCH v6 bpf-next 00/21] bpf: syscall program, FD array, loader program, light skeleton
 2021-06-11 20:22 UTC  (3+ messages)
` [PATCH v6 bpf-next 14/21] libbpf: Generate loader program out of BPF ELF file

kernel bpf test_progs - vm wrong libc version
 2021-06-11 20:18 UTC 

AF_XDP metadata/hints
 2021-06-11 19:25 UTC  (2+ messages)

[PATCH bpf-next 00/17] Clean up and document RCU-based object protection for XDP_REDIRECT
 2021-06-11 16:30 UTC  (24+ messages)
` [PATCH bpf-next 02/17] bpf: allow RCU-protected lookups to happen from bh context
` [PATCH bpf-next 03/17] dev: add rcu_read_lock_bh_held() as a valid check when getting a RCU dev ref
` [PATCH bpf-next 04/17] xdp: add proper __rcu annotations to redirect map entries
` [PATCH bpf-next 06/17] bnxt: remove rcu_read_lock() around XDP program invocation
` [PATCH bpf-next 11/17] mlx4: "
` [PATCH bpf-next 12/17] nfp: "
` [PATCH bpf-next 15/17] netsec: "

[PATCH net] ixgbe: xsk: fix for metasize when construct skb by xdp_buff
 2021-06-11 15:12 UTC  (2+ messages)

[PATCH bpf-next 0/1] arm64: Add BPF exception tables
 2021-06-11  0:12 UTC  (3+ messages)

[PATCH v27 02/25] LSM: Add the lsmblob data structure
 2021-06-11  0:04 UTC 

[PATCH v7 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-06-10 22:56 UTC  (22+ messages)
` [PATCH v7 bpf-next 01/11] net: Introduce net.ipv4.tcp_migrate_req
` [PATCH v7 bpf-next 02/11] tcp: Add num_closed_socks to struct sock_reuseport
` [PATCH v7 bpf-next 03/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [PATCH v7 bpf-next 04/11] tcp: Add reuseport_migrate_sock() to select a new listener
` [PATCH v7 bpf-next 05/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v7 bpf-next 06/11] tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs
` [PATCH v7 bpf-next 07/11] tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK

[RFCv3 00/19] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-06-10 20:35 UTC  (11+ messages)
` [PATCH 15/19] libbpf: Add support to link multi func tracing program
` [PATCH 16/19] selftests/bpf: Add fentry multi func test

[syzbot] UBSAN: shift-out-of-bounds in ___bpf_prog_run
 2021-06-10 20:00 UTC  (14+ messages)
` [PATCH v3] bpf: core: fix "
    ` [PATCH v4] "

Portability of bpf_tracing.h
 2021-06-10 18:14 UTC  (8+ messages)

[PATCH bpf-next v1 00/10] bpfilter
 2021-06-10 14:56 UTC  (8+ messages)
` [PATCH bpf-next v1 07/10] bpfilter: Add struct rule

[PATCH bpf-next v2 0/7] Add bpf_link based TC-BPF API
 2021-06-10 14:14 UTC  (4+ messages)
` [PATCH bpf-next v2 4/7] net: sched: add lightweight update path for cls_bpf

[PATCH net-next v5 00/15] virtio-net: support xdp socket zero copy
 2021-06-10  8:22 UTC  (16+ messages)
` [PATCH net-next v5 01/15] netdevice: priv_flags extend to 64bit
` [PATCH net-next v5 02/15] netdevice: add priv_flags IFF_NOT_USE_DMA_ADDR
` [PATCH net-next v5 03/15] virtio-net: "
` [PATCH net-next v5 04/15] xsk: XDP_SETUP_XSK_POOL support option IFF_NOT_USE_DMA_ADDR
` [PATCH net-next v5 05/15] virtio: support virtqueue_detach_unused_buf_ctx
` [PATCH net-next v5 06/15] virtio-net: unify the code for recycling the xmit ptr
` [PATCH net-next v5 07/15] virtio-net: standalone virtnet_aloc_frag function
` [PATCH net-next v5 08/15] virtio-net: split the receive_mergeable function
` [PATCH net-next v5 09/15] virtio-net: virtnet_poll_tx support budget check
` [PATCH net-next v5 10/15] virtio-net: independent directory
` [PATCH net-next v5 11/15] virtio-net: move to virtio_net.h
` [PATCH net-next v5 12/15] virtio-net: support AF_XDP zc tx
` [PATCH net-next v5 13/15] virtio-net: support AF_XDP zc rx
` [PATCH net-next v5 14/15] virtio-net: xsk direct xmit inside xsk wakeup
` [PATCH net-next v5 15/15] virtio-net: xsk zero copy xmit kick by threshold

[PATCH bpf 0/2] bpf fix for mixed tail calls and subprograms
 2021-06-10  0:13 UTC  (4+ messages)

[PATCH bpf-next v4 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-06-10  0:11 UTC  (9+ messages)
` [PATCH bpf-next v4 1/3] "
` [PATCH bpf-next v4 3/3] selftests/bpf: Add test for "

[PATCH net-next] net: ena: make symbol 'ena_alloc_map_page' static
 2021-06-09 22:40 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 read-only IMAP folder(s) and NNTP newsgroup(s).