bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 12:51:01 to 2021-06-17 06:36:14 UTC [more...]

[PATCH bpf-next 1/3] net: bonding: Add XDP support to the bonding driver
 2021-06-17  6:35 UTC  (3+ messages)

[PATCH bpf-next v5 0/4] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-06-17  6:27 UTC  (6+ messages)
` [PATCH bpf-next v5 1/4] bpf: add function for XDP meta data length check
` [PATCH bpf-next v5 2/4] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
` [PATCH bpf-next v5 3/4] bpf: support specifying ingress via "
` [PATCH bpf-next v5 4/4] selftests/bpf: Add test for "

[PATCH net-next v5 13/15] virtio-net: support AF_XDP zc rx
 2021-06-17  6:03 UTC 

R1 invalid mem access 'inv'
 2021-06-17  6:02 UTC  (2+ messages)

[PATCH net-next v5 14/15] virtio-net: xsk direct xmit inside xsk wakeup
 2021-06-17  6:01 UTC 

[PATCH net-next v5 15/15] virtio-net: xsk zero copy xmit kick by threshold
 2021-06-17  6:00 UTC 

[PATCH] add multiple program checks to bpf_object__probe_loading
 2021-06-17  5:12 UTC  (2+ messages)

[PATCH -tip v7 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-06-17  4:41 UTC  (11+ messages)
` [PATCH -tip v7 03/13] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
` [PATCH -tip v7 09/13] kprobes: Setup instruction pointer in __kretprobe_trampoline_handler
` [PATCH -tip v7 10/13] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [PATCH -tip v7 11/13] x86/unwind: Recover kretprobe trampoline entry

[PATCH bpf-next] selftests/bpf: fix selftests build with old system-wide headers
 2021-06-17  4:38 UTC  (2+ messages)

latest pahole breaks libbpf CI and let's talk about staging
 2021-06-17  4:26 UTC  (10+ messages)

[PATCH bpf v2 1/1] lib: bpf: tracing: fail compilation if target arch is missing
 2021-06-17  4:24 UTC  (3+ messages)

[PATCH net-next v5 00/15] virtio-net: support xdp socket zero copy
 2021-06-17  3:23 UTC  (22+ 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
` [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-next] bpf: Fix typo in kernel/bpf/bpf_lsm.c
 2021-06-17  3:10 UTC  (3+ messages)

Extending bpf_get_ns_current_pid_tgid()
 2021-06-17  2:49 UTC  (8+ messages)

[PATCH net-next v5 12/15] virtio-net: support AF_XDP zc tx
 2021-06-17  2:36 UTC 

[PATCH net v2] net: sched: add barrier to ensure correct ordering for lockless qdisc
 2021-06-17  1:04 UTC 

[PATCH v2] libbpf: add request buffer type for netlink messages
 2021-06-17  0:37 UTC  (4+ messages)

[PATCH bpf-next 1/2] Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"
 2021-06-17  0:09 UTC  (9+ messages)
` [PATCH bpf-next 2/2] bpf: do not change gso_size during bpf_skb_change_proto()
        ` [PATCH bpf-next v2 1/4] Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"
          ` [PATCH bpf-next v2 2/4] bpf: do not change gso_size during bpf_skb_change_proto()
          ` [PATCH bpf-next v2 3/4] bpf: support all gso types in bpf_skb_change_proto()
          ` [PATCH bpf-next v2 4/4] bpf: more lenient bpf_skb_net_shrink() with BPF_F_ADJ_ROOM_FIXED_GSO

[PATCH bpf] bpf: selftests: Whitelist test_progs.h from .gitignore
 2021-06-16 23:21 UTC  (2+ messages)

[PATCH bpf v1] bpf: fix libelf endian handling in resolv_btfids
 2021-06-16 22:28 UTC  (5+ messages)

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

Headers for whitelisted kernel functions available to BPF programs
 2021-06-16 16:28 UTC  (8+ messages)

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

[REMINDER] LSF/MM/BPF: 2021: Call for Proposals
 2021-06-16 15:02 UTC 

[PATCH bpf-next v2 00/16] Clean up and document RCU-based object protection for XDP_REDIRECT
 2021-06-16 14:58 UTC  (18+ 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] bpf, x86: Remove unused cnt increase from EMIT macro
 2021-06-16 13:34 UTC 

[PATCH net-next v5 12/15] virtio-net: support AF_XDP zc tx
 2021-06-16 12:51 UTC 

[PATCH net] net: sched: add barrier to ensure correct ordering for lockless qdisc
 2021-06-16 12:25 UTC 

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

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)

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 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 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 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 "

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  (4+ messages)

[PATCH bpf-next 0/3] Fixes for TC-BPF series
 2021-06-15 12:23 UTC  (3+ messages)
` [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  (5+ messages)

[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 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  (13+ messages)

[PATCH v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-06-14 12:49 UTC  (10+ messages)
` [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


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