| Age | Commit message (Collapse) | Author |
|
Added patch patches/frr/0010-bgp-Support-multiple-labels-in-BGP-LU.patch
It is in FRR upstream master (17a082ee3a5d1295c27323773c523c945af12c3d),
rebased on 10.2
|
|
T7997: Exclude auxiliary directories from tarballs
|
|
Kernel: T8035: update Linux Kernel to v6.6.117
|
|
|
|
Testsuite: T8023: limit max MTU of half of the interfaces to 1500 bytes
|
|
"trick" the smoketests by supplying hardware that is limited in it's MTU
size. This happens e.g. on a base PROXMOX installation with a bridge.
|
|
T7970: VPP add systemd notify option for build
|
|
Add systemd sd_notify() integration to signal when VPP is fully
initialized and ready to process packets. This allows systemd to
properly track VPP startup and manage service dependencies using
Type=notify service configuration.
|
|
Update the dpkg build command to ignore .git and .github directories.
|
|
hostap: T7993: fix the git source URL
|
|
|
|
kernel: T6788: Added patch to fix sequence adjustment for FTP DNAT
|
|
T7958: Bump hsflowd version to v2.1.17-1
|
|
The patch adds seqadj initialization for NATed conntrack.
This fixes access to FTP servers "behind" the NAT router.
The patch itself was proposed to the kernel and was accepted.
In future versions it should be included into the kernel.
Signed-off-by: Andrii Melnychenko <a.melnychenko@vyos.io>
|
|
|
|
Kernel: T7952: update Linux Kernel to v6.6.114
|
|
|
|
build: T7828: use tomli instead of toml in the package build script
|
|
|
|
T7936: Drop sFlow plugin from VPP and use native sFlow plugin
|
|
T7706: linux‑perf package missing required shared libraries
|
|
slabtop: T7657: Op-mode command `show system memory cache` does not work
|
|
VPP 25.06 has own sFlow plugin, we do not need to build external
plugin
|
|
Enable `CONFIG_SLUB_DEBUG` in `vyos_defconfig` to resolve slabtop errors
and improve memory cache diagnostics. Previously, running
the command failed with `slabtop: Unable to create slabinfo structure`.
|
|
T7909: FRR EIGRP - Handling for malformed update msgs
|
|
Kernel: T5887: update Linux Kernel to v6.6.111
|
|
|
|
T7921: Bump accel-ppp-ng to d13b611
|
|
T7878: Using mergify rule to handle conflict checks for private repo - updated label
|
|
ff6751e doc: Added description of vpp-policer to config manual.
50787a9 vpp: Added basic vpp policer configuration.
|
|
updated label
|
|
This patch fixes the crashes happening upon receipt of malformed update packets carrying routes other than IPv4 Internal routes. For packets carrying IPv4 Inernal routes, a subsequent patch is required
|
|
T7857: Add Realtek RTL8126 5Gbit driver
|
|
Add missing libraries to the linux‑perf package: libpfm4, libslang2, libtraceevent1.
|
|
Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com>
|
|
T7830: Fix GPG key file extension
|
|
|
|
T7892: Bump accel-ppp-ng version to d8c4d38
|
|
T7830: Add signing key into vyos-dev.list file, apt-key is deprecated
|
|
|
|
Changes:
```
5a7f9ee crypto: Removed CRYPTO_OPENSSL definition.
259b1fe crypto: Removed internal tomcat crypto.
16d1afc bump SonarSource/sonarqube-scan-action version
2bb8a8a pppoe: Added custom cause for service stop.
90c6d35 VPP: Added event for VPP connection lost and new/del link.
5024920 fixed branch protection issue
5de063b build(deps): bump SonarSource/sonarqube-scan-action
052f51f added CLA workflow
14f14e0 Create CLA.md
d86a0ca workflow: fixed move accel-ppp.deb to accel-ppp-ng.deb.
03e8d0b workflow: Removed add-pr-labels, label-backport, and check-pr-message actions.
853e746 workflow: Disabled modules build for ubunut:devel.
7d002a6 ipv6: Added option check around ipv6layers calls.
75f12ce Update SonarCloud action to use new version of action
bfdb0c0 Update README for acccel-ppp-ng and VPP
```
|
|
T7878: Using mergify rule to handle conflict checks for private repo
|
|
T7873: Bump Suricata version to 7.0.10
|
|
T7843: Remove accel-ppp form the packages
|
|
T7870: Kernel add option CONFIG_NO_HZ_FULL
|
|
Kernel: T5887: update Linux Kernel to v6.6.108
|
|
|
|
|
|
Suricata 7.0.* is available in bookworm-backports repository only. It also requires libhtp2 package.
|
|
Add options CONFIG_NO_HZ_FULL and CONFIG_RCU_NOCB_CPU for:
- system option kernel cpu nohz-full
- system option kernel cpu rcu-no-cbs
Fixes:
```
kernel: Housekeeping: nohz unsupported. Build with CONFIG_NO_HZ_FULL
r14 kernel: Unknown kernel command line parameters
```
|