bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-31 18:28:37 to 2020-08-04 10:35:22 UTC [more...]

[RFC PATCH bpf-next 0/3] Add a new bpf helper for FDB lookup
 2020-08-04 10:35 UTC  (11+ messages)
` [RFC PATCH bpf-next 2/3] bpf: Add helper to do forwarding lookups in kernel FDB table
` [RFC PATCH bpf-next 3/3] samples/bpf: Add a simple bridge example accelerated with XDP

[PATCH v2 0/5] Fixes for setting event freq/periods
 2020-08-04 10:08 UTC  (3+ messages)
` [PATCH v2 4/5] perf record: Don't clear event's period if set by a term

[PATCH stable-5.4.y] bpf: sockmap: Require attach_bpf_fd when detaching a program
 2020-08-04  8:47 UTC 

pull-request: bpf-next 2020-08-04
 2020-08-04  1:45 UTC  (2+ messages)

[RFC PATCH v4 bpf-next 00/12] BPF TCP header options
 2020-08-04  1:28 UTC  (22+ messages)
` [RFC PATCH v4 bpf-next 01/12] tcp: Use a struct to represent a saved_syn
` [RFC PATCH v4 bpf-next 02/12] tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
` [RFC PATCH v4 bpf-next 03/12] tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
` [RFC PATCH v4 bpf-next 04/12] tcp: Add saw_unknown to struct tcp_options_received
` [RFC PATCH v4 bpf-next 05/12] bpf: tcp: Add bpf_skops_established()
` [RFC PATCH v4 bpf-next 06/12] bpf: tcp: Add bpf_skops_parse_hdr()
` [RFC PATCH v4 bpf-next 07/12] bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
` [RFC PATCH v4 bpf-next 08/12] bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
` [RFC PATCH v4 bpf-next 09/12] bpf: tcp: Allow bpf prog to write and parse TCP header option
` [RFC PATCH v4 bpf-next 10/12] bpf: selftests: Add fastopen_connect to network_helpers
` [RFC PATCH v4 bpf-next 11/12] bpf: selftests: tcp header options
` [RFC PATCH v4 bpf-next 12/12] tcp: bpf: Optionally store mac header in TCP_SAVE_SYN

[PATCH bpf-next 0/5] introduce BPF_PROG_TYPE_USER
 2020-08-04  1:18 UTC  (20+ messages)
` [PATCH bpf-next 1/5] bpf: "
` [PATCH bpf-next 2/5] libbpf: support BPF_PROG_TYPE_USER programs
` [PATCH bpf-next 3/5] selftests/bpf: add selftest for BPF_PROG_TYPE_USER
` [PATCH bpf-next 4/5] selftests/bpf: move two functions to test_progs.c
` [PATCH bpf-next 5/5] selftests/bpf: add benchmark for uprobe vs. user_prog

[PATCH bpf-next v3 0/2] bpf: change uapi for bpf iterator map elements
 2020-08-04  0:39 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] tools/bpf: support new uapi for map element bpf iterator

[PATCH bpf-next v6 0/2] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-08-03 21:55 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] bpf: setup socket family and addresses in bpf_prog_test_run_skb
` [PATCH bpf-next v6 2/2] bpf: allow to specify ifindex for skb "

[PATCH] kprobes: fix NULL pointer dereference at kprobe_ftrace_handler
 2020-08-03 19:58 UTC  (5+ messages)

[PATCH bpf-next v3 00/29] bpf: switch to memcg-based memory accounting
 2020-08-03 19:06 UTC  (11+ messages)
` [PATCH bpf-next v3 01/29] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v3 27/29] bpf: eliminate rlimit-based memory accounting infra for bpf maps

[PATCH v5 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-08-03 18:33 UTC  (12+ messages)
` [PATCH v5 bpf-next 1/4] bpf: Factor out bpf_link_by_id() helper
` [PATCH v5 bpf-next 2/4] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH v5 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs
` [PATCH v5 bpf-next 4/4] selftests/bpf: Add bpffs preload test

[PATCH bpf-next v8 0/7] Generalizing bpf_local_storage
 2020-08-03 17:46 UTC  (9+ messages)
` [PATCH bpf-next v8 1/7] A purely mechanical change to split the renaming from the actual generalization
` [PATCH bpf-next v8 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v8 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v8 4/7] bpf: Split bpf_local_storage to bpf_sk_storage
` [PATCH bpf-next v8 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v8 6/7] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v8 7/7] bpf: Add selftests for local_storage

[PATCH v3 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-08-03 16:54 UTC  (2+ messages)

Clang target bpf compile issue/fail on Ubuntu and Debian
 2020-08-03 16:28 UTC  (2+ messages)

[PATCH bpf-next v7 0/7] Generalizing bpf_local_storage
 2020-08-03 15:41 UTC  (6+ messages)
` [PATCH bpf-next v7 5/7] bpf: Implement bpf_local_storage for inodes

[PATCH net] net/bpfilter: initialize pos in __bpfilter_process_sockopt
 2020-08-03 15:36 UTC  (6+ messages)

[PATCH bpf-next 0/3] Add generic and raw BTF parsing APIs to libbpf
 2020-08-03 14:45 UTC  (5+ messages)
` [PATCH bpf-next 1/3] libbpf: add btf__parse_raw() and generic btf__parse() APIs
` [PATCH bpf-next 2/3] tools/bpftool: use libbpf's btf__parse() API for parsing BTF from file
` [PATCH bpf-next 3/3] tools/resolve_btfids: use libbpf's btf__parse() API

[PATCH] tools/bpf/bpftool: Fix wrong return value in do_dump()
 2020-08-03 14:33 UTC  (5+ messages)

[PATCH bpf-next] tools build: propagate build failures from tools/build/Makefile.build
 2020-08-03 14:18 UTC  (6+ messages)

bpf-next is CLOSED
 2020-08-03 14:08 UTC 

[PATCH v6 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-08-03 14:00 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] bpf: change uapi for bpf iterator map elements
 2020-08-03  7:33 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] tools/bpf: support new uapi for map element bpf iterator

