bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-26 22:22:50 to 2021-04-30 14:20:41 UTC [more...]

[PATCH 5.4 1/8] bpf: Move off_reg into sanitize_ptr_alu
 2021-04-30 14:20 UTC  (4+ messages)
` [PATCH 5.4 2/8] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH 5.4 3/8] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH 5.4 4/8] bpf: Improve verifier error messages for users

[PATCH bpf-next] libbpf: handle ENOTSUPP errno in libbpf_strerror()
 2021-04-30 14:16 UTC  (3+ messages)

[PATCH bpf-next 0/3] Autogenerating API documentation
 2021-04-30 14:04 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: Add sphinx documentation build files
` [PATCH bpf-next 2/3] bpf: Add doxygen configuration file
` [PATCH bpf-next 3/3] bpf: Add rst docs for libbpf

[RFC] bpf: Fix crash on mm_init trampoline attachment
 2021-04-30 13:47 UTC 

[PATCH 5.4 0/8] BPF backports for CVE-2021-29155
 2021-04-30 13:38 UTC  (10+ messages)
` [PATCH 5.4 1/8] bpf: Move off_reg into sanitize_ptr_alu
` [PATCH 5.4 2/8] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH 5.4 3/8] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH 5.4 4/8] bpf: Improve verifier error messages for users
` [PATCH 5.4 5/8] bpf: Refactor and streamline bounds check into helper
` [PATCH 5.4 6/8] bpf: Move sanitize_val_alu out of op switch
` [PATCH 5.4 7/8] bpf: Tighten speculative pointer arithmetic mask
` [PATCH 5.4 8/8] bpf: Update selftests to reflect new error states

[PATCH net v4 0/2] fix packet stuck problem for lockless qdisc
 2021-04-30  6:28 UTC  (14+ messages)
` [PATCH net v4 1/2] net: sched: "

[PATCH v2] .gitignore: prefix local generated files with a slash
 2021-04-30  5:47 UTC  (2+ messages)

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-04-30  3:01 UTC  (4+ messages)

[PATCH RFC] bpf: Fix trampoline for functions with variable arguments
 2021-04-29 21:28 UTC 

[PATCH 1/3] arm64: armv8_deprecated: Fix swp_handler() signal generation
 2021-04-29 17:52 UTC  (8+ messages)
` [PATCH 2/3] arm64: signal: sigreturn() and rt_sigreturn() sometime returns the wrong signals

CO-RE: Weird immediate for bpf_core_field_exists
 2021-04-29 15:31 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
 2021-04-29 15:30 UTC 

[PATCH bpf-next 0/3] Reduce kmalloc / kfree churn in the verifier
 2021-04-29 14:52 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: verifier: improve function state reallocation
` [PATCH bpf-next 2/3] bpf: verifier: use copy_array for jmp_history
` [PATCH bpf-next 3/3] bpf: verifier: allocate idmap scratch in verifier env

[PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-04-29 13:54 UTC  (8+ messages)
` [PATCH v8 bpf-next 01/14] xdp: introduce mb in xdp_buff/xdp_frame

[PATCH v2 bpf-next] libbpf: Fix signed overflow in ringbuf_process_ring
 2021-04-29 13:05 UTC 

[PATCHv2] bpf: Add deny list of btf ids check for tracing programs
 2021-04-29 11:47 UTC 

[PATCH] bpf: Add deny list of btf ids check for tracing and ext programs
 2021-04-29 11:24 UTC  (3+ messages)

[PATCH bpf] bpf: check for data_len before upgrading mss when 6 to 4
 2021-04-29 10:08 UTC 

[PATCH bpf-next] libbpf: Fix signed overflow in ringbuf_process_ring
 2021-04-29  8:46 UTC  (7+ messages)

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

[PATCH dwarves] btf: Generate btf for functions in the .BTF_ids section
 2021-04-28 22:05 UTC  (11+ messages)

Typical way to handle missing macros in vmlinux.h
 2021-04-28 21:15 UTC  (2+ messages)

pull-request: bpf-next 2021-04-28
 2021-04-28 20:47 UTC  (2+ messages)

[PATCH v2 bpf-next 2/6] libbpf: rename static variables during linking
 2021-04-28 19:33 UTC  (16+ messages)

