bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 05:36:10 to 2020-03-20 20:36:34 UTC [more...]

[PATCH bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-20 20:36 UTC  (2+ messages)
` [PATCH bpf-next 3/6] bpf: implement bpf_link-based cgroup BPF program attachment

[PATCH bpf-next 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-20 20:30 UTC  (15+ messages)
` [PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP
` [PATCH bpf-next 2/4] tools: Add EXPECTED_FD-related definitions in if_link.h
` [PATCH bpf-next 3/4] libbpf: Add function to set link XDP fd while specifying old fd
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for attaching XDP programs

[PATCH bpf-next] selftests/bpf: Fix mix of tabs and spaces
 2020-03-20 20:15 UTC 

[PATCH] bpf: explicitly memset the bpf_attr structure
 2020-03-20 20:07 UTC  (12+ messages)
        ` [PATCH] bpf: explicitly memset some bpf info structures declared on the stack

[PATCH RFC v1 00/15] XDP extend with knowledge of frame size
 2020-03-20 19:22 UTC  (25+ messages)
` [PATCH RFC v1 01/15] xdp: add frame size to xdp_buff
` [PATCH RFC v1 02/15] mvneta: add XDP frame size to driver
` [PATCH RFC v1 03/15] bnxt: "
` [PATCH RFC v1 04/15] ixgbe: fix XDP redirect on archs with PAGE_SIZE above 4K
` [PATCH RFC v1 05/15] ixgbe: add XDP frame size to driver
` [PATCH RFC v1 06/15] sfc: fix XDP-redirect in this driver
` [PATCH RFC v1 07/15] sfc: add XDP frame size
` [PATCH RFC v1 08/15] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH RFC v1 09/15] xdp: clear grow memory in bpf_xdp_adjust_tail()
` [PATCH RFC v1 10/15] net: XDP-generic determining XDP frame size
` [PATCH RFC v1 11/15] xdp: xdp_frame add member frame_sz and handle in convert_to_xdp_frame
` [PATCH RFC v1 12/15] xdp: cpumap redirect use frame_sz and increase skb_tailroom
` [PATCH RFC v1 13/15] tun: add XDP frame size
` [PATCH RFC v1 14/15] veth: xdp using frame_sz in veth driver
` [PATCH RFC v1 15/15] dpaa2-eth: add XDP frame size

[PATCH v2 bpf-next 0/2] bpf: Add bpf_sk_storage support to bpf_tcp_ca
 2020-03-20 18:42 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] bpf: Add tests for bpf_sk_storage "

[ANNOUNCEMENT] Automated multi-kernel libbpf testing
 2020-03-20 18:15 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-20 16:56 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] xdp: Support specifying expected existing program when attaching XDP
` [PATCH bpf-next v2 2/4] tools: Add EXPECTED_FD-related definitions in if_link.h
` [PATCH bpf-next v2 3/4] libbpf: Add function to set link XDP fd while specifying old fd
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests for attaching XDP programs

[PATCH 0/5] Return fds from privileged sockhash/sockmap lookup
 2020-03-20 15:12 UTC  (14+ messages)
` [PATCH 4/5] bpf: sockmap, sockhash: return file descriptors from privileged lookup

[PATCH bpf-next] bpf: tcp: Fix unused function warnings
 2020-03-20 15:01 UTC  (11+ messages)
` [PATCH bpf-next 0/2] minor cleanups
  ` [PATCH bpf-next 1/2] bpf: tcp: Fix unused function warnings
  ` [PATCH bpf-next 2/2] bpf: tcp: Make tcp_bpf_recvmsg static

[PATCH v4 bpf-next 0/4] bpftool: Add struct_ops support
 2020-03-20 15:00 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/4] bpftool: Print the enum's name instead of value
` [PATCH v4 bpf-next 2/4] bpftool: Print as a string for char array
` [PATCH v4 bpf-next 3/4] bpftool: Translate prog_id to its bpf prog_name
` [PATCH v4 bpf-next 4/4] bpftool: Add struct_ops support

[PATCH bpf-next 0/2] bpf: Add bpf_sk_storage support to bpf_tcp_ca
 2020-03-20  5:33 UTC  (6+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] bpf: Add tests for bpf_sk_storage "

[PATCH bpf-next 0/7] Add bpf_sk_assign eBPF helper
 2020-03-20  4:28 UTC  (21+ messages)
` [PATCH bpf-next 3/7] bpf: Add socket assign support
` [PATCH bpf-next 5/7] selftests: bpf: add test for sk_assign

[PATCH 00/12 v2] ring-buffer/tracing: Remove disabling of ring buffer while reading trace file
 2020-03-20  2:57 UTC  (14+ messages)
` [PATCH 01/12 v2] selftest/ftrace: Fix function trigger test to handle trace not disabling the tracer
` [PATCH 02/12 v2] tracing: Save off entry when peeking at next entry
` [PATCH 03/12 v2] ring-buffer: Have ring_buffer_empty() not depend on tracing stopped
` [PATCH 04/12 v2] ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()
` [PATCH 05/12 v2] ring-buffer: Add page_stamp to iterator for synchronization
` [PATCH 06/12 v2] ring-buffer: Have rb_iter_head_event() handle concurrent writer
` [PATCH 07/12 v2] ring-buffer: Do not die if rb_iter_peek() fails more than thrice
` [PATCH 08/12 v2] ring-buffer: Optimize rb_iter_head_event()
` [PATCH 09/12 v2] ring-buffer: Do not disable recording when there is an iterator
` [PATCH 10/12 v2] tracing: Do not disable tracing when reading the trace file
` [PATCH 11/12 v2] ring-buffer/tracing: Have iterator acknowledge dropped events
` [PATCH 12/12 v2] tracing: Have the document reflect that the trace file keeps tracing enabled

[net-next] seg6: add support for optional attributes during behavior construction
 2020-03-19 18:36 UTC 

[PATCH bpf-next v6] bpf: Support llvm-objcopy for vmlinux BTF
 2020-03-19 12:04 UTC  (5+ messages)

WARNING in kcm_write_msgs
 2020-03-19  7:10 UTC 

[RFC][PATCH 00/11] ring-buffer/tracing: Remove disabling of ring buffer while reading trace file
 2020-03-19  5:27 UTC 

[PATCH v3] perf tools: add support for libpfm4
 2020-03-19  4:15 UTC  (3+ messages)

[PATCH v4] perf tools: add support for libpfm4
 2020-03-19  4:11 UTC 

[PATCH v3] selftests: Fix seccomp to support relocatable build (O=objdir)
 2020-03-19  3:15 UTC  (4+ messages)

[PATCH v2 bpf-next] bpf: sharing bpf runtime stats with /dev/bpf_stats
 2020-03-18 23:45 UTC  (13+ messages)

[PATCH bpf] bpf: Support llvm-objcopy and llvm-objdump for vmlinux BTF
 2020-03-18 19:23 UTC  (17+ messages)
  ` [PATCH bpf v2] "
          ` [PATCH bpf v3] "
              ` [PATCH bpf-next v4] "

[PATCH v3 bpf-next 0/4] bpftool: Add struct_ops support
 2020-03-18 18:12 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/4] bpftool: Print the enum's name instead of value
` [PATCH v3 bpf-next 2/4] bpftool: Print as a string for char array
` [PATCH v3 bpf-next 3/4] bpftool: Translate prog_id to its bpf prog_name
` [PATCH v3 bpf-next 4/4] bpftool: Add struct_ops support

[PATCH] seccomp: allow BPF_MOD ALU instructions
 2020-03-18 15:23 UTC  (7+ messages)

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-03-18 13:06 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf: introduce trace option to the BPF_PROG_TEST_RUN command API
` [RFC PATCH bpf-next 2/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
` [RFC PATCH bpf-next 3/3] selftests/bpf: call bpf_prog_test_run with trace enabled for XDP test

[PATCH bpf-next v5] bpf: Support llvm-objcopy and llvm-objdump for vmlinux BTF
 2020-03-17 23:44 UTC  (8+ messages)

[PATCH bpf-next] xsk: update rings for load-acquire/store-release semantics
 2020-03-17 21:03 UTC  (6+ messages)

[PATCH bpf-next 0/4] bpftool: Add struct_ops support
 2020-03-17 21:03 UTC  (11+ messages)
` [PATCH bpf-next 1/4] bpftool: Print the enum's name instead of value
` [PATCH bpf-next 2/4] bpftool: Print as a string for char array
` [PATCH bpf-next 4/4] bpftool: Add struct_ops support

[PATCH v3 bpf] bpf: Sanitize the bpf_struct_ops tcp-cc name
 2020-03-17 20:08 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: Document bpf_inspect drgn tool
 2020-03-17 19:57 UTC  (2+ messages)

[PATCH] bpf: Fix ___bpf_kretprobe_args1(x) macro definition
 2020-03-17 18:59 UTC  (2+ messages)

[PATCH bpf-next 1/3] selftests/bpf: fix race in tcp_rtt test
 2020-03-17 18:58 UTC  (5+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: reset process and thread affinity after each test/sub-test
  ` [Potential Spoof] "

[PATCH v2 bpf-next] selftests/bpf: fix nanosleep for real this time
 2020-03-17 18:56 UTC  (2+ messages)

[PATCH v2 bpf-next] selftest/bpf: fix compilation warning in sockmap_parse_prog.c
 2020-03-17 18:55 UTC  (2+ messages)

Instrumentation and RCU
 2020-03-17 17:56 UTC  (2+ 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).