[PATCH bpf-next 0/2] bpf: change uapi for bpf iterator map elements
 2020-08-03  6:21 UTC  (9+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] libbpf: support new uapi for map element bpf iterator

BUG: unable to handle kernel NULL pointer dereference in bpf_prog_ADDR
 2020-08-03  5:06 UTC  (3+ messages)

[PATCH bpf-next v5 0/2] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-08-02 22:48 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: setup socket family and addresses in bpf_prog_test_run_skb
` [PATCH bpf-next v5 2/2] bpf: allow to specify ifindex for skb "

[PATCH bpf-next v4 0/2] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-08-02 21:35 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: setup socket family and addresses in bpf_prog_test_run_skb
` [PATCH bpf-next v5 2/2] bpf: allow to specify ifindex for skb "

[PATCH bpf-next v4 0/2] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-08-02 20:19 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] bpf: setup socket family and addresses in bpf_prog_test_run_skb
` [PATCH bpf-next v4 2/2] bpf: allow to specify ifindex for skb "

[PATCH v9 bpf-next 00/14] bpf: Add d_path helper
 2020-08-02 18:26 UTC  (17+ messages)
` [PATCH v9 bpf-next 01/14] tools resolve_btfids: Add size check to get_id function
` [PATCH v9 bpf-next 02/14] tools resolve_btfids: Add support for set symbols
` [PATCH v9 bpf-next 03/14] bpf: Move btf_resolve_size into __btf_resolve_size
` [PATCH v9 bpf-next 04/14] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [PATCH v9 bpf-next 05/14] bpf: Add type_id "
` [PATCH v9 bpf-next 06/14] bpf: Remove recursion call in btf_struct_access
` [PATCH v9 bpf-next 07/14] bpf: Factor btf_struct_access function
` [PATCH v9 bpf-next 08/14] bpf: Add btf_struct_ids_match function
` [PATCH v9 bpf-next 09/14] bpf: Add BTF_SET_START/END macros
` [PATCH v9 bpf-next 10/14] bpf: Add d_path helper
` [PATCH v9 bpf-next 11/14] bpf: Update .BTF_ids section in btf.rst with sets info
` [PATCH v9 bpf-next 12/14] selftests/bpf: Add verifier test for d_path helper
` [PATCH v9 bpf-next 13/14] selftests/bpf: Add "
` [PATCH v9 bpf-next 14/14] selftests/bpf: Add set test to resolve_btfids

memory leak in veth_dev_init
 2020-08-02 15:19 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix spurious test failures in core_retro selftest
 2020-08-02  6:20 UTC  (3+ messages)

[PATCH V2 bpf-next] bpf: make __htab_lookup_and_delete_batch faster when map is almost empty
 2020-08-02  5:23 UTC  (2+ messages)

[PATCH v2 bpf-next 0/5] BPF link force-detach support
 2020-08-02  3:48 UTC  (12+ messages)
` [PATCH v2 bpf-next 1/5] bpf: add support for forced LINK_DETACH command
` [PATCH v2 bpf-next 2/5] libbpf: add bpf_link detach APIs
` [PATCH v2 bpf-next 3/5] selftests/bpf: add link detach tests for cgroup, netns, and xdp bpf_links
` [PATCH v2 bpf-next 4/5] tools/bpftool: add `link detach` subcommand
` [PATCH v2 bpf-next 5/5] tools/bpftool: add documentation and bash-completion for `link detach`

[bpf-next PATCH] Consolidate cgroup setup in selftests
 2020-08-02  3:30 UTC  (4+ messages)
` [bpf-next PATCH] bpf, selftests: Use single cgroup helpers for both test_sockmap/progs

[bpf-next PATCH] bpf: Add comment in bpf verifier to note PTR_TO_BTF_ID can be null
 2020-08-02  3:10 UTC  (4+ messages)

[PATCH bpf-next] bpf: make __htab_lookup_and_delete_batch faster when map is almost empty
 2020-08-01 18:11 UTC  (3+ messages)

[RFC PATCH] bpftool btf: Add prefix option to dump C
 2020-08-01  3:47 UTC  (4+ messages)

pull-request: bpf 2020-07-31
 2020-08-01  0:20 UTC  (2+ messages)

[bpf PATCH v2 0/5] Fix sock_ops field read splat
 2020-07-31 22:46 UTC  (4+ messages)
` [bpf PATCH v2 1/5] bpf: sock_ops ctx access may stomp registers in corner case

[PATCH bpf-next 0/3] samples/bpf: A couple s390 fixes
 2020-07-31 20:34 UTC  (12+ messages)
` [PATCH bpf-next 3/3] libbpf: Use bpf_probe_read_kernel


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