Andreas Kling
|
9d67a6ba34
|
E1000: Disable interrupts while getting ready to wait on TX completion
|
2019-12-14 13:02:40 +01:00 |
|
Andreas Kling
|
39246fb621
|
E1000: Use a WaitQueue to sleep while waiting for a transmit IRQ
|
2019-12-14 10:47:17 +01:00 |
|
Conrad Pankoff
|
13abb3e88b
|
Kernel: Remove now-unused singleton methods from our network devices
|
2019-08-29 06:25:06 +02:00 |
|
Conrad Pankoff
|
286bafbb19
|
Kernel: Implement link status in /proc/net/adapters
|
2019-08-21 17:10:34 +02:00 |
|
Andreas Kling
|
27f699ef0c
|
AK: Rename the common integer typedefs to make it obvious what they are.
These types can be picked up by including <AK/Types.h>:
* u8, u16, u32, u64 (unsigned)
* i8, i16, i32, i64 (signed)
|
2019-07-03 21:20:13 +02:00 |
|
Andreas Kling
|
9e0f7acfe5
|
Kernel+Userland: Expose list of network adapters through /proc/netadapters.
Added a simple /bin/ifconfig program that just pretty-prints that file. :^)
|
2019-06-16 07:06:49 +02:00 |
|
Andreas Kling
|
e42c3b4fd7
|
Kernel: Rename LinearAddress => VirtualAddress.
|
2019-06-07 12:56:50 +02:00 |
|
Andreas Kling
|
bc951ca565
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
|
Andreas Kling
|
649c81a714
|
Kernel: Move networking related files into Kernel/Net/.
|
2019-04-02 19:54:38 +02:00 |
|