bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-29 17:27:26 to 2021-03-31 09:52:44 UTC [more...]

[PATCH bpf-next 0/5] libbpf: Add TC-BPF API
 2021-03-31  9:51 UTC  (19+ messages)
` [PATCH bpf-next 3/5] libbpf: add low level "
` [PATCH bpf-next 5/5] libbpf: add selftests for "

[PATCH bpf-next 0/2] xsk: introduce generic almost-zerocopy xmit
 2021-03-31  9:44 UTC  (4+ messages)
` [PATCH bpf-next 1/2] xsk: speed-up generic full-copy xmit
` [PATCH bpf-next 2/2] xsk: introduce generic almost-zerocopy xmit

[PATCH bpf-next] bpf: arm64: Redefine MOV consistent with arch insn
 2021-03-31  9:42 UTC  (5+ messages)

[PATCH net 1/1] xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model
 2021-03-31  8:53 UTC  (4+ messages)

Bidding invitation
 2021-03-31  7:10 UTC 

[Patch bpf-next] bpf: remove unused parameter from ___bpf_prog_run
 2021-03-31  7:51 UTC 

[PATCH net-next v3 0/8] virtio-net support xdp socket zero copy xmit
 2021-03-31  7:11 UTC  (9+ messages)
` [PATCH net-next v3 1/8] xsk: XDP_SETUP_XSK_POOL support option check_dma
` [PATCH net-next v3 2/8] xsk: support get page by addr
` [PATCH net-next v3 3/8] virtio-net: xsk zero copy xmit setup
` [PATCH net-next v3 4/8] virtio-net: xsk zero copy xmit implement wakeup and xmit
` [PATCH net-next v3 5/8] virtio-net: xsk zero copy xmit support xsk unaligned mode
` [PATCH net-next v3 6/8] virtio-net: xsk zero copy xmit kick by threshold
` [PATCH net-next v3 7/8] virtio-net: poll tx call xsk zerocopy xmit
` [PATCH net-next v3 8/8] virtio-net: free old xmit handle xsk

[PATCH v4 bpf 0/3] AF_XDP Socket Creation Fixes
 2021-03-31  7:05 UTC  (5+ messages)
` [PATCH v4 bpf 1/3] libbpf: ensure umem pointer is non-NULL before dereferencing
` [PATCH v4 bpf 2/3] libbpf: restore umem state after socket create failure
` [PATCH v4 bpf 3/3] libbpf: only create rx and tx XDP rings when necessary

[PATCH bpf-next v2] bpf: check flags in 'bpf_ringbuf_discard()' and 'bpf_ringbuf_submit()'
 2021-03-31  7:02 UTC  (4+ messages)

[PATCH bpf-next] bpf: add 'BPF_RB_MAY_WAKEUP' flag
 2021-03-31  6:58 UTC  (7+ messages)
` [PATCH bpf-next] bpf: check flags in 'bpf_ringbuf_discard()' and 'bpf_ringbuf_submit()'

[PATCH v2 bpf-next 00/14] bpf: Support calling kernel function
 2021-03-31  6:44 UTC  (17+ messages)
        ` [External] "

[PATCH bpf-next] bpf: Generate BTF_KIND_FLOAT when linking vmlinux
 2021-03-31  6:28 UTC  (2+ messages)

[PATCH 0/3] bpf/selftests: page size fixes
 2021-03-31  6:25 UTC  (8+ messages)
` [PATCH v2 1/4] selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeleton
  ` [PATCH v2 4/4] selftests/bpf: ringbuf, mmap: bump up page size to 64K

[RFC PATCH -tip 0/3] x86/kprobes,orc: Fix ORC unwinder to unwind stack with optimized probe
 2021-03-31  5:44 UTC  (4+ messages)
` [RFC PATCH -tip 1/3] x86/kprobes: Add ORC information to optprobe template
` [RFC PATCH -tip 2/3] kprobes: Add functions to find instruction buffer entry address
` [RFC PATCH -tip 3/3] x86/kprobes,orc: Unwind optprobe trampoline correctly

[PATCH V2 1/1] mm:improve the performance during fork
 2021-03-31  5:44 UTC  (2+ messages)

[PATCH v2 bpf-next] selftests/bpf: Add an option for a debug shell in vmtest.sh
 2021-03-31  5:17 UTC  (4+ messages)

[PATCH dwarves 0/3] add option to merge more dwarf cu's into
 2021-03-31  4:30 UTC  (6+ messages)
