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.h
Age
Commit message (
Expand
)
Author
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-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-08
Kernel: Add KBuffer::bytes() and use it
Andreas Kling
2021-08-03
Kernel: Handle OOM when allocating Packet KBuffers
Brian Gianforcaro
2021-08-03
Kernel: Add interface to read link speed and duplex for NetworkAdapter
Thomas Wagenveld
2021-07-11
Kernel: Make NetworkAdapter::class_name() return a StringView
Andreas Kling
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
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-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-12
Kernel: Outbound packets should use the source address from the socket
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-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-02
Kernel: Make sockets use AK::Time
Ben Wiederhake
2021-01-31
Kernel: Use KResult a bit more in the IPv4 networking code
Andreas Kling
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-07-28
Kernel: Use AK::Span a bunch in the network adapter code
Andreas Kling
2020-04-05
Kernel+AK: Separate out MACAddress and move it into AK
AnotherTest
2020-04-02
Kernel: Send Fragmented IPv4 packets if payload size > mtu
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-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-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-23
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
2019-08-29
Kernel: Use a public member for NetworkAdapter on_receive
Conrad Pankoff
2019-08-29
Kernel: Add on_receive callback to NetworkAdapter
Conrad Pankoff
2019-08-29
Kernel: Add netmask and gateway to NetworkAdapter
Conrad Pankoff
2019-08-21
Kernel: Implement link status in /proc/net/adapters
Conrad Pankoff
2019-08-09
Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code
Conrad Pankoff
2019-08-08
Kernel: Record network statistics and expose as JSON
Conrad Pankoff
2019-08-05
Kernel: Make KBuffer a value-type wrapper around a KBufferImpl
Andreas Kling
2019-08-05
IPv4: Remove an unnecessary copy of each outgoing IPv4 payload
Andreas Kling
2019-08-04
Net: Use KBuffers for network adapter packet queues
Andreas Kling
2019-07-14
Kernel: Add Thread::block_until(Condition).
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-16
Kernel+Userland: Expose list of network adapters through /proc/netadapters.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-04-02
Kernel: Move networking related files into Kernel/Net/.
Andreas Kling