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-02-20
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-17
Kernel: Don't go through ARP for IP broadcast messages
AnotherTest
2021-02-15
Kernel+LibC: Stub out SO_{SND_RCV}BUF
AnotherTest
2021-02-15
Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits.
Brian Gianforcaro
2021-02-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-02-14
Kernel: Remove user/kernel flags from Region
Andreas Kling
2021-02-13
Kernel: Don't assert on sys$setsockopt() with unexpected level
Andreas Kling
2021-02-12
Kernel: Don't use a VLA for outgoing UDP packets
Andreas Kling
2021-02-12
Kernel: Don't use a VLA for outgoing TCP packets
Andreas Kling
2021-02-12
Kernel: Hold less locks when receiving ICMP packets
Sergey Bugaev
2021-02-09
Kernel: Convert all *Builder::appendf() => appendff()
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-05
Kernel: Add NE2000 network card driver
Jean-Baptiste Boric
2021-01-31
Kernel: Use KResult a bit more in the IPv4 networking code
Andreas Kling
2021-01-29
Kernel: Bump the number of fd's that can be queued on a local socket
Andreas Kling
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-23
Kernel: Use current EUID/EGID for LocalSocket prebind credentials
Andreas Kling
2021-01-23
Kernel: Don't preserve set-uid bit in open() and bind() modes
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-17
Kernel: Remove a bunch of no-longer-necessary SmapDisablers
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-30
Kernel: Consolidate the various BlockCondition::unblock variants
Tom
2020-12-25
Kernel: Fix build with E1000_DEBUG
Andreas Kling
2020-12-25
AK: Remove custom %w format string specifier
Andreas Kling
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-23
Kernel: Don't assert when reading from a listening-mode local socket
Andreas Kling
2020-12-22
Kernel/Net: Support all E1000 devices in the spec sheet
Luke
2020-12-22
Kernel/Net: E1000 interrupt rate register is 32-bit, not 16-bit
Luke
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-18
Kernel: Avoid a heap allocation for every outgoing TCP packet
Andreas Kling
2020-12-18
Kernel/Net: Avoid a heap allocation for every outgoing UDP packet
Andreas Kling
2020-12-18
Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes
Andreas Kling
2020-12-13
Kernel/Net: Socket connected state change should reevaluate blocks
Andreas Kling
2020-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-30
Kernel: Allow passing a thread argument for new kernel threads
Tom
2020-11-20
MACAddress: AK::Array as member variable instead of C-array
Lenny Maiorani
[next]