bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-03 18:36:29 to 2021-11-05 23:42:54 UTC [more...]

[PATCH bpf-next v1 0/6] Change bpftool, libbpf, selftests to force GNU89 mode
 2021-11-05 23:42 UTC  (3+ messages)
` [PATCH bpf-next v1 1/6] bpftool: Compile using -std=gnu89
` [PATCH bpf-next v1 2/6] libbpf: fix non-C89 loop variable declaration in gen_loader.c

pull-request: bpf 2021-11-05
 2021-11-05 23:40 UTC  (2+ messages)

[PATCH v17 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-11-05 23:29 UTC  (29+ messages)
` [PATCH v17 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v17 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v17 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v17 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v17 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v17 bpf-next 06/23] net: marvell: rely on "
` [PATCH v17 bpf-next 07/23] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v17 bpf-next 08/23] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v17 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v17 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v17 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v17 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v17 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v17 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v17 bpf-next 15/23] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v17 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v17 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v17 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v17 bpf-next 19/23] bpf: generalise tail call map
` [PATCH v17 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v17 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v17 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-buff
` [PATCH v17 bpf-next 23/23] xdp: disable XDP_REDIRECT "

[PATCH v5 bpf-next 0/2] introduce bpf_find_vma
 2021-11-05 23:23 UTC  (3+ messages)
` [PATCH v5 bpf-next 1/2] bpf: introduce helper bpf_find_vma
` [PATCH v5 bpf-next 2/2] selftests/bpf: add tests for bpf_find_vma

[PATCH v4 bpf-next 0/2] introduce bpf_find_vma
 2021-11-05 22:52 UTC  (10+ messages)
` [PATCH v4 bpf-next 1/2] bpf: introduce helper bpf_find_vma
` [PATCH v4 bpf-next 2/2] selftests/bpf: add tests for bpf_find_vma

[PATCH bpf-next] libbpf: fix non-C89 loop variable declaration in gen_loader.c
 2021-11-05 22:26 UTC  (6+ messages)

[PATCH bpf-next] bpftool: Fix SPDX tag for Makefiles and .gitignore
 2021-11-05 22:21 UTC  (2+ messages)

[PATCH RFC bpf-next v1 0/6] Introduce unstable CT lookup helpers
 2021-11-05 21:13 UTC  (10+ messages)
` [PATCH RFC bpf-next v1 5/6] net: netfilter: Add unstable CT lookup helper for XDP and TC-BPF

[PATCH v2 bpf-next 00/12] libbpf: add unified bpf_prog_load() low-level API
 2021-11-05 20:56 UTC  (23+ messages)
` [PATCH v2 bpf-next 01/12] libbpf: rename DECLARE_LIBBPF_OPTS into LIBBPF_OPTS
` [PATCH v2 bpf-next 02/12] libbpf: pass number of prog load attempts explicitly
` [PATCH v2 bpf-next 03/12] libbpf: unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
` [PATCH v2 bpf-next 04/12] libbpf: remove internal use of deprecated bpf_prog_load() variants
` [PATCH v2 bpf-next 05/12] libbpf: stop using to-be-deprecated APIs
` [PATCH v2 bpf-next 06/12] bpftool: stop using deprecated bpf_load_program()
` [PATCH v2 bpf-next 07/12] libbpf: remove deprecation attribute from struct bpf_prog_prep_result
` [PATCH v2 bpf-next 08/12] selftests/bpf: fix non-strict SEC() program sections
` [PATCH v2 bpf-next 09/12] selftests/bpf: convert legacy prog load APIs to bpf_prog_load()
` [PATCH v2 bpf-next 10/12] selftests/bpf: merge test_stub.c into testing_helpers.c
` [PATCH v2 bpf-next 11/12] selftests/bpf: use explicit bpf_prog_test_load() calls everywhere
` [PATCH v2 bpf-next 12/12] selftests/bpf: use explicit bpf_test_load_program() helper calls

[PATCH bpf-next v3 06/10] xsk: propagate napi_id to XDP socket Rx path
 2021-11-05 20:17 UTC  (2+ messages)

[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-05 19:51 UTC  (5+ messages)
` [PATCH bpf-next v5 2/2] selftests: bpf: test "

Verifier rejects previously accepted program
 2021-11-05 19:49 UTC  (7+ messages)

[PATCH bpf-next] perf build: Install libbpf headers locally when building
 2021-11-05 18:57 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] arm64/bpf: remove 128MB limit for BPF JIT programs
 2021-11-05 18:54 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] selftests/bpf: add exception handling selftests for tp_bpf program

