Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-25 | Jenkins: save CPU time and only test using vyos-configd | Christian Poessinger | |
2021-01-25 | wide-dhcpv6: T3240: add CI | Christian Poessinger | |
2021-01-25 | Merge pull request #141 from bstepler/T3240 | Christian Poessinger | |
Docker: T3240: add wide-dhcpv6 build dependencies | |||
2021-01-24 | Kernel: T3243: update Linux Kernel to v5.10.10 | Christian Poessinger | |
2021-01-24 | systemd: services: T2518: disable ndppd service | Christian Poessinger | |
2021-01-24 | Testsuite: increase smoketest timeout as we do more and more tests | 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-22 | Docker: T3240: add wide-dhcpv6 build dependencies | Brandon Stepler | |
2021-01-20 | sysctl: remove redundant configuration as this is done in vyos-1x | Christian Poessinger | |
2021-01-17 | Kernel: T3218: remove unavailable RSS parameter from intel driver options | Christian Poessinger | |
This is a roundup commit to ae2279e ("Kernel: no longer build Intel out-of-tree NIC drivers") as the in-tree drivers do not support this option, the always use the maximum available number. | |||
2021-01-16 | Kernel: T3223: update linux-firmware to 20201218 | Christian Poessinger | |
(cherry picked from commit ab6d2763264423de4d02dc5b6aa48fe00eb8bf68) | |||
2021-01-16 | Kernel: T3223: update Linux Kernel to v5.10.7 | Christian Poessinger | |
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 | Docker: vyos-util package requires opem num package | Christian Poessinger | |
2021-01-10 | Docker: add missing python3-sphinx dependency for vyos-1x | 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-08 | Docker: add missing Accel-PPP dependencies | Christian Poessinger | |
2021-01-08 | Docker: Linux Kernel depends on rsync | Christian Poessinger | |
2021-01-08 | Docker: fix netfilter build dependencies | Christian Poessinger | |
2021-01-08 | Docker: fix FRR build dependencies | Christian Poessinger | |
2021-01-08 | Docker: iproute2 has a build dependency on libbsd-dev | Christian Poessinger | |
2021-01-08 | Docker: add missing cmake dependency on librtr | Christian Poessinger | |
2021-01-08 | Docker: add wireguard and iproute2 build dependencies | Christian Poessinger | |
2021-01-08 | Docker: add missing FRR dependency on python3-sphinx | Christian Poessinger | |
2021-01-07 | Docker: properly arrange vyos-build dependencies | Christian Poessinger | |
2021-01-07 | Docker: vyos-1x has a build-dependency on python3-jinja2 | Christian Poessinger | |
2021-01-07 | Docker: do not install librtr-doc to avoid pulling in additional dependencies | Christian Poessinger | |
2021-01-07 | Docker: update OCaml from 4.09.0 -> 4.09.1 | Christian Poessinger | |
This fixes a build with GCC 10 (coming in Debian Bullseye), release notes available here: https://ocaml.org/releases/4.09.1.html | |||
2021-01-07 | Docker: drop dependencies for keepalived | Christian Poessinger | |
We no longer need to build keepalived on out own, we rely on the Debian upstream version. | |||
2021-01-07 | Docker: dependency cleanup for vyos-1x | Christian Poessinger | |
Most python3 dependencies are set by vyos-1x, use them from that section. | |||
2021-01-07 | Update rolling version to 1.4 | Christian Poessinger | |
Commit b808e36 ("Update the version of the rolling release") bumped the version on the branch but not on the pipeline. | |||
2021-01-06 | Docker: drop installation of dh-systemd | Christian Poessinger | |
dh-systemd was merged into debhelper in version 9.20160709 [1] and since stretch, dh-systemd is an empty transitional package. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670 | |||
2021-01-05 | Merge pull request #140 from qxmips/current | Christian Poessinger | |
moved webhost address to vars | |||
2021-01-05 | moved webhost address to vars | qxmips | |
2021-01-04 | Fix a typo in the README. | Daniil Baturin | |
2021-01-04 | Update the version of the rolling release. | Daniil Baturin | |
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 | |
2020-12-31 | Kernel: T3168: update Linux Kernel to v5.4.86 | Christian Poessinger | |
2020-12-28 | systemd: services: disable ddclient | Christian Poessinger | |
2020-12-28 | hooks: adjust to Debian Buster base system | Christian Poessinger | |
2020-12-28 | ddclient: 3151: pin to Debian Bullseye | Christian Poessinger | |
Ddclient consists out of Perl code only, thus it's safe to use the Bullseye version. |