index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Net
Age
Commit message (
Expand
)
Author
2020-03-24
Kernel: Limit IRQ rate within E1000 network adapter
Liav A
2020-03-24
Kernel: Enable IRQs before sending commands to the E1000 adapter
Liav A
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-19
Kernel: Use a const reference to RegisterState in IRQ handling
Liav A
2020-03-15
Userland: ifconfig can change the IP address of the default gateway
marprok
2020-03-11
Userland: Set the mask of a network adapter with ifconfig (#1388)
Marios Prokopakis
2020-03-09
PCI: Enable LogStream output for addresses
Liav A
2020-03-08
Kernel: Ensure RTL8139NetworkAdapter uses virtual memory correctly
Liav A
2020-03-08
Kernel: Ensure E1000NetworkAdapter uses virtual memory correctly
Liav A
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-07
IPv4: Keep IPv4 socket locked during receive operations
Andreas Kling
2020-03-06
Kernel: Change HandlerPurpose to HandlerType
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-02
Kernel: Use IOAddress class in Network adapters' drivers
Liav A
2020-03-01
Kernel: Remove some unnecessary .characters() when doing dbg()<<String
Andreas Kling
2020-02-27
E1000NetworkAdapter: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
LoopbackAdapter: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
IPv4Socket: Use dbg() instead of dbgprintf()
Liav A
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
Kernel: Change get_pci_address() to pci_address() in PCI::Device class
Liav A
2020-02-24
Kernel: Update Network adapter classes to use the PCI::Device class
Liav A
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: More header dependency reduction work
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of MemoryManager and Region
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-09
Net: Short-circuit routing to the IPv4 address of a local adapter
Andreas Kling
2020-02-09
Net: When routing to loopback, use the loopback adapter's MAC address
Andreas Kling
2020-02-09
Net: Give the LoopbackAdapter a MAC address
Andreas Kling
2020-02-08
IPv4: Put some TCP close handshake debug spam behind TCP_SOCKET_DEBUG
Andreas Kling
2020-02-08
IPv4: Sockets should say can_read() after reading is shut down
Andreas Kling
2020-02-08
IPv4: Basic implementation of TCP socket shutdown
Andreas Kling
2020-02-08
IPv4: Don't ACK empty TCP packets
Andreas Kling
2020-02-08
IPv4: Split IPv4Socket::recvfrom() into packet/byte buffered functions
Andreas Kling
2020-02-08
IPv4: Send TCP packets right away instead of waiting to "retry"
Andreas Kling
2020-02-08
IPv4: Drop incoming packets on sockets that are shut down for reading
Andreas Kling
2020-02-08
Net: Add a basic sys$shutdown() implementation
Andreas Kling
2020-02-08
Net: Make NetworkAdapter reference-counted
Andreas Kling
2020-02-07
Kernel: Fix three broken format strings in Socket::{get,set}sockopt()
Andreas Kling
2020-02-07
Kernel: Truncate addresses stored by getsockname() and getpeername()
Andreas Kling
2020-02-02
Kernel: Detect devices when enumerating the PCI bus
Liav A
2020-01-30
Kernel: LocalSocket should fail with EADDRINUSE for already-bound files
Andreas Kling
2020-01-30
Kernel: Some more int => size_t in NetworkAdapter and subclasses
Andreas Kling
2020-01-29
Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size
Andreas Kling
2020-01-26
Kernel: read()/write() should respect timeouts when used on a sockets
Andreas Kling
2020-01-26
IPv4: Mark UDP sockets as connected immediately upon connect()
Andreas Kling
2020-01-26
IPv4: Fix bitrot in IPv4Socket debug logging
Andreas Kling
2020-01-26
IPv4: Don't hold IPv4Socket lock when blocking on byte-buffered receive
Andreas Kling
2020-01-26
Kernel: Zero-initialize LocalSocket::m_address
Andreas Kling
[next]