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
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
2020-07-28
Kernel: Use AK::Span a bunch in the network adapter code
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-04-02
Kernel: Send Fragmented IPv4 packets if payload size > mtu
AnotherTest
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
Net: Make NetworkAdapter reference-counted
Andreas Kling
2020-01-30
Kernel: Some more int => size_t in NetworkAdapter and subclasses
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-12-14
Net: Try to reuse incoming packet buffers to avoid allocation churn
Andreas Kling
2019-11-28
Kernel+ifconfig: Add an MTU value to NetworkAdapter
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-23
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
[next]