summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-30Kernel: T3033: Update Linux Kernel to v4.19.153Christian Poessinger
2020-10-28frr: drop custom patches as they are now part of upstream repoxChristian Poessinger
2020-10-27Merge pull request #129 from jestabro/vyos-configtestChristian Poessinger
smoketest: T3003: extend framework to load arbitrary config file
2020-10-27qemu: T3026: update script for deprecated ssh_host_port_min/maxJohn Estabrook
2020-10-27smoketest: T3003: extend framework to load arbitrary config fileJohn Estabrook
2020-10-24Intel: i40e: T3005: upgrade to version 2.13.10Christian Poessinger
2020-10-18Jenkins: fix path in sha256 checksum fileChristian Poessinger
2020-10-17Merge pull request #128 from DmitriyEshenko/fix-hw-queuesChristian Poessinger
modules: T2984: Increase HW queues
2020-10-17Jenkins: clean QEMU build filesChristian Poessinger
2020-10-17Kernel: WireGuard: T2991: update to version 1.0.20200908Christian Poessinger
2020-10-17Kernel: T2990: Update Linux Kernel to v4.19.152Christian Poessinger
2020-10-17Docker: extend dependencies for Kernel perf toolChristian Poessinger
2020-10-17Docker: add dependencies for Kernel perf toolChristian Poessinger
2020-10-17Jenkins: add stage dependency for QEMUChristian Poessinger
2020-10-17Jenkins: build QEMU imageChristian Poessinger
2020-10-17Kernel: update patches to current versionChristian Poessinger
2020-10-17modules: T2984: Increase HW queuesDmitriyEshenko
2020-10-15Jenkins: fix Groovy syntax illegal string body character after dollar signChristian Poessinger
2020-10-15Jenkins: create and upload ISO sha256 hashChristian Poessinger
2020-10-14Revert "Jenkins: comment parallel test of vyos-configd"Christian Poessinger
This reverts commit 9edd67734c3a18adda9dbb84d3a24e5e2d99dfff. This should be fixed now after the fix from https://phabricator.vyos.net/T2952
2020-10-14frr: T2980: bfdd: fix crash due to invalid parameter lengthChristian Poessinger
2020-10-14frr: T2980: use consistent patch namingChristian Poessinger
2020-10-09QAT: T2968: add support for Intel Atom C2000 platformChristian Poessinger
2020-10-03Revert "Kernel: T2955: Update Linux Kernel to v4.19.149"Christian Poessinger
This reverts commit b481a3ee4c947d78cb1488b542c31c23cd473b7f. Perf utils do not build anymore: util/evsel.c: In function ‘perf_evsel__exit’: util/util.h:25:28: error: passing argument 1 of ‘free’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] #define zfree(ptr) ({ free(*ptr); *ptr = NULL; }) util/evsel.c:1293:2: note: in expansion of macro ‘zfree’ zfree(&evsel->pmu_name); ^~~~~ /usr/include/stdlib.h:563:25: note: expected ‘void *’ but argument is of type ‘const char *’ extern void free (void *__ptr) __THROW; ~~~~~~^~~~~ ASCIIDOC perf-probe.xml
2020-10-03Kernel: T2955: Update Linux Kernel to v4.19.149Christian Poessinger
2020-09-30Merge pull request #127 from DmitriyEshenko/cur-qat-fix-multChristian Poessinger
QAT: T2932: Replace symlinks to files
2020-09-30QAT: T2932: Replace symlinks to filesDmitriyEshenko
2020-09-29Kernel: T2937: Update Linux Kernel to v4.19.148Christian Poessinger
2020-09-26Jenkins: comment parallel test of vyos-configdChristian Poessinger
This leads to exzessive host CPU usage which will make the test fail.
2020-09-25Testsuite: automatically determine number of CPUs usedChristian Poessinger
2020-09-25Testsuite: increase to 2G ramChristian Poessinger
2020-09-25Jenkins: run parallel tests with and without vyos-configdChristian Poessinger
2020-09-25Kernel: T2925: Update Linux Kernel to v4.19.147Christian Poessinger
2020-09-19Kernel: T2901: Update Linux Kernel to v4.19.146Christian Poessinger
2020-09-16T2886: Revert "Kernel: T2879: remove auditing support"Christian Poessinger
This reverts commit 94a553a52db3ab4a0f9e82016a7f7948b882a217.
2020-09-15Merge pull request #126 from zdc/origin/T2117-equuleus-20.3Christian Poessinger
Cloud-init: T2117: Updated requirements list for Cloud-init package
2020-09-15Cloud-init: T2117: Updated requirements list for Cloud-init packagezsdc
To build newer Cloud-init packages we need also the `python3-pytest-cov` package in the vyos-build image
2020-09-13Kernel: T2880: Update Linux Kernel to v4.19.145Christian Poessinger
2020-09-13Kernel: T2879: remove NVMe over-fabric supportChristian Poessinger
2020-09-13Kernel: T2879: remove Data Center Bridging supportChristian Poessinger
2020-09-13Kernel: T2879: remove early printk as we are no Kernel developersChristian Poessinger
2020-09-13Kernel: T2879: statically compile in BFQ schedulerChristian Poessinger
2020-09-13Kernel: T2879: cleanup block device drivers which we do not supportChristian Poessinger
We do not need drivers for block devices which we do not support in our installation routine.
2020-09-13Kernel: T2879: remove extcon subsystem as we have no external connectorsChristian Poessinger
2020-09-13Kernel: T2879: remove Intel QAT drivers as we use the out-of-tree modulesChristian Poessinger
2020-09-13Kernel: T2879: remove HugeTLB file system supportChristian Poessinger
... we do not need Huge Translation Lookaside Buffers
2020-09-13Kernel: T2879: remove MS-DOS and NTFS filesystem supportChristian Poessinger
2020-09-13Kernel: T2879: cleanup miscellaneous filesystemsChristian Poessinger
2020-09-13Kernel: T2879: do not enable different security modelsChristian Poessinger
... we already use the default security model.
2020-09-13Kernel: T2879: remove integrity subsystemChristian Poessinger
When enabled this does: This option enables the integrity subsystem, which is comprised of a number of different components including the Integrity Measurement Architecture (IMA), Extended Verification Module (EVM), IMA-appraisal extension, digital signature verification extension and audit measurement log support. We do not support secure-boot thus we do not need keyrings.