Rami Rosen - Herzelinux, August 2008 2
General
The Linux networking kernel code (including network device drivers) isa large part of the Linux kernel code.
–
Scope
: We will not deal with wireless, IPv6, and multicasting. Alsonot with user space routing daemons/apps, and with securityattacks (like DoS, spoofing, etc.) .
–
Understanding a packet walkthrough in the kernel is a key tounderstanding kernel networking. Understanding it is a must ifwe want to understand Netfilter or IPSec internals, and more.
–
There is a 10 pages Linux kernel networking walkthrouh documentwhich was written in some university (see 1 in the list of links).
Add a Comment