bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-07 16:43:51 to 2020-05-09 00:39:37 UTC [more...]

[RFC PATCH v3 00/14] Share events between metrics
 2020-05-09  0:39 UTC  (20+ messages)
` [RFC PATCH v3 01/14] perf parse-events: expand add PMU error/verbose messages
` [RFC PATCH v3 02/14] perf test: improve pmu event metric testing
` [RFC PATCH v3 03/14] lib/bpf hashmap: increase portability
` [RFC PATCH v3 04/14] libbpf: Fix memory leak and possible double-free in hashmap__clear
` [RFC PATCH v3 05/14] perf expr: fix memory leaks in bison
` [RFC PATCH v3 06/14] perf evsel: fix 2 memory leaks
` [RFC PATCH v3 07/14] perf expr: migrate expr ids table to libbpf's hashmap
` [RFC PATCH v3 08/14] perf metricgroup: change evlist_used to a bitmap
` [RFC PATCH v3 09/14] perf metricgroup: free metric_events on error
` [RFC PATCH v3 10/14] perf metricgroup: always place duration_time last
` [RFC PATCH v3 11/14] perf metricgroup: delay events string creation
` [RFC PATCH v3 12/14] perf metricgroup: order event groups by size
` [RFC PATCH v3 13/14] perf metricgroup: remove duped metric group events
` [RFC PATCH v3 14/14] perf metricgroup: add options to not group or merge

[PATCH bpf-next v5 0/4] bpf: allow any port in bpf_bind helper
 2020-05-08 23:41 UTC  (6+ messages)
` [PATCH bpf-next v5 1/4] selftests/bpf: generalize helpers to control background listener
` [PATCH bpf-next v5 2/4] selftests/bpf: move existing common networking parts into network_helpers
` [PATCH bpf-next v5 3/4] net: refactor arguments of inet{,6}_bind
` [PATCH bpf-next v5 4/4] bpf: allow any port in bpf_bind helper

[PATCH v2 bpf-next 0/3] Add benchmark runner and few benchmarks
 2020-05-08 23:20 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] selftests/bpf: add benchmark runner infrastructure
` [PATCH v2 bpf-next 2/3] selftest/bpf: fmod_ret prog and implement test_overhead as part of bench
` [PATCH v2 bpf-next 3/3] selftest/bpf: add BPF triggering benchmark

pull-request: bpf 2020-05-09
 2020-05-08 23:05 UTC 

[PATCH v5 bpf-next 0/3] Introduce CAP_BPF
 2020-05-08 23:00 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/3] bpf, capability: "
` [PATCH v5 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v5 bpf-next 3/3] selftests/bpf: use CAP_BPF and CAP_PERFMON in tests

[PATCH 0/2] libbpf: fix powerpc check_kabi rule
 2020-05-08 22:18 UTC  (6+ messages)
` [PATCH 1/2] Revert "libbpf: Fix readelf output parsing on powerpc with recent binutils"
` [PATCH 2/2] libbpf: use .so dynamic symbols for abi check

[PATCH] bpf: Tweak BPF jump table optimizations for objtool compatibility
 2020-05-08 22:18 UTC  (11+ messages)

[bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements
 2020-05-08 21:34 UTC  (7+ messages)
` [bpf-next PATCH 03/10] bpf: selftests, sockmap test prog run without setting cgroup

[PATCH bpf-next v3 00/21] bpf: implement bpf iterator for kernel data
 2020-05-08 19:57 UTC  (27+ messages)
` [PATCH bpf-next v3 01/21] bpf: implement an interface to register bpf_iter targets
` [PATCH bpf-next v3 02/21] bpf: allow loading of a bpf_iter program
` [PATCH bpf-next v3 03/21] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v3 05/21] bpf: implement bpf_seq_read() for bpf iterator
` [PATCH bpf-next v3 06/21] bpf: create anonymous "
` [PATCH bpf-next v3 08/21] bpf: implement common macros/helpers for target iterators
` [PATCH bpf-next v3 10/21] net: bpf: add netlink and ipv6_route bpf_iter targets
` [PATCH bpf-next v3 11/21] bpf: add task and task/file iterator targets
` [PATCH bpf-next v3 13/21] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v3 16/21] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v3 17/21] tools/libpf: add offsetof/container_of macro in bpf_helpers.h
` [PATCH bpf-next v3 18/21] tools/bpftool: add bpf_iter support for bptool
` [PATCH bpf-next v3 21/21] tools/bpf: selftests: add bpf_iter selftests

Add a __anon_inode_getfd helper
 2020-05-08 19:52 UTC  (16+ messages)
