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
2021-07-28
Kernel: Avoid file descriptor leak in Process::sys$socketpair on error
Brian Gianforcaro
2021-07-27
Kernel: Make LoopbackAdapter always link up
Maciej Zygmanowski
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-25
Utilities: Support static assignment of the ARP table
brapru
2021-07-25
Kernel: Support ioctl SIOCSARP and SIOCDARP
brapru
2021-07-25
Kernel: Add update option to remove an entry from the ARP table
brapru
2021-07-24
Kernel/NE2000: Harvest entropy from NE2000 interrupts
Thomas Wagenveld
2021-07-24
Kernel/NE2000: Assume link status is up
Thomas Wagenveld
2021-07-24
Kernel/NE2000: Correct receive ring buffer wrap-around
Thomas Wagenveld
2021-07-22
Kernel: Fix incorrect format template
Gunnar Beutner
2021-07-19
Kernel/E1000: Consolidate RX and TX buffer regions
Andreas Kling
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Remove unused header includes in Net subtree
Brian Gianforcaro
2021-07-11
Kernel: LoopbackAdapter::create() => try_create()
Andreas Kling
2021-07-11
Kernel: Make NetworkAdapter::class_name() return a StringView
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-07-07
Kernel: Fix kernel crash when remote peer resets unexpectedly
ngc6302h
2021-07-03
Kernel: Clarify and make it easy to not use raw numbers
Liav A
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-21
Kernel: Add more entries to the list of valid E1000E device ids
stelar7
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-06-16
Kernel: Use KResultOr<size_t> for the DoubleBuffer class
Gunnar Beutner
2021-06-11
Kernel: Block writes while we're establishing the TCP connection
Gunnar Beutner
2021-06-11
Kernel: Increase m_bytes_out only once during transmission
Idan Horowitz
2021-06-10
Kernel: Add support for the RTL8168E-VL variant to the RTL8168 driver
Luke
2021-06-10
Kernel: Add driver for RTL8168 & RTL8111 NICs
Idan Horowitz
2021-06-09
Kernel/Net: Support Intel 82574 adapter
Liav A
2021-06-09
Kernel/CommandLine: Add option to disable physical networking hardware
Liav A
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-06-09
Kernel: Mark NE2000NetworkAdapter::ram_test() UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark E1000NetworkAdapter is_valid_device_id(..) UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-05
Kernel: Return EPIPE when trying to write to an unconnected socket
Gunnar Beutner
2021-06-05
Kernel: Update the TX byte counter when sending network packets
Gunnar Beutner
2021-06-04
Kernel: Make sure we increment the TX counter
Gunnar Beutner
2021-06-03
Kernel: Make sure outgoing ICMP packets have the correct checksum
Gunnar Beutner
2021-06-01
Kernel: Dont try to register ephemeral TCP ports twice
stelar7
2021-05-28
Kernel: Ignore duplicate SYN packets
Gunnar Beutner
2021-05-28
Kernel: Release packet buffer in TCPSocket::send_tcp_packet
Gunnar Beutner
2021-05-26
Kernel: Block when writing to TCP sockets when the send window is full
Gunnar Beutner
2021-05-26
Kernel: Avoid allocations when sending IP packets
Gunnar Beutner
2021-05-26
Kernel: Move packet allocation into helper methods
Gunnar Beutner
2021-05-26
Kernel: Switch LocalSocket to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-25
Kernel: Don't try to send TCP packets larger than the MSS
Gunnar Beutner
2021-05-22
Kernel/Net: Make interfaces to have persistent names
Liav A
[next]