~spvkgn/misc-rsc/+git/padavan-ng:master

Last commit made on 2021-05-17
Get this branch:
git clone -b master https://git.launchpad.net/~spvkgn/misc-rsc/+git/padavan-ng

Branch merges

Branch information

Name:
master
Repository:
lp:~spvkgn/misc-rsc/+git/padavan-ng

Recent commits

289c95a... by Alexey <email address hidden>

dnsmasq: Re-introduce no ipv6 patch (Thanks Developer_MZRIP)

c992170... by Alexey <email address hidden>

dnsmasq: apply regex (https://github.com/lixingcong/dnsmasq-regex) (74aee4264b9beb474c44ff74eeaf225cd076ad4e)

c1642d8... by Alexey <email address hidden>

dnsmasq: small fix

63e4521... by Alexey <email address hidden>

dnsmasq: update to 2.85+ (50ccf9c5852729a68a0359025cd3bda080acfc39)

e662678... by Alexey <email address hidden>

libs: Build libevent last

d9870ad... by Alexey <email address hidden>

libs: libcares & libnghttp2: Fix clean target

ead80e5... by Alexey <email address hidden>

kernel: cdc_ncm: Implement the 32-bit version of NCM Transfer (see https://lkml.org/lkml/2020/3/5/926)

The NCM specification defines two formats of transfer blocks: with 16-bit
fields (NTB-16) and with 32-bit fields (NTB-32). Currently only NTB-16 is
implemented.

This patch adds the support of NTB-32. The motivation behind this is that
some devices such as E5785 or E5885 from the current generation of Huawei
LTE routers do not support NTB-16. The previous generations of Huawei
devices are also use NTB-32 by default.

Also this patch enables NTB-32 by default for Huawei devices.

During the 2019 ValdikSS made five attempts to contact Huawei to add the
NTB-16 support to their router firmware, but they were unsuccessful.

Signed-off-by: Alexander Bersenev <email address hidden>

b43f75c... by hanwckf <email address hidden>

kernel: set LINUX_COMPILE_BY & LINUX_COMPILE_HOST automatically

0ed1384... by Alexey <email address hidden>

libs: libnghttp2: Makefile: cmake instead of autotools

ace2fea... by Alexey <email address hidden>

libs: libcares: Makefile: cmake instead of autotools