` [PATCH 01/12] fd: add a new "
` [PATCH 02/12] kvm: use __anon_inode_getfd
` [PATCH 03/12] pidfd: "
` [PATCH 04/12] bpf: "
` [PATCH 05/12] io_uring: "
` [PATCH 06/12] eventpoll: "
` [PATCH 07/12] eventfd: "
` [PATCH 08/12] vfio: "
` [PATCH 09/12] rdma: "
` [PATCH 10/12] drm_syncobj: "
` [PATCH 11/12] gpiolib: "
` [PATCH 12/12] vtpm_proxy: "

Collaboration
 2020-05-08 19:19 UTC 

[PATCH bpf-next 00/17] Run a BPF program on socket lookup
 2020-05-08 18:39 UTC  (13+ messages)
` [PATCH bpf-next 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next 14/17] libbpf: Add support for SK_LOOKUP program type

[PATCH bpf-next v2 00/20] bpf: implement bpf iterator for kernel data
 2020-05-08 18:17 UTC  (9+ messages)
` [PATCH bpf-next v2 13/20] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v2 18/20] tools/bpf: selftests: add iterator programs for ipv6_route and netlink

[PATCH bpf-next v2 0/3] arm64 BPF JIT Optimizations
 2020-05-08 18:15 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] arm64: insn: Fix two bugs in encoding 32-bit logical immediates
` [PATCH bpf-next v2 2/3] bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 "
` [PATCH bpf-next v2 3/3] bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediates

[RFC PATCH bpf-next 0/3] arm64 BPF JIT Optimizations
 2020-05-08 18:12 UTC  (11+ messages)
