Age | Commit message (Expand) | Author |
---|---|---|
2020-11-30 | Kernel: Move block condition evaluation out of the Scheduler | Tom |
2020-04-05 | Kernel: Add the SO_BINDTODEVICE socket option | AnotherTest |
2020-03-22 | Kernel: Run clang-format on files | Shannon Booth |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-02-08 | Net: Make NetworkAdapter reference-counted | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-08-29 | Kernel: Implement is_zero for RoutingDecision | Conrad Pankoff |
2019-08-29 | Kernel: Take a copy of MACAddress in RoutingDecision | Conrad Pankoff |
2019-08-29 | Kernel: Add simple ARP routing layer | Conrad Pankoff |
2019-08-09 | Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code | Conrad Pankoff |
2019-04-02 | Kernel: Move networking related files into Kernel/Net/. | Andreas Kling |
2019-04-02 | Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1. | Andreas Kling |