From: Felix Fietkau Date: Wed, 1 Jul 2026 08:35:29 +0000 (+0200) Subject: qosify: update to Git HEAD (2026-06-22) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=365c6232c0f3e6c96bc0683c192f15360bfb5456;p=thirdparty%2Fopenwrt.git qosify: update to Git HEAD (2026-06-22) 298754f6ded2 map: add NQB DiffServ codepoint d26cc573f36c qosify: account for bytes in traffic class statistics 0edbc51af3b6 qosify: group traffic class stats under a "classes" table fe8491da8daf qosify: add per-DSCP traffic statistics 181a691407ee dns: track cname cache hit/miss statistics cece4e23a9df qosify: track per-DNS-pattern traffic statistics 6b4be193a6dd qosify: report eBPF map entry count and last reload time e57b34046341 qosify: account for GSO segment count in packet statistics c49e72a4a45d qosify-bpf: remove unused variable in classify() 44ce40f8e083 qosify: count all traffic in per-DSCP statistics beeb87ec1f16 qosify: expose default traffic classes in statistics Signed-off-by: Felix Fietkau --- diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile index 3c53c81f19c..31a69b356a3 100644 --- a/package/network/config/qosify/Makefile +++ b/package/network/config/qosify/Makefile @@ -11,9 +11,9 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=qosify PKG_SOURCE_URL=$(PROJECT_GIT)/project/qosify.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2024-09-20 -PKG_SOURCE_VERSION:=1501e0935175d713ad229d88a8401dbfddc0a6b4 -PKG_MIRROR_HASH:=6d6e07285a6c46f040ba88555accc64c291837f9726944b9e41ec4efbaaf6c20 +PKG_SOURCE_DATE:=2026-06-22 +PKG_SOURCE_VERSION:=beeb87ec1f16aaf5d99ff8060c2455971d9d400e +PKG_MIRROR_HASH:=c9ef0ad68daedb7e18e4959884a40cc0c64849dbd17bf6fdadeed8bdd8d49358 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0