Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-30 | T5525: VyOS mirror changed | Andrii Andrieiev | |
2023-08-27 | Merge pull request #382 from tjjh89017/T5512 | Christian Breunig | |
T5512: linux-firmware: expand asterisk in modinfo firmware fields | |||
2023-08-27 | T5512: linux-firmware: expand asterisk in modinfo firmware fields | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2023-08-27 | Revert "T5499: arm64: update vyos kernel configs with debian stock kernel" | Christian Breunig | |
This reverts commit 8aafa6834bdd3d8ea4518fd73189141e2de70c9e. This increases Kernel build time to >6h ane enables features we do not need, as this is not Desktop/Server but a router. | |||
2023-08-25 | jool: T5499: fix AttributeError: 'int' object has no attribute 'strip' | Christian Breunig | |
This fixes an error introduced by commit 3d5445d8f7c0 ("T5499: arm64: build jool with correct depends"). | |||
2023-08-22 | T5499: arm64: update vyos kernel configs with debian stock kernel | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2023-08-22 | T5499: arm64: build jool with correct depends | Date Huang | |
Signed-off-by: Date Huang <tjjh89017@hotmail.com> | |||
2023-08-20 | arm64: T5469: remove v8 string from version identifier to match amd64 schema | Christian Breunig | |
2023-08-12 | Kernel: T5325: enable CONFIG_PARPORT | Christian Breunig | |
2023-08-01 | Kernel: T4599: set CONFIG_VIRTIO_FS to m | Yuya 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-16 | Kernel: T4974: fix kernel module install path | Christian Breunig | |
2023-07-15 | Kernel: T4974: specify repo URL for openvpn-dco package | 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-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-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-15 | T5281: Add CONFIG_VHOST_MENU to kernel | Viacheslav Hletenko | |
Without this option the 'vhost' modules are not included | |||
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-08 | T5264: Add Mellanox Technologies firmware flash module mlxfw to kernel | cuongdt1994 | |
Add Mellanox Technologies firmware flash module mlxfw to kernel | |||
2023-05-10 | T5217: Kernel add CONFIG_NFT_SYNPROXY | Viacheslav Hletenko | |
2023-05-02 | Kernel: T5003: use bash over sh (which defaults to dash) | Christian Breunig | |
2023-05-02 | Kernel: T4928: enable CONFIG_RD_ZSTD and CONFIG_DECOMPRESS_ZSTD | Christian Breunig | |
2023-05-01 | jool: T160: Added scripts to build jool package | zsdc | |
Added dependencies and build scripts for https://github.com/NICMx/Jool/ | |||
2023-04-29 | Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m | Christian Breunig | |
2023-04-04 | accel-ppp: T5138: Use L2TP Calling-Number in RADIUS attributes | zsdc | |
Use L2TP Calling-Number in Calling-Station-ID RADIUS attribute | |||
2023-03-21 | Kernel: T4928: statically compile CONFIG_IKCONFIG | Christian Breunig | |
2023-03-17 | Kernel: T5086: enable CONFIG_NET_DROP_MONITOR for hsflowd | Christian Breunig | |
2023-03-17 | Kernel: T4928: update config to v6.1.19 | Christian Breunig | |
2023-02-20 | Kernel: QAT: T5003 remove non POSIX compliant array in shell script | Christian Breunig | |
2023-02-13 | debian: T5003: Update accel-ppp build script | sarthurdev | |
2023-01-24 | T4941: Update accel-ppp version due to IPoE issues with kernel 6 | Viacheslav Hletenko | |
Update 'accel-ppp' where bug fix with incompatibility IPoE vlan_mon driver with Linux kernel 6.1.x | |||
2023-01-11 | Kernel: T4928: fix path on remote url | Christian Breunig | |
2023-01-11 | Kernel: T4928: update linux-firmware to 20221214 | Christian Breunig | |
2023-01-11 | Kernel: T4928: update Linux Kernel to v6.1.4 | Christian Breunig | |
2023-01-11 | qat: T4929: update Intel QAT drivers to 4.20.0-00001 | Christian Breunig | |
2023-01-03 | Kernel: T4691: enable CONFIG_BLK_DEV_DM option | Christian Poessinger | |
This enables Device Mapper support for either RAID targets or encrypted partitions. | |||
2022-11-23 | Kernel: T4836: enable Ethernet switch device driver model | Christian Poessinger | |
2022-11-23 | Kernel: T4836: enable High-availability Seamless Redundancy (HSR & PRP) | Christian Poessinger | |
2022-11-23 | Kernel: T4836: enable TCP encapsulation of IKE and IPsec messages (RFC 8229) | Christian Poessinger | |
2022-11-23 | gitignore: cleanup double rules from individual packages | Christian Poessinger | |
Individual packages like dropbear, frr, iproute2 ... all came with a copy of gitignore rules already present in the base file. Those rules have been dropped. | |||
2022-10-08 | Revert: "accel-ppp: T4691: upgrade LUA dependency to version 5.4" | Christian Poessinger | |
This reverts commit 262183c as Accel PPP has issues starting up. | |||
2022-10-07 | Kernel: T3664: parse version file from toml input | Christian Poessinger | |
2022-10-06 | accel-ppp: T4691: upgrade LUA dependency to version 5.4 | Christian Poessinger | |
2022-10-05 | accel-ppp: T4691: adjust to changes in CMake build system | Christian Poessinger | |
Specifying -DLUA=True results in selection of the Lua language version 5.1 - we need 5.3. | |||
2022-10-05 | Revert "accel-ppp: T4691: disable LUA as it's unused in VyOS" | Christian Poessinger | |
This reverts commit 719013886df2a324f09217d2fd11feddab330a05. | |||
2022-09-16 | accel-ppp: T4691: disable LUA as it's unused in VyOS | Christian Poessinger | |
2022-09-13 | accel-ppp: T4691: package upgrade with minor fixes to sstp | Christian Poessinger | |
2022-09-13 | firmware: T4691: update to Linux release 20220815 | Christian Poessinger | |
2022-09-13 | Kernel: T4691: Initial support for 5.15.67 | Christian Poessinger | |