Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-10 | Merge pull request #398 from c-po/equuleus | Daniil Baturin | |
frr: T5557: use treat-as-withdraw for tunnel encapsulation attribute CVE-2023-38802 | |||
2023-09-10 | frr: T5557: use treat-as-withdraw for tunnel encapsulation attribute ↵ | Christian Breunig | |
CVE-2023-38802 Before this path we used session reset method, which is discouraged by rfc7606. Handle this as rfc requires. This addes the fix submitted as https://github.com/FRRouting/frr/pull/14381 upstream. Using VyOS patch until the above mentioned PR is merged. | |||
2023-09-05 | Merge pull request #393 from sever-sever/T5524-eq | Daniil Baturin | |
T5524: Add config directory for livecd | |||
2023-09-05 | T5524: Add config directory for livecd | Viacheslav Hletenko | |
Add the '/config' directory for live image boot One of the reasons the DHCP-server uses lease from this directory T2958 (cherry picked from commit cb330a797ef8c56d68220afc44798bcf8f2e0a47) | |||
2023-08-31 | Kernel: T5186: T3318: fix QAT build system matching new file name schema | Christian Breunig | |
2023-08-31 | Kernel: T3318: update Linux Kernel to v5.4.255 | Christian Breunig | |
2023-08-31 | Kernel: T5186: T3318: undefine NEED_ETH_HW_ADDR_SET for Intel ICE driver | Christian Breunig | |
2023-08-31 | Kernel: T5186: T3318: update QAT URL | Christian Breunig | |
2023-08-30 | Merge pull request #384 from zdc/T5187-equuleus | Christian Breunig | |
build: T5187: Fixed Realtek r8152 compatibility with 5.4 kernels | |||
2023-08-30 | build: T5187: Fixed Realtek r8152 compatibility with 5.4 kernels | zsdc | |
There is no need to define `eth_hw_addr_set()` in sources anymore because it is already backported into the 5.4.254 kernel: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/include/linux/etherdevice.h?h=v5.4.254&id=24f34f67be24674c5c3ef922de70ab95a0d7ce16 | |||
2023-08-24 | Merge pull request #380 from c-po/equuleus | Daniil Baturin | |
Equuleus Updates | |||
2023-08-24 | Merge pull request #368 from cuongdt1994/backport | Christian Breunig | |
Kernel: T5310: add stmicro driver support (Equuleus) | |||
2023-08-24 | Kernel: T5186: T3318: update Linux Kernel to v5.4.254 | Christian Breunig | |
2023-08-24 | T5468: Remove unused manpages to free up space | Apachez | |
(cherry picked from commit f9946312dfdfb8163995cf7ddd0efb1e485fc977) | |||
2023-06-27 | Kernel: T5310: add stmicro driver support | cuongdt1994 | |
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-26 | openvpn: T5272: fix buildPackage signature | Christian Breunig | |
There is no option to build arm64 packages in equuleus | |||
2023-06-25 | Merge pull request #358 from c-po/t5272-openvpn-update | Christian Breunig | |
openvpn: T5272: upgrade package to Debian version 2.6.3-2 (equuleus) | |||
2023-06-24 | Merge pull request #351 from c-po/equuleus | Christian Breunig | |
Kernel: T5186: T3318: update Linux Kernel to v5.4.243 | |||
2023-06-11 | Merge pull request #359 from cuongdt1994/equuleus | Christian Breunig | |
T5280: Update Expired keys (2023-06-08) for PowerDNS | |||
2023-06-11 | T5280: Update Expired keys (2023-06-08) for PowerDNS | cuongdt1994 | |
Packages in the versioned repositories are signed with PGP key-id 0xFD380FBB | |||
2023-06-08 | openvpn: T5272: upgrade package to Debian version 2.6.3-2 | Christian Breunig | |
2023-06-08 | Kernel: T5186: T3318: update Linux Kernel to v5.4.243 | Christian Breunig | |
2023-05-24 | Merge pull request #353 from zdc/T4737-equuleus1.3.3 | Viacheslav Hletenko | |
frr: T4737: Replaced patch for connected routes processing | |||
2023-05-24 | frr: T4737: Replaced patch for connected routes processing | zsdc | |
An old patch breaks connected routes in a situation when more than one IP address is presented on an interface and it switches state from down to up: ``` ip link set eth0 down ip a add 192.0.2.50/24 dev eth0 ip a add 192.0.2.51/24 dev eth0 ip link set eth0 up ``` A new version includes more backports from frr upstream, which work well regardless of an interface state. | |||
2023-05-12 | Merge pull request #350 from zdc/T5221-equuleus | Daniil Baturin | |
FRR: Fixed BGP as-override behavior | |||
2023-05-12 | FRR: T5221: Fixed BGP as-override behavior | zsdc | |
Override peer's ASN even if original as-path contains other ASNs This is a backport of 9bbdb4572d3bb255211fecf1c756452ab27e91c2 from the main FRR repository | |||
2023-05-11 | Kernel: T5186: revert to 5.4.234 due to QoS issues | Christian Breunig | |
2023-05-10 | T5186: Revert "Kernel: T3318: update Linux Kernel to v5.4.240" | Christian Breunig | |
This reverts commit e873e9385cb3a9ed94d7d5cf1c967aaec9b4f504. Newer kernel versions break QoS b/c of incompatible tc change. | |||
2023-04-27 | Merge pull request #343 from zdc/T5187-equuleus | Daniil Baturin | |
r8152: T5187: Updated Realtek r8152 driver | |||
2023-04-27 | r8152: T5187: Updated Realtek r8152 driver | zsdc | |
The Realtek r8152 driver is updated to 2.16.3 | |||
2023-04-26 | Merge pull request #341 from zdc/T5182-equuleus | Daniil Baturin | |
ice: T5182: Included Intel ICE driver to the system | |||
2023-04-26 | ice: T5182: Included Intel ICE driver to the system | zsdc | |
Intel ICE driver for E810 Ethernet Controllers is included in the list of requirements for images and initramfs. | |||
2023-04-26 | Merge pull request #340 from zdc/T5182-equuleus | Christian Breunig | |
ice: T5182: added build task for Intel ICE driver | |||
2023-04-26 | ice: T5182: added build for Intel ICE driver | zsdc | |
This commit adds a build task for an out-of-tree Intel ICE driver for E810 Ethernet Controllers. | |||
2023-04-25 | Merge pull request #339 from zdc/T5180-equuleus | Christian Breunig | |
initramfs-tools: T5180: Updated initramfs tools to v0.140 | |||
2023-04-25 | initramfs-tools: T5180: Updated initramfs tools to v0.140 | zsdc | |
The new version contains important changes in firmware path selection. This is required for proper driver integrations. | |||
2023-04-12 | Kernel: T3318: update Linux Kernel to v5.4.240 | Christian Breunig | |
2023-04-02 | Merge pull request #330 from c-po/equuleus | Christian Breunig | |
T425: add amazon-cloudwatch-agent to AWS image (equuleus) | |||
2023-04-01 | Kernel: T3318: update Linux Kernel to v5.4.239 | Christian Breunig | |
2023-03-31 | T425: add amazon-cloudwatch-agent to AWS image | Christian Breunig | |
2023-03-29 | Merge pull request #323 from c-po/equuleus | Christian Breunig | |
systemd: T5111: always disable pppd-dns.service | |||
2023-03-25 | systemd: T5111: always disable pppd-dns.service | Christian Breunig | |
An update to the Debian ppp package remove the needed /etc/ppp/ip-down.d/0000usepeerdns file. As DNS resolution is handled by vyos-hostsd we can disable this service entirely. | |||
2023-03-02 | Merge pull request #318 from c-po/t4625-ocserv-update1.3.3-epa1 | Daniil Baturin | |
Docker: T4625: add missing build dependencies | |||
2023-03-02 | Docker: T4625: add missing build dependencies | Christian Breunig | |
Commit 317ffe1 ("T4625: Update ocserv packet to 1.1.6-3") updated the version used for ocserv on VyOS 1.3. This commit adds the missing dependencies for the Docker container in order to build the ocserv packages. | |||
2023-03-02 | Merge pull request #317 from c-po/equuleus-updates | Christian Breunig | |
T3318: T5003: Docker and Kernel updates for equuleus | |||
2023-03-01 | Kernel: T3318: update Linux Kernel to v5.4.233 | Christian Poessinger | |
2023-03-01 | T5003: backport changes from master to support latest Docker version on CI hosts | Christian Poessinger | |
The newer Docker versions seem to be a bit more picky when using tools like goso. The container will no longer start if the gosu binary has the setuid root bit set. This change adjusts the container to continue working on recent Docker versions. | |||
2023-02-28 | Merge pull request #316 from sever-sever/T4625 | Christian Breunig | |
T4625: Update ocserv packet to 1.1.6-3 | |||
2023-02-28 | T4625: Update ocserv packet to 1.1.6-3 | Viacheslav Hletenko | |
2023-02-12 | Merge pull request #305 from c-po/equuleus | Christian Breunig | |
T5001: Replace links to the phabricator site |