Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | frr: T3227: import hotfix for frr-reload script to fix rpki issues | Christian Poessinger | |
2021-01-16 | Kernel: T3223: update linux-firmware to 20201218 | Christian Poessinger | |
(cherry picked from commit ab6d2763264423de4d02dc5b6aa48fe00eb8bf68) | |||
2021-01-16 | Kernel: T3223: retrieve firmware information from Kernel module binary itself | Christian Poessinger | |
2021-01-15 | Jenkins: retrive debian repo server via global variable | Christian Poessinger | |
2021-01-10 | Kernel: no longer build Intel out-of-tree NIC drivers | Christian Poessinger | |
2021-01-10 | Jenkins: Kernel: extract version from data/defaults.json | Christian Poessinger | |
No need to specify the kernel version two times, it can be retrieved from data/defaults.json | |||
2021-01-10 | Jenkins: Kernel: instead of 'git clone' the source use the tarball | Christian Poessinger | |
This reduces the download and checkout overhead. | |||
2021-01-09 | Kernel: T3199: update Linux Kernel to v5.10.6 | Christian Poessinger | |
2021-01-09 | Merge branch 'kernel-5.10' into current | Christian Poessinger | |
* kernel-5.10: QAT: update to 1.7.l.4.12.0 Kernel: Initial support for 5.10.4 | |||
2021-01-03 | frr: T3182: revert back to 7.3 series | Christian Poessinger | |
2021-01-03 | frr: T3182: revert back to 7.4 series | Christian Poessinger | |
2020-12-31 | QAT: update to 1.7.l.4.12.0 | Christian Poessinger | |
2020-12-31 | Kernel: Initial support for 5.10.4 | Christian Poessinger | |
2020-12-31 | Kernel: T3168: update Linux Kernel to v5.4.86 | Christian Poessinger | |
2020-12-25 | Kernel: T3145: virtio: enable MMIO_CMDLINE_DEVICES | Christian Poessinger | |
2020-12-25 | Kernel: T3145: enable additional ciphers | Christian Poessinger | |
2020-12-22 | frr: T3146: upgrade to Free Range Routing 7.5 series | Christian Poessinger | |
2020-12-22 | Kernel: T3145: update Linux Kernel to v5.4.85 | Christian Poessinger | |
2020-12-21 | Revert to FRR 7.4 until we figure our a libyang upgrade path | Daniil Baturin | |
2020-12-21 | Update to FRR 7.5 | Daniil Baturin | |
2020-12-19 | kernel: rename patches | Christian Poessinger | |
2020-12-14 | iproute2: T3129: add Jenkins build | Christian Poessinger | |
2020-12-14 | Kernel: T3129: update Linux Kernel to v5.4.83 | Christian Poessinger | |
2020-11-24 | Kernel: T3087: update Linux Kernel to v4.19.160 | Christian Poessinger | |
2020-11-19 | Kernel: T3075: update Linux Kernel to v4.19.158 | Christian Poessinger | |
2020-11-13 | Revert "QAT: T2968: add support for Intel Atom C2000 platform" | Christian Poessinger | |
This reverts commit b234558db422390ed4d995e9134fe91c37d6cc8f. | |||
2020-11-12 | Kernel: usb: wwan: T3063: remove QMI, NCM and CDC drivers for WWAN cards | Christian 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-12 | Kernel: net: T3063: remove non supported USB based network adapters | Christian Poessinger | |
2020-11-12 | Kernel: T3064: update Linux Kernel to v4.19.157 | Christian Poessinger | |
2020-11-06 | Kernel: Firmware: T3052: update to 20201022 | Christian Poessinger | |
2020-11-05 | Kernel: T3049: Update Linux Kernel to v4.19.155 | Christian Poessinger | |
2020-11-05 | Kernel: Wifi: drop legacy B43 driver and add additional MediaTek 76x drivers | Christian Poessinger | |
2020-11-05 | Kernel: drop Atheros 9k bluetooth support | Christian Poessinger | |
2020-10-31 | Kernel: T3033: Update Linux Kernel to v4.19.154 | Christian Poessinger | |
2020-10-30 | intel: T3005: update ixgbe(vf) and igb driver | Christian Poessinger | |
* igb 5.4.6 * ixgbe 5.9.4 * ixgbevf 4.9.3 | |||
2020-10-30 | Kernel: T3033: Update Linux Kernel to v4.19.153 | Christian Poessinger | |
2020-10-28 | frr: drop custom patches as they are now part of upstream repox | Christian Poessinger | |
2020-10-24 | Intel: i40e: T3005: upgrade to version 2.13.10 | Christian Poessinger | |
2020-10-17 | Kernel: WireGuard: T2991: update to version 1.0.20200908 | Christian Poessinger | |
2020-10-17 | Kernel: T2990: Update Linux Kernel to v4.19.152 | Christian Poessinger | |
2020-10-17 | Kernel: update patches to current version | Christian Poessinger | |
2020-10-14 | frr: T2980: bfdd: fix crash due to invalid parameter length | Christian Poessinger | |
2020-10-14 | frr: T2980: use consistent patch naming | Christian Poessinger | |
2020-10-09 | QAT: T2968: add support for Intel Atom C2000 platform | Christian Poessinger | |
2020-10-03 | Revert "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-03 | Kernel: T2955: Update Linux Kernel to v4.19.149 | Christian Poessinger | |
2020-09-29 | Kernel: T2937: Update Linux Kernel to v4.19.148 | Christian Poessinger | |
2020-09-25 | Kernel: T2925: Update Linux Kernel to v4.19.147 | Christian Poessinger | |
2020-09-19 | Kernel: T2901: Update Linux Kernel to v4.19.146 | Christian Poessinger | |
2020-09-16 | T2886: Revert "Kernel: T2879: remove auditing support" | Christian Poessinger | |
This reverts commit 94a553a52db3ab4a0f9e82016a7f7948b882a217. |