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-07-21
Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument
Idan Horowitz
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name
Tim Schumacher
2022-07-10
Kernel: Support sys$connect to LocalSockets with short sockaddr_uns
Idan Horowitz
2022-07-10
Kernel: Handle SHUT_RDWR in Socket::shutdown
Idan Horowitz
2022-07-09
Kernel/Routing: Hide some leftover debugging under a debug flag
Maciej
2022-07-09
Kernel/Net: Support removing route entries with unknown gateway
Maciej
2022-07-04
Kernel: Negate condition in ARPTableBlockerSet::should_add_blocker
Idan Horowitz
2022-06-05
Kernel: Unify Kernel task names for consistency
Brian Gianforcaro
2022-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
2022-05-31
Kernel: Ignore interfaces without an IP address when updating ARP
brapru
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
[next]