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
/
NetworkAdapter.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name
Tim Schumacher
2022-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
2022-05-01
Kernel: Stop exposing gateway field
Maciej
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-12-30
Kernel: Tighten String-related includes
Daniel Bertalan
2021-10-28
Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockopt
Idan Horowitz
2021-10-01
Kernel: Convert network adapter names to Kernel::KString
Brian Gianforcaro
2021-09-07
Kernel: Make KBuffer::try_create_with_size() return KResultOr
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-03
Kernel: Handle OOM when allocating Packet KBuffers
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Net subtree
Brian Gianforcaro
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-11
Kernel: Increase m_bytes_out only once during transmission
Idan Horowitz
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-06-05
Kernel: Update the TX byte counter when sending network packets
Gunnar Beutner
2021-06-04
Kernel: Make sure we increment the TX counter
Gunnar Beutner
2021-05-26
Kernel: Avoid allocations when sending IP packets
Gunnar Beutner
2021-05-26
Kernel: Move packet allocation into helper methods
Gunnar Beutner
2021-05-22
Kernel/Net: Make interfaces to have persistent names
Liav A
2021-05-21
Kernel: Make sure network adapters have unique names
Gunnar Beutner
2021-05-18
Kernel: Avoid allocations when receiving network packets
Gunnar Beutner
2021-05-16
Kernel: Avoid allocations when handling network packets
Gunnar Beutner
2021-05-13
Kernel: Avoid unnecessary allocations in NetworkAdapter::for_each
Gunnar Beutner
2021-05-13
Kernel: Avoid allocating and then freeing packet buffers
Gunnar Beutner
2021-05-12
Kernel: Outbound packets should use the source address from the socket
Gunnar Beutner
2021-05-12
Kernel: Treat 0.0.0.0 as a loopback address
Gunnar Beutner
2021-05-07
Kernel: Limit the number of in-flight packet buffers
Gunnar Beutner
2021-04-26
Kernel: Respond to packets sent to the directed broadcast address
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-02
Kernel: Make sockets use AK::Time
Ben Wiederhake
2021-03-02
Kernel: Make kgettimeofday use AK::Time
Ben Wiederhake
2021-02-26
Net: use KBuffer::capacity() when checking if we can reuse buffer
Adam Sandberg Ericsson
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-31
Kernel: Use KResult a bit more in the IPv4 networking code
Andreas Kling
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-17
Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom
Nico Weber
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
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
[next]