summaryrefslogtreecommitdiff
path: root/redfish-core/lib/ethernet.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-13Remove brace initialization of json objectsEd Tanous1-105/+111
2022-04-27Fix Ethernet privilegesAbhishek Patel1-9/+3
2022-04-15ethernet: Fix naming conventionsJiaqing Zhao1-78/+77
2022-04-15ethernet: Remove unused SendHostNameEnabled propertyJiaqing Zhao1-11/+0
2022-04-15ethernet: Remove unused changeVlanId() functionJiaqing Zhao1-21/+0
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-26/+62
2022-03-22Consitently use dbus::utility typesEd Tanous1-9/+1
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-5/+5
2022-02-17Prepare for clang-tidy-14Ed Tanous1-1/+2
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-2/+2
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1