zesakain/BBRv2-Kernel-4.14-Rosemary
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Linux kernel ============ # Aether-vEleatic-Rosemary # Kernel 4.14 # Xiaomi rosemary⚠️ Warning: This is a custom kernel for learning purposes. Use at your own risk. Definition: Implementing BBRv2 on the 4.14 kernel Disclaimer * This kernel is based on the Rosemary LineageOS 23 kernel * The BBRv2 used in this kernel is a congestion control algorithm developed by Google * I am not responsible for any issues users may encounter, such as bootloops or other malfunctions * The purpose of this project is purely for experiment and exploration "Tested on non-rooted device. Confirmed kernel module registration via sysctl. Full access to socket statistics (ss -tin) is limited on non-rooted configurations." ## Credits - LineageOS project (kernel base) - Google (BBRv2 algorithm) - cx9208/bbrplus