messages from 2020-05-28 19:41:48 to 2020-06-02 09:23:31 UTC [more...]
[PATCH bpf-next RFC 0/3] bpf: dynamic map-value config layout via BTF
2020-06-02 9:23 UTC (13+ messages)
` [PATCH bpf-next RFC 1/3] bpf: move struct bpf_devmap_val out of UAPI
` [PATCH bpf-next RFC 2/3] bpf: devmap dynamic map-value storage area based on BTF
` [PATCH bpf-next RFC 3/3] samples/bpf: change xdp_fwd to use new BTF config interface
[PATCH] i40e: fix wrong index in i40e_xsk_umem_dma_map
2020-06-02 9:12 UTC
[PATCH] bpf: Use tracing helpers for lsm programs
2020-06-02 9:06 UTC (6+ messages)
[PATCH] bpf/sockmap: fix kernel panic at __tcp_bpf_recvmsg
2020-06-02 9:03 UTC (3+ messages)
[bpf-next PATCH 0/3] fix ktls with sk_skb_verdict programs
2020-06-02 8:55 UTC (12+ messages)
` [bpf-next PATCH 1/3] bpf: refactor sockmap redirect code so its easy to reuse
` [bpf-next PATCH 2/3] bpf: fix running sk_skb program types with ktls
` [bpf-next PATCH 3/3] bpf, selftests: add test for ktls with skb bpf ingress policy
[RFCv2 0/9] bpf: Add d_path helper
2020-06-02 8:16 UTC (10+ messages)
` [PATCH 7/9] bpf: Compile the BTF id whitelist data in vmlinux
[PATCH bpf-next v13 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname
2020-06-02 8:14 UTC (13+ messages)
` [PATCH bpf-next v14 0/2] bpf: adding get_fd_path helper
` [PATCH bpf-next v14 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname
[PATCH bpf-next 0/6] introduce support for XDP programs in CPUMAP
2020-06-02 7:53 UTC (9+ messages)
` [PATCH bpf-next 1/6] net: Refactor xdp_convert_buff_to_frame
` [PATCH bpf-next 2/6] samples/bpf: xdp_redirect_cpu_user: do not update bpf maps in option loop
` [PATCH bpf-next 3/6] cpumap: formalize map value as a named struct
` [PATCH bpf-next 4/6] bpf: cpumap: add the possibility to attach an eBPF program to cpumap
` [PATCH bpf-next 5/6] bpf: cpumap: implement XDP_REDIRECT for eBPF programs attached to map entries
` [PATCH bpf-next 6/6] samples/bpf: xdp_redirect_cpu: load an eBPF program on cpumap
[PATCH v3 bpf-next 0/3] Convert BPF UAPI constants into enum values
2020-06-02 5:31 UTC (7+ messages)
` [PATCH v3 bpf-next 1/3] bpf: switch BPF UAPI #define constants used from BPF program side to enums
[PATCH bpf-next] selftests/bpf: fix sample_cnt shared between two threads
2020-06-02 5:03 UTC
new seccomp mode aims to improve performance
2020-06-02 3:24 UTC (14+ messages)
` 答复: "
[PATCH v4 bpf-next 0/5] bpf: Add support for XDP programs in DEVMAP entries
2020-06-02 3:00 UTC (11+ messages)
` [PATCH v4 bpf-next 1/5] devmap: Formalize map value as a named struct
` [PATCH v4 bpf-next 2/5] bpf: Add support to attach bpf program to a devmap entry
` [PATCH v4 bpf-next 3/5] xdp: Add xdp_txq_info to xdp_buff
` [PATCH v4 bpf-next 4/5] libbpf: Add SEC name for xdp programs attached to device map
` [PATCH v4 bpf-next 5/5] selftest: Add tests for XDP programs in devmap entries
pull-request: bpf-next 2020-06-01
2020-06-01 22:53 UTC (2+ messages)
[PATCH bpf-next v2 00/12] Link-based program attachment to network namespaces
2020-06-01 22:42 UTC (20+ messages)
` [PATCH bpf-next v2 01/12] flow_dissector: Pull locking up from prog attach callback
` [PATCH bpf-next v2 02/12] net: Introduce netns_bpf for BPF programs attached to netns
` [PATCH bpf-next v2 03/12] flow_dissector: Move out netns_bpf prog callbacks
` [PATCH bpf-next v2 04/12] bpf: Add link-based BPF program attachment to network namespace
` [PATCH bpf-next v2 05/12] bpf, cgroup: Return ENOLINK for auto-detached links on update
` [PATCH bpf-next v2 06/12] libbpf: Add support for bpf_link-based netns attachment
` [PATCH bpf-next v2 07/12] bpftool: Extract helpers for showing link attach type
` [PATCH bpf-next v2 08/12] bpftool: Support link show for netns-attached links
` [PATCH bpf-next v2 09/12] selftests/bpf: Add tests for attaching bpf_link to netns
` [PATCH bpf-next v2 10/12] selftests/bpf, flow_dissector: Close TAP device FD after the test
` [PATCH bpf-next v2 11/12] selftests/bpf: Convert test_flow_dissector to use BPF skeleton
` [PATCH bpf-next v2 12/12] selftests/bpf: Extend test_flow_dissector to cover link creation
[PATCH bpf-next] libbpf: add _GNU_SOURCE for reallocarray to ringbuf.c
2020-06-01 22:14 UTC (3+ messages)
[PATCH v3 bpf-next 0/2] introduce xdp_convert_frame_to_buff routine
2020-06-01 22:06 UTC (5+ messages)
` [PATCH v3 bpf-next 1/2] xdp: introduce xdp_convert_frame_to_buff utility routine
` [PATCH v3 bpf-next 2/2] xdp: rename convert_to_xdp_frame in xdp_convert_buff_to_frame
[PATCH v2 net-next 0/3] Extending bpf_setsockopt with SO_BINDTODEVICE sockopt
2020-06-01 22:02 UTC (5+ messages)
` [PATCH v2 net-next 1/3] net: Make locking in sock_bindtoindex optional
` [PATCH v2 net-next 2/3] bpf: Allow SO_BINDTODEVICE opt in bpf_setsockopt
` [PATCH v2 net-next 3/3] selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockopt
[PATCH bpf-next v2 1/3] sock: move sock_valbool_flag to header
2020-06-01 21:52 UTC (3+ messages)
[PATCH] bpf: Change kvfree to kfree in generic_map_lookup_batch()
2020-06-01 21:37 UTC (3+ messages)
Checksum behaviour of bpf_redirected packets
2020-06-01 21:25 UTC (12+ messages)
[PATCH bpf-next] bpf: use strncpy_from_unsafe_strict() in bpf_seq_printf() helper
2020-06-01 20:40 UTC (3+ messages)
[PATCH bpf-next 0/4] Generalizing bpf_local_storage
2020-06-01 20:29 UTC (3+ messages)
` [PATCH bpf-next 4/4] bpf: Add selftests for local_storage
Trouble running bpf_iter tests
2020-06-01 16:27 UTC (3+ messages)
bpf-next is CLOSED
2020-06-01 0:54 UTC
[PATCH 9/9] bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()
2020-05-31 16:35 UTC (2+ messages)
[PATCH v2 bpf-next 0/4] bpf: Introduce minimal support for sleepable progs
2020-05-31 4:33 UTC (11+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Fix use-after-free in fmod_ret check
` [PATCH v2 bpf-next 2/4] bpf: Introduce sleepable BPF programs
` [PATCH v2 bpf-next 3/4] libbpf: support sleepable progs
` [PATCH v2 bpf-next 4/4] selftests/bpf: basic sleepable tests
pull-request: bpf 2020-05-29
2020-05-29 22:59 UTC (2+ messages)
[bpf PATCH 0/3] verifier fix for assigning 32bit reg to 64bit reg
2020-05-29 20:53 UTC (7+ messages)
` [bpf PATCH 1/3] bpf: fix a verifier issue when assigning 32bit reg states to 64bit ones
` [bpf PATCH 2/3] bpf, selftests: verifier bounds tests need to be updated
` [bpf PATCH 3/3] bpf, selftests: add a verifier test for assigning 32bit reg states to 64bit ones
[PATCH v2 bpf-next 0/3] bpf: Allow inner map with different max_entries
2020-05-29 20:40 UTC (7+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Consolidate inner-map-compatible properties into bpf_types.h
[PATCH linux-rcu] docs/litmus-tests: add BPF ringbuf MPSC litmus tests
2020-05-29 20:18 UTC (4+ messages)
[PATCH v14 0/1] perf tools: add support for libpfm4
2020-05-29 18:06 UTC (7+ messages)
` [PATCH v14 1/1] "
[PATCH v3 bpf-next 0/5] bpf: Add support for XDP programs in DEVMAP entries
2020-05-29 16:58 UTC (13+ messages)
` [PATCH v3 bpf-next 1/5] devmap: Formalize map value as a named struct
` [PATCH v3 bpf-next 2/5] bpf: Add support to attach bpf program to a devmap entry
` [PATCH v3 bpf-next 3/5] xdp: Add xdp_txq_info to xdp_buff
` [PATCH v3 bpf-next 4/5] libbpf: Add SEC name for xdp programs attached to device map
` [PATCH v3 bpf-next 5/5] selftest: Add tests for XDP programs in devmap entries
[PATCH v4 bpf-next 0/5] BPF ring buffer
2020-05-29 15:21 UTC (7+ messages)
` [PATCH v4 bpf-next 1/5] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v4 bpf-next 2/5] libbpf: add BPF ring buffer support
` [PATCH v4 bpf-next 3/5] selftests/bpf: add BPF ringbuf selftests
` [PATCH v4 bpf-next 4/5] bpf: add BPF ringbuf and perf buffer benchmarks
` [PATCH v4 bpf-next 5/5] docs/bpf: add BPF ring buffer design notes
[PATCH bpf-next] bpf: add SO_KEEPALIVE and related options to bpf_setsockopt
2020-05-29 12:41 UTC (3+ messages)
[PATCH bpf-next 0/3] bpf: Introduce minimal support for sleepable progs
2020-05-29 4:26 UTC (8+ messages)
` [PATCH bpf-next 1/3] bpf: Introduce sleepable BPF programs
` [PATCH bpf-next 2/3] libbpf: support sleepable progs
` [PATCH bpf-next 3/3] selftests/bpf: basic sleepable tests
[RFC PATCH] samples:bpf: introduce task detector
2020-05-29 2:24 UTC (5+ messages)
[PATCH] powerpc/bpf: Enable bpf_probe_read{, str}() on powerpc again
2020-05-29 0:05 UTC (2+ messages)
[PATCH v3 bpf-next 0/5] BPF ring buffer
2020-05-28 22:49 UTC (4+ messages)
` [PATCH v3 bpf-next 1/5] bpf: implement BPF ring buffer and verifier support for it
[PATCH] selftests/bpf: split -extras target to -static and -gen
2020-05-28 22:47 UTC (13+ messages)
[PATCH bpf 0/2] bpf: fix a verifier issue when assigning 32bit reg states to 64bit ones
2020-05-28 21:58 UTC (6+ messages)
` [PATCH bpf 1/2] "
accessing global and per-cpu vars
2020-05-28 20:58 UTC (6+ messages)
[PATCH bpf-next V2] bpf: Fix map_check_no_btf return code
2020-05-28 19:41 UTC (6+ messages)
page: next (older) | prev (newer) | latest
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).