summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/x86_64_vyos_defconfig
AgeCommit message (Collapse)Author
2021-04-19kernel: T3486: Prepare for arm64 buildsRunar Borge
2021-02-15kernel: T3312: Add SolarFlire kernel modules Eshenko Dmitriy
2021-02-05Kernel: drop telco driversChristian Poessinger
2021-01-16Kernel: T3223: retrieve firmware information from Kernel module binary itselfChristian Poessinger
2020-12-31Kernel: Initial support for 5.10.4Christian Poessinger
2020-12-25Kernel: T3145: virtio: enable MMIO_CMDLINE_DEVICESChristian Poessinger
2020-12-25Kernel: T3145: enable additional ciphersChristian Poessinger
2020-12-14Kernel: T3129: update Linux Kernel to v5.4.83Christian Poessinger
2020-11-12Kernel: usb: wwan: T3063: remove QMI, NCM and CDC drivers for WWAN cardsChristian Poessinger
We do it "oldschool" by just using PPP and talk to a serial device. For the Huawei ME909s-120 module, actually mbim and cdc modules make a lot of problems on system startup and the modem is re-enumerated multiple times. Removing those drivers simply makes wireless wwan interfaces work in VyOS.
2020-11-12Kernel: net: T3063: remove non supported USB based network adaptersChristian Poessinger
2020-11-05Kernel: T3049: Update Linux Kernel to v4.19.155Christian Poessinger
2020-11-05Kernel: Wifi: drop legacy B43 driver and add additional MediaTek 76x driversChristian Poessinger
2020-11-05Kernel: drop Atheros 9k bluetooth supportChristian Poessinger
2020-09-16T2886: Revert "Kernel: T2879: remove auditing support"Christian Poessinger
This reverts commit 94a553a52db3ab4a0f9e82016a7f7948b882a217.
2020-09-13Kernel: T2879: remove NVMe over-fabric supportChristian Poessinger
2020-09-13Kernel: T2879: remove Data Center Bridging supportChristian Poessinger
2020-09-13Kernel: T2879: remove early printk as we are no Kernel developersChristian Poessinger
2020-09-13Kernel: T2879: statically compile in BFQ schedulerChristian Poessinger
2020-09-13Kernel: T2879: cleanup block device drivers which we do not supportChristian Poessinger
We do not need drivers for block devices which we do not support in our installation routine.
2020-09-13Kernel: T2879: remove extcon subsystem as we have no external connectorsChristian Poessinger
2020-09-13Kernel: T2879: remove Intel QAT drivers as we use the out-of-tree modulesChristian Poessinger
2020-09-13Kernel: T2879: remove HugeTLB file system supportChristian Poessinger
... we do not need Huge Translation Lookaside Buffers
2020-09-13Kernel: T2879: remove MS-DOS and NTFS filesystem supportChristian Poessinger
2020-09-13Kernel: T2879: cleanup miscellaneous filesystemsChristian Poessinger
2020-09-13Kernel: T2879: do not enable different security modelsChristian Poessinger
... we already use the default security model.
2020-09-13Kernel: T2879: remove integrity subsystemChristian Poessinger
When enabled this does: This option enables the integrity subsystem, which is comprised of a number of different components including the Integrity Measurement Architecture (IMA), Extended Verification Module (EVM), IMA-appraisal extension, digital signature verification extension and audit measurement log support. We do not support secure-boot thus we do not need keyrings.
2020-09-13Kernel: T2879: remove auditing supportChristian Poessinger
Enabling this would do: Enable auditing infrastructure that can be used with another kernel subsystem, such as SELinux (which requires this for logging of avc messages output). System call auditing is include on architectures which support it. We have no SELinux.
2020-09-13Kernel: T2879: remove checkpoint/restore supportChristian Poessinger
When enabled this addditional feature does: Enables additional kernel features in a sake of checkpoint/restore. In particular it adds auxiliary prctl codes to setup process text, data and heap segment sizes, and a few additional /proc filesystem entries.
2020-09-13Kernel: T2879: remove SWAP supportChristian Poessinger
... we are a router and do not support SWAP partitions - swapping is slow, thus all data must be in memory.
2020-09-12Revert "Kernel: T2843: upgrade Kernel to v5.8.5"Christian Poessinger
This reverts commit 78c43c2078e292ac9b53d2d6a41a47466d283914. Unfortunately we must revert the Kernel upgrade as there are two problematic issues. One which is the break of ABI functionality with parted [1] and second the internal cryptop API [2] which removed required literals for the build of Intel QAT acceleration. In the two weeks running 5.8 we still learned a lot - we experienced a performance improvement of ~30% when doing NAT @ > 10GBit/s and also utilizing the build in updated drivers for Intel NICs and WireGuard. We are looking forward to the release of this years LTS kernel and we hope to ship this in the final 1.3 release. 1: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.8.y&id=692d062655 2: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.5.y&id=d63007eb95
2020-09-01Kernel: T2843: remove Intel QAT drivers - we use our own onesChristian Poessinger
We compile Intel QAT drivers from Intel driver release incl. user-space tools.
2020-08-31Revert "Kernel: T2843: drop parallel ATA support"Christian Poessinger
This reverts commit 8b520c63ac705aa2c35579ebfbc053b5b6a1bccb. CI tests also use parallel ATA interfaces in QAEmu - we probably should keep it for "poor" virtualisation.
2020-08-30Kernel: T2843: drop parallel ATA supportChristian Poessinger
2020-08-30Kernel: T2843: enable Multipath TCP supportChristian Poessinger
2020-08-30Kernel: T2843: enable APU2 LEDs and front buttonChristian Poessinger
2020-08-30Kernel: T2843: upgrade Kernel to v5.8.5Christian Poessinger
Note: Intel does not provide a compatible QAT version. There is a custom patch which make QAT compile for the specified Kernel version. This patch will change the source to a non backwards-compatible version - this is fine as we run 5.8 anyways.
2020-08-30Kernel: enable Xen virtual keyboard and mouse supportChristian Poessinger
2020-08-30Kernel: T1205: re-add PC speaker driverChristian Poessinger
2020-08-02Kernel: config: T2666: cleanup legacy network vendorsChristian Poessinger
Remove support for legacy PCI - ISA network cards
2020-08-02Intel: T2538: update NIC drivers to recent releasesChristian Poessinger
2020-07-21x86_64_vyos_defconfig: T2666: enable CONFIG_XDP_SOCKETSChristian Poessinger
2020-06-24Jenkins: T2625: import Kernel PipelineChristian Poessinger
Imported from https://github.com/vyos/vyos-build-kernel commit 9e7c12b