Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-18 | Kernel: T4928: disable RNDIS in arm64 builds | Christian Breunig | |
It's the second time the maintainers talk about removing RNDIS from the Linux Kernel. We should not bet on such a feature if not extremely necessary. https://www.phoronix.com/news/Linux-Disabling-RNDIS-Drivers | |||
2023-10-17 | Revert "Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m" | Christian Breunig | |
This reverts commit 88be901bc103d1c47adbbc874d02e8ec5cde3397. | |||
2023-10-17 | Kernel: T4928: forward port linkstate-ip-device-attribute patch | Christian Breunig | |
2023-10-16 | Kernel: T4928: update Linux Kernel to v6.1.58 | Christian Breunig | |
2023-10-12 | Kernel: T4928: update Linux Kernel to v6.1.57 | Christian Breunig | |
2023-10-09 | Merge pull request #434 from Apachez-/T5589 | Christian Breunig | |
T5589: Nonstripped binaries exists in VyOS | |||
2023-10-06 | Kernel: T4928: update Linux Kernel to v6.1.56 | Christian Breunig | |
2023-10-04 | T5589: Nonstripped binaries exists in VyOS | Apachez | |
2023-10-03 | Merge pull request #426 from Apachez-/T5589 | Daniil Baturin | |
T5589: Nonstripped binaries exists in VyOS | |||
2023-10-03 | GitHub: add labeler configuration | Christian Breunig | |
2023-10-02 | Kernel: T5626: only select required Kernel CGROUP controllers | Christian Breunig | |
TL;DR: systemd does not require the performance-sensitive bits of Linux control groups enabled in the kernel. However, it does require some non-performance-sensitive bits of the control group logic. http://0pointer.de/blog/projects/cgroups-vs-cgroups.html The only controllers required for VyOS to function are the memory and PID controller required by the container feature. All other controlles can be disabled. | |||
2023-10-02 | Kernel: T5626: update to latest version with Kernel defaults | Christian Breunig | |
With all the minor fixes applied to the Kernel, also options change - this just syncs the previous config to the latest version with the new defaults applied that slipped in during all those bugfixes. | |||
2023-09-30 | Merge pull request #432 from Apachez-/T5624 | Christian Breunig | |
T5624: Remove /etc/debian_version from the image | |||
2023-09-30 | T5624: Remove /etc/debian_version from the image | Apachez | |
2023-09-29 | Merge pull request #430 from zdc/T5618-circinus | Christian Breunig | |
pmacct: T5618: Fixed mistake in pmacct build script | |||
2023-09-28 | pmacct: T5618: Fixed mistake in pmacct build script | zsdc | |
Removed extra `not` in the `if` condition of the build script which inverts the return code. | |||
2023-09-28 | pmacct: T5618: install build time dependencies | Christian Breunig | |
2023-09-28 | Merge pull request #428 from zdc/T5618-circinus | Christian Breunig | |
pmacct: T5618: Added build rules for custom pmacct package | |||
2023-09-28 | pmacct: T5618: Added build rules for custom pmacct package | zsdc | |
The current version of pmacct in Debian (`1.7.7-1`) contains the bug which leads to a crash when IMT is enabled and ICMP traffic is forwarded through a router. This commit adds our build with an extra patch, which solves the problem: https://github.com/pmacct/pmacct/commit/73af9545ea33cd87846306f648f634063ac41765 | |||
2023-09-26 | T5589: Nonstripped binaries exists in VyOS | Apachez | |
2023-09-26 | T5589: Nonstripped binaries exists in VyOS | Apachez | |
2023-09-26 | Kernel: extend .gitignore for new Intel and Realtek drivers | Christian Breunig | |
2023-09-26 | vpp: T1797: rmeove build instructions - moved to addon package | Christian Breunig | |
2023-09-26 | owamp: T4222: pin package to specific git tag | Christian Breunig | |
It's not a good idea to select master here as this might lead to unwanted code slipping in. Latest master branch (v5.0) is currently unbuildable with the build instructions used. | |||
2023-09-24 | Kernel: T4928: update Linux Kernel to v6.1.55 | Christian Breunig | |
2023-09-23 | Merge pull request #418 from Apachez-/T5604 | Christian Breunig | |
T5604: List of debian archives is out of date (non-free-firmware is missing) | |||
2023-09-22 | Merge pull request #419 from jestabro/disk-by-id | John Estabrook | |
smoketest: T5607: adjust for non-deterministic scsi device probing | |||
2023-09-20 | smoketest: T5607: adjust for non-deterministic scsi device probing | John Estabrook | |
2023-09-20 | T5604: List of debian archives is out of date (non-free-firmware is missing) | Apachez | |
2023-09-19 | Kernel: T4928: update Linux Kernel to v6.1.54 | Christian Breunig | |
2023-09-19 | Merge pull request #416 from sever-sever/T5588 | Christian Breunig | |
T5588: Add kernel module CONFIG_NF_CONNTRACK_BRIDGE | |||
2023-09-19 | T5125: bump hsflowd version to v2.0.52-1 | Viacheslav Hletenko | |
2023-09-19 | T5588: Add kernel module CONFIG_NF_CONNTRACK_BRIDGE | Viacheslav Hletenko | |
2023-09-17 | Merge pull request #402 from indrajitr/ddclient-cache-fix | Christian Breunig | |
ddclient: T5573: Patch ddclient to fix caching issues with new providers | |||
2023-09-17 | salt: T5592: upgrade package to 3005 | Christian Breunig | |
2023-09-17 | Merge pull request #414 from Apachez-/T5511 | Christian Breunig | |
T5511: Cleanup of unused directories (and files) in order to shrink image-size | |||
2023-09-16 | T5511: Cleanup of unused directories (and files) in order to shrink image-size | Apachez | |
2023-09-16 | T5511: drop empty hooks | Christian Breunig | |
This is a roundup commit to 0be277647 ("T5511: Cleanup of unused directories (and files) in order to shrink image-size") that dropy empty/commented out live-build hook scripts. | |||
2023-09-16 | Merge pull request #413 from Apachez-/T5511 | Christian Breunig | |
T5511: Cleanup of unused directories (and files) in order to shrink image-size | |||
2023-09-16 | T5511: Cleanup of unused directories (and files) in order to shrink image-size | Apachez | |
2023-09-15 | GitHub: add branch label action | Christian Breunig | |
2023-09-15 | Jenkins: nighly builds now run on GitHub including smoketests | Christian Breunig | |
2023-09-15 | Merge pull request #408 from sarthurdev/test_match | Christian Breunig | |
smoketest: live: T5568: Option to specify smoketests to run, serial boot option to live ISO | |||
2023-09-15 | Merge pull request #411 from sever-sever/T5261-build | zdc | |
T5261: aws-gwlbtun fix to build arm64 package | |||
2023-09-15 | T5261: aws-gwlbtun fix to build arm64 package | Viacheslav Hletenko | |
2023-09-15 | Merge pull request #410 from sever-sever/T5261-build | zdc | |
T5261: aws-gwlbtun prepare_package must be before build package | |||
2023-09-15 | T5261: aws-gwlbtun prepare_package must be before build package | Viacheslav Hletenko | |
Fix build `aws-gwlbtun` package Prepore must be before build | |||
2023-09-15 | Merge pull request #409 from sever-sever/T5261-build | Viacheslav Hletenko | |
T5261: Fix build aws-gwlbtun create the file before writing content | |||
2023-09-15 | T5261: Fix build aws-gwlbtun create file before write content | Viacheslav Hletenko | |
2023-09-14 | live: T5568: Add serial boot option to live ISO | sarthurdev | |