Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 352 Bytes

File metadata and controls

8 lines (7 loc) · 352 Bytes

Linux Kernel Networking

  • This project re-implement almost components of Linux Kernel Networking:
    • Linux Kernel Networking Stack Subsystem (layer 3 + Layer 4): TCP/IP stack.
    • Netfilter subsystem: iptables.
    • IPSec subsystem: VPN, tunnel mode.
    • Network device (Layer 2): ethernet driver.
    • User utilities: ping, traceroute, etc.