bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 19:39:20 to 2020-07-30 21:25:42 UTC [more...]

[PATCH bpf-next v3 00/29] bpf: switch to memcg-based memory accounting
 2020-07-30 21:23 UTC  (22+ messages)
` [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 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 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 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 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

[PATCH bpf-next 0/5] BPF link force-detach support
 2020-07-30 21:16 UTC  (15+ 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 0/1] arm64: Add BPF exception tables
 2020-07-30 21:14 UTC  (9+ messages)
` [PATCH bpf-next 1/1] arm64: bpf: "

[PATCH v3 bpf-next 0/9] BPF TCP header options
 2020-07-30 20:57 UTC  (10+ 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 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 bpf] libbpf: Fix register in PT_REGS MIPS macros
 2020-07-30 20:43 UTC  (4+ messages)

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

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

[PATCH bpf-next] selftests/bpf: Omit nodad flag when adding addresses to loopback
 2020-07-30 19:30 UTC  (2+ messages)

[PATCH net] net/bpfilter: initialize pos in __bpfilter_process_sockopt
 2020-07-30 16:13 UTC  (2+ messages)

[PATCH bpf-next v7 0/7] Generalizing bpf_local_storage
 2020-07-30 14:07 UTC  (8+ 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 v2] net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq
 2020-07-30 10:29 UTC 

[PATCH v8 bpf-next 00/13] bpf: Add d_path helper
 2020-07-30 10:22 UTC  (35+ messages)
` [PATCH v8 bpf-next 01/13] selftests/bpf: Fix resolve_btfids test
` [PATCH v8 bpf-next 03/13] bpf: Move btf_resolve_size into __btf_resolve_size
` [PATCH v8 bpf-next 04/13] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [PATCH v8 bpf-next 06/13] bpf: Factor btf_struct_access function
` [PATCH v8 bpf-next 07/13] bpf: Add btf_struct_ids_match function
` [PATCH v8 bpf-next 08/13] bpf: Add BTF_SET_START/END macros
` [PATCH v8 bpf-next 09/13] bpf: Add d_path helper
` [PATCH v8 bpf-next 11/13] selftests/bpf: Add verifier test for "
` [PATCH v8 bpf-next 12/13] selftests/bpf: Add "
` [PATCH v8 bpf-next 13/13] selftests/bpf: Add set test to resolve_btfids

[PATCH bpf-next] libbpf: make destructors more robust by handling ERR_PTR(err) cases
 2020-07-30  4:20 UTC  (2+ messages)

[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  (7+ messages)
` [PATCH v4 bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH v2 0/5] Fixes for setting event freq/periods
 2020-07-29 23:24 UTC  (14+ messages)
` [PATCH v2 1/5] perf record: Set PERF_RECORD_PERIOD if attr->freq is set
` [PATCH v2 2/5] perf record: Prevent override of attr->sample_period for libpfm4 events
` [PATCH v2 4/5] perf record: Don't clear event's period if set by a term

[PATCH bpf-next 1/2] bpf: expose socket storage to BPF_PROG_TYPE_CGROUP_SOCK
 2020-07-29 23:17 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: verify socket storage in cgroup/sock_{create,release}

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

[PATCH v4 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-29 23:06 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Factor out bpf_link_get_by_id() helper
` [PATCH v4 bpf-next 2/4] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH v4 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs

[PATCH bpf-next 1/2] bpf: add missing newline characters in verifier error messages
 2020-07-29 22:44 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: test bpf_iter buffer access with negative offset

[PATCH bpf-next 0/3] samples/bpf: A couple s390 fixes
 2020-07-29 22:17 UTC  (18+ messages)
` [PATCH bpf-next 1/3] samples/bpf: Fix building out of srctree
` [PATCH bpf-next 2/3] samples/bpf: Fix test_map_in_map on s390
` [PATCH bpf-next 3/3] libbpf: Use bpf_probe_read_kernel

[bpf PATCH v2 0/5] Fix sock_ops field read splat
 2020-07-29 21:57 UTC  (12+ messages)
` [bpf PATCH v2 1/5] bpf: sock_ops ctx access may stomp registers in corner case
` [bpf PATCH v2 2/5] bpf: sock_ops sk access may stomp registers when dst_reg = src_reg
` [bpf PATCH v2 3/5] bpf, selftests: Add tests for ctx access in sock_ops with single register
` [bpf PATCH v2 4/5] bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registers
` [bpf PATCH v2 5/5] bpf, selftests: Add tests to sock_ops for loading sk

[PATCH] net/mlx5e: fix bpf_prog refcnt leaks in mlx5e_alloc_rq
 2020-07-29 20:51 UTC  (4+ messages)

general protection fault in security_inode_getattr
 2020-07-29 20:23 UTC 

Clang target bpf compile issue/fail on Ubuntu and Debian
 2020-07-29 19:13 UTC 

[PATCH] net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq
 2020-07-29 18:36 UTC 

BPF program metadata
 2020-07-29 16:27 UTC 

[PATCH] bpf: Add bpf_ktime_get_real_ns
 2020-07-29 14:08 UTC  (7+ messages)

[PATCH bpf-next v4 00/14] xsk: support shared umems between devices and queues
 2020-07-29 13:22 UTC  (9+ messages)
` [PATCH bpf-next v4 05/14] xsk: move queue_id, dev and need_wakeup to buffer pool
` [PATCH bpf-next v4 08/14] xsk: enable sharing of dma mappings

[PATCH bpf-next] Documentation/bpf: Use valid and new links in index.rst
 2020-07-29 13:09 UTC 

fentry/fexit attach to EXT type XDP program does not work
 2020-07-29  8:09 UTC  (8+ messages)

[bpf PATCH 0/3] Fix sock_ops field read splat
 2020-07-29  1:14 UTC  (8+ messages)
` [bpf PATCH 1/3] bpf: sock_ops ctx access may stomp registers in corner case

[PATCH bpf-next] bpf: fix build without CONFIG_NET when using BPF XDP link
 2020-07-28 22:32 UTC  (4+ messages)

[bpf-next PATCH] bpf, selftests: use ::1 for localhost in tcp_server.py
 2020-07-28 22:28 UTC  (2+ messages)

[PATCH v3 bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-28 20:54 UTC  (3+ messages)
` [PATCH v3 bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks


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