bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-03 00:28:51 to 2020-10-08 14:09:29 UTC [more...]

[PATCH bpf-next V3 0/6] bpf: New approach for BPF MTU handling
 2020-10-08 14:09 UTC  (4+ messages)
` [PATCH bpf-next V3 1/6] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V3 2/6] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V3 3/6] bpf: add BPF-helper for MTU checking

[PATCH bpf-next V2 0/6] bpf: New approach for BPF MTU handling and enforcement
 2020-10-08 14:07 UTC  (19+ messages)
` [PATCH bpf-next V2 1/6] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V2 2/6] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V2 3/6] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V2 4/6] bpf: make it possible to identify BPF redirected SKBs
` [PATCH bpf-next V2 5/6] bpf: Add MTU check for TC-BPF packets after egress hook
` [PATCH bpf-next V2 6/6] bpf: drop MTU check when doing TC-BPF redirect to ingress

[PATCH v4 bpf-next 00/13] mvneta: introduce XDP multi-buffer support
 2020-10-08 10:46 UTC  (16+ messages)
` [PATCH v4 bpf-next 09/13] bpf: introduce multibuff support to bpf_prog_test_run_xdp()

[PATCH bpf-next 0/3] libbpf: auto-resize relocatable LOAD/STORE instructions
 2020-10-08 10:34 UTC  (7+ messages)
` [PATCH bpf-next 1/3] libbpf: support safe subset of load/store instruction resizing with CO-RE

[PATCH v3 bpf-next 0/4] libbpf: auto-resize relocatable LOAD/STORE instructions
 2020-10-08  2:10 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: skip CO-RE relocations for not loaded BPF programs
` [PATCH v3 bpf-next 2/4] libbpf: support safe subset of load/store instruction resizing with CO-RE
` [PATCH v3 bpf-next 3/4] libbpf: allow specifying both ELF and raw BTF for CO-RE BTF override
` [PATCH v3 bpf-next 4/4] selftests/bpf: validate libbpf's auto-sizing of LD/ST/STX instructions

[PATCH bpf-next 0/3] bpf: Make the verifier recognize llvm register allocation patterns
 2020-10-08  1:45 UTC  (16+ messages)
` [PATCH bpf-next 1/3] bpf: Propagate scalar ranges through register assignments
` [PATCH bpf-next 2/3] bpf: Track spill/fill of bounded scalars
` [PATCH bpf-next 3/3] selftests/bpf: Add profiler test

libbpf/bpftool inconsistent handling og .data and .bss ?
 2020-10-08  1:33 UTC  (8+ messages)

[PATCH v2 bpf-next 0/4] libbpf: auto-resize relocatable LOAD/STORE instructions
 2020-10-07 23:33 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: skip CO-RE relocations for not loaded BPF programs
` [PATCH v2 bpf-next 2/4] libbpf: support safe subset of load/store instruction resizing with CO-RE
` [PATCH v2 bpf-next 3/4] libbpf: allow specifying both ELF and raw BTF for CO-RE BTF override
` [PATCH v2 bpf-next 4/4] selftests/bpf: validate libbpf's auto-sizing of LD/ST/STX instructions

[PATCH bpf-next] selftests/bpf: Additional asm tests for the verifier regalloc tracking
 2020-10-07 22:57 UTC  (3+ messages)

Failure in test_local_storage at bpf-next
 2020-10-07 22:07 UTC  (8+ messages)

[PATCH bpf-next v2] libbpf: fix compatibility problem in xsk_socket__create
 2020-10-07 20:40 UTC  (2+ messages)

[PATCH] bpf: Fix typo in uapi/linux/bpf.h
 2020-10-07 18:10 UTC  (3+ messages)

[PATCH bpf-next] kernel/bpf/verifier: fix build when NET is not enabled
 2020-10-07 18:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n
 2020-10-07 18:00 UTC  (2+ messages)

[PATCH bpf-next V1 0/6] bpf: New approach for BPF MTU handling and enforcement
 2020-10-07 17:44 UTC  (19+ messages)
` [PATCH bpf-next V1 1/6] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V1 2/6] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V1 3/6] bpf: add BPF-helper for reading MTU from net_device via ifindex
` [PATCH bpf-next V1 4/6] bpf: make it possible to identify BPF redirected SKBs
` [PATCH bpf-next V1 5/6] bpf: Add MTU check for TC-BPF packets after egress hook
` [PATCH bpf-next V1 6/6] bpf: drop MTU check when doing TC-BPF redirect to ingress

[PATCH bpf-next v7 1/2] bpf: Add bpf_ktime_get_real_ns
 2020-10-07 16:33 UTC  (7+ messages)
` [PATCH bpf-next v7 2/2] selftests/bpf: Selftest for real time helper

Најмила кај господарот
 2020-10-07 16:24 UTC 

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2020-10-07 15:23 UTC 

[PATCH v3] selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64
 2020-10-07  3:20 UTC  (2+ messages)

[PATCH v2] selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64
 2020-10-07  2:29 UTC  (3+ messages)

