일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- Linux
- commit
- kafka
- NDK
- memory
- 카프카
- mm_struct
- Apache
- slab
- strex
- spinlock
- Kernel
- BLOCK
- pmap
- proc
- vmalloc
- Android
- multiqueue
- blk-mq
- devicedriver
- kmalloc
- buddy_system
- slowpath
- allocator
- slub
- Network
- fastpath
- page
- vm_area_struct
- lruvec
- Today
- Total
Art of Pr0gr4m
[Linux Kernel] network (networking stack) 본문
리눅스 커널 네트워킹 스택에 대해 설명합니다.
sk_buff, ICMP, IP, 라우팅 서브시스템, 이웃 서브시스템(ARP, NDISC), TCP, UDP, SCTP, netfilter 등에 대해 포스팅 중입니다.
블로그가 아닌 깃허브 페이지에 작성하였기 때문에 링크들을 첨부합니다.
※ 해당 포스트 내용들은 기본적으로 Linux Kernel Networking 서적을 레퍼런스로 하고 있습니다.
0-1. Linux Kernel Build
Linux Kernel Build - Linux Kernel Analysis (pr0gr4m.github.io)
0-2. Debugging Filesystem
Linux Debugging FileSystem - Linux Kernel Analysis (pr0gr4m.github.io)
0-3. ftrace
Linux Ftrace - Linux Kernel Analysis (pr0gr4m.github.io)
1. sk_buff 구조체
Linux Kernel SKB - Linux Kernel Analysis (pr0gr4m.github.io)
2. ICMPv4
Linux Kernel ICMPv4 - Linux Kernel Analysis (pr0gr4m.github.io)
3. IPv4
Linux Kernel IPv4 - Linux Kernel Analysis (pr0gr4m.github.io)
4. IPv4 Routing Subsystem
Linux Kernel IPv4 Routing Subsystem - Linux Kernel Analysis (pr0gr4m.github.io)
5. Neighbour Subsystem
Linux Kernel Neighbour Subsystem - Linux Kernel Analysis (pr0gr4m.github.io)
6. IPv6
Linux Kernel IPv6 - Linux Kernel Analysis (pr0gr4m.github.io)
7. ICMPv6
Linux Kernel ICMPv6 - Linux Kernel Analysis (pr0gr4m.github.io)
8. Netfilter
Linux Kernel Netfilter - Linux Kernel Analysis (pr0gr4m.github.io)
9. Socket, UDP, TCP
Linux Kernel Layer 4 Network - Linux Kernel Analysis (pr0gr4m.github.io)
'IT > Linux Kernel' 카테고리의 다른 글
[Linux Kernel] spinlock (0) | 2020.07.10 |
---|---|
[Linux Kernel 5] Process Memory Viewer HOL (0) | 2020.05.17 |
[Linux Kernel 5] LRU (Memory Reclaim) (3) | 2020.05.17 |
[Linux Kernel 5] mmap (메모리 매핑) (2) | 2020.05.17 |
[Linux Kernel 5] Slab & Slub Allocator #2 (0) | 2020.05.17 |