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
/
Routing.cpp
Age
Commit message (
Expand
)
Author
2021-08-23
Kernel: Rename BlockerSet::unblock() to something more accurate
Andreas Kling
2021-08-23
Kernel: Rename Thread::BlockCondition to BlockerSet
Andreas Kling
2021-08-23
Kernel: Mark Thread::Blocker leaf subclasses final
Andreas Kling
2021-08-23
Kernel: Mark BlockCondition subclasses as final
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Andreas Kling
2021-08-15
Kernel: Move ARP debug information to ARP_DEBUG
brapru
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-07
Kernel: Migrate ARP table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-06
Kernel: Make Thread::state_string() return StringView
Andreas Kling
2021-07-25
Kernel: Add update option to remove an entry from the ARP table
brapru
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-05-21
Kernel: Ignore interfaces without an IP address when routing packages
Gunnar Beutner
2021-05-12
Kernel: Route packets destined for us through the loopback adapter
Gunnar Beutner
2021-05-12
Kernel: Treat 0.0.0.0 as a loopback address
Gunnar Beutner
2021-05-10
Kernel: Use correct destination MAC address for multicast packets
Gunnar Beutner
2021-04-30
Kernel: Avoid deadlock when trying to send packets from the NetworkTask
Gunnar Beutner
2021-04-27
Kernel: Silence a few more network dbgln()s
Gunnar Beutner
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-09
Kernel: Convert klog() => dmesgln() in ARP/routing code
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
Kernel: Don't go through ARP for IP broadcast messages
AnotherTest
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: Remove unnecessary debug comments.
asynts
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-12-30
Kernel: Consolidate the various BlockCondition::unblock variants
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
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-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-08
Net: Make NetworkAdapter reference-counted
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-28
Kernel: Route all loopback traffic through the loopback adapter
Conrad Pankoff
2019-08-29
Kernel: Implement is_zero for RoutingDecision
Conrad Pankoff
[next]