Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-15 | Kernel: T4974: specify repo URL for openvpn-dco package | Christian Breunig | |
2023-07-15 | T3355: enable vyos-router.service | Christian Breunig | |
2023-07-15 | Kernel: T4974: rename package vyos-openvpn-dco -> openvpn-dco | Christian Breunig | |
2023-07-15 | firmware: T4540: update to Linux release 20230625 | Christian Breunig | |
2023-07-15 | Kernel: T4974: add OpenVPN Data Channel Offload (DCO) package | Christian Breunig | |
2023-07-15 | Jenkins: make RAID1 tests opt out | Christian Breunig | |
2023-07-08 | Jenkins: add support to specify build node per individual job | Christian 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-08 | Kernel: T4928: update Linux Kernel to v6.1.38 | Christian Breunig | |
2023-07-02 | Kernel: T4928: update Linux Kernel to v6.1.37 | Christian Breunig | |
2023-06-29 | Merge pull request #369 from sever-sever/T1797-vpp | Christian Breunig | |
T1797: Disable vpp.service | |||
2023-06-28 | Kernel: T4928: update Linux Kernel to v6.1.36 | Christian Breunig | |
2023-06-27 | T1797: Disable vpp.service | Viacheslav Hletenko | |
2023-06-24 | Kernel: T5310: add stmicro driver support | John | |
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-21 | Kernel: T4928: update Linux Kernel to v6.1.35 | Christian Breunig | |
2023-06-20 | vpp: T1797: add .gitignore file | Christian Breunig | |
2023-06-20 | Revert "vpp: T893: add fdio repositories" | Christian Breunig | |
This reverts commit 6baed3c064d66b39630ae67e6e40f02c9b11b3c1. | |||
2023-06-20 | vpp: T1797: do not build for arm64 | Christian Breunig | |
2023-06-20 | Merge pull request #364 from zdc/T1797-sagitta | Christian Breunig | |
VPP: T1797: Added build scripts for VPP | |||
2023-06-20 | VPP: T1797: Added build scripts for VPP | zsdc | |
2023-06-17 | T5298: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-17 | vpp: T893: add fdio repositories | Christian Breunig | |
2023-06-17 | qat: fix file permission in rootfs - 755 not required | Christian Breunig | |
2023-06-15 | Merge pull request #362 from sever-sever/T5281 | Christian Breunig | |
T5281: Add CONFIG_VHOST_MENU to kernel | |||
2023-06-15 | T5281: Add CONFIG_VHOST_MENU to kernel | Viacheslav Hletenko | |
Without this option the 'vhost' modules are not included | |||
2023-06-15 | Kernel: T4928: update Linux Kernel to v6.1.34 | Christian Breunig | |
2023-06-14 | Docker: T5286: Kernel depends on libelf-dev - add missing dependency | Christian 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-12 | Docker: T5286: remove XDP support | Christian Breunig | |
2023-06-12 | Merge pull request #360 from sever-sever/T5281 | Christian Breunig | |
T5281: Add kernel options for vhost-net | |||
2023-06-12 | T5281: Add kernel options for vhost-net | Viacheslav 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-10 | Kernel: T4928: update Linux Kernel to v6.1.33 | Christian Breunig | |
2023-06-08 | T5003: disable non required GPG user services | Christian Breunig | |
2023-06-08 | T5239: disable FRR service - will by started in order by VyOS startup | Christian Breunig | |
2023-06-08 | Merge pull request #357 from cuongdt1994/current | Christian Breunig | |
T5264: Add Mellanox Technologies firmware flash module mlxfw to kernel | |||
2023-06-08 | T5264: Add Mellanox Technologies firmware flash module mlxfw to kernel | cuongdt1994 | |
Add Mellanox Technologies firmware flash module mlxfw to kernel | |||
2023-06-05 | ddclient: T5144: disable arm64 build - package uses architecture all | Christian Breunig | |
2023-06-05 | Merge pull request #349 from indrajitr/custom-ddclient-build | Christian Breunig | |
dns: T5144: Create VyOS specific ddclient build with upstream fixes | |||
2023-06-05 | Kernel: T4928: update Linux Kernel to v6.1.32 | Christian Breunig | |
2023-06-05 | Merge pull request #355 from sever-sever/T5258 | Christian Breunig | |
T5258: git Actions use ubuntu-22.04 for PR conflicts checker | |||
2023-06-05 | T5258: git Actions use ubuntu-22.04 for PR conflicts checker | Viacheslav Hletenko | |
git Actions use ubuntu-22.04 instead of deprecated ubuntu-18.04 for PR conflicts checker | |||
2023-06-04 | dns: T5144: Create VyOS specific ddclient build with upstream fixes | Indrajit Raychaudhuri | |
This is VyOS specific build based on current Debian 3.10.0-3 with the following patches: - z1_perhost-variable-new-style.patch (see ddclient/ddclient#505) - z2_dyndns2-ipv4-ipv6.patch (see ddclient/ddclient#502) - z3_duckdns-reply-fix.patch (see ddclient/ddclient#506) - z4_dyndns2-multiline-multihost-fix.patch (see ddclient/ddclient#542) | |||
2023-06-03 | Merge pull request #354 from sever-sever/T5241-cont | Christian Breunig | |
T5241: Add jmespath to Docker for validation is_intf_addr_assigned | |||
2023-06-03 | Docker: T5241: add jmespath dependency to vyos-1x | Viacheslav Hletenko | |
The validation 'is_intf_addr_assigned' will be rewritten to support 'netns' and will use jmespath that required for build .deb pkg to validate 'vyos-1x/src/tests/test_validate.py'. | |||
2023-05-30 | Kernel: T4928: update Linux Kernel to v6.1.31 | Christian Breunig | |
2023-05-28 | hostap: T5151: no need to install Qt dependencies when resulting package has ↵ | Christian Breunig | |
no GUI | |||
2023-05-28 | dropbear: T5244: port PAM auth pathc to 2022.83 | Christian Breunig | |
2023-05-28 | dropbear: T5244: update package to 2022.83 | Christian Breunig | |
2023-05-26 | Kernel: T4928: update Linux Kernel to v6.1.30 | Christian Breunig | |
2023-05-26 | packages: change glob pattern to be recursive | Christian Breunig | |
2023-05-21 | T5234: move BASH skeleton files to vyos-1x repo | Christian Breunig | |
2023-05-21 | T5003: disable sendmail service | Christian Breunig | |