bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-29 23:05:34 to 2020-08-01 19:48:50 UTC [more...]

[PATCH net] net/bpfilter: initialize pos in __bpfilter_process_sockopt
 2020-08-01 19:48 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)

[PATCH V2 bpf-next] bpf: make __htab_lookup_and_delete_batch faster when map is almost empty
 2020-08-01 18:09 UTC 

[PATCH v9 bpf-next 00/14] bpf: Add d_path helper
 2020-08-01 17:03 UTC  (15+ 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

[PATCH bpf-next 0/5] introduce BPF_PROG_TYPE_USER
 2020-08-01 15:21 UTC  (8+ 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 v6 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-08-01  7:13 UTC  (9+ messages)
` [PATCH v6 bpf-next 1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [PATCH v6 bpf-next 2/6] bpf: propagate poke descriptors to subprograms
` [PATCH v6 bpf-next 3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
` [PATCH v6 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [PATCH v6 bpf-next 5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT
` [PATCH v6 bpf-next 6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall

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

[bpf-next PATCH] Consolidate cgroup setup in selftests
 2020-08-01  3:33 UTC  (3+ 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-01  3:30 UTC  (2+ messages)

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

[PATCH v2 bpf-next 0/5] BPF link force-detach support
 2020-07-31 23:35 UTC  (11+ 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`

[PATCH bpf-next v3 00/29] bpf: switch to memcg-based memory accounting
 2020-07-31 22:48 UTC  (32+ messages)
` [PATCH bpf-next v3 01/29] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v3 02/29] bpf: memcg-based memory accounting for bpf maps
` [PATCH bpf-next v3 03/29] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v3 04/29] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v3 05/29] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v3 06/29] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v3 07/29] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v3 08/29] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v3 09/29] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v3 10/29] bpf: memcg-based memory accounting for socket storage maps
` [PATCH bpf-next v3 11/29] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v3 12/29] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v3 13/29] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v3 14/29] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next v3 15/29] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v3 16/29] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v3 17/29] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next v3 18/29] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v3 19/29] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next v3 20/29] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v3 21/29] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v3 22/29] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v3 23/29] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v3 24/29] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v3 25/29] bpf: eliminate rlimit-based memory accounting for socket storage maps
` [PATCH bpf-next v3 26/29] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v3 27/29] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v3 28/29] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v3 29/29] bpf: samples: do not touch RLIMIT_MEMLOCK

[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] selftests/bpf: fix spurious test failures in core_retro selftest
 2020-07-31 21:55 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] Add a new bpf helper for FDB lookup
 2020-07-31 21:52 UTC  (10+ messages)
` [RFC PATCH bpf-next 1/3] net/bridge: Add new function to access FDB from XDP programs
` [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 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

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

[PATCH v3 bpf-next 0/9] BPF TCP header options
 2020-07-31 17:59 UTC  (17+ messages)
` [PATCH v3 bpf-next 1/9] tcp: Use a struct to represent a saved_syn
` [PATCH v3 bpf-next 2/9] tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
` [PATCH v3 bpf-next 3/9] tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
` [PATCH v3 bpf-next 4/9] tcp: Add unknown_opt arg to tcp_parse_options
` [PATCH v3 bpf-next 5/9] bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
` [PATCH v3 bpf-next 6/9] bpf: tcp: Allow bpf prog to write and parse TCP header option
` [PATCH v3 bpf-next 7/9] bpf: selftests: Add fastopen_connect to network_helpers
` [PATCH v3 bpf-next 8/9] bpf: selftests: tcp header options
` [PATCH v3 bpf-next 9/9] tcp: bpf: Optionally store mac header in TCP_SAVE_SYN

[PATCH bpf-next] bpf: fix compilation warning of selftests
 2020-07-31 17:39 UTC  (3+ messages)

[PATCH bpf-next v3] Documentation/bpf: Use valid and new links in index.rst
 2020-07-31 16:19 UTC  (2+ messages)

[PATCH bpf v2] libbpf: Fix register in PT_REGS MIPS macros
 2020-07-31 15:27 UTC  (2+ messages)

[PATCH bpf] libbpf: Fix register in PT_REGS MIPS macros
 2020-07-31 10:31 UTC  (7+ messages)

[PATCH bpf-next] tools build: propagate build failures from tools/build/Makefile.build
 2020-07-31  2:42 UTC 

[PATCH bpf-next] selftests/bpf: Omit nodad flag when adding addresses to loopback
 2020-07-31  0:06 UTC  (3+ messages)

[PATCH bpf-next] libbpf: make destructors more robust by handling ERR_PTR(err) cases
 2020-07-31  0:05 UTC  (3+ messages)

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-07-31  0:04 UTC  (9+ messages)
` [PATCH bpf-next v5 15/15] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH v2] net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq
 2020-07-30 23:18 UTC  (3+ messages)

[PATCH v5 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-30 22:58 UTC  (7+ messages)
` [PATCH v5 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT

[PATCH bpf-next 0/1] arm64: Add BPF exception tables
 2020-07-30 22:45 UTC  (10+ messages)
` [PATCH bpf-next 1/1] arm64: bpf: "

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

[PATCH bpf-next v2 00/35] bpf: switch to memcg-based memory accounting
 2020-07-30 20:46 UTC  (8+ messages)
` [PATCH bpf-next v2 29/35] bpf: libbpf: cleanup RLIMIT_MEMLOCK usage

[PATCH v8 bpf-next 00/13] bpf: Add d_path helper
 2020-07-30 10:22 UTC  (6+ messages)
` [PATCH v8 bpf-next 09/13] "

[FINAL REMINDER] LPC 2020 Networking and BPF Track CFP
 2020-07-30  0:55 UTC 

[PATCH bpf-next v2] Documentation/bpf: Use valid and new links in index.rst
 2020-07-29 23:54 UTC  (3+ messages)

[PATCH v4 bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-29 23:44 UTC  (2+ messages)

[PATCH v2 0/5] Fixes for setting event freq/periods
 2020-07-29 23:24 UTC  (5+ messages)
` [PATCH v2 2/5] perf record: Prevent override of attr->sample_period for libpfm4 events

[PATCH bpf-next 1/2] bpf: expose socket storage to BPF_PROG_TYPE_CGROUP_SOCK
 2020-07-29 23:17 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: don't destroy failed link
 2020-07-29 23:12 UTC  (2+ messages)

[PATCH v4 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-29 23:06 UTC  (3+ messages)
` [PATCH v4 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs


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