bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-22 08:19:14 to 2020-05-27 17:35:42 UTC [more...]

[PATCH bpf-next 0/8] Link-based program attachment to network namespaces
 2020-05-27 17:35 UTC  (10+ messages)
` [PATCH bpf-next 1/8] flow_dissector: Don't grab update-side lock on prog detach from pre_exit
` [PATCH bpf-next 2/8] flow_dissector: Pull locking up from prog attach callback
` [PATCH bpf-next 3/8] net: Introduce netns_bpf for BPF programs attached to netns
` [PATCH bpf-next 4/8] flow_dissector: Move out netns_bpf prog callbacks
` [PATCH bpf-next 5/8] bpf: Add link-based BPF program attachment to network namespace
` [PATCH bpf-next 6/8] libbpf: Add support for bpf_link-based netns attachment
` [PATCH bpf-next 7/8] bpftool: Support link show for netns-attached links
` [PATCH bpf-next 8/8] selftests/bpf: Add tests for attaching bpf_link to netns

[PATCH bpf-next] libbpf: Export bpf_object__load_vmlinux_btf
 2020-05-27 17:03 UTC  (3+ messages)

[PATCH bpf-next 0/4] Generalizing bpf_local_storage
 2020-05-27 17:09 UTC  (11+ messages)
` [PATCH bpf-next 1/4] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next 2/4] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next 3/4] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next 4/4] bpf: Add selftests for local_storage

[PATCH 0/8] selftests/bpf: installation and out of tree build fixes
 2020-05-27 17:05 UTC  (35+ messages)
` [PATCH 1/8] selftests/bpf: remove test_align from Makefile
` [PATCH 2/8] selftests/bpf: build bench.o for any $(OUTPUT)
` [PATCH 4/8] selftests/bpf: fix object files installation
` [PATCH 5/8] selftests/bpf: add output dir to include list
` [PATCH 6/8] selftests/bpf: fix urandom_read installation
` [PATCH 7/8] selftests/bpf: fix test.h placing for out of tree build
` [PATCH 8/8] selftests/bpf: factor out MKDIR rule
  ` [PATCH] selftests/bpf: split -extras target to -static and -gen

[PATCH bpf-next] bpf: add SO_KEEPALIVE and related options to bpf_setsockopt
 2020-05-27 17:02 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-05-27 15:04 UTC  (13+ messages)
` [PATCHv3 "
  ` [PATCHv3 bpf-next 1/2] xdp: add a new helper for "
  ` [PATCHv3 bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test
` [PATCHv4 bpf-next 0/2] xdp: add dev map multicast support
  ` [PATCHv4 bpf-next 1/2] xdp: add a new helper for "
  ` [PATCHv4 bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test

[PATCH] fs: Add an explicit might_sleep() to iput
 2020-05-27 14:17 UTC 

[PATCH bpf-next V2] bpf: Fix map_check_no_btf return code
 2020-05-27 11:33 UTC 

[PATCH v2 bpf-next] xdp: introduce convert_to_xdp_buff utility routine
 2020-05-27 10:08 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix perf_buffer__free() API for sparse allocs
 2020-05-27  8:42 UTC 

kselftest OOT run_tests
 2020-05-27  7:34 UTC  (5+ messages)

[RESEND PATCH 0/3] selftests: lib.mk improvements
 2020-05-27  7:16 UTC  (4+ messages)
` [RESEND PATCH 1/3] selftests: do not use .ONESHELL
  ` [RESEND PATCH 2/3] selftests: fix condition in run_tests
  ` [RESEND PATCH 3/3] selftests: simplify run_tests

KMSAN: uninit-value in bpf_skb_load_helper_32
 2020-05-27  6:32 UTC  (2+ messages)

[bpf-next PATCH v5 0/5] bpf: Add sk_msg and networking helpers
 2020-05-26 23:12 UTC  (16+ messages)
` [bpf-next PATCH v5 1/5] bpf, sk_msg: add some generic helpers that may be useful from sk_msg
` [bpf-next PATCH v5 2/5] bpf: extend bpf_base_func_proto helpers with probe_* and *current_task*
` [bpf-next PATCH v5 3/5] bpf, sk_msg: add get socket storage helpers
` [bpf-next PATCH v5 4/5] bpf, selftests: add sk_msg helpers load and attach test
` [bpf-next PATCH v5 5/5] bpf, selftests: test probe_* helpers from SCHED_CLS

[PATCH RESEND] libbpf: use .so dynamic symbols for abi check
 2020-05-26 21:23 UTC  (2+ messages)

[PATCH] bpf: Fix spelling in comment
 2020-05-26 21:22 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: add API to consume the perf ring buffer content
 2020-05-26 21:15 UTC  (3+ messages)

[PATCH] libbpf: Install headers as part of make install
 2020-05-26 21:14 UTC  (3+ messages)

[PATCH] bpf/sockmap: fix kernel panic at __tcp_bpf_recvmsg
 2020-05-26 21:10 UTC 

[PATCH bpf-next] bpf: Fix map_check_no_btf return code
 2020-05-26 18:52 UTC  (4+ messages)

accessing global and per-cpu vars
 2020-05-26 18:20 UTC  (4+ messages)

[PATCH v2 bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-26 17:54 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Consolidate inner-map-compatible properties into bpf_types.h
` [PATCH v2 bpf-next 2/3] bpf: Relax the max_entries check for inner map

[PATCH bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-26 17:47 UTC  (6+ messages)

[PATCH bpf-next] libbpf: add API to consume the perf ring buffer content
 2020-05-26 17:40 UTC  (4+ messages)

[PATCH v2 0/3] selftests: lib.mk improvements
 2020-05-26 17:18 UTC  (6+ messages)

WARNING: locking bug in dev_mc_seq_show
 2020-05-26 17:14 UTC 

OUTPUT and TEST_CUSTOM_PROGS
 2020-05-26 16:43 UTC  (2+ messages)

[PATCH bpf-next] xdp: introduce convert_to_xdp_buff utility routine
 2020-05-26 14:33 UTC  (3+ messages)

[PATCH v3 bpf-next 0/5] BPF ring buffer
 2020-05-26  6:32 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/5] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v3 bpf-next 2/5] libbpf: add BPF ring buffer support
` [PATCH v3 bpf-next 3/5] selftests/bpf: add BPF ringbuf selftests
` [PATCH v3 bpf-next 4/5] bpf: add BPF ringbuf and perf buffer benchmarks
` [PATCH v3 bpf-next 5/5] docs/bpf: add BPF ring buffer design notes

clean up and streamline probe_kernel_* and friends v4
 2020-05-26  6:13 UTC  (3+ messages)

[PATCH v2 bpf-next 0/7] BPF ring buffer
 2020-05-26  3:05 UTC  (31+ messages)
` [PATCH v2 bpf-next 1/7] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v2 bpf-next 2/7] tools/memory-model: add BPF ringbuf MPSC litmus tests
` [PATCH v2 bpf-next 3/7] bpf: track reference type in verifier
` [PATCH v2 bpf-next 4/7] libbpf: add BPF ring buffer support
` [PATCH v2 bpf-next 5/7] selftests/bpf: add BPF ringbuf selftests
` [PATCH v2 bpf-next 6/7] bpf: add BPF ringbuf and perf buffer benchmarks
` [PATCH v2 bpf-next 7/7] docs/bpf: add BPF ring buffer design notes

[PATCH] MAINTAINERS: adjust entry in XDP SOCKETS to actual file name
 2020-05-25 22:23 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix returned error sign when link doesn't support updates
 2020-05-25 22:21 UTC  (2+ messages)

[PATCH bpf-next v2] tools: bpftool: make capability check account for new BPF caps
 2020-05-25 22:20 UTC  (2+ messages)

[PATCH bpf-next] tools: bpftool: clean subcommand help messages
 2020-05-25 22:20 UTC  (2+ messages)

[PATCH bpf] xsk: add overflow check for u64 division, stored into u32
 2020-05-25 22:19 UTC  (3+ messages)

[PATCH] bpftool: print correct error message when failing to load BTF
 2020-05-25 22:18 UTC  (2+ messages)

[PATCH v2 0/7] Share events between metrics
 2020-05-25 13:34 UTC  (10+ messages)

XDP socket DOS bug
 2020-05-25  7:54 UTC  (2+ messages)

general protection fault in selinux_socket_recvmsg
 2020-05-24 18:12 UTC  (3+ messages)

[RFC bpf-next 0/2] introduce support for XDP programs in cpumaps
 2020-05-24 17:22 UTC  (6+ messages)
` [RFC bpf-next 1/2] bpf: cpumap: add the possibility to attach a eBPF program to cpumap
` [RFC bpf-next 2/2] samples/bpf: xdp_redirect_cpu: load a eBPF program on cpu_map

[bpf-next PATCH v4 0/5] bpf: Add sk_msg and networking helpers
 2020-05-23 16:29 UTC  (6+ messages)
` [bpf-next PATCH v4 2/5] bpf: extend bpf_base_func_proto helpers with probe_* and *current_task*
` [bpf-next PATCH v4 4/5] bpf: selftests, add sk_msg helpers load and attach test

pull-request: bpf-next 2020-05-23
 2020-05-23  1:30 UTC  (2+ messages)

[PATCH bpf 0/2] selftests/bpf: add missing CONFIG values to test config
 2020-05-22 23:37 UTC  (4+ messages)
` [PATCH bpf 1/2] selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o
` [PATCH bpf 2/2] selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh

[PATCH] selftests/bpf: add general instructions for test execution
 2020-05-22 23:37 UTC  (2+ messages)

pull-request: bpf 2020-05-22
 2020-05-22 21:35 UTC  (2+ messages)

[PATCH] files: Use rcu lock to get the file structures for better performance
 2020-05-22 11:43 UTC  (4+ messages)
  ` [External] "

[PATCH bpf] flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
 2020-05-22  8:22 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).