Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-09 | frr: T5788: update to 9.1 release | Christian Breunig | |
2024-02-08 | frr: T6023: add pending upstream patches | Christian Breunig | |
Latest stable/9.0 FRR branch has an updated version of frr-reload.py which is more strict on the commands to remove from the running config. This resulted in some issues in the codebase of FRR which are addressed in the attached patches and are pending for upstream integration. | |||
2024-02-07 | Kernel: T5973: compile in vrf module for proper strict_mode setup | Christian Breunig | |
2024-02-06 | Merge pull request #493 from sever-sever/T6014 | Viacheslav Hletenko | |
T6014: Bump keepalived version to 2.2.8-1 | |||
2024-02-06 | Kernel: T5887: update Linux Kernel to v6.6.16 | Christian Breunig | |
2024-02-05 | T6014: Bump keepalived version to 2.2.8-1 | Viacheslav Hletenko | |
2024-02-01 | GitHub: update PR request laballer to v5.0.0 tag | Christian Breunig | |
2024-02-01 | Merge pull request #490 from c-po/T5887-kernel | Christian Breunig | |
Kernel: T5887: T5619: T5995: Update to v6.6.15, add IXGBE out-of-tree drivers and Huawei NIC driver | |||
2024-02-01 | T5619: Add out-of-tree Intel ixgbevf driver | Christian Breunig | |
2024-02-01 | Kernel: T5995: enable CONFIG_HINIC for Huawei NICs | Christian Breunig | |
2024-02-01 | ixgbe: T5619: remove pci_*_pcie_error_reporting() code to work with Kernel 6.6 | Christian Breunig | |
This fixes commit 0f80a22b5 ("T5619: Add out-of-tree Intel ixgbe driver") to work with the latest 6.6 code base. For more information see https://lore.kernel.org/lkml/f90837d0-810e-5772-7841-28d47c44d260@intel.com | |||
2024-02-01 | T5619: Add out-of-tree Intel ixgbe driver | Skyler Mäntysaari | |
2024-02-01 | Kernel: T5619: remove build-in Intel IXGBE driver for out-of-tree version | Christian Breunig | |
2024-02-01 | Kernel: T5887: update Linux Kernel to v6.6.15 | Christian Breunig | |
2024-01-20 | Merge pull request #488 from ishioni/T5954 | Christian Breunig | |
T5954: Enable nvme_hwmon and drivetemp | |||
2024-01-20 | Kernel: T5887: update Linux Kernel to v6.6.13 | Christian Breunig | |
2024-01-20 | Kernel: T5954: Enable nvme_hwmon and drivetemp | Piotr Maksymiuk | |
2024-01-18 | Merge pull request #486 from greenpsi/signature-verification-rolling-release | Christian Breunig | |
T5945: add minisign public key for rolling release | |||
2024-01-17 | Kernel: T5887: update Linux Kernel to v6.6.12 | Christian Breunig | |
2024-01-14 | T5945: add minisign public key for rolling release | greenpsi | |
2024-01-11 | Kernel: T5887: update Linux Kernel to v6.6.11 | Christian Breunig | |
2024-01-10 | Merge pull request #484 from sever-sever/T3429 | Christian Breunig | |
T3429: Add kernel modules for Hyper-V | |||
2024-01-10 | Kernel: T5887: updae patch for HUNK offset | Christian Breunig | |
2024-01-10 | Kernel: T5887: remove build-in QAT drivers, using out-of-tree modules | Christian Breunig | |
2024-01-10 | T3429: Add kernel modules for Hyper-V | Viacheslav Hletenko | |
Add kernel modules for Hyper-V Based on user reviews the following settings must be made: ``` CONFIG_CONNECTOR=y CONFIG_HYPERV_UTILS=m ``` | |||
2024-01-07 | Kernel: T5887: update Linux Kernel to v6.6.10 | Christian Breunig | |
2024-01-04 | Merge pull request #482 from c-po/kernel-6.6 | Christian Breunig | |
Kernel: T5887: update Linux Kernel to v6.6.9 | |||
2024-01-04 | Kernel: T5887: update Linux Kernel to v6.6.9 | Christian Breunig | |
2024-01-01 | Kernel: T4928: update Linux Kernel to v6.1.70 | Christian Breunig | |
2023-12-28 | Merge pull request #480 from c-po/container-t5867 | Christian Breunig | |
container: T5867: upgrade podman to 4.7.2 (Debian Trixie) | |||
2023-12-28 | container: T5867: upgrade podman to 4.7.2 (Debian Trixie) | Christian Breunig | |
2023-12-23 | Update branch names in the README | Daniil Baturin | |
2023-12-22 | Kernel: T4928: rebase patches ontop of Kernel 6.1.59 to get clean applies | Christian Breunig | |
2023-12-22 | Kernel: T4928: add "set -e" to kernel build script | Christian Breunig | |
2023-12-21 | Jenkins: fix invalid base version when building ISO with custom version string | Christian Breunig | |
2023-12-21 | Merge pull request #474 from indrajitr/cleanup-openssh | Christian Breunig | |
ssh: T5841: Remove ssh-session-cleanup.service | |||
2023-12-21 | Kernel: T4928: update Linux Kernel to v6.1.69 | Christian Breunig | |
2023-12-20 | Merge pull request #476 from zdc/T5838-circinus | Christian Breunig | |
kernel: T5838: Enabled Infiniband for `mlx4` and `mlx5` | |||
2023-12-20 | kernel: T5838: Enabled Infiniband for `mlx4` and `mlx5` | zsdc | |
Mellanox/NVIDIA NICs require Infiniband support for proper communication with user space, which is used by tools like DPDK. This commit enables Infiniband with user access support and adds it to `mlx4`/`mlx5`. | |||
2023-12-20 | Merge pull request #475 from indrajitr/kea-build-2 | Viacheslav Hletenko | |
dhcp: T5840: Upgrade to Kea 2.4.x (fix copyright year) | |||
2023-12-20 | dhcp: T5840: Upgrade to Kea 2.4.x (fix copyright year) | Indrajit Raychaudhuri | |
2023-12-20 | ssh: T5841: Remove ssh-session-cleanup.service | Indrajit Raychaudhuri | |
With libpam-systemd >= 230-2, ssh-session-cleanup.service is no longer necessary because when `UsePAM yes` in `/etc/ssh/sshd_config` (which is the default), SSH sessions are cleaned up automatically when ssh-server is shutdown or the system is rebooted. | |||
2023-12-20 | Merge pull request #473 from indrajitr/kea-build | Christian Breunig | |
dhcp: T5840: Upgrade to Kea 2.4.x | |||
2023-12-20 | dhcp: T5840: Upgrade to Kea 2.4.x | Indrajit Raychaudhuri | |
2023-12-17 | GitHub: add state and PR message check action | Christian Breunig | |
2023-12-16 | Kernel: T4928: update Linux Kernel to v6.1.68 | Christian Breunig | |
2023-12-14 | Merge pull request #469 from zdc/T5824-circinus | Christian Breunig | |
initramfs: T5824: Added `openssl.cnf` to initramfs | |||
2023-12-14 | initramfs: T5824: Added `openssl.cnf` to initramfs | zsdc | |
Without `openssl.cnf` software that uses `libssl` (for example busybox) has issues with connections to some HTTPS servers. | |||
2023-12-13 | Kernel: T4928: update Linux Kernel to v6.1.67 | Christian Breunig | |
2023-12-09 | Merge pull request #336 from sarthurdev/kea | Christian Breunig | |
dhcp: T3316: Disable Kea services |