bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-23 22:38:24 to 2021-04-27 23:11:48 UTC [more...]

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

[PATCH bpf-next] libbpf: Fix signed overflow in ringbuf_process_ring
 2021-04-27 23:05 UTC  (3+ messages)

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

[PATCH] bpf: Fix recursion check in trampoline
 2021-04-27 22:41 UTC 

[PATCH v4 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-04-27 22:00 UTC  (15+ 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 bpf 1/2] bpf: Set mac_len in bpf_skb_change_head
 2021-04-27 21:41 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for bpf_skb_change_head

[PATCH v2 bpf-next 0/6] BPF static linker: support static vars and maps
 2021-04-27 21:27 UTC  (27+ messages)
` [PATCH v2 bpf-next 2/6] libbpf: rename static variables during linking
` [PATCH v2 bpf-next 4/6] bpftool: handle transformed static map names in BPF skeleton
` [PATCH v2 bpf-next 5/6] selftests/bpf: extend linked_vars selftests with static variables
` [PATCH v2 bpf-next 6/6] selftests/bpf: extend linked_maps selftests with static maps

[PATCH v2 bpf-next 00/16] bpf: syscall program, FD array, loader program, light skeleton
 2021-04-27 21:05 UTC  (36+ 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 13/16] libbpf: Add bpf_object pointer to kernel_supports()
` [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 dwarves] btf: Generate btf for functions in the .BTF_ids section
 2021-04-27 20:38 UTC  (8+ 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 v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-04-27 18:28 UTC  (16+ messages)
                    ` Crash for i40e on net-next (was: [PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support)

[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 v5 0/6] Add a snprintf eBPF helper
 2021-04-27 18:03 UTC  (9+ 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-27 17:43 UTC  (3+ 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-next] libbpf: handle ENOTSUPP errno in libbpf_strerror()
 2021-04-27 16:18 UTC  (2+ 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)

[PATCH bpf] xsk: fix for xp_aligned_validate_desc() when len == chunk_size
 2021-04-27 12:19 UTC 

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  (11+ messages)
` [PATCHv10 bpf-next 2/4] "

[PATCH v2 bpf-next 0/5] CO-RE relocation selftests fixes
 2021-04-27  1:43 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/5] selftests/bpf: add remaining ASSERT_xxx() variants
` [PATCH v2 bpf-next 2/5] libbpf: support BTF_KIND_FLOAT during type compatibility checks in CO-RE
` [PATCH v2 bpf-next 3/5] selftests/bpf: fix BPF_CORE_READ_BITFIELD() macro
` [PATCH v2 bpf-next 4/5] selftests/bpf: fix field existence CO-RE reloc tests
` [PATCH v2 bpf-next 5/5] selftests/bpf: fix core_reloc test runner

[PATCH 4/5] .gitignore: prefix local generated files with a slash
 2021-04-26 18:55 UTC  (4+ messages)

[PATCH bpf-next 0/5] CO-RE relocation selftests fixes
 2021-04-26 16:44 UTC  (16+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: add remaining ASSERT_xxx() variants
` [PATCH bpf-next 2/5] libbpf: support BTF_KIND_FLOAT during type compatibility checks in CO-RE
` [PATCH bpf-next 3/5] selftests/bpf: fix BPF_CORE_READ_BITFIELD() macro
` [PATCH bpf-next 4/5] selftests/bpf: fix field existence CO-RE reloc tests
` [PATCH bpf-next 5/5] selftests/bpf: fix core_reloc test runner

[PATCHv9 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-26 14:29 UTC  (16+ messages)
` [PATCHv9 bpf-next 2/4] "
` [PATCHv9 bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCHv5 bpf-next 0/7] bpf: Tracing and lsm programs re-attach
 2021-04-26  4:14 UTC  (4+ messages)

[Patch bpf-next v3 00/10] sockmap: add sockmap support to Unix datagram socket
 2021-04-26  2:50 UTC  (11+ messages)
` [Patch bpf-next v3 01/10] sock_map: relax config dependency to CONFIG_NET
` [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-next v3 06/10] sock_map: update sock type checks for AF_UNIX
` [Patch bpf-next v3 07/10] selftests/bpf: factor out udp_socketpair()
` [Patch bpf-next v3 08/10] selftests/bpf: factor out add_to_sockmap()
` [Patch bpf-next v3 09/10] selftests/bpf: add a test case for unix sockmap
` [Patch bpf-next v3 10/10] selftests/bpf: add test cases for redirection between udp and unix

[RFC] bpf.2: Use standard types and attributes
 2021-04-25 21:09 UTC  (7+ messages)

[PATCH bpf-next v5 0/2] add batched ops for percpu array
 2021-04-24 21:45 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] bpf: add batched ops support "
` [PATCH bpf-next v5 2/2] bpf: selftests: update array map tests for per-cpu batched ops

pull-request: bpf-next 2021-04-23
 2021-04-24  2:24 UTC 

[PATCH bpf-next] bpf: Document the pahole release info related to libbpf in bpf_devel_QA.rst
 2021-04-24  0:12 UTC  (4+ 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).