summaryrefslogtreecommitdiff
path: root/Kernel/Net/Routing.cpp
AgeCommit message (Expand)Author
2019-12-28Kernel: Route all loopback traffic through the loopback adapterConrad Pankoff
2019-08-29Kernel: Implement is_zero for RoutingDecisionConrad Pankoff
2019-08-29Kernel: Add simple ARP routing layerConrad Pankoff
2019-08-09Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net codeConrad Pankoff
2019-06-07Kernel: Run clang-format on everything.Andreas Kling
2019-04-02Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1.Andreas Kling