Age | Commit message (Expand) | Author |
---|---|---|
2019-11-28 | Kernel+ifconfig: Add an MTU value to NetworkAdapter | Andreas Kling |
2019-08-29 | Kernel: Remove IP configuration from LoopbackAdapter | Conrad Pankoff |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-16 | Kernel+Userland: Expose list of network adapters through /proc/netadapters. | Andreas Kling |
2019-04-05 | AK: Revert Eternal<T> for now since it doesn't work as intended. | Andreas Kling |
2019-04-03 | AK: Add Eternal<T> and use it in various places. | Andreas Kling |
2019-04-02 | Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1. | Andreas Kling |