[PATCH] bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64
 2020-10-07  0:56 UTC  (4+ messages)

[PATCH bpf-next v4 0/6] bpf: BTF support for ksyms
 2020-10-06 20:17 UTC  (4+ messages)
` [PATCH bpf-next v4 1/6] bpf: Introduce pseudo_btf_id

[PATCH bpf-next v2 1/2] samples/bpf: change Makefile to cope with latest llvm
 2020-10-06 18:50 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] samples/bpf: fix a compilation error with fallthrough marking

[PATCH bpf-next 1/3] samples: bpf: split xdpsock stats into new struct
 2020-10-06 18:50 UTC  (5+ messages)
` [PATCH bpf-next 2/3] samples: bpf: count syscalls in xdpsock

[PATCH v3] bpf, libbpf: use valid btf in bpf_program__set_attach_target
 2020-10-06 18:50 UTC  (3+ messages)

[PATCH libbpf] libbpf: check if pin_path was set even map fd exist
 2020-10-06 18:40 UTC  (14+ messages)
` [PATCHv2 bpf 0/3] Fix pining maps after reuse map fd
  ` [PATCHv2 bpf 1/3] libbpf: close map fd if init map slots failed
  ` [PATCHv2 bpf 2/3] libbpf: check if pin_path was set even map fd exist
  ` [PATCHv2 bpf 3/3] selftest/bpf: test pinning map with reused map fd
  ` [PATCHv3 bpf 0/3] Fix pining maps after reuse "
    ` [PATCHv3 bpf 1/3] libbpf: close map fd if init map slots failed
    ` [PATCHv3 bpf 2/3] libbpf: check if pin_path was set even map fd exist
    ` [PATCHv3 bpf 3/3] selftest/bpf: test pinning map with reused map fd

[RFC PATCH v2 00/23] Share events between metrics
 2020-10-06 14:42 UTC  (9+ messages)
` [RFC PATCH v2 23/23] perf metricgroup: remove duped metric group events
  ` Issue of metrics for multiple uncore PMUs (was Re: [RFC PATCH v2 23/23] perf metricgroup: remove duped metric group events)

[PATCH bpf-next] libbpf: fix compatibility problem in xsk_socket__create
 2020-10-06 12:28 UTC  (3+ messages)

BPF redirect API design issue for BPF-prog MTU feedback?
 2020-10-06 11:45 UTC  (10+ messages)

[PATCH bpf-next 1/2] samples/bpf: change Makefile to cope with latest llvm
 2020-10-06  3:05 UTC  (6+ messages)
` [PATCH bpf-next 2/2] samples/bpf: fix a compilation error with fallthrough marking

[PATCH v2] use valid btf in bpf_program__set_attach_target(prog, 0, ...);
 2020-10-05 22:46 UTC  (4+ messages)

[PATCH v2 bpf-next] bpf: use raw_spin_trylock() for pcpu_freelist_push/pop in NMI
 2020-10-05 22:46 UTC  (4+ messages)

[PATCH bpf-next] bpf, doc: Update Andrii's email in MAINTAINERS
 2020-10-05 22:46 UTC  (2+ messages)

[PATCH v2] use valid btf in bpf_program__set_attach_target(prog, 0, ...);
 2020-10-05 22:42 UTC 

[PATCH dwarves 00/11] Switch BTF loading and encoding to libbpf APIs
 2020-10-05 19:30 UTC  (2+ messages)

[PATCH] use valid btf in bpf_program__set_attach_target(prog, 0, ...);
 2020-10-05 16:41 UTC  (3+ messages)

[PATCH bpf-next] bpf: use raw_spin_trylock() for pcpu_freelist_push/pop in NMI
 2020-10-05 16:33 UTC  (5+ messages)

[PATCH bpf-next] xsk: remove internal DMA headers
 2020-10-05 13:50 UTC  (3+ messages)

[PATCH bpf-next v5 00/15] xsk: support shared umems between devices and queues
 2020-10-05  8:47 UTC  (5+ messages)
` [PATCH bpf-next v5 03/15] xsk: create and free buffer pool independently from umem
  ` please revert "

Help using libbpf with kernel 4.14
 2020-10-05  4:29 UTC  (10+ messages)

[PATCH bpf-next v3 0/6] Various BPF helper improvements
 2020-10-04 19:02 UTC  (3+ messages)
` [PATCH bpf-next v3 5/6] bpf, selftests: use bpf_tail_call_static where appropriate
  ` bpf_program__set_attach_target(prog, 0, "foo") cannot possibly work ?

[Linux-kernel-mentees][PATCH 0/2] reorder members of structures in virtio_net for optimization
 2020-10-03 18:43 UTC  (3+ messages)

[PATCH][next] bpf: verifier: Use fallthrough pseudo-keyword
 2020-10-03  2:41 UTC  (2+ messages)

[PATCH bpf-next] bpf: deref map in BPF_PROG_BIND_MAP when it's already used
 2020-10-03  2:30 UTC  (4+ messages)

bug: frozen map leaks
 2020-10-03  0:28 UTC  (3+ 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).