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.h
Age
Commit message (
Expand
)
Author
2021-12-05
Kernel: Add support for the MSG_DONTROUTE sys$sendmsg flag
Idan Horowitz
2021-09-03
Kernel: Convert Routing to east-const style
brapru
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Andreas Kling
2021-08-07
Kernel: Migrate ARP table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Move Lockable into its own header
Jean-Baptiste Boric
2021-07-25
Kernel: Add update option to remove an entry from the ARP table
brapru
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-02-16
Kernel: Move all code into the Kernel namespace
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-08-29
Kernel: Implement is_zero for RoutingDecision
Conrad Pankoff
2019-08-29
Kernel: Take a copy of MACAddress in RoutingDecision
Conrad Pankoff
2019-08-29
Kernel: Add simple ARP routing layer
Conrad Pankoff
2019-08-09
Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code
Conrad Pankoff
2019-04-02
Kernel: Move networking related files into Kernel/Net/.
Andreas Kling
2019-04-02
Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1.
Andreas Kling