summaryrefslogtreecommitdiff
path: root/Kernel/Net/Routing.h
AgeCommit message (Expand)Author
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-04-05Kernel: Add the SO_BINDTODEVICE socket optionAnotherTest
2020-03-22Kernel: Run clang-format on filesShannon Booth
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-08Net: Make NetworkAdapter reference-countedAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-08-29Kernel: Implement is_zero for RoutingDecisionConrad Pankoff
2019-08-29Kernel: Take a copy of MACAddress in 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-04-02Kernel: Move networking related files into Kernel/Net/.Andreas Kling
2019-04-02Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1.Andreas Kling