[PATCH bpf-next] bpftool: add option to enable libbpf's strict mode
 2021-11-05 18:51 UTC  (4+ messages)

[PATCH bpf-next] libbpf: demote log message about unrecognised data sections back down to debug
 2021-11-05 18:41 UTC  (5+ messages)

[syzbot] possible deadlock in ktime_get_coarse_ts64
 2021-11-05 17:24 UTC  (3+ messages)

[PATCH net-next 00/21] ethtool, stats: introduce and use standard XDP stats
 2021-11-05 16:44 UTC  (6+ messages)
` [PATCH net-next 03/21] ethtool, stats: introduce standard XDP statistics

[PATCH bpf-next] riscv, bpf: Fix RV32 broken build, and silence RV64 warning
 2021-11-05 16:00 UTC  (5+ messages)

[PATCH bpf 0/4] Fix some issues for selftest test_xdp_redirect_multi.sh
 2021-11-05 15:46 UTC  (2+ messages)

[PATCH bpf] bpftool: Install libbpf headers for the bootstrap version, too
 2021-11-05 15:30 UTC  (4+ messages)

[PATCH] libbpf: Fix lookup_and_delete_elem_flags
 2021-11-05 15:30 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] Get ifindex in BPF_SK_LOOKUP prog type
 2021-11-05 14:47 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add ifindex to bpf_sk_lookup
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for accessing ifindex in bpf_sk_lookup

[syzbot] general protection fault in cgroup_file_write
 2021-11-05 10:35 UTC 

[PATCH] net: qed: Fix the use of NULL pointer
 2021-11-05 10:19 UTC 

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-05  6:34 UTC  (3+ messages)

[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-05  4:24 UTC  (4+ messages)
` [PATCH bpf-next v5 2/2] selftests: bpf: test "

4-year old off-by-two bug in the BPF verifier's boundary checks?
 2021-11-05  2:14 UTC 

perf build broken looking for bpf/{libbpf,bpf}.h after merge with upstream
 2021-11-05  2:03 UTC  (14+ messages)

[PATCH bpf-next v6] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-11-05  1:30 UTC 

[PATCH bpf-next 0/2] arm64/bpf: remove 128MB limit for BPF JIT programs
 2021-11-04 23:23 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add exception handling selftests for tp_bpf program

[PATCH v2 bpf-next 0/2] introduce bpf_find_vma
 2021-11-04 21:11 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/2] bpf: introduce helper bpf_find_vma
` [PATCH v2 bpf-next 2/2] selftests/bpf: add tests for bpf_find_vma

[PATCH v3 bpf-next 0/2] introduce bpf_find_vma
 2021-11-04 21:01 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: introduce helper bpf_find_vma
` [PATCH v3 bpf-next 2/2] selftests/bpf: add tests for bpf_find_vma

[PATCH bpf-next 0/2] libbpf: Implement BTF Generator API
 2021-11-04 17:34 UTC  (9+ messages)

[RFC PATCH v3 0/3] Introduce BPF map tracing capability
 2021-11-04 17:11 UTC  (15+ messages)
` [RFC PATCH v3 2/3] bpf: Add selftests

[PATCH] ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()
 2021-11-04 16:44 UTC  (2+ messages)

[PATCH bpf-next v5] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-11-04 13:36 UTC  (3+ messages)

[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-04  6:35 UTC 

[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-04  6:30 UTC  (2+ messages)

[PATCH bpf-next v5 2/2] selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmap
 2021-11-04  6:09 UTC 

[PATCH bpf-next 0/2] introduce bpf_find_vma
 2021-11-04  5:56 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: introduce helper bpf_find_vma

[PATCH bpf v2 0/5] bpf, sockmap: fixes stress testing and regression
 2021-11-03 20:47 UTC  (6+ messages)
` [PATCH bpf v2 1/5] bpf, sockmap: Use stricter sk state checks in sk_lookup_assign
` [PATCH bpf v2 2/5] bpf, sockmap: Remove unhash handler for BPF sockmap usage
` [PATCH bpf v2 3/5] bpf, sockmap: Fix race in ingress receive verdict with redirect to self
` [PATCH bpf v2 4/5] bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
` [PATCH bpf v2 5/5] bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg

Question about pointer to forward type
 2021-11-03 19:22 UTC  (4+ messages)

[PATCH v3 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-11-03 18:50 UTC  (5+ messages)

selftests: seccomp_bpf failure on 5.15
 2021-11-03 18:35 UTC  (9+ 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).