bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-11 20:00:28 to 2021-06-16 12:04:05 UTC [more...]

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

[PATCH bpf-next] samples/bpf: Add missing option to xdp_sample_pkts usage
 2021-06-16 10:55 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: Add missing option to xdp_fwd usage
 2021-06-16 10:52 UTC  (2+ messages)

[PATCH net-next v5 00/15] virtio-net: support xdp socket zero copy
 2021-06-16 10:10 UTC  (16+ messages)
` [PATCH net-next v5 03/15] virtio-net: add priv_flags IFF_NOT_USE_DMA_ADDR
` [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 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

Extending bpf_get_ns_current_pid_tgid()
 2021-06-16  9:54 UTC  (5+ messages)

[PATCH bpf v1] bpf: fix libelf endian handling in resolv_btfids
 2021-06-16  9:25 UTC 

Running libbpf + CO-RE in old kernels
 2021-06-16  9:13 UTC  (3+ messages)

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-06-16  8:51 UTC 

[PATCH bpf] lib: bpf: tracing: fail compilation if target arch is missing
 2021-06-16  8:37 UTC  (7+ messages)

[PATCH bpf v2 1/1] lib: bpf: tracing: fail compilation if target arch is missing
 2021-06-16  8:36 UTC 

How to avoid compilation errors like "error: no member named xxx in strut xxx"?
 2021-06-16  6:57 UTC  (3+ messages)

[PATCH v2 00/29] docs: avoid using ReST :doc:`foo` tag
 2021-06-16  6:27 UTC  (2+ messages)
` [PATCH v2 07/29] docs: bpf: bpf_lsm.rst: avoid using ReST :doc:`foo` markup

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

[PATCH v2 bpf-next 0/3] bpf: Introduce BPF timers
 2021-06-16  5:54 UTC  (17+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Introduce bpf_timer

[PATCH bpf] samples/bpf: Fix the error return code of xdp_redirect's main()
 2021-06-16  4:25 UTC 

[PATCH bpf] samples/bpf: Fix Segmentation fault for xdp_redirect command
 2021-06-16  4:23 UTC 

[PATCH bpf-next] bpf: Fix typo in kernel/bpf/bpf_lsm.c
 2021-06-16  2:04 UTC 

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

[PATCH bpf-next 1/2] Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"
 2021-06-16  0:06 UTC  (5+ messages)
` [PATCH bpf-next 2/2] bpf: do not change gso_size during bpf_skb_change_proto()

latest pahole breaks libbpf CI and let's talk about staging
 2021-06-15 23:30 UTC 

[PATCH net-next v2 0/3] Some optimization for lockless qdisc
 2021-06-15 23:29 UTC  (5+ messages)
    `  "

[PATCH v4] bpf: core: fix shift-out-of-bounds in ___bpf_prog_run
 2021-06-15 22:31 UTC  (20+ messages)
                    ` [PATCH v5] "

pull-request: bpf 2021-06-15
 2021-06-15 21:39 UTC 

[RFT] Testing 1.22
 2021-06-15 21:26 UTC  (16+ messages)
            ` Parallelizing vmlinux BTF encoding. was "

Headers for whitelisted kernel functions available to BPF programs
 2021-06-15 19:34 UTC  (7+ messages)

kernel bpf test_progs - vm wrong libc version
 2021-06-15 19:00 UTC  (9+ messages)

[PATCH v8 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-06-15 16:19 UTC  (15+ 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 v2 00/16] Clean up and document RCU-based object protection for XDP_REDIRECT
 2021-06-15 14:54 UTC  (17+ messages)
` [PATCH bpf-next v2 01/16] rcu: Create an unrcu_pointer() to remove __rcu from a pointer
` [PATCH bpf-next v2 02/16] bpf: allow RCU-protected lookups to happen from bh context
` [PATCH bpf-next v2 03/16] xdp: add proper __rcu annotations to redirect map entries
` [PATCH bpf-next v2 04/16] ena: remove rcu_read_lock() around XDP program invocation
` [PATCH bpf-next v2 05/16] bnxt: "
` [PATCH bpf-next v2 06/16] thunderx: "
` [PATCH bpf-next v2 07/16] freescale: "
` [PATCH bpf-next v2 08/16] net: intel: "
` [PATCH bpf-next v2 09/16] marvell: "
` [PATCH bpf-next v2 10/16] mlx4: "
` [PATCH bpf-next v2 11/16] nfp: "
` [PATCH bpf-next v2 12/16] qede: "
` [PATCH bpf-next v2 13/16] sfc: "
` [PATCH bpf-next v2 14/16] netsec: "
` [PATCH bpf-next v2 15/16] stmmac: "
` [PATCH bpf-next v2 16/16] net: ti: "

[PATCH bpf-next 0/3] Fixes for TC-BPF series
 2021-06-15 12:23 UTC  (5+ 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 bpf-next] libbpf: simplify the return expression of bpf_object__init_maps function
 2021-06-15  6:24 UTC  (3+ messages)

[PATCH] tools/bpftool: Fix error return code in do_batch()
 2021-06-15  6:23 UTC  (3+ messages)

[PATCH bpf-next 0/3] XDP bonding support
 2021-06-15  5:34 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 net] xdp, net: fix for construct skb by xdp inside xsk zc rx
 2021-06-15  3:37 UTC 

[PATCH RESEND bpf v3 0/8] sock_map: some bug fixes and improvements
 2021-06-15  2:13 UTC  (9+ messages)
` [PATCH RESEND bpf v3 1/8] skmsg: improve udp_bpf_recvmsg() accuracy
` [PATCH RESEND bpf v3 2/8] selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
` [PATCH RESEND bpf v3 3/8] udp: fix a memory leak in udp_read_sock()
` [PATCH RESEND bpf v3 4/8] skmsg: clear skb redirect pointer before dropping it
` [PATCH RESEND bpf v3 5/8] skmsg: fix a memory leak in sk_psock_verdict_apply()
` [PATCH RESEND bpf v3 6/8] skmsg: teach sk_psock_verdict_apply() to return errors
` [PATCH RESEND bpf v3 7/8] skmsg: pass source psock to sk_psock_skb_redirect()
` [PATCH RESEND bpf v3 8/8] skmsg: increase sk->sk_drops when dropping packets

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

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

bpf_fib_lookup support for firewall mark
 2021-06-14 16:53 UTC  (14+ 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  (3+ 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 v2 1/2] CMakeLists.txt: enable SHARED and STATIC lib creation
 2021-06-11 23:43 UTC  (10+ messages)

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

[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


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