[PATCH v2 bpf-next 00/16] bpf: syscall program, FD array, loader program, light skeleton
 2021-04-28 18:44 UTC  (37+ messages)
` [PATCH v2 bpf-next 01/16] bpf: Introduce bpf_sys_bpf() helper and program type
` [PATCH v2 bpf-next 04/16] libbpf: Support for syscall "
` [PATCH v2 bpf-next 05/16] selftests/bpf: Test "
` [PATCH v2 bpf-next 09/16] libbpf: Support for fd_idx
` [PATCH v2 bpf-next 10/16] bpf: Add bpf_btf_find_by_name_kind() helper
` [PATCH v2 bpf-next 12/16] libbpf: Change the order of data and text relocations
` [PATCH v2 bpf-next 14/16] libbpf: Generate loader program out of BPF ELF file
` [PATCH v2 bpf-next 15/16] bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command

[PATCH bpf-next v5 0/3] Add TC-BPF API
 2021-04-28 16:25 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] libbpf: add netlink helpers
` [PATCH bpf-next v5 2/3] libbpf: add low level TC-BPF API
` [PATCH bpf-next v5 3/3] libbpf: add selftests for "

[PATCH bpf-next] selftests/bpf: Fix the snprintf test
 2021-04-28 15:25 UTC 

[PATCH bpf-next v5 0/6] Add a snprintf eBPF helper
 2021-04-28 14:59 UTC  (10+ messages)
` [PATCH bpf-next v5 6/6] selftests/bpf: Add a series of tests for bpf_snprintf

[PATCH bpf-next v2 0/2] Implement formatted output helpers with bstr_printf
 2021-04-28 14:52 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] seq_file: Add a seq_bprintf function
` [PATCH bpf-next v2 2/2] bpf: Implement formatted output helpers with bstr_printf

[PATCH bpf 1/2] bpf: Set mac_len in bpf_skb_change_head
 2021-04-28 13:39 UTC  (6+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for bpf_skb_change_head

[PATCH bpf v2] xsk: fix for xp_aligned_validate_desc() when len == chunk_size
 2021-04-28  9:44 UTC 

[PATCH bpf] xsk: fix for xp_aligned_validate_desc() when len == chunk_size
 2021-04-28  9:09 UTC  (3+ messages)

[RFC PATCH bpf-next] i40e: support XDP multi-buffer
 2021-04-28  7:44 UTC 

[PATCHv11 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-28  7:19 UTC  (5+ messages)
` [PATCHv11 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv11 bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCHv11 bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCHv11 bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH] bpf: Fix recursion check in trampoline
 2021-04-28  6:44 UTC  (3+ messages)

[PATCH bpf-next v5 0/2] add batched ops for percpu array
 2021-04-27 23:20 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] Add TC-BPF API
 2021-04-27 23:19 UTC  (17+ messages)
` [PATCH bpf-next v4 2/3] libbpf: add low level "
` [PATCH bpf-next v4 3/3] libbpf: add selftests for "

[PATCH net v2] igb: Fix XDP with PTP enabled
 2021-04-27 23:11 UTC  (3+ messages)

[PATCH intel-net] ice: track AF_XDP ZC enabled queues in bitmap
 2021-04-27 19:52 UTC 

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-04-27 18:33 UTC  (15+ messages)

[PATCH 066/190] Revert "bpf: Remove unnecessary assertion on fp_old"
 2021-04-27 18:05 UTC 

[PATCH] libbpf: export inline helpers as symbols for xsk
 2021-04-27 18:05 UTC  (4+ messages)

[PATCH bpf-next] docs: bpf: Fix literal block
 2021-04-27 15:40 UTC  (2+ messages)

[PATCH bpf-next] bpf: Lock bpf_trace_printk's tmp buf before it is written to
 2021-04-27 15:23 UTC  (4+ messages)

[PATCH v4 bpf-next] cpumap: bulk skb using netif_receive_skb_list
 2021-04-27 15:20 UTC  (2+ messages)

linux-next failing build due to missing cubictcp_state symbol
 2021-04-27 12:12 UTC  (9+ messages)

[PATCHv10 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-27  8:40 UTC  (6+ messages)
` [PATCHv10 bpf-next 2/4] "

[PATCH v2 bpf-next 0/5] CO-RE relocation selftests fixes
 2021-04-27  1:43 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 NNTP newsgroup(s).