summaryrefslogtreecommitdiff
path: root/redfish-core/lib/ethernet.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-34/+34
2023-10-05Update to boost 1.83.0Ed Tanous1-1/+1
2023-09-07Fix regression in ip address deleteEd Tanous1-3/+3
2023-08-21Use rangesEd Tanous1-9/+7
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-29/+13
2023-07-20Add IPv6 StatelessAddressAutoConfigurationRavi Teja1-12/+61
2023-07-20Replace logging with std::formatEd Tanous1-17/+17
2023-07-01Static IPv6 config: Send relevant error on patch.Nitin Kumar Kotania1-2/+11
2023-06-28Rename all error_code instances to ecEd Tanous1-4/+4
2023-06-28Refactor setProperty methodGeorge Liu1-70/+55
2023-06-13Make propertyValueFormatError more typesafeEd Tanous1-20/+8
2023-06-13Make propertyValueTypeError more typesafeEd Tanous1-10/+4
2023-06-09POST EthernetInterfaceCollection for VLANJiaqing Zhao1-0/+128
2023-06-09Implement DELETE EthernetInterface for VLANJiaqing Zhao1-0/+54
2023-06-09Expose VLAN interfaces as EthernetInterfaceJiaqing Zhao1-10/+31
2023-06-08ethernet: Bump EthernetInterface schema 1.6.0 -> 1.9.0Jiaqing Zhao1-3/+1
2023-06-08Remove usage of deprecated VLanNetworkInterfaceJiaqing Zhao1-289/+0
2023-05-31health: Add option to disable health-populateWilly Tu1-16/+19
2023-05-26Make all std::regex instances staticEd Tanous1-2/+2
2023-05-23Use human sort for EthernetInterfacesEd Tanous1-0/+5
2023-05-17Use arrayEd Tanous1-12/+14
2023-05-17Remove flat_set from EthernetInterfacesEd Tanous1-92/+67
2023-05-16Boost::urls::formatEd Tanous1-20/+17
2023-05-12fix more push vs emplace callsPatrick Williams1-5/+5
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-18/+18
2023-03-21IPv6: Remove AddressState from redfish response.Sunitha Harish1-1/+1
2023-03-17Add the GetManagedObjects method to dbus_utilityGeorge Liu1-9/+9
2023-03-03Fix async_method_call object paths while updating/deleting IP addressRavi Teja1-92/+31
2023-02-24Take boost error_code by referenceEd Tanous1-22/+23
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-15/+15
2023-02-07ethernet: Fix getting empty IP addressTony Lee1-8/+48
2023-01-18Fix a boatload of #includesEd Tanous1-6/+7
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-9/+8
2022-12-16Correct the dhcp object pathJian Zhang1-3/+2
2022-12-05Prevent unconditionally writing over the LinkStatusJohnathan Mantey1-2/+1
2022-11-28sdbusplus: use shorter type aliasesPatrick Williams1-1/+1
2022-10-05ethernet: Change the behavior of setting VLANEnableJiaqing Zhao1-16/+15
2022-10-05ethernet: Remove parseInterfaceData() for VLANJiaqing Zhao1-19/+7
2022-09-12Remove nlohmann brace initializationEd Tanous1-4/+3
2022-09-09ethernet: Bump EthernetInterface schema 1.4.1 -> 1.6.0Jiaqing Zhao1-1/+3
2022-09-06Update content of ResourceNotFound/ResourceAlreadyExists messageJiaqing Zhao1-6/+6
2022-09-02Move ipv4VerifyIpAndGetBitcount into ip_utilsEd Tanous1-95/+8
2022-08-30Report MACAddress is read-only for a D-Bus Not Allowed responseJohnathan Mantey1-1/+16
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-5/+7
2022-07-15Fix redundant storeEd Tanous1-2/+2
2022-07-12Fix const correctness issuesEd Tanous1-7/+7
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-8/+8
2022-06-01Try to fix the lambda formatting issueEd Tanous1-603/+566
2022-05-25ethernet: Remove PATCH VLANId supportJiaqing Zhao1-14/+11
2022-05-24ethernet: Use std::optional<uint32> for VLAN IDJiaqing Zhao1-7/+7