bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-03 20:20:47 to 2021-05-07 18:32:28 UTC [more...]

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

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

[Patch bpf-next v3 00/10] sockmap: add sockmap support to Unix datagram socket
 2021-05-07 14:07 UTC  (12+ 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 bpf] bpf: check for data_len before upgrading mss when 6 to 4
 2021-05-07 13:50 UTC  (14+ messages)

[PATCH] lockdown,selinux: fix bogus SELinux lockdown permission checks
 2021-05-07 11:40 UTC 

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-05-07 11:31 UTC  (12+ messages)

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

[PATCH v2 dwarves] btf: Remove ftrace filter
 2021-05-07 10:39 UTC  (4+ 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  (8+ messages)
` [PATCH bpf-next v6 1/3] libbpf: add netlink helpers
` [PATCH bpf-next v6 2/3] libbpf: add low level TC-BPF API
` [PATCH bpf-next v6 3/3] libbpf: add selftests for "

[PATCHv2] bpf: Add deny list of btf ids check for tracing programs
 2021-05-07  1:36 UTC  (2+ messages)

[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  (5+ messages)
` [PATCH v6 bpf-next 2/3] bpf: extend libbpf with bpf_map_lookup_and_delete_elem_flags
` [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  (18+ messages)
` [PATCH v3 bpf-next 01/17] bpf: Introduce bpf_sys_bpf() helper and program type
` [PATCH v3 bpf-next 02/17] bpf: Introduce bpfptr_t user/kernel pointer
` [PATCH v3 bpf-next 03/17] bpf: Prepare bpf syscall to be used from kernel and user space
` [PATCH v3 bpf-next 04/17] libbpf: Support for syscall program type
` [PATCH v3 bpf-next 05/17] selftests/bpf: Test "
` [PATCH v3 bpf-next 06/17] bpf: Make btf_load command to be bpfptr_t compatible
` [PATCH v3 bpf-next 07/17] selftests/bpf: Test for btf_load command
` [PATCH v3 bpf-next 08/17] bpf: Introduce fd_idx
` [PATCH v3 bpf-next 09/17] libbpf: Support for fd_idx
` [PATCH v3 bpf-next 10/17] bpf: Add bpf_btf_find_by_name_kind() helper
` [PATCH v3 bpf-next 11/17] bpf: Add bpf_sys_close() helper
` [PATCH v3 bpf-next 12/17] libbpf: Change the order of data and text relocations
` [PATCH v3 bpf-next 13/17] libbpf: Add bpf_object pointer to kernel_supports()
` [PATCH v3 bpf-next 14/17] libbpf: Generate loader program out of BPF ELF file
` [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

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

[PATCH v4 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-05-05 23:19 UTC  (7+ messages)
` [PATCH v4 bpf-next 06/11] tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs
` [PATCH v4 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

[RFC v2] bpf.2: Use standard types and attributes
 2021-05-05 22:22 UTC  (16+ messages)

[RFC] bpf: Fix crash on mm_init trampoline attachment
 2021-05-05 21:18 UTC  (6+ messages)

[PATCH] libbpf: Add NULL check to add_dummy_ksym_var
 2021-05-05 18:40 UTC  (2+ messages)

[PATCH bpf v2 0/2] bpf, sockmap fixes
 2021-05-05 18:26 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 13/19] selftests: Set CC to clang in lib.mk if LLVM is set
 2021-05-05 16:41 UTC 

[PATCH AUTOSEL 4.9 13/22] selftests: Set CC to clang in lib.mk if LLVM is set
 2021-05-05 16:41 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 17/22] samples/bpf: Fix broken tracex1 due to kprobe argument change

[PATCH AUTOSEL 4.14 15/25] selftests: Set CC to clang in lib.mk if LLVM is set
 2021-05-05 16:40 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 20/25] samples/bpf: Fix broken tracex1 due to kprobe argument change

[PATCH AUTOSEL 4.19 20/32] selftests: Set CC to clang in lib.mk if LLVM is set
 2021-05-05 16:39 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 26/32] samples/bpf: Fix broken tracex1 due to kprobe argument change

[PATCH AUTOSEL 5.4 27/46] selftests: Set CC to clang in lib.mk if LLVM is set
 2021-05-05 16:38 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 31/46] flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()
` [PATCH AUTOSEL 5.4 36/46] samples/bpf: Fix broken tracex1 due to kprobe argument change

[PATCH AUTOSEL 5.10 08/85] net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapath
 2021-05-05 16:36 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 53/85] selftests: Set CC to clang in lib.mk if LLVM is set
` [PATCH AUTOSEL 5.10 59/85] flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()
` [PATCH AUTOSEL 5.10 64/85] samples/bpf: Fix broken tracex1 due to kprobe argument change

[PATCH AUTOSEL 5.11 013/104] net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapath
 2021-05-05 16:33 UTC  (4+ messages)
` [PATCH AUTOSEL 5.11 069/104] selftests: Set CC to clang in lib.mk if LLVM is set
` [PATCH AUTOSEL 5.11 075/104] flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()
` [PATCH AUTOSEL 5.11 083/104] samples/bpf: Fix broken tracex1 due to kprobe argument change

[PATCH AUTOSEL 5.12 013/116] net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapath
 2021-05-05 16:31 UTC  (4+ messages)
` [PATCH AUTOSEL 5.12 078/116] selftests: Set CC to clang in lib.mk if LLVM is set
` [PATCH AUTOSEL 5.12 085/116] flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()
` [PATCH AUTOSEL 5.12 093/116] samples/bpf: Fix broken tracex1 due to kprobe argument change

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

[PATCH RFC] bpf: Fix trampoline for functions with variable arguments
 2021-05-05 12:42 UTC  (7+ messages)

[PATCH bpf] selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
 2021-05-05  8:59 UTC  (4+ messages)
` [PATCH bpf v2] "
` [PATCH bpf v3] "

[PATCH v4 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-05-05  6:54 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: Fix signed overflow in ringbuf_process_ring
 2021-05-05  0:37 UTC  (6+ messages)

Typical way to handle missing macros in vmlinux.h
 2021-05-04 22:31 UTC  (10+ messages)

PTP RX & TX time-stamp and TX Time in XDP ZC socket
 2021-05-04  9:09 UTC  (2+ messages)

[PATCH net v4] igb: Fix XDP with PTP enabled
 2021-05-04  8:28 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] Add TC-BPF API
 2021-05-03 23:11 UTC  (14+ 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 "

pull-request: bpf 2021-05-04
 2021-05-03 22:47 UTC 

[PATCH bpf v2] xsk: fix for xp_aligned_validate_desc() when len == chunk_size
 2021-05-03 22:40 UTC  (2+ messages)

[PATCH] net: packet: af_packet.c: Add new line after declaration
 2021-05-03 20:45 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).