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-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Remove dubious use of "volatile" in E1000 adapter driver
Andreas Kling
2020-04-28
Kernel: Be a little more defensive when indexing E1000 Rx/Tx buffers
Andreas Kling
2020-04-28
Kernel: Add Region helpers for accessing underlying physical pages
Andreas Kling
2020-04-18
Kernel: Use shared locking mode in some places
Sergey Bugaev
2020-04-11
Kernel: Instantiate network adapters in their own detect() methods
Liav A
2020-04-10
Kernel: Add explicit offset parameter to File::read etc
Conrad Pankoff
2020-04-09
Kernel: Move NetworkTask startup into NetworkTask::spawn()
Andreas Kling
2020-04-08
Kernel: Remove an unnecessary layer of indirection in the PCI code
Andreas Kling
2020-04-06
Kernel/Net: make setsockopt pretend it understands SO_KEEPALIVE.
Xiao NuoFu
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-04-05
Kernel+AK: Separate out MACAddress and move it into AK
AnotherTest
2020-04-04
Kernel: Do not reject broadcast UDP packets right away
AnotherTest
2020-04-02
Kernel: Send Fragmented IPv4 packets if payload size > mtu
AnotherTest
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
[next]