Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.17 KB

File metadata and controls

46 lines (34 loc) · 1.17 KB

Network Internals

make by kernel-z

perftrace@gmail.com


Network Stack

  • version-0.1: Stack Framework is completed network stack-0.1

  • Version-0.2: Base on 4.15.15 Fix some errors, add packet fragment/defrag/options,etc.And color the map. May 15, 2018 network stack-0.2

  • Version-0.3: Base on 4.15.15 More details,arp,routing,filter,icmp,NAPI,etc. May 17, 2018 network stack-0.3

  • Version-1.0: Base on 4.15.15 More details,arp,routing,filter,icmp,NAPI,etc. May 23, 2018 network stack-1.0

  • Version-1.1: Base on 4.15.15 More details,arp,routing,filter,icmp,NAPI,etc. May 28, 2018 network stack-1.1

  • Version-latest: Base on 4.15.15 May 23, 2018 network latest


Network Initialize