summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-30Merge pull request #384 from zdc/T5187-equuleusChristian Breunig
build: T5187: Fixed Realtek r8152 compatibility with 5.4 kernels
2023-08-30build: T5187: Fixed Realtek r8152 compatibility with 5.4 kernelszsdc
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-24Merge pull request #380 from c-po/equuleusDaniil Baturin
Equuleus Updates
2023-08-24Merge pull request #368 from cuongdt1994/backportChristian Breunig
Kernel: T5310: add stmicro driver support (Equuleus)
2023-08-24Kernel: T5186: T3318: update Linux Kernel to v5.4.254Christian Breunig
2023-08-24T5468: Remove unused manpages to free up spaceApachez
(cherry picked from commit f9946312dfdfb8163995cf7ddd0efb1e485fc977)
2023-06-27Kernel: T5310: add stmicro driver supportcuongdt1994
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-26openvpn: T5272: fix buildPackage signatureChristian Breunig
There is no option to build arm64 packages in equuleus
2023-06-25Merge pull request #358 from c-po/t5272-openvpn-updateChristian Breunig
openvpn: T5272: upgrade package to Debian version 2.6.3-2 (equuleus)
2023-06-24Merge pull request #351 from c-po/equuleusChristian Breunig
Kernel: T5186: T3318: update Linux Kernel to v5.4.243
2023-06-11Merge pull request #359 from cuongdt1994/equuleusChristian Breunig
T5280: Update Expired keys (2023-06-08) for PowerDNS
2023-06-11T5280: Update Expired keys (2023-06-08) for PowerDNScuongdt1994
Packages in the versioned repositories are signed with PGP key-id 0xFD380FBB
2023-06-08openvpn: T5272: upgrade package to Debian version 2.6.3-2Christian Breunig
2023-06-08Kernel: T5186: T3318: update Linux Kernel to v5.4.243Christian Breunig
2023-05-24Merge pull request #353 from zdc/T4737-equuleus1.3.3Viacheslav Hletenko
frr: T4737: Replaced patch for connected routes processing
2023-05-24frr: T4737: Replaced patch for connected routes processingzsdc
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-12Merge pull request #350 from zdc/T5221-equuleusDaniil Baturin
FRR: Fixed BGP as-override behavior
2023-05-12FRR: T5221: Fixed BGP as-override behaviorzsdc
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-11Kernel: T5186: revert to 5.4.234 due to QoS issuesChristian Breunig
2023-05-10T5186: 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-27Merge pull request #343 from zdc/T5187-equuleusDaniil Baturin
r8152: T5187: Updated Realtek r8152 driver
2023-04-27r8152: T5187: Updated Realtek r8152 driverzsdc
The Realtek r8152 driver is updated to 2.16.3
2023-04-26Merge pull request #341 from zdc/T5182-equuleusDaniil Baturin
ice: T5182: Included Intel ICE driver to the system
2023-04-26ice: T5182: Included Intel ICE driver to the systemzsdc
Intel ICE driver for E810 Ethernet Controllers is included in the list of requirements for images and initramfs.
2023-04-26Merge pull request #340 from zdc/T5182-equuleusChristian Breunig
ice: T5182: added build task for Intel ICE driver
2023-04-26ice: T5182: added build for Intel ICE driverzsdc
This commit adds a build task for an out-of-tree Intel ICE driver for E810 Ethernet Controllers.
2023-04-25Merge pull request #339 from zdc/T5180-equuleusChristian Breunig
initramfs-tools: T5180: Updated initramfs tools to v0.140
2023-04-25initramfs-tools: T5180: Updated initramfs tools to v0.140zsdc
The new version contains important changes in firmware path selection. This is required for proper driver integrations.
2023-04-12Kernel: T3318: update Linux Kernel to v5.4.240Christian Breunig
2023-04-02Merge pull request #330 from c-po/equuleusChristian Breunig
T425: add amazon-cloudwatch-agent to AWS image (equuleus)
2023-04-01Kernel: T3318: update Linux Kernel to v5.4.239Christian Breunig
2023-03-31T425: add amazon-cloudwatch-agent to AWS imageChristian Breunig
2023-03-29Merge pull request #323 from c-po/equuleusChristian Breunig
systemd: T5111: always disable pppd-dns.service
2023-03-25systemd: T5111: always disable pppd-dns.serviceChristian 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-02Merge pull request #318 from c-po/t4625-ocserv-update1.3.3-epa1Daniil Baturin
Docker: T4625: add missing build dependencies
2023-03-02Docker: T4625: add missing build dependenciesChristian 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-02Merge pull request #317 from c-po/equuleus-updatesChristian Breunig
T3318: T5003: Docker and Kernel updates for equuleus
2023-03-01Kernel: T3318: update Linux Kernel to v5.4.233Christian Poessinger
2023-03-01T5003: backport changes from master to support latest Docker version on CI hostsChristian 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-28Merge pull request #316 from sever-sever/T4625Christian Breunig
T4625: Update ocserv packet to 1.1.6-3
2023-02-28T4625: Update ocserv packet to 1.1.6-3Viacheslav Hletenko
2023-02-12Merge pull request #305 from c-po/equuleusChristian Breunig
T5001: Replace links to the phabricator site
2023-02-12T5001: Replace links to the phabricator siteChristian Breunig
Replace links to the phabricator site from https://phabricator.vyos.net to https://vyos.dev (cherry picked from commit 82f35fd474400429cc73cc93386f2a21afd9aaf8)
2023-02-01Merge pull request #303 from jestabro/equuleus-pin-pcre-no-jitDaniil Baturin
Docker: T4970: pin OCaml pcre package to avoid JIT support
2023-01-31Docker: T4970: pin OCaml pcre package to avoid JIT supportJohn Estabrook
(cherry picked from commit c26f9f9309d3dad0fb344a4691a97a00d39a4b28)
2023-01-31Merge pull request #300 from zdc/T4737-equuleusChristian Breunig
frr: T4737: Fixed connected to BGP routes redistribution
2023-01-31frr: T4737: Fixed connected to BGP routes redistributionzsdc
This is backported commit for FRR 7.5.1 https://github.com/FRRouting/frr/commit/92980561382fc04380414a6e2f6ca6746c2fe5e9
2023-01-23Merge pull request #265 from initramfs/equuleus-kitty-terminfoChristian Breunig
backport: vyos-utils: T4683: add kitty-terminfo package to build
2023-01-22Merge pull request #295 from c-po/t4875-backportChristian Breunig
Docker: T4798: add OCaml package fileutils (equuleus)
2023-01-21GitHub: update PullRequest templateChristian Breunig
(cherry picked from commit ac73adf9c19b4ec5831a0989f34faa25def17d58)