bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-06 03:45:32 to 2021-05-11 08:41:33 UTC [more...]

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-05-11  8:41 UTC  (15+ messages)

[PATCH bpf v2] bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers
 2021-05-11  8:10 UTC 

[PATCH bpf] bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers
 2021-05-11  8:09 UTC  (4+ messages)

[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
 2021-05-11  7:14 UTC  (19+ messages)
` [RFC PATCH bpf-next seccomp 01/12] seccomp: Move no_new_privs check to after prepare_filter
` [RFC PATCH bpf-next seccomp 02/12] bpf, seccomp: Add eBPF filter capabilities
` [RFC PATCH bpf-next seccomp 03/12] seccomp, ptrace: Add a mechanism to retrieve attached eBPF seccomp filters
` [RFC PATCH bpf-next seccomp 04/12] libbpf: recognize section "seccomp"
` [RFC PATCH bpf-next seccomp 05/12] samples/bpf: Add eBPF seccomp sample programs
` [RFC PATCH bpf-next seccomp 06/12] lsm: New hook seccomp_extended
` [RFC PATCH bpf-next seccomp 07/12] bpf/verifier: allow restricting direct map access
` [RFC PATCH bpf-next seccomp 08/12] seccomp-ebpf: restrict filter to almost cBPF if LSM request such
` [RFC PATCH bpf-next seccomp 09/12] yama: (concept) restrict seccomp-eBPF with ptrace_scope
` [RFC PATCH bpf-next seccomp 10/12] seccomp-ebpf: Add ability to read user memory
` [RFC PATCH bpf-next seccomp 11/12] bpf/verifier: support NULL-able ptr to BTF ID as helper argument
` [RFC PATCH bpf-next seccomp 12/12] seccomp-ebpf: support task storage from BPF-LSM, defaulting to group leader

[PATCH bpf] bpf: check for data_len before upgrading mss when 6 to 4
 2021-05-11  6:36 UTC  (19+ messages)
    ` [PATCH bpf v2] bpf: check BPF_F_ADJ_ROOM_FIXED_GSO when upgrading mss in "

[Patch bpf-next v3 00/10] sockmap: add sockmap support to Unix datagram socket
 2021-05-11  5:34 UTC  (16+ messages)
` [Patch bpf-next v3 02/10] af_unix: implement ->read_sock() for sockmap
` [Patch bpf-next v3 03/10] af_unix: implement ->psock_update_sk_prot()
` [Patch bpf-next v3 04/10] af_unix: set TCP_ESTABLISHED for datagram sockets too
` [Patch bpf-next v3 05/10] af_unix: implement unix_dgram_bpf_recvmsg()

[PATCH 1/1] libbpf: Delete an unneeded bool conversion
 2021-05-11  5:09 UTC  (3+ messages)

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-05-11  5:05 UTC  (16+ messages)

[PATCH net v6 0/3] fix packet stuck problem for lockless qdisc
 2021-05-11  4:22 UTC  (5+ messages)
` [PATCH net v6 1/3] net: sched: "
` [PATCH net v6 2/3] net: sched: fix endless tx action reschedule during deactivation
` [PATCH net v6 3/3] net: sched: fix tx action reschedule issue with stopped queue

[PATCH bpf-next 0/3] Reduce kmalloc / kfree churn in the verifier
 2021-05-11  0:55 UTC  (2+ messages)

[PATCH v2 dwarves] btf: Remove ftrace filter
 2021-05-10 18:08 UTC  (9+ messages)

AF_XDP poll() / sendmsg() race + headroom changes
 2021-05-10 17:44 UTC 

[PATCH bpf-next 0/3] Autogenerating API documentation
 2021-05-10 17:48 UTC  (8+ messages)

[RESEND] LSF/MM/BPF: 2021: Call for Proposals
 2021-05-10 17:42 UTC 

[syzbot] WARNING in bpf_bprintf_prepare
 2021-05-10 16:39 UTC 

[PATCH bpf-next] bpf: arm64: Replace STACK_ALIGN() with round_up() to align stack size
 2021-05-10 12:51 UTC 

[PATCHv2] bpf: Add deny list of btf ids check for tracing programs
 2021-05-10  9:50 UTC  (3+ messages)

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

[Patch bpf-next v4 00/12] sockmap: add sockmap support for unix datagram socket
 2021-05-08 22:08 UTC  (13+ messages)
` [Patch bpf-next v4 01/12] sock_map: relax config dependency to CONFIG_NET
` [Patch bpf-next v4 02/12] af_unix: implement ->read_sock() for sockmap
` [Patch bpf-next v4 03/12] af_unix: set TCP_ESTABLISHED for datagram sockets too
` [Patch bpf-next v4 04/12] sock_map: export symbols for af_unix module
` [Patch bpf-next v4 05/12] af_unix: prepare for sockmap support
` [Patch bpf-next v4 06/12] af_unix: implement ->psock_update_sk_prot()
` [Patch bpf-next v4 07/12] af_unix: implement unix_dgram_bpf_recvmsg()
` [Patch bpf-next v4 08/12] sock_map: update sock type checks for AF_UNIX
` [Patch bpf-next v4 09/12] selftests/bpf: factor out udp_socketpair()
` [Patch bpf-next v4 10/12] selftests/bpf: factor out add_to_sockmap()
` [Patch bpf-next v4 11/12] selftests/bpf: add a test case for unix sockmap
` [Patch bpf-next v4 12/12] selftests/bpf: add test cases for redirection between udp and unix

[PATCH 1/1] libbpf: Provide GELF_ST_VISIBILITY() define for older libelf
 2021-05-08 15:22 UTC 

[PATCH v2] sysctl: Remove redundant assignment to first
 2021-05-08 10:33 UTC 

[PATCH v4 bpf-next 00/22] bpf: syscall program, FD array, loader program, light skeleton
 2021-05-08  3:48 UTC  (23+ messages)
` [PATCH v4 bpf-next 01/22] bpf: Introduce bpf_sys_bpf() helper and program type
` [PATCH v4 bpf-next 02/22] bpf: Introduce bpfptr_t user/kernel pointer
` [PATCH v4 bpf-next 03/22] bpf: Prepare bpf syscall to be used from kernel and user space
` [PATCH v4 bpf-next 04/22] libbpf: Support for syscall program type
` [PATCH v4 bpf-next 05/22] selftests/bpf: Test "
` [PATCH v4 bpf-next 06/22] bpf: Make btf_load command to be bpfptr_t compatible
` [PATCH v4 bpf-next 07/22] selftests/bpf: Test for btf_load command
` [PATCH v4 bpf-next 08/22] bpf: Introduce fd_idx
` [PATCH v4 bpf-next 09/22] libbpf: Support for fd_idx
` [PATCH v4 bpf-next 10/22] bpf: Add bpf_btf_find_by_name_kind() helper
` [PATCH v4 bpf-next 11/22] bpf: Add bpf_sys_close() helper
` [PATCH v4 bpf-next 12/22] libbpf: Change the order of data and text relocations
` [PATCH v4 bpf-next 13/22] libbpf: Add bpf_object pointer to kernel_supports()
` [PATCH v4 bpf-next 14/22] libbpf: Generate loader program out of BPF ELF file
` [PATCH v4 bpf-next 15/22] libbpf: Use fd_array only with gen_loader
` [PATCH v4 bpf-next 16/22] libbpf: Cleanup temp FDs when intermediate sys_bpf fails
` [PATCH v4 bpf-next 17/22] libbpf: Introduce bpf_map__get_initial_value()
` [PATCH v4 bpf-next 18/22] bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command
` [PATCH v4 bpf-next 19/22] selftests/bpf: Convert few tests to light skeleton
` [PATCH v4 bpf-next 20/22] selftests/bpf: Convert atomics test "
` [PATCH v4 bpf-next 21/22] selftests/bpf: Convert test printk to use rodata
` [PATCH v4 bpf-next 22/22] selftests/bpf: Convert test trace_printk to lskel

[PATCH net v5 0/3] fix packet stuck problem for lockless qdisc
 2021-05-08  3:05 UTC  (5+ messages)
` [PATCH net v5 1/3] net: sched: "

[PATCH bpf] bpf: Limit static tcp-cc functions in the .BTF_ids list to x86
 2021-05-08  0:50 UTC 

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2021-05-07 23:45 UTC  (28+ messages)

[PATCH net-next 0/4] i40e: small improvements on XDP path
 2021-05-07 22:53 UTC  (5+ messages)

[PATCH] lockdown,selinux: fix bogus SELinux lockdown permission checks
 2021-05-07 22:17 UTC  (2+ messages)

Help with verifier failure
 2021-05-07 18:32 UTC  (7+ messages)

[PATCH] sysctl: Remove redundant assignment to first
 2021-05-07 11:26 UTC  (2+ messages)

[PATCH bpf] bpf: Don't WARN_ON_ONCE in bpf_bprintf_prepare
 2021-05-07 10:39 UTC  (10+ messages)

[PATCH] bpf: Forbid trampoline attach for functions with variable arguments
 2021-05-07  8:13 UTC  (5+ messages)

linux-next failing build due to missing cubictcp_state symbol
 2021-05-07  7:10 UTC  (23+ messages)

[RFC PATCH bpf-next 0/7] BPF static linker: global symbols visibility
 2021-05-07  5:41 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/7] bpftool: strip const/volatile/restrict modifiers from .bss and .data vars
` [RFC PATCH bpf-next 2/7] libbpf: add per-file linker opts
` [RFC PATCH bpf-next 3/7] selftests/bpf: stop using static variables for passing data to/from user-space
` [RFC PATCH bpf-next 4/7] bpftool: stop emitting static variables in BPF skeleton
` [RFC PATCH bpf-next 5/7] libbpf: fix ELF symbol visibility update logic
` [RFC PATCH bpf-next 6/7] libbpf: treat STV_INTERNAL same as STV_HIDDEN for functions
` [RFC PATCH bpf-next 7/7] libbpf: convert STV_HIDDEN symbols into STV_INTERNAL after linking

[PATCH bpf-next v6 0/3] Add TC-BPF API
 2021-05-07  2:11 UTC  (6+ messages)
` [PATCH bpf-next v6 2/3] libbpf: add low level "

[PATCH bpf] samples/bpf: consider frame size in tx_only of xdpsock sample
 2021-05-06 23:30 UTC  (4+ messages)

[PATCH v2 bpf-next 2/6] libbpf: rename static variables during linking
 2021-05-06 22:54 UTC  (13+ messages)
                  ` bpf libraries and static variables. Was: "

[PATCH dwarves] btf: Remove ftrace filter
 2021-05-06 19:59 UTC  (3+ messages)

[PATCH v6 bpf-next 1/3] bpf: add lookup_and_delete_elem support to hashtab
 2021-05-06  6:08 UTC  (4+ messages)
` [PATCH v6 bpf-next 3/3] add bpf_lookup_and_delete_elem tests

[PATCH v3 bpf-next 00/17] bpf: syscall program, FD array, loader program, light skeleton
 2021-05-06  3:45 UTC  (4+ messages)
` [PATCH v3 bpf-next 15/17] libbpf: Use fd_array only with gen_loader
` [PATCH v3 bpf-next 16/17] bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command
` [PATCH v3 bpf-next 17/17] selftests/bpf: Convert few tests to light skeleton


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