summaryrefslogtreecommitdiff
path: root/redfish-core/lib/ethernet.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Redfish(Network): Implemented PATCH of StaticNameServers arrayRAJESWARAN THILLAIGOVINDAN1-3/+38
2019-04-05Redfish(Network): VLAN PATCH fixSunitha Harish1-64/+46
2019-03-29Redfish(Network): Fixes VLAN specific issuesSunitha Harish1-97/+60
2019-03-25Revert "bmcweb: Fix a bunch of warnings"Ed Tanous1-9/+47
2019-03-23bmcweb: Fix a bunch of warningsEd Tanous1-47/+9
2019-03-19Redfish(Ethernet): Send the correct JSON response after creating the IPV4 obj...Ratan Gupta1-1/+6
2019-03-19Redfish(Network): Support the PATCH opertration of MACAddress propertyRatan Gupta1-2/+29
2019-03-19Redfish(Network): Support for deletion of IP address through PATCH operationRatan Gupta1-76/+80
2019-03-18Redfish: Populate DHCPv4Configuration Informationmanojkiraneda1-0/+58
2019-03-13Redfish(Network): Allow empty list item for ipv4 address.Ratan Gupta1-0/+21
2019-03-13Redfish(Ethernet): Fix to not convert the json index into stringRatan Gupta1-6/+5
2019-03-13Redfish(Ethernet): Don't init the vlanID and vlanEnableRatan Gupta1-2/+4
2019-02-27bmcweb: move ethernet VLAN to readJsonEd Tanous1-124/+64
2019-02-21bmcweb: fix compiler warningsEd Tanous1-4/+2
2019-02-19bmcweb: Implement single Redfish "system" endpointEd Tanous1-34/+61
2019-02-09bmcweb: move variant usage to std namespaceEd Tanous1-36/+24
2019-01-04Use the unpacking mechanisms for hostnameEd Tanous1-42/+15
2018-12-18bmcweb: Enable redfish unpacking of complex typesEd Tanous1-128/+72
2018-12-11bmcweb: Move boost::optional to std::optionalEd Tanous1-3/+3
2018-12-10Remove custom version of getPtrEd Tanous1-19/+22
2018-11-26bmcweb: Redfish away from json cacheEd Tanous1-66/+53
2018-11-15Simplify Redfish error message property interfaceJason M. Bills1-78/+51
2018-10-23Improve the Redfish error reporting interfaceJason M. Bills1-285/+189
2018-10-16Cleanups to ethernet schemasEd Tanous1-1391/+1225
2018-10-09Implement redfish LogServiceEd Tanous1-0/+1
2018-09-05Move to clang-format-6.0Ed Tanous1-1568/+1880
2018-08-15Last round of variable renamesEd Tanous1-10/+9
2018-08-13Clang-format cleanupEd Tanous1-147/+146
2018-08-09Fix merge conflictEd Tanous1-178/+171
2018-07-27Move over to upstream c++ styleEd Tanous1-310/+306
2018-07-27Make Ethernet/VLAN Interfaces handle "404 Not Found" properlyKowalski, Kamil1-6/+134
2018-07-25Make SessionStore a proper singletonBorawski.Lukasz1-2/+0
2018-07-25Implement VlanNetworkInterface and VlanNetworkInterfaceCollection SchemaKowalski, Kamil1-126/+23
2018-06-29Fix for empty string in IPv4 PATCH.Kowalski, Kamil1-2/+6
2018-06-29Implement VlanNetworkInterface Schema DELETE and PATCH methodsKowalski, Kamil1-71/+478
2018-06-29Implemented PATCH for EthernetInterface IPv4Addresses arrayKowalski, Kamil1-65/+600
2018-06-29Implemented PATCH for EthernetInterface VLAN and HostName fieldsKowalski, Kamil1-54/+352
2018-06-29Boost beastEd Tanous1-15/+15
2018-06-29Move thermal interfaces to new schemaEd Tanous1-3/+3
2018-06-29Move bmcweb over to sdbusplusEd Tanous1-22/+28
2018-06-14Spelling fixes in redfish-coreGunnar Mills1-7/+7
2018-04-22Added VLAN Object to EthernetInterface schemaKowalski, Kamil1-1/+15
2018-04-22Enabling Ethernet Interfaces, and Ethernet Interfaces Collection SchemasRapkiewicz, Pawel1-0/+497