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
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
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-05-26
Kernel: Add support for route flags
brapru
2022-04-30
Kernel+route: Support global routing table deletion
brapru
2022-04-28
Kernel: Add a global routing table
brapru
2022-04-28
Kernel: Generalize the UpdateArp table to UpdateTable
brapru
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-03
Kernel: Protect ARP table with spinlock instead of mutex
Andreas Kling
2021-12-05
Kernel: Add support for the MSG_DONTROUTE sys$sendmsg flag
Idan Horowitz
2021-09-05
Kernel: Improve names in the ARP table thread blocker
Andreas Kling
2021-09-03
Kernel: Convert Routing to east-const style
brapru
2021-08-24
Kernel: Simplify Blockers so they don't need a "should block" flag
Andreas Kling
2021-08-24
Kernel: Remove unused Thread::Blocker::should_block() virtual
Andreas Kling
2021-08-24
Kernel: Move Blocker setup out from constructors into setup_blocker()
Andreas Kling
2021-08-23
Kernel: Rename Blocker::not_blocking(bool) to something more descriptive
Andreas Kling
2021-08-23
Kernel: Rename some BlockerSets to foo_blocker_set
Andreas Kling
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
[next]