openwrt-mirror/package
Vincent Pelletier 15fbb91666 kernel: scale nf_conntrack_max more reasonably
Use the kernel's built-in formula for computing this value.
The value applied by OpenWRT's sysctl configuration file does not scale
with the available memory, under-using hardware capabilities.
Also, that formula also influences net.netfilter.nf_conntrack_buckets,
which should improve conntrack performance in average (fewer connections
per hashtable bucket).

Backport upstream commit for its effect on the number of connections per
hashtable bucket.

Apply a hack patch to set the RAM size divisor to a more reasonable value (2048,
down from 16384) for our use case, a typical router handling several thousands
of connections.

Signed-off-by: Vincent Pelletier <plr.vincent@gmail.com>
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-04-01 13:23:41 +01:00
..
base-files ipq40xx: Support Chromium OS image-type creation 2022-03-25 18:14:13 +01:00
boot uboot-mediatek: add patch to allow accessing bootconf from Linux 2022-03-21 23:48:04 +00:00
devel strace: Update to version 5.16 2022-02-01 21:25:02 +01:00
firmware ipq40xx: update E2600AC c1/c2 board 2022-03-25 18:14:13 +01:00
kernel kernel: scale nf_conntrack_max more reasonably 2022-04-01 13:23:41 +01:00
libs toolchain: reproducible libstdcpp 2022-04-01 12:54:58 +01:00
network uqmi: fix acquiring PIN status 2022-03-24 18:45:19 +00:00
system urandom-seed: use seedrng for seeding the random number generator 2022-03-28 09:27:56 +02:00
utils busybox: Fix snprintf arguments in lock 2022-03-31 18:46:53 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00