` [PATCH dwarves 1/3] dwarf_loader: permits flexible HASHTAGS__BITS

[PATCH kbuild] kbuild: add -grecord-gcc-switches to clang build
 2021-03-31  3:28 UTC  (11+ messages)

[PATCH dwarves v3 0/3] permit merging all dwarf cu's for clang lto built binary
 2021-03-31  3:20 UTC  (14+ messages)
` [PATCH dwarves v3 3/3] dwarf_loader: "

[PATCH net-next v2 0/6] stmmac: Add XDP support
 2021-03-31  2:48 UTC  (11+ messages)
` [PATCH net-next v2 1/6] net: stmmac: set IRQ affinity hint for multi MSI vectors
` [PATCH net-next v2 2/6] net: stmmac: make SPH enable/disable to be configurable
` [PATCH net-next v2 3/6] net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptors
` [PATCH net-next v2 4/6] net: stmmac: Add initial XDP support
` [PATCH net-next v2 5/6] net: stmmac: Add support for XDP_TX action
` [PATCH net-next v2 6/6] net: stmmac: Add support for XDP_REDIRECT action

[Patch bpf-next v8 00/16] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-31  2:32 UTC  (17+ messages)
` [Patch bpf-next v8 01/16] skmsg: lock ingress_skb when purging
` [Patch bpf-next v8 02/16] skmsg: introduce a spinlock to protect ingress_msg
` [Patch bpf-next v8 03/16] net: introduce skb_send_sock() for sock_map
` [Patch bpf-next v8 04/16] skmsg: avoid lock_sock() in sk_psock_backlog()
` [Patch bpf-next v8 05/16] skmsg: use rcu work for destroying psock
` [Patch bpf-next v8 06/16] skmsg: use GFP_KERNEL in sk_psock_create_ingress_msg()
` [Patch bpf-next v8 07/16] sock_map: simplify sock_map_link() a bit
` [Patch bpf-next v8 08/16] sock_map: kill sock_map_link_no_progs()
` [Patch bpf-next v8 09/16] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next v8 10/16] sock: introduce sk->sk_prot->psock_update_sk_prot()
` [Patch bpf-next v8 11/16] udp: implement ->read_sock() for sockmap
` [Patch bpf-next v8 12/16] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
` [Patch bpf-next v8 13/16] udp: implement udp_bpf_recvmsg() for sockmap
` [Patch bpf-next v8 14/16] sock_map: update sock type checks for UDP
` [Patch bpf-next v8 15/16] selftests/bpf: add a test case for udp sockmap
` [Patch bpf-next v8 16/16] selftests/bpf: add a test case for loading BPF_SK_SKB_VERDICT

[PATCH kbuild v2] kbuild: add -grecord-gcc-switches to clang build
 2021-03-31  0:16 UTC 

[PATCH] bpf: remove redundant assignment of variable id
 2021-03-30 21:10 UTC  (2+ messages)

[Patch bpf-next] net: filter: Remove unused bpf_load_pointer
 2021-03-30 21:00 UTC  (3+ messages)

[RFC PATCH bpf-next 0/4] bpf: Tracing programs re-attach
 2021-03-30 20:02 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Allow trampoline re-attach
` [RFC PATCH bpf-next 2/4] selftests/bpf: Add re-attach test to fentry_test
` [RFC PATCH bpf-next 4/4] selftests/bpf: Test that module can't be unloaded with attached trampoline

[PATCH bpf-next 0/3] Handle no-BTF object files better
 2021-03-30 18:00 UTC  (12+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: allow compiling BPF objects without BTF

[PATCH v3 bpf 0/3] AF_XDP Socket Creation Fixes
 2021-03-30 17:25 UTC  (7+ messages)
` [PATCH v3 bpf 1/3] libbpf: ensure umem pointer is non-NULL before dereferencing
` [PATCH v3 bpf 2/3] libbpf: restore umem state after socket create failure
` [PATCH v3 bpf 3/3] libbpf: only create rx and tx XDP rings when necessary

