| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
fixes #4434
(cherry picked from commit 521fc31bda433360f39180603b463ea38c48e303)
|
| |
|
|
|
|
|
|
| |
and cherry-pick a pmtu fix from linux.git
(cherry picked from commit 990b6cb45af845d9a3fd3d7d32cebf4890aff37e)
|
|
|
|
| |
(cherry picked from commit 7ab606e05ec1557868306bc7a90a17d6c8f20717)
|
|
|
|
|
|
| |
fixes #4445
(cherry picked from commit 3f422832e1e14a724e6c0c659ed9ab8609507f3c)
|
|
|
|
|
|
| |
fixes #4446
(cherry picked from commit 80c5136b033e3d28508e996d1e1ad224c9017639)
|
|
|
|
|
|
|
| |
interoperability fix to work with Alpine patched ipsec-tools
(will probably be removed after a migration period)
(cherry picked from commit 2a4023dfee4f68916ac96d02fc41874d7286d625)
|
|
|
|
|
|
| |
nfnl_catch() can return stop in certain transient error conditions
(cherry picked from commit 75981f53078a55e53eae0c13dfc46e2de051247b)
|
|
|
|
| |
(cherry picked from commit 3d42535a6d49fe9aad231c618e6b9a3570e89ee9)
|
|
|
|
| |
(cherry picked from commit f00e82a95677cff20f87081de25cdce10a9e21ee)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- suggest the setup-alpine command in motd
- fix sysctl location and contents
put sysctl to /etc/sysctl.d with 00 prefix so later sysctl.d files can
override it if needed.
also remove ip_forward, it default to zero in kernel, and is controlled
by iptables init.d or quagga.
- mkmntdirs: add missing header
string.h is needed for strcmp definition
- profile: remove LANG. ref #4428
(cherry picked from commit ee65d272cda3aee4ac47ac67433ee7853d35702a)
|
|
|
|
| |
(cherry picked from commit 4bb701b33ac7e53565ced79d17c857286acadc00)
|
|
|
|
|
|
|
| |
busybox sysctl only accept one file so we need to re-run it for each
config file.
(cherry picked from commit e24406612af6110fe7e2c881a6532c725dfb249e)
|
|
|
|
|
|
|
|
|
|
|
| |
ULOG is no longer present in kernels we use. The compat library
is deficient and does not support e.g. mapping of interface names
or timestamps. This patch updates the code to use nflog natively
and removes the ifindex to name mappings using syscalls so this
improves performance too.
(cherry picked from commit a7717ec784fd112e74ca5a5ddf6da8a59d742049)
(cherry picked from commit 6c9d9325fe81174d7e1de61f3f49c88c2a7d194a)
|
|
|
|
| |
(cherry picked from commit 6fbb8247cb9a548f589e7c250196bacf72daf88c)
|
|
|
|
| |
(cherry picked from commit 4cc1178d550587aaaf640ef084feeadb2e751b80)
|
| |
|
|
|
|
|
|
| |
fixes #4367
(cherry picked from commit 390c5e61822473fce8eca628ebc0105fec79361b)
|
|
|
|
| |
(cherry picked from commit d18e2412fa0fa1ac7ed0f4b9d9836e1f87444cb9)
|
|
|
|
|
|
| |
ref #4406
(cherry picked from commit 3cb5210cdac46fb8805d4028df16f5889f393a09)
|
|
|
|
| |
(cherry picked from commit 7b30ba05f5f1d97f2a9430b7f4dd87002f32ca04)
|
|
|
|
|
|
| |
fixes #4422
(cherry picked from commit 64fb8f27c6db8fee32688fa19b6b6ef867c72cf7)
|
|
|
|
|
|
| |
ref #4422
(cherry picked from commit 244d70926be696fe7d4491c549aecfe8c8dba562)
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2015-3218
CVE-2015-3255
CVE-2015-4625
ref #4411
fixes #4415
(cherry picked from commit a215f1937c91916b1b5162e49e996708eb456e67)
|
|
|
|
|
|
|
| |
ref #4324
fixes #4328
(cherry picked from commit 786a06d135bec56c5f93b9b5a0099cb34957f1da)
|
|
|
|
| |
(cherry picked from commit 1c9a2c4a4368247649ca29b0ae63ced9dd3bf402)
|
|
|
|
|
|
|
| |
this works around issue with the "smart" memory locking
fixes #3107
(cherry picked from commit 7cfe57d546e6a336fc5e0eb9c305bb9c3707bee2)
|
| |
|
| |
|
|
|
|
|
|
|
| |
ref #4416
fixes #4420
(cherry picked from commit 10422f18285619f8f57b8b4ab5ca829eb21c115f)
|
|
|
|
|
|
|
|
|
| |
we can not guarantee that block size specified in user data will not
overflow the stack so we need to use malloc.
this fixes segfault when doing unsquashfs
(cherry picked from commit 2fafe3d1eb933216776b191c85565ec5289161da)
|
|
|
|
|
| |
ref #4387
fixes #4391
|
|
|
|
|
|
|
| |
ref #4377
fixes #4381
(cherry picked from commit 1314c0d82fee33213ea17cc7805bdf3a60efac78)
|
|
|
|
|
|
| |
fixes #4365
(cherry picked from commit 9b06e4bb86d3151e0d69b6b5ddf6b554e215581a)
|
|
|
|
|
|
| |
fixes #4422
(cherry picked from commit 9485fcd2d360167cc28ae121e9840d48c7547681)
|
|
|
|
|
|
|
|
|
| |
The upstream patch does not apply without applying lot other stuff so we
simply apply all since 1.4.35 release.
fixes #4330
(cherry picked from commit c1ee7a6e6d21447788c7512e7197d49ebfbc3096)
|
|
|
|
| |
(cherry picked from commit 33c3a706bad78049366a3148bc2ffc950ac24172)
|
|
|
|
| |
(cherry picked from commit 75eaafed0816f977932ee82290db5d60961bd9a9)
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2015-3210
CVE-2015-3217
CVE-2015-5073
fixes #4291
fixes #4404
(cherry picked from commit 77345a923c72d9e8d0a4202d893239ba43b903a3)
|
| |
|
|
|
|
|
|
| |
fixes #4421
(cherry picked from commit f06947663b0d988c62c583e121839c62a75c775a)
|
|
|
|
| |
fixes #4272
|