Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
5 лет назад |
Andreas Kling
|
2482fc3538
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
|
5 лет назад |
Andreas Kling
|
8cfb859368
IPv4: Support overriding the default TTL (64)
|
5 лет назад |
Andreas Kling
|
1c692e87a6
Kernel: Move kmalloc() into a Kernel/Heap/ directory
|
5 лет назад |
Conrad Pankoff
|
498f8c01a2
Kernel: Use a public member for NetworkAdapter on_receive
|
5 лет назад |
Conrad Pankoff
|
41e9ad5ea0
Kernel: Add const to packet data in send_raw call
|
5 лет назад |
Conrad Pankoff
|
36d349f7a7
Kernel: Add on_receive callback to NetworkAdapter
|
5 лет назад |
Conrad Pankoff
|
1aa7437ad7
Kernel: Add netmask and gateway to NetworkAdapter
|
5 лет назад |
Conrad Pankoff
|
54ceabd48d
Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code
|
6 лет назад |
Conrad Pankoff
|
7ed54d86d5
Kernel: Record network statistics and expose as JSON
|
6 лет назад |
Andreas Kling
|
605975adb5
Kernel: Make KBuffer a value-type wrapper around a KBufferImpl
|
6 лет назад |
Andreas Kling
|
52cfe9ebae
IPv4: Remove an unnecessary copy of each outgoing IPv4 payload
|
6 лет назад |
Andreas Kling
|
e58b734363
Net: Use KBuffers for network adapter packet queues
|
6 лет назад |
Andreas Kling
|
b2e502e533
Kernel: Add Thread::block_until(Condition).
|
6 лет назад |
Andreas Kling
|
0e75aba7c3
StringView: Rename characters() to characters_without_null_termination().
|
6 лет назад |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 лет назад |
Andreas Kling
|
9e0f7acfe5
Kernel+Userland: Expose list of network adapters through /proc/netadapters.
|
6 лет назад |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 лет назад |
Andreas Kling
|
649c81a714
Kernel: Move networking related files into Kernel/Net/.
|
6 лет назад |