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
2022-05-26
Kernel: Add support for route flags
brapru
2022-05-01
Kernel: Stop exposing gateway field
Maciej
2022-04-30
Kernel+route: Support global routing table deletion
brapru
2022-04-30
Kernel: Make Route's operator== overload const
brapru
2022-04-28
Kernel: Add a global routing table
brapru
2022-04-28
Kernel: Generalize the UpdateArp table to UpdateTable
brapru
2022-04-21
Kernel: Allow sys$bind() on local sockets with short socket address
Andreas Kling
2022-04-21
Kernel: Report AF_UNIX address family when accepting local sockets
Andreas Kling
2022-04-09
Kernel: Move NNRP<Socket>s instead of copying in queue_connection_from
Idan Horowitz
2022-04-09
Kernel: Accept NNRP<Socket> instead of RP<Socket> in release_for_accept
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
Kernel: When receiving unexpected TCP flags, print the flags
Andreas Kling
2022-03-18
Kernel: Rename TCPFlags::PUSH => PSH
Andreas Kling
2022-03-17
Kernel: Make number of RTL8168 rx/tx descriptors constexpr
Lenny Maiorani
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-03-14
Kernel/PCI: Don't hold spinlocks when doing fast device enumeration
Liav A
2022-03-02
Kernel/Net: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-02-27
Kernel: Add UDPSocket::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add TCPSocket::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add LocalSocket::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add NetworkingManagement::try_for_each() for fallible iteration
Idan Horowitz
2022-02-18
Kernel: Lock socket Mutex when servicing IPv4Socket ioctls
Idan Horowitz
2022-02-11
Kernel/Net: Don't update TCP socket "last sent ACK" field too early
Andreas Kling
2022-02-11
Kernel/E1000: Bump RX/TX buffer count to 256/256
Andreas Kling
2022-02-07
Kernel: Fix bug in TCP state handling in SynSent
Jamie Mansfield
2022-02-07
Kernel: Robustify and rename Inode bound socket API
Andreas Kling
2022-02-06
Kernel: Fix bugs in TCP state handling in FinWait1 & FinWait2
Andreas Kling
2022-02-06
Kernel: Send only FIN when shutting down TCP socket from ESTABLISHED
Andreas Kling
2022-02-03
Kernel: Ignore allocation failures when trying to retransmit packets
Idan Horowitz
2022-02-03
Kernel: Protect network adapter list with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect ARP table with spinlock instead of mutex
Andreas Kling
2022-01-29
Kernel: Stop using HashMap in Mutex
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_write offset
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_read offset
Idan Horowitz
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-18
Kernel: Fix typo in Socket::getsockopt tracing
Brian Gianforcaro
2022-01-12
Kernel: Convert IPv4SocketTuple::to_string() to KString
Idan Horowitz
2022-01-12
Kernel: Move IPv4SocketTuple into the Kernel namespace
Idan Horowitz
2022-01-09
Kernel: Harden Socket::pseudo_path(..) implementations against OOM
Brian Gianforcaro
2022-01-08
Kernel: Lock weak pointer revocation during listed-ref-counted unref
Andreas Kling
2022-01-06
Kernel: Remove redundant socket_by_tuple removal in ~TCPSocket()
Andreas Kling
2022-01-06
Kernel: Lock TCPSocket lookup table across destruction
Andreas Kling
2022-01-05
Kernel: Use MUST + Vector::try_append instead of Vector::append
Brian Gianforcaro
2021-12-31
Kernel: Update E1000 link state using interrupt
drblah
2021-12-30
Kernel: Tighten String-related includes
Daniel Bertalan
2021-12-30
Kernel: Remove redundant (K)String::characters() calls
Daniel Bertalan
2021-12-30
Kernel+AK: Eliminate a couple of temporary String allocations
Daniel Bertalan
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
2021-12-28
Kernel: Propagate overflow errors from Memory::page_round_up
Guilherme Goncalves
[next]