summaryrefslogtreecommitdiff
path: root/AK/MACAddress.h
AgeCommit message (Expand)Author
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-07-27AK: Add copy_to span method for AK::MACAddressBrian Gianforcaro
2021-07-25AK: Create MACAddress from stringbrapru
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-11-21MACAddress: Use all_of to implement is_zeroLenny Maiorani
2020-11-20MACAddress: AK::Array as member variable instead of C-arrayLenny Maiorani
2020-11-19MACAddress: constexpr supportLenny Maiorani
2020-11-17MACAddress: Unit testing for basic functionalityLenny Maiorani
2020-10-08AK: Use new format functions.asynts
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-04-05Kernel+AK: Separate out MACAddress and move it into AKAnotherTest