summaryrefslogtreecommitdiff
path: root/redfish-core/lib/ethernet.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-6/+6
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-5/+1
2022-01-28Enable readability-container-size-empty testsEd Tanous1-1/+1
2022-01-20EthernetInterfaces:GET & PATCH support for MTUSizeTejas Patil1-2/+39
2022-01-12Enable init checkerEd Tanous1-4/+4
2022-01-12Enable clang-tidy forward reference checksEd Tanous1-2/+3
2022-01-10Enforce const correctnessEd Tanous1-2/+2
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-13/+8
2021-12-31Fix variable naming for NIC IP entryJiaqing Zhao1-31/+31
2021-12-28Move to common variantEd Tanous1-21/+16
2021-12-10Remove non-standard IPv6StaticAddress propertiesJiaqing Zhao1-3/+1
2021-12-05Enhance logs for networkd, hypervisor networkd appAsmitha Karunanithi1-0/+10
2021-11-19Update clang-formatGeorge Liu1-2/+2
2021-07-13Make code compile with clang-13Ed Tanous1-34/+38
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-5/+15
2021-06-16Remove ambiguous privileges constructorEd Tanous1-8/+8