` [RFC PATCH bpf-next 1/3] arm64: insn: Fix two bugs in encoding 32-bit logical immediates
` [RFC PATCH bpf-next 2/3] bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 "
` [RFC PATCH bpf-next 3/3] bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediates

[PATCH] libbpf hashmap: fix undefined behavior in hash_bits
 2020-05-08 18:04 UTC  (4+ messages)

[PATCH bpf-next 0/3] Add benchmark runner and few benchmarks
 2020-05-08 18:01 UTC  (11+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: add benchmark runner infrastructure
` [PATCH bpf-next 2/3] selftest/bpf: fmod_ret prog and implement test_overhead as part of bench
` [PATCH bpf-next 3/3] selftest/bpf: add BPF triggring benchmark

[PATCH bpf-next 00/14] Introduce AF_XDP buffer allocation API
 2020-05-08 17:57 UTC  (12+ messages)
` [PATCH bpf-next 04/14] xsk: introduce "
` [PATCH bpf-next 10/14] mlx5, xsk: migrate to new MEM_TYPE_XSK_BUFF_POOL

[PATCH net-next v3 00/33] XDP extend with knowledge of frame size
 2020-05-08 16:01 UTC  (36+ messages)
` [PATCH net-next v3 01/33] xdp: add frame size to xdp_buff
` [PATCH net-next v3 02/33] bnxt: add XDP frame size to driver
` [PATCH net-next v3 03/33] sfc: add XDP frame size
` [PATCH net-next v3 04/33] mvneta: add XDP frame size to driver
` [PATCH net-next v3 05/33] net: netsec: Add support for XDP frame size
` [PATCH net-next v3 06/33] net: XDP-generic determining "
` [PATCH net-next v3 07/33] xdp: xdp_frame add member frame_sz and handle in convert_to_xdp_frame
` [PATCH net-next v3 08/33] xdp: cpumap redirect use frame_sz and increase skb_tailroom
` [PATCH net-next v3 09/33] veth: adjust hard_start offset on redirect XDP frames
` [PATCH net-next v3 10/33] veth: xdp using frame_sz in veth driver
` [PATCH net-next v3 11/33] dpaa2-eth: add XDP frame size
` [PATCH net-next v3 12/33] hv_netvsc: add XDP frame size to driver
` [PATCH net-next v3 13/33] qlogic/qede: "
` [PATCH net-next v3 14/33] net: ethernet: ti: add XDP frame size to driver cpsw
` [PATCH net-next v3 15/33] ena: add XDP frame size to amazon NIC driver
` [PATCH net-next v3 16/33] mlx4: add XDP frame size and adjust max XDP MTU
` [PATCH net-next v3 17/33] net: thunderx: add XDP frame size
` [PATCH net-next v3 18/33] nfp: add XDP frame size to netronome driver
` [PATCH net-next v3 19/33] tun: add XDP frame size
` [PATCH net-next v3 20/33] vhost_net: also populate "
` [PATCH net-next v3 21/33] virtio_net: add XDP frame size in two code paths
` [PATCH net-next v3 22/33] ixgbe: fix XDP redirect on archs with PAGE_SIZE above 4K
` [PATCH net-next v3 23/33] ixgbe: add XDP frame size to driver
` [PATCH net-next v3 24/33] ixgbevf: add XDP frame size to VF driver
` [PATCH net-next v3 25/33] i40e: add XDP frame size to driver
` [PATCH net-next v3 26/33] ice: "
` [PATCH net-next v3 27/33] xdp: for Intel AF_XDP drivers add XDP frame_sz
` [PATCH net-next v3 28/33] mlx5: rx queue setup time determine frame_sz for XDP
` [PATCH net-next v3 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH net-next v3 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()
` [PATCH net-next v3 31/33] bpf: add xdp.frame_sz in bpf_prog_test_run_xdp()
` [PATCH net-next v3 32/33] selftests/bpf: adjust BPF selftest for xdp_adjust_tail
` [PATCH net-next v3 33/33] selftests/bpf: xdp_adjust_tail add grow tail tests

spelling fix for bpf_perf_prog_read_value optval doc
 2020-05-08 15:06 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-05-08 14:58 UTC  (8+ messages)
` [RFC PATCHv2 "
  ` [RFC PATCHv2 bpf-next 1/2] xdp: add a new helper for "

[RFC PATCH v2 0/3] kprobes: Support nested kprobes
 2020-05-08 14:25 UTC  (4+ messages)
` [RFC PATCH v2 1/3] x86/kprobes: "
` [RFC PATCH v2 2/3] arm64: kprobes: "
` [RFC PATCH v2 3/3] arm: "

XDP bpf_tail_call_redirect(): yea or nay?
 2020-05-08 14:18 UTC  (10+ messages)

[PATCH v12 1/4] perf doc: pass ASCIIDOC_EXTRA as an argument
 2020-05-08 13:04 UTC  (2+ messages)
` [tip: perf/core] perf doc: Pass "

[PATCH v12 3/4] perf pmu: add perf_pmu__find_by_type helper
 2020-05-08 13:04 UTC  (2+ messages)
` [tip: perf/core] perf pmu: Add "

[PATCH v12 2/4] tools feature: add support for detecting libpfm4
 2020-05-08 13:04 UTC  (2+ messages)
` [tip: perf/core] tools feature: Add "

[PATCH net-next v2 21/33] virtio_net: add XDP frame size in two code paths
 2020-05-08 10:49 UTC  (9+ messages)
` [PATCH net-next v2 28/33] mlx5: rx queue setup time determine frame_sz for XDP

[PATCH bpf-next v4 0/4] bpf: allow any port in bpf_bind helper
 2020-05-08  7:19 UTC  (8+ messages)
` [PATCH bpf-next v4 1/4] selftests/bpf: generalize helpers to control background listener
` [PATCH bpf-next v4 2/4] selftests/bpf: move existing common networking parts into network_helpers
` [PATCH bpf-next v4 3/4] net: refactor arguments of inet{,6}_bind
` [PATCH bpf-next v4 4/4] bpf: allow any port in bpf_bind helper

[RFC PATCH 0/7] Share events between metrics
 2020-05-08  5:43 UTC  (5+ messages)

linux-next 20200506 - build failure with net/bpfilter/bpfilter_umh
 2020-05-08  4:39 UTC 

[PATCH net-next 1/2] virtio-net: don't reserve space for vnet header for XDP
 2020-05-08  1:59 UTC  (14+ messages)
` [PATCH net-next 2/2] virtio-net: fix the XDP truesize calculation for mergeable buffers

[PATCH] umh: fix memory leak on execve failure
 2020-05-07 22:14 UTC 

Checksum behaviour of bpf_redirected packets
 2020-05-07 21:25 UTC  (7+ messages)

[PATCH v2] net: bpf: permit redirect from L3 to L2 devices at near max mtu
 2020-05-07 21:05 UTC  (5+ messages)
` [PATCH v3] net: bpf: permit redirect from ingress L3 to egress "

[PATCH v3 05/11] arm64: bpf: Annotate JITed code for BTI
 2020-05-07 20:15 UTC 

[PATCH net-next] net: mlx4: remove unneeded variable "err" in mlx4_en_ethtool_add_mac_rule()
 2020-05-07 20:04 UTC  (2+ messages)

[PATCH] libbpf: Replace zero-length array with flexible-array
 2020-05-07 18:50 UTC 

sk lookup verifier issue
 2020-05-07 18:19 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).