Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-30 | QAT: T3587: use source package from our own VyOS mirror | Christian Poessinger | |
2021-05-30 | Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree drivers | Christian Poessinger | |
The latest Intel QAT drivers make the 5.10 series Kernel crash and there was no real and good response from Intel so far. Today the build failed one more time by a source file moving around in the Intel webservers. It's time to try to move the QAT functionality to the Kernel buildin drivers. | |||
2021-05-29 | strongSwan: T1888: add version 5.9.1 | Christian Poessinger | |
2021-05-23 | Kernel: usb: drop gadged support | Christian Poessinger | |
2021-05-23 | Revert "Kernel: usb: wwan: T3063: remove QMI, NCM and CDC drivers for WWAN ↵ | Christian Poessinger | |
cards" Newer cards must use QMI it seems. It also feels more "robust". | |||
2021-05-19 | Accel-PPP: T3562: update to latest version | Christian Poessinger | |
Update to: https://github.com/accel-ppp/accel-ppp/commit/277ad4c3c7af01 | |||
2021-05-05 | Revert "frr: T3504: add patch to address graceful-restart return code issue" | Christian Poessinger | |
Official fix already merged into FRR stable/7.5 branch. This reverts commit 2feba96c6c9fcb59ecf77f91661b7a61e8bb4442. | |||
2021-05-04 | frr: T3504: add patch to address graceful-restart return code issue | Christian Poessinger | |
2021-05-01 | Kernel: T3491: switch to 1kHz timer interrupt | Christian Poessinger | |
2021-04-24 | QAT: builds are only supported for amd64 platforms | Christian Poessinger | |
2021-04-23 | Kernel: T3489: enable kexec support | Rob Thomas | |
This allows us to use kexec in the future to support fast reboots. This is more important on physical hardware which can take 10+ minutes to POST. Signed-Off-By: Rob Thomas <xrobau@gmail.com> | |||
2021-04-23 | Kernel: T3489: re-enable NUMA in kernel build | Rob Thomas | |
All throughout the history of vyos-build, NUMA has been disabled. It WAS enabled back in Vyatta days, so something somewhere has accidentally turned it off - and it's ALSO mentioned explicitly in various pieces of documentation, so it's MEANT to be on! Note for future researchers: CONFIG_INOTIFY_STACKFS=y is provided by a patch, so patch the kernel BEFORE running make menuconfig, or manually put it back. If not, it'll vanish and is a wanted part of the build. Signed-Off-By: Rob Thomas <xrobau@gmail.com> | |||
2021-04-19 | kernel: T3486: Prepare for arm64 builds | Runar Borge | |
2021-04-09 | iproute2: patches: add fix for erspan JSON output | Christian Poessinger | |
See thread [1] for more infomration. [1] https://lore.kernel.org/netdev/3ac544c09842410fb863b332917a03ad@poessinger.com/ | |||
2021-04-09 | packages: wide-dhcpv6: rename build script | Christian Poessinger | |
2021-04-09 | Kernel: move build to "normal" Pipeline library | Christian Poessinger | |
This is initial work required to also build an arm64 Kernel via the CI. | |||
2021-04-05 | qat: update to 1.7.L.4.13.0-00009 | Christian Poessinger | |
2021-04-03 | packages: add minisign | Christian Poessinger | |
2021-03-26 | iproute2 update to debian/5.10.0-4_bpo10+1 | Christian Poessinger | |
2021-03-26 | Kernel: Jenkins: cleanup, move LogRotator setting to pipeline options | Christian Poessinger | |
2021-03-26 | Jenkins: enable arm64 builds | Christian Poessinger | |
2021-03-26 | Jenkins: fix buildPackage call, it's null not none | Christian Poessinger | |
2021-03-26 | Jenkins: enable arm64 builds | Christian Poessinger | |
2021-03-26 | Jenkins: enable arm64 builds | Christian Poessinger | |
2021-02-27 | frr: remove local rpki frr-reload patch as this has been backported to 7.5 | Christian Poessinger | |
2021-02-17 | Kernel: Jenkins: limit *.deb search path depth | Christian Poessinger | |
2021-02-15 | kernel: T3312: Add SolarFlire kernel modules | Eshenko Dmitriy | |
2021-02-08 | Kernel: Jenkins: cleanup variable definitions | Christian Poessinger | |
2021-02-08 | Jenkins: frr: support arm64 builds | Christian Poessinger | |
2021-02-08 | Revert "frr: T3182: revert back to 7.4 series" | Christian Poessinger | |
This reverts commit 01c7e4b51098a4585ef2291a391eb62bbe50e48e. | |||
2021-02-08 | Revert "frr: T3182: revert back to 7.3 series" | Christian Poessinger | |
This reverts commit 1278d2d0fe08da7b2b98586c0f9514b3fe0ce564. | |||
2021-02-05 | Kernel: drop telco drivers | Christian Poessinger | |
2021-02-02 | Jenkins: run containers with "reuseNode" to stay on the same node | qxmips | |
2021-01-31 | Kernel: also trigger build when "data/defaults.json" changes | Christian Poessinger | |
(cherry picked from commit 070e2e77e93f34402fe17a6640dade7109571d63) | |||
2021-01-31 | iproute2: T3276: bump version to 5.10 to match the running Kernel | Christian Poessinger | |
2021-01-25 | wide-dhcpv6: T3240: add CI | Christian Poessinger | |
2021-01-23 | Kernel: add *.tar.xz to .gitignore | Christian Poessinger | |
2021-01-23 | frr: T3227: import hotfix for frr-reload script to fix rpki issues | Christian Poessinger | |
2021-01-16 | Kernel: T3223: update linux-firmware to 20201218 | Christian Poessinger | |
(cherry picked from commit ab6d2763264423de4d02dc5b6aa48fe00eb8bf68) | |||
2021-01-16 | Kernel: T3223: retrieve firmware information from Kernel module binary itself | Christian Poessinger | |
2021-01-15 | Jenkins: retrive debian repo server via global variable | Christian Poessinger | |
2021-01-10 | Kernel: no longer build Intel out-of-tree NIC drivers | Christian Poessinger | |
2021-01-10 | Jenkins: Kernel: extract version from data/defaults.json | Christian Poessinger | |
No need to specify the kernel version two times, it can be retrieved from data/defaults.json | |||
2021-01-10 | Jenkins: Kernel: instead of 'git clone' the source use the tarball | Christian Poessinger | |
This reduces the download and checkout overhead. | |||
2021-01-09 | Kernel: T3199: update Linux Kernel to v5.10.6 | Christian Poessinger | |
2021-01-09 | Merge branch 'kernel-5.10' into current | Christian Poessinger | |
* kernel-5.10: QAT: update to 1.7.l.4.12.0 Kernel: Initial support for 5.10.4 | |||
2021-01-03 | frr: T3182: revert back to 7.3 series | Christian Poessinger | |
2021-01-03 | frr: T3182: revert back to 7.4 series | Christian Poessinger | |
2020-12-31 | QAT: update to 1.7.l.4.12.0 | Christian Poessinger | |
2020-12-31 | Kernel: Initial support for 5.10.4 | Christian Poessinger | |