summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-01Merge pull request #373 from higebu/T4599Christian Breunig
Kernel: T4599: set CONFIG_VIRTIO_FS to m
2023-08-01Kernel: T4599: set CONFIG_VIRTIO_FS to mYuya Kusakabe
Enable virtiofs to support lxd-agent. See https://github.com/canonical/lxd/blob/005bd8d473002a1f72b19b3e4f9e05557bece639/lxd/instance/drivers/driver_qemu.go#L2510-L2549
2023-07-31Merge pull request #372 from 1vivy/dhcp6c-no-ia-releaseChristian Breunig
dhcp6c: T5387: add a no release option
2023-07-28Docker: T5317: update commit refs for vyos1x-config and libvyosconfigJohn Estabrook
2023-07-27Kernel: T4928: update Linux Kernel to v6.1.42Christian Breunig
2023-07-25wide-dhcpv6: T5387: Add a no release option '-n'.1vivy
This prevents a release signal from being sent to the ISP causing a new PD or address to be allocated. wide-dhcpv6: T5387: Renumber patch file wide-dhcpv6: T5387: Redo patch ontop of debian sources Co-authored-by: MrLenin <909621+MrLenin@users.noreply.github.com> Co-authored-by: marjohn56 <martin@queens-park.com>
2023-07-25Docker: T5194: update commit ref for vyos1x-configJohn Estabrook
2023-07-25Kernel: T4928: update Linux Kernel to v6.1.41Christian Breunig
2023-07-23Kernel: T4928: update Linux Kernel to v6.1.40Christian Breunig
2023-07-22T4974: pull in openvpn-dco moduleChristian Breunig
2023-07-21Docker: T5385: update commit ref for vyos1x-configJohn Estabrook
2023-07-19Kernel: T4928: update Linux Kernel to v6.1.39Christian Breunig
2023-07-16Kernel: T4974: fix kernel module install pathChristian Breunig
2023-07-15Kernel: T4974: specify repo URL for openvpn-dco packageChristian Breunig
2023-07-15T3355: enable vyos-router.serviceChristian Breunig
2023-07-15Kernel: T4974: rename package vyos-openvpn-dco -> openvpn-dcoChristian Breunig
2023-07-15firmware: T4540: update to Linux release 20230625Christian Breunig
2023-07-15Kernel: T4974: add OpenVPN Data Channel Offload (DCO) packageChristian Breunig
2023-07-15Jenkins: make RAID1 tests opt outChristian Breunig
2023-07-08Jenkins: add support to specify build node per individual jobChristian Breunig
buildPackage() now has an additional parameter named "buildLabel" that is used to determine/define where a particular job must be executed. This defaults to ec2_amd64 which was always the default.
2023-07-08Kernel: T4928: update Linux Kernel to v6.1.38Christian Breunig
2023-07-02Kernel: T4928: update Linux Kernel to v6.1.37Christian Breunig
2023-06-29Merge pull request #369 from sever-sever/T1797-vppChristian Breunig
T1797: Disable vpp.service
2023-06-28Kernel: T4928: update Linux Kernel to v6.1.36Christian Breunig
2023-06-27T1797: Disable vpp.serviceViacheslav Hletenko
2023-06-24Kernel: T5310: add stmicro driver supportJohn
I added also additional expansion card with 2 Intel i211 NIC’s. I want to utilize all 4 NIC’s, but I have an issue because only NIC on expansion cards are properly detected.
2023-06-21Kernel: T4928: update Linux Kernel to v6.1.35Christian Breunig
2023-06-20vpp: T1797: add .gitignore fileChristian Breunig
2023-06-20Revert "vpp: T893: add fdio repositories"Christian Breunig
This reverts commit 6baed3c064d66b39630ae67e6e40f02c9b11b3c1.
2023-06-20vpp: T1797: do not build for arm64Christian Breunig
2023-06-20Merge pull request #364 from zdc/T1797-sagittaChristian Breunig
VPP: T1797: Added build scripts for VPP
2023-06-20VPP: T1797: Added build scripts for VPPzsdc
2023-06-17T5298:Add RFKILL support into kernel.cuongdt1994
Jun 16 20:39:24 systemd[1]: Starting hostapd@wlan0.service - Access point and authentication server for Wi-Fi and Ethernet (wlan0)… Jun 16 20:39:25 hostapd[7198]: rfkill: Cannot open RFKILL control device Jun 16 20:39:25 hostapd[7198]: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE Jun 16 20:39:25 systemd[1]: Started hostapd@wlan0.service - Access point and authentication server for Wi-Fi and Ethernet (wlan0). Seems RFKILL is missing, or could there be someting else?
2023-06-17vpp: T893: add fdio repositoriesChristian Breunig
2023-06-17qat: fix file permission in rootfs - 755 not requiredChristian Breunig
2023-06-15Merge pull request #362 from sever-sever/T5281Christian Breunig
T5281: Add CONFIG_VHOST_MENU to kernel
2023-06-15T5281: Add CONFIG_VHOST_MENU to kernelViacheslav Hletenko
Without this option the 'vhost' modules are not included
2023-06-15Kernel: T4928: update Linux Kernel to v6.1.34Christian Breunig
2023-06-14Docker: T5286: Kernel depends on libelf-dev - add missing dependencyChristian Breunig
Commit dd194c6e8 ("Docker: T5286: remove XDP support") dropped all relevant package build dependencies for XDP - which is good as we should not carry leftovers. The Linux Kernel dependency list in contrast always lacked this package. Re-add the package to the appropriate section.
2023-06-12Docker: T5286: remove XDP supportChristian Breunig
2023-06-12Merge pull request #360 from sever-sever/T5281Christian Breunig
T5281: Add kernel options for vhost-net
2023-06-12T5281: Add kernel options for vhost-netViacheslav Hletenko
The kernel 'vhost-net' options required for creating TAP devices vpp# create tap create tap: open '/dev/vhost-net': No such file or directory vpp# vpp# create tap id 1 host-if-name tap1 create tap: open '/dev/vhost-net': No such file or directory vpp#
2023-06-10Kernel: T4928: update Linux Kernel to v6.1.33Christian Breunig
2023-06-08T5003: disable non required GPG user servicesChristian Breunig
2023-06-08T5239: disable FRR service - will by started in order by VyOS startupChristian Breunig
2023-06-08Merge pull request #357 from cuongdt1994/currentChristian Breunig
T5264: Add Mellanox Technologies firmware flash module mlxfw to kernel
2023-06-08T5264: Add Mellanox Technologies firmware flash module mlxfw to kernelcuongdt1994
Add Mellanox Technologies firmware flash module mlxfw to kernel
2023-06-05ddclient: T5144: disable arm64 build - package uses architecture allChristian Breunig
2023-06-05Merge pull request #349 from indrajitr/custom-ddclient-buildChristian Breunig
dns: T5144: Create VyOS specific ddclient build with upstream fixes
2023-06-05Kernel: T4928: update Linux Kernel to v6.1.32Christian Breunig