[PATCH v5 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-30 16:34 UTC  (19+ messages)
` [PATCH v5 bpf-next 01/17] selftests: xsk: don't call worker_pkt_dump() for stats test
` [PATCH v5 bpf-next 02/17] selftests: xsk: remove struct ifaceconfigobj
` [PATCH v5 bpf-next 03/17] selftests: xsk: remove unused function
` [PATCH v5 bpf-next 04/17] selftests: xsk: remove inline keyword from source file
` [PATCH v5 bpf-next 05/17] selftests: xsk: simplify frame traversal in dumping thread
` [PATCH v5 bpf-next 06/17] libbpf: xsk: use bpf_link
` [PATCH v5 bpf-next 07/17] samples: bpf: do not unload prog within xdpsock
` [PATCH v5 bpf-next 08/17] selftests: xsk: remove thread for netns switch
` [PATCH v5 bpf-next 09/17] selftests: xsk: split worker thread
` [PATCH v5 bpf-next 10/17] selftests: xsk: remove Tx synchronization resources
` [PATCH v5 bpf-next 11/17] selftests: xsk: refactor teardown/bidi test cases and testapp_validate
` [PATCH v5 bpf-next 12/17] selftests: xsk: remove sync_mutex_tx and atomic var
` [PATCH v5 bpf-next 13/17] veth: implement ethtool's get_channels() callback
` [PATCH v5 bpf-next 14/17] selftests: xsk: implement bpf_link test
` [PATCH v5 bpf-next 15/17] selftests: xsk: remove thread attribute
` [PATCH v5 bpf-next 16/17] selftests: xsk: Remove mutex and condition variable
` [PATCH v5 bpf-next 17/17] selftests: xsk: Remove unused defines

[PATCH bpf-next 0/2] bpf: Update doc about calling kernel function
 2021-03-30 16:33 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Update bpf_design_QA.rst to clarify the kfunc call is not ABI
` [PATCH bpf-next 2/2] bpf: selftests: Update clang requirement in README.rst for testing kfunc call

[PATCH bpf-next] libbpf: fix memory leak when emitting final btf_ext
 2021-03-30 16:32 UTC  (2+ messages)

[PATCH v2 bpf 0/3] AF_XDP Socket Creation Fixes
 2021-03-30 12:04 UTC  (6+ messages)
` [PATCH v2 bpf 3/3] libbpf: ignore return values of setsockopt for XDP rings

[Patch bpf-next v7 00/13] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-30  6:45 UTC  (21+ messages)
` [Patch bpf-next v7 02/13] skmsg: introduce a spinlock to protect ingress_msg
` [Patch bpf-next v7 04/13] skmsg: avoid lock_sock() in sk_psock_backlog()
` [Patch bpf-next v7 05/13] skmsg: use rcu work for destroying psock
` [Patch bpf-next v7 06/13] skmsg: use GFP_KERNEL in sk_psock_create_ingress_msg()
` [Patch bpf-next v7 07/13] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next v7 09/13] udp: implement ->read_sock() for sockmap
` [Patch bpf-next v7 12/13] sock_map: update sock type checks for UDP

[PATCH -tip v4 00/12] kprobes: Fix stacktrace with kretprobes on x86
 2021-03-30  4:58 UTC  (8+ messages)
` [PATCH -tip v4 10/12] x86/kprobes: Push a fake return address at kretprobe_trampoline

[PATCH bpf-next] bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACE
 2021-03-30  2:00 UTC  (2+ messages)

[PATCH] ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx
 2021-03-30  0:30 UTC  (3+ messages)

[PATCH v3 bpf-next] tools/resolve_btfids: Fix warnings
 2021-03-29 23:10 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 04/19] bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp
 2021-03-29 22:22 UTC 

[PATCH AUTOSEL 5.10 04/33] bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp
 2021-03-29 22:21 UTC 

[PATCH AUTOSEL 5.11 05/38] bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp
 2021-03-29 22:21 UTC 

[PATCH v4 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-29 21:46 UTC  (7+ messages)
` [PATCH v4 bpf-next 06/17] libbpf: xsk: use bpf_link

[PATCH 0/9] riscv: improve self-protection
 2021-03-29 20:41 UTC  (11+ messages)
` [PATCH 1/9] riscv: add __init section marker to some functions
` [PATCH 2/9] riscv: Mark some global variables __ro_after_init
` [PATCH 3/9] riscv: Constify sys_call_table
` [PATCH 4/9] riscv: Constify sbi_ipi_ops
` [PATCH 5/9] riscv: kprobes: Implement alloc_insn_page()
` [PATCH 6/9] riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core
` [PATCH 7/9] riscv: bpf: Avoid breaking W^X
` [PATCH 8/9] riscv: module: Create module allocations without exec permissions
` [PATCH 9/9] riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMU

[PATCH] selftests/bpf: add LDFLAGS when building test_verifier
 2021-03-29 20:04 UTC  (2+ messages)

[syzbot] possible deadlock in ip_setsockopt
 2021-03-29 19:34 UTC 

[PATCH v2 bpf-next] tools/resolve_btfids: Fix warnings
 2021-03-29 17:26 UTC  (3+ 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).