230 Commits

Author SHA1 Message Date
John
35dec9e1bc
Kernel: T5310: add stmicro driver support
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-24 10:19:15 +02:00
cuongdt1994
deb4cb7f4d T5298:Add RFKILL support into kernel.
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-17 19:34:08 +02:00
Viacheslav Hletenko
8bdd5b8e31 T5281: Add CONFIG_VHOST_MENU to kernel
Without this option the 'vhost' modules are not included
2023-06-15 09:40:37 +00:00
Viacheslav Hletenko
7d7ccd1e3f T5281: Add kernel options for vhost-net
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-12 11:16:12 +00:00
cuongdt1994
e44e3f9925 T5264: Add Mellanox Technologies firmware flash module mlxfw to kernel
Add Mellanox Technologies firmware flash module mlxfw to kernel
2023-06-08 06:29:16 +07:00
Viacheslav Hletenko
509a7affa7 T5217: Kernel add CONFIG_NFT_SYNPROXY 2023-05-10 13:01:33 +00:00
Christian Breunig
bc6991e6c0 Kernel: T5003: use bash over sh (which defaults to dash) 2023-05-02 18:24:52 +02:00
Christian Breunig
fc533da2a2 Kernel: T4928: enable CONFIG_RD_ZSTD and CONFIG_DECOMPRESS_ZSTD 2023-05-02 18:24:16 +02:00
zsdc
d9f711f500 jool: T160: Added scripts to build jool package
Added dependencies and build scripts for
https://github.com/NICMx/Jool/
2023-05-01 23:29:05 +03:00
Christian Breunig
88be901bc1 Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m 2023-04-29 21:52:05 +02:00
zsdc
7d9f655936 accel-ppp: T5138: Use L2TP Calling-Number in RADIUS attributes
Use L2TP Calling-Number in Calling-Station-ID RADIUS attribute
2023-04-04 11:21:38 +03:00
Christian Breunig
fb51ed6a0c Kernel: T4928: statically compile CONFIG_IKCONFIG 2023-03-21 16:54:15 +01:00
Christian Breunig
771b1f6be9 Kernel: T5086: enable CONFIG_NET_DROP_MONITOR for hsflowd 2023-03-17 07:39:41 +01:00
Christian Breunig
9c149100c3 Kernel: T4928: update config to v6.1.19 2023-03-17 07:39:41 +01:00
Christian Breunig
df13175a2e Kernel: QAT: T5003 remove non POSIX compliant array in shell script 2023-02-20 20:02:53 +01:00
sarthurdev
64594cb608 debian: T5003: Update accel-ppp build script 2023-02-13 11:20:49 +01:00
Viacheslav Hletenko
27026d1f15 T4941: Update accel-ppp version due to IPoE issues with kernel 6
Update 'accel-ppp' where bug fix with incompatibility IPoE
vlan_mon driver with Linux kernel 6.1.x
2023-01-24 13:50:21 +00:00
Christian Breunig
48d7734e88 Kernel: T4928: fix path on remote url 2023-01-11 18:59:50 +01:00
Christian Breunig
9dd97c1873 Kernel: T4928: update linux-firmware to 20221214 2023-01-11 18:53:40 +01:00
Christian Breunig
2a754a85f9 Kernel: T4928: update Linux Kernel to v6.1.4 2023-01-11 18:52:27 +01:00
Christian Breunig
1e59005e76 qat: T4929: update Intel QAT drivers to 4.20.0-00001 2023-01-11 18:51:46 +01:00
Christian Poessinger
e62acee962 Kernel: T4691: enable CONFIG_BLK_DEV_DM option
This enables Device Mapper support for either RAID targets or encrypted
partitions.
2023-01-03 07:03:10 +00:00
Christian Poessinger
ef7d02b09c Kernel: T4836: enable Ethernet switch device driver model 2022-11-23 18:50:58 +00:00
Christian Poessinger
15b1e98b4d Kernel: T4836: enable High-availability Seamless Redundancy (HSR & PRP) 2022-11-23 18:50:06 +00:00
Christian Poessinger
00f0261fba Kernel: T4836: enable TCP encapsulation of IKE and IPsec messages (RFC 8229) 2022-11-23 18:49:01 +00:00
Christian Poessinger
cd1abe06bc gitignore: cleanup double rules from individual packages
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-11-23 19:27:51 +01:00
Christian Poessinger
7540a635eb Revert: "accel-ppp: T4691: upgrade LUA dependency to version 5.4"
This reverts commit 262183c as Accel PPP has issues starting up.
2022-10-08 20:20:38 +02:00
Christian Poessinger
3adcd14cef Kernel: T3664: parse version file from toml input 2022-10-07 22:02:10 +02:00
Christian Poessinger
262183c6a6 accel-ppp: T4691: upgrade LUA dependency to version 5.4 2022-10-06 23:19:20 +02:00
Christian Poessinger
7149a2aa2e accel-ppp: T4691: adjust to changes in CMake build system
Specifying -DLUA=True results in selection of the Lua language version 5.1 - we
need 5.3.
2022-10-05 21:44:34 +02:00
Christian Poessinger
eda7fc7283 Revert "accel-ppp: T4691: disable LUA as it's unused in VyOS"
This reverts commit 719013886df2a324f09217d2fd11feddab330a05.
2022-10-05 21:44:34 +02:00
Christian Poessinger
719013886d accel-ppp: T4691: disable LUA as it's unused in VyOS 2022-09-16 20:31:41 +02:00
Christian Poessinger
59b2fedd4d accel-ppp: T4691: package upgrade with minor fixes to sstp 2022-09-13 09:31:28 +02:00
Christian Poessinger
d490199398 firmware: T4691: update to Linux release 20220815 2022-09-13 09:29:00 +02:00
Christian Poessinger
8e2022432b Kernel: T4691: Initial support for 5.15.67 2022-09-13 09:26:18 +02:00
initramfs
3d983cb2fe
firmware: T4671: create missing symlinks defined in WHENCE file 2022-09-06 19:59:25 +08:00
Christian Poessinger
94e844f44b Kernel: T4647: enable GVE (Google Virtual NIC) 2022-08-25 19:10:30 +02:00
Christian Poessinger
10d20b661e Kernel: T3923: enable INET(6)_ESPINTCP 2022-08-25 19:09:51 +02:00
Christian Poessinger
efb1de57f6
accel-ppp: T4204: update version to commit 847ccb49a7e0 2022-07-18 15:47:27 +02:00
Christian Poessinger
f50bc13788 Kernel: QAT: T4539: update Intel QuickAssist release version 1.7.L.4.16.0-00017 2022-07-18 13:33:18 +02:00
Christian Poessinger
0b7027645d firmware: T4540: update to Linux release 20220708 2022-07-18 13:32:32 +02:00
Christian Poessinger
938c8c51d3 Kernel: T1368: statically build MPLS support into the Kernel 2022-07-18 13:31:52 +02:00
Christian Poessinger
2fb0295b37 Kernel: T893: enable VPP related features 2022-07-09 08:50:38 +02:00
Christian Poessinger
1900bb3af4 Kernel: T1475: enable CONFIG_DCB 2022-07-09 08:50:11 +02:00
Christian Poessinger
3600691fe2 Revert "kernel: pin Pipeline to specific commit"
This reverts commit c0b955a0e5a8f1f6145d49202592445bc69f6785.
2022-04-28 16:08:19 +02:00
Christian Poessinger
c0b955a0e5
kernel: pin Pipeline to specific commit
Latest Pipeline commit can not find src packages for the Kernel und thus breaks the build
2022-04-28 15:02:20 +02:00
Eshenko Dmitriy
69ebe3e477
Accel-PPP: T4204: update accel-ppp version 2022-01-24 11:24:16 +03:00
Eshenko Dmitriy
f7dfebf7cf
Accel-PPP: T4015: update version which include threading fix 2021-11-23 11:41:10 +03:00
Christian Poessinger
f6c1a927ca Kernel: T3923: enable Mellanox Connect-X TLS offload 2021-10-21 19:21:53 +02:00
Christian Poessinger
fbbbbff095 Kernel: T3923: enable CONFIG_TLS for hardware offloading 2021-10-21 19:20:13 +02:00