summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2020-12-21Revert to FRR 7.4 until we figure our a libyang upgrade pathDaniil Baturin
2020-12-21Update to FRR 7.5Daniil Baturin
2020-12-19kernel: rename patchesChristian Poessinger
2020-12-14iproute2: T3129: add Jenkins buildChristian Poessinger
2020-12-14Kernel: T3129: update Linux Kernel to v5.4.83Christian Poessinger
2020-11-24Kernel: T3087: update Linux Kernel to v4.19.160Christian Poessinger
2020-11-19Kernel: T3075: update Linux Kernel to v4.19.158Christian Poessinger
2020-11-13Revert "QAT: T2968: add support for Intel Atom C2000 platform"Christian Poessinger
This reverts commit b234558db422390ed4d995e9134fe91c37d6cc8f.
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-12Kernel: T3064: update Linux Kernel to v4.19.157Christian Poessinger
2020-11-06Kernel: Firmware: T3052: update to 20201022Christian 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-10-31Kernel: T3033: Update Linux Kernel to v4.19.154Christian Poessinger
2020-10-30intel: T3005: update ixgbe(vf) and igb driverChristian Poessinger
* igb 5.4.6 * ixgbe 5.9.4 * ixgbevf 4.9.3
2020-10-30Kernel: T3033: Update Linux Kernel to v4.19.153Christian Poessinger
2020-10-28frr: drop custom patches as they are now part of upstream repoxChristian Poessinger
2020-10-24Intel: i40e: T3005: upgrade to version 2.13.10Christian Poessinger
2020-10-17Kernel: WireGuard: T2991: update to version 1.0.20200908Christian Poessinger
2020-10-17Kernel: T2990: Update Linux Kernel to v4.19.152Christian Poessinger
2020-10-17Kernel: update patches to current versionChristian Poessinger
2020-10-14frr: T2980: bfdd: fix crash due to invalid parameter lengthChristian Poessinger
2020-10-14frr: T2980: use consistent patch namingChristian Poessinger
2020-10-09QAT: T2968: add support for Intel Atom C2000 platformChristian Poessinger
2020-10-03Revert "Kernel: T2955: Update Linux Kernel to v4.19.149"Christian Poessinger
This reverts commit b481a3ee4c947d78cb1488b542c31c23cd473b7f. Perf utils do not build anymore: util/evsel.c: In function ‘perf_evsel__exit’: util/util.h:25:28: error: passing argument 1 of ‘free’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] #define zfree(ptr) ({ free(*ptr); *ptr = NULL; }) util/evsel.c:1293:2: note: in expansion of macro ‘zfree’ zfree(&evsel->pmu_name); ^~~~~ /usr/include/stdlib.h:563:25: note: expected ‘void *’ but argument is of type ‘const char *’ extern void free (void *__ptr) __THROW; ~~~~~~^~~~~ ASCIIDOC perf-probe.xml
2020-10-03Kernel: T2955: Update Linux Kernel to v4.19.149Christian Poessinger
2020-09-29Kernel: T2937: Update Linux Kernel to v4.19.148Christian Poessinger
2020-09-25Kernel: T2925: Update Linux Kernel to v4.19.147Christian Poessinger
2020-09-19Kernel: T2901: Update Linux Kernel to v4.19.146Christian Poessinger
2020-09-16T2886: Revert "Kernel: T2879: remove auditing support"Christian Poessinger
This reverts commit 94a553a52db3ab4a0f9e82016a7f7948b882a217.
2020-09-13Kernel: T2880: Update Linux Kernel to v4.19.145Christian Poessinger
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-12Kernel: T2876: Update Linux Kernel to v4.19.144Christian Poessinger
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