summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2021-02-08Kernel: T3295: update Linux Kernel to v5.10.14Christian Poessinger
2021-01-31Kernel: T3276: update Linux Kernel to v5.10.12Christian Poessinger
2021-01-24Kernel: T3243: update Linux Kernel to v5.10.10Christian Poessinger
2021-01-24systemd: services: T2518: disable ndppd serviceChristian Poessinger
2021-01-20sysctl: remove redundant configuration as this is done in vyos-1xChristian Poessinger
2021-01-17Kernel: T3218: remove unavailable RSS parameter from intel driver optionsChristian 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-16Kernel: T3223: update Linux Kernel to v5.10.7Christian Poessinger
2021-01-09Kernel: T3199: update Linux Kernel to v5.10.6Christian Poessinger
2021-01-09Merge branch 'kernel-5.10' into currentChristian Poessinger
* kernel-5.10: QAT: update to 1.7.l.4.12.0 Kernel: Initial support for 5.10.4
2021-01-07Update rolling version to 1.4Christian Poessinger
Commit b808e36 ("Update the version of the rolling release") bumped the version on the branch but not on the pipeline.
2021-01-04Update the version of the rolling release.Daniil Baturin
2020-12-31Kernel: Initial support for 5.10.4Christian Poessinger
2020-12-31Kernel: T3168: update Linux Kernel to v5.4.86Christian Poessinger
2020-12-28systemd: services: disable ddclientChristian Poessinger
2020-12-28hooks: adjust to Debian Buster base systemChristian Poessinger
2020-12-28ddclient: 3151: pin to Debian BullseyeChristian Poessinger
Ddclient consists out of Perl code only, thus it's safe to use the Bullseye version.
2020-12-28systemd: services: disable additional service from vyatta-cfg-systemChristian Poessinger
This is the accompanying commit to [1], which moved all the service disable stuff to vyos-build only. [1]: https://github.com/vyos/vyatta-cfg-system/commit/8964d55045f57218d2f057
2020-12-28services: disable telegraf by defaultChristian Poessinger
Commit 5bd60a745de22 ("Add telegraf agent (experimentally)") added the agent to the rolling ISO. The telegraf daemon was thus always started by default and simply consuming RAM without doing anything useful. As all VyOS servcies are disabled by default, so is telegraf. If you wan't to experiment with it, you can simply start and enable the service on your system by: systemctl enable telegraf.service systemctl start telegraf.service
2020-12-23salt: T3147: upgrade to version 3002.2Christian Poessinger
2020-12-22frr: T3146: upgrade to Free Range Routing 7.5 seriesChristian Poessinger
2020-12-22Kernel: T3145: update Linux Kernel to v5.4.85Christian Poessinger
2020-12-15netplug: T3130: add VyOS specific helper scriptChristian Poessinger
2020-12-14netplug: T3130: replace vyos-netplug with upstream Debian versionChristian Poessinger
2020-12-14Merge branch 'kernel-5.4' of github.com:c-po/vyos-build into currentChristian Poessinger
* 'kernel-5.4' of github.com:c-po/vyos-build: Kernel: T3129: update Linux Kernel to v5.4.83
2020-12-14Kernel: T3129: update Linux Kernel to v5.4.83Christian Poessinger
2020-12-09Kernel: T3122: update Linux Kernel to v4.19.162Christian Poessinger
2020-12-06hooks: drop isc-dhcp helper files from /etc/defaultChristian Poessinger
2020-12-04Add telegraf agent (experimentally).Daniil Baturin
2020-12-03Kernel: T3107: update Linux Kernel to v4.19.161Christian Poessinger
2020-11-25pim: T2744: Disable pimd by default to prevent conflictDmitriyEshenko
2020-11-25frr-syslog: T2061: Moving FRR logs to messages: Fix debug modesever-sever
2020-11-24Kernel: T3087: update Linux Kernel to v4.19.160Christian Poessinger
2020-11-23Add wireguard-modules dependencyChristian Poessinger
This is the completing commit for [1]. Moving this dependency here eases development on the 5.9 Kernel tree and also on the ARM tree as now vyos-build decides if an out-of-tree WireGuard modules should be incorporated into the image or not. [1] https://github.com/vyos/vyos-1x/commit/d915a15e665654207e3df9f59bca86c259d00d88
2020-11-19Kernel: T3075: update Linux Kernel to v4.19.158Christian Poessinger
2020-11-14Merge branch 't3041-intel-qat' into currentChristian Poessinger
* t3041-intel-qat: Revert "QAT: T2968: add support for Intel Atom C2000 platform"
2020-11-13frr: T1316: enable isis daemonChristian Poessinger
2020-11-13Revert "QAT: T2968: add support for Intel Atom C2000 platform"Christian Poessinger
This reverts commit b234558db422390ed4d995e9134fe91c37d6cc8f.
2020-11-12Kernel: T3064: update Linux Kernel to v4.19.157Christian Poessinger
2020-11-06systemd: T3048: disable tuned service by defaultChristian Poessinger
2020-11-05Kernel: T3049: Update Linux Kernel to v4.19.155Christian Poessinger
2020-10-31Kernel: T3033: Update Linux Kernel to v4.19.154Christian Poessinger
2020-10-30Kernel: T3033: Update Linux Kernel to v4.19.153Christian Poessinger
2020-10-17Merge pull request #128 from DmitriyEshenko/fix-hw-queuesChristian Poessinger
modules: T2984: Increase HW queues
2020-10-17Kernel: T2990: Update Linux Kernel to v4.19.152Christian Poessinger
2020-10-17modules: T2984: Increase HW queuesDmitriyEshenko
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-30QAT: T2932: Replace symlinks to filesDmitriyEshenko
2020-09-29Kernel: T2937: Update Linux Kernel to v4.19.148Christian Poessinger