
LInux kernel
文章平均质量分 91
maimang09
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux网络 - 数据包的接收过程
本文将介绍在Linux系统中,数据包是如何一步一步从网卡传到进程手中的。如果英文没有问题,强烈建议阅读后面参考里的两篇文章,里面介绍的更详细。本文只讨论以太网的物理网卡,不涉及虚拟设备,并且以一个UDP包的接收过程作为示例.转载 2023-01-09 14:58:49 · 401 阅读 · 0 评论 -
ARM64 vanilla kernel in QEMU
ARM64 vanilla kernel in QEMU – SimpleBlogsIt has been quite some time since i have experimented on any thing and the COVID-19 pandemic lock down provided the needed time to experiment few things other than official work.This blog is about compiling and run转载 2022-10-08 09:18:13 · 456 阅读 · 0 评论 -
Android 内核概览
Android 内核基于上游。在 Google,LTS 内核会与 Android 专用补丁结合,形成所谓的“Android 通用内核 (ACK)”。较新的 ACK(版本 5.4 及更高版本)也称为 GKI 内核,因为它们支持将与硬件无关的通用核心内核代码和与硬件无关的 GKI 模块分离开来。GKI 内核会与包含系统芯片 (SoC) 和板级代码的硬件专用供应商模块进行交互。GKI 内核与供应商模块之间的交互通过内核模块接口 (KMI) 来实现,该接口由标识供应商模块所需的函数和全局数据的符号列表组成。转载 2022-09-22 08:31:45 · 6685 阅读 · 0 评论 -
Netfilter’s flowtable infrastructure
https://www.kernel.org/doc/html/latest/networking/nf_flowtable.html转载 2022-08-04 10:10:41 · 344 阅读 · 0 评论 -
struct sk_buff
代码】struct sk_buff。转载 2022-08-04 08:54:12 · 387 阅读 · 0 评论 -
Linux Tracing Technologies
Linux Tracing Technologies — The Linux Kernel documentation转载 2022-08-02 08:40:05 · 166 阅读 · 0 评论 -
Linux Tracing Technologies
Linux Tracing Technologies — The Linux Kernel documentationhttps://www.kernel.org/doc/html/latest/trace/index.html转载 2022-06-27 19:52:29 · 174 阅读 · 0 评论