summaryrefslogtreecommitdiff
path: root/Kernel/Net/Routing.h
AgeCommit message (Expand)Author
2021-12-05Kernel: Add support for the MSG_DONTROUTE sys$sendmsg flagIdan Horowitz
2021-09-03Kernel: Convert Routing to east-const stylebrapru
2021-08-22Kernel: Rename ProtectedValue<T> => MutexProtected<T>Andreas Kling
2021-08-07Kernel: Migrate ARP table locking to ProtectedValueJean-Baptiste Boric
2021-08-07Kernel: Move Lockable into its own headerJean-Baptiste Boric
2021-07-25Kernel: Add update option to remove an entry from the ARP tablebrapru
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
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