Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-11 | Kernel: T7539: compile in WWAN drivers and not use loadable modules | Christian Breunig | |
2025-06-11 | Kernel: T7539: add option to only install build dependencies for development | Christian Breunig | |
2025-06-10 | Merge pull request #927 from sever-sever/T4409 | Daniil Baturin | |
T4409: Fix Framed-Route with attr Accel-VRF-Name | |||
2025-06-10 | Merge pull request #973 from tjjh89017/T7534 | Christian Breunig | |
T7534: netfilter: add asciidoc-base as build depend | |||
2025-06-10 | Merge pull request #975 from sever-sever/T7530 | Daniil Baturin | |
T7530: Build package binaries script should exit if repo is absent | |||
2025-06-10 | T7534: netfilter: add asciidoc-base,bison as build depend | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2025-06-09 | Remove an emoji from an error message | Daniil Baturin | |
2025-06-09 | Remove an emoji from an error message | Daniil Baturin | |
2025-06-09 | T7530: Build package binaries script should exit if repo is absent | Viacheslav Hletenko | |
The build package binaries script should exit if the repo is absent or cannot be cloned If a build package `repo-a` depends on the `repo-b` and the `repo-b` cannot be cloned, then we shoud exit from the script to avoid partly build dependencies For example: ``` [[packages]] name = "fake-repo" commit_id = "v0.0.1" scm_url = "https://github.com/vyos/fake-repo" [[packages]] name = "ethtool" commit_id = "debian/1%6.10-1" scm_url = "https://salsa.debian.org/kernel-team/ethtool" ``` If ethtool depends on some fake-package and this package cannot be downloaded from the repo, then we shouldn't build the ethtool package at all. | |||
2025-06-08 | T7535: aws-gwlbtun: add cmake for depend | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2025-05-30 | Kernel: T7428: re-enable CONFIG_INOTIFY_STACKFS | Christian Breunig | |
Kernel compile time option for our custom patch to enable inotify on stackable filesystems accidently got removed in commit cfdd4451ca3aa ("Kernel: T7428: remove io_uring support"). Option was re-enabled. | |||
2025-05-28 | Merge pull request #967 from dmbaturin/T7490-broadcast-relay-build | Yevhen Bondarenko | |
packages: T7490: add build files for udp-broadcast-relay | |||
2025-05-28 | packages: T7490: add build files for udp-broadcast-relay | Daniil Baturin | |
2025-05-28 | T7494: FRR add build dependency flex libelf-dev | Viacheslav Hletenko | |
2025-05-28 | T7494: FRR add missing build bison and liblua dependencies | Viacheslav Hletenko | |
2025-05-12 | Kernel: T7253: build linux-perf-$version package | Christian Breunig | |
Previous patch was removed during VyOS 1.3 -> 1.4 development cycle as the internal handling for Kernel package generation changed. This brings back the perf binary in a new linux-perf-$KERNELVERSION Debian package. | |||
2025-05-12 | Docker: T7253: remove Kernel build dependencies to shrink container image | Christian Breunig | |
Move the Kernel build dependencies to package.toml to unbload the build container even more. | |||
2025-05-12 | Kernel: T5887: update Linux Kernel to v6.6.90 | Christian Breunig | |
2025-05-06 | Merge pull request #955 from tjjh89017/arm64_kernel | Viacheslav Hletenko | |
T7406: add virtio-gpu and pl011 console support for arm64 | |||
2025-05-04 | Kernel: T7428: remove io_uring support | Christian Breunig | |
Given the recent chatter about io_uring and it flaws - e.g. [1] - and we have to my knowledge no use for it we should remove it from the Kernel configuration. Every feature not used and removed from the Kernel is a good one. 1: https://www.armosec.io/blog/io_uring-rootkit-bypasses-linux-security/ | |||
2025-04-28 | T7406: add virtio-gpu and pl011 console support for arm64 | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2025-04-24 | Merge pull request #943 from nvollmar/T7347 | Daniil Baturin | |
T7347: Update prometheus exporters | |||
2025-04-24 | T7384: Radius patch for Dns-Server-IPv6-Address attribute - accel-ppp (#926) | AlexIT-FT | |
* Add 0002-Radius-Dns-Server-IPv6-Address.patch This adds the ability to pull IPv6 DNS servers from the radius response not just hard coded in the config file | |||
2025-04-23 | packages: T7347: Update prometheus exporters | Nicolas Vollmar | |
2025-04-19 | radvd: T7376: upgrade package to v2.20 | Ryan Zuwala | |
2025-04-17 | packages: T6230: include iptables modules in vyos-ipt-netflow | Daniil Baturin | |
2025-04-14 | kea: T7281: Patches from upstream to include ping_check library | sarthurdev | |
2025-04-14 | kea: T7281: Update Kea to 2.6.1-2 | sarthurdev | |
2025-04-13 | vyos-build: T7357: add libnss-mapuser package | Thomas Kupper | |
After renaming the package from libnss-mapuser to vyos-libnss-mapuser in T7336-new-package-name, the package is missing from scripts/package-build/. Adding it, taking libpam-radius-auth as an example. The dependency is taking from the Build-Depends field of the debian/control file of the libnss-mapuser package. Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com> | |||
2025-04-10 | packages: T7344: build bash-completion from source | Daniil Baturin | |
2025-04-01 | Merge pull request #924 from c-po/ipt-netflow | Daniil Baturin | |
Kernel: T6230: add ipt_NETFLOW out-of-tree module | |||
2025-03-21 | Merge pull request #934 from AndriiFullroot/VyOS_T7226 | Viacheslav Hletenko | |
T7226: Fixed ldpd crash with tLDP message for disabled LDP hello message | |||
2025-03-21 | T7226: Fixed ldpd crash with tLDP message for disabled LDP hello message | Andrii Melnychenko | |
Signed-off-by: Andrii Melnychenko <a.melnychenko@vyos.io> | |||
2025-03-21 | Merge pull request #930 from c-po/T861-secure-boot | Christian Breunig | |
T861: minor improvements to secure-boot certificate handling | |||
2025-03-18 | T861: use custom Kernel certificate over the root shim signing certificate | Christian Breunig | |
2025-03-17 | T7226: Added FRR patch with option that disables LDP hello | Andrii Melnychenko | |
2025-03-13 | T4409: Fix Framed-Route with attr Accel-VRF-Name | Viacheslav Hletenko | |
If you use attribute Accel-VRF-Name we are expecting a route in a specific VRF, the cuurent implementation set the Framed-Route/Framed-IPv6-Route to the default VRf (no VRF) Fixes this, so routes are installed in the proper VRF name | |||
2025-03-11 | Kernel: T6230: add ipt_NETFLOW out-of-tree module | Christian Breunig | |
2025-03-11 | T7233: Fix wrong MOK certs path in the script of build-kernel.sh | Youyuan | |
2025-02-25 | Kernel: T5887: update Linux Kernel to v6.6.79 | Christian Breunig | |
2025-02-20 | Merge pull request #913 from c-po/T6847-intel-oot | Viacheslav Hletenko | |
Intel: T6847: provide common build script for Out-Of-Tree drivers | |||
2025-02-20 | Merge pull request #916 from sever-sever/T7178 | Daniil Baturin | |
T7178: Add vDPA Virtio Data Path Aceleration kernel module | |||
2025-02-20 | Merge pull request #912 from vyos/T7174 | Daniil Baturin | |
T7174: bump host-sflow version to v2.1.11-5 to build with VPP feature | |||
2025-02-20 | T7178: Add vDPA Virtio Data Path Aceleration kernel module | Viacheslav Hletenko | |
2025-02-19 | Intel: T6847: provide common build script for Out-Of-Tree drivers | Christian Breunig | |
Use one build script to rule all the Intel Git based drivers. | |||
2025-02-17 | T7174: bump host-sflow version to v2.1.11-5 to build with VPP featureT7174 | Viacheslav Hletenko | |
2025-02-17 | T7173: Bump keepalived version to 2.3.2 | Viacheslav Hletenko | |
2025-02-15 | intel: T6847: fix build system to perform proper "git clone" on IXGBE driver | Christian Breunig | |
Previous commit a10b29560 ("intel: T6847: update IXGBE Out-Of-Tree driver to v6.0.5") missed a proper CI "git clone" on the driver repository - this has been fixed. | |||
2025-02-15 | intel: T6847: port patches to latest driver version 6.0.5 | Christian Breunig | |
2025-02-13 | Merge pull request #906 from c-po/intel-ixgbe-oot | Viacheslav Hletenko | |
intel: T6847: update IXGBE Out-Of-Tree driver to v6.0.5 |