summaryrefslogtreecommitdiffstats
path: root/redfish-core/lib/ethernet.hpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of warningsEd Tanous2019-10-101-13/+22
* Redfish: Make NIC HW reflect PATCH changesJohnathan Mantey2019-09-131-459/+388
* Network : Fix the Service Validator FailureManojkiran Eda2019-08-271-1/+1
* Avoid populating StaticNameServers propertyManojkiran Eda2019-08-201-1/+9
* Redfish(Network): IPV4 DHCP ipaddreses dont show gateway when in DHCP modeRavi Teja2019-08-011-2/+3
* Redfish(Network): Add support for IPv4StaticAddressesRavi Teja2019-07-031-42/+97
* [Redfish] Add FQDN and IPv6Address in NetworkProtocol and EthernetInterfaceJennifer Lee2019-06-131-0/+17
* Redfish: Remove "state" response content from PATCH commandsJohnathan Mantey2019-06-131-131/+49
* Redfish: Remove the IPv4 AddressOrigin read-only elementJohnathan Mantey2019-06-131-88/+2
* Redfish: Correctly identify IPv4 LinkLocal vs. LinkGlobalJohnathan Mantey2019-06-131-2/+2
* Redfish: Correct PATCH for IPv6 static addressesJohnathan Mantey2019-06-101-12/+4
* Redfish(Network): Add support for IPv6Addresses and IPv6StaticAddressesRavi Teja2019-06-061-60/+445
* [Redfish] Enable PATCH for DHCPv4 properties in EthernetInterface schemaJennifer Lee2019-05-291-1/+86
* Fix 404 handling in Redfish EthernetInterfacesEd Tanous2019-05-201-16/+40
* Redfish(Network): Implemented PATCH of Nameservers arrayRAJESWARAN THILLAIGOVINDAN2019-05-091-2/+11
* Redfish(Network): Implement IPv6DefaultGateway supportRavi Teja2019-04-301-1/+22
* Fix empty IPV4 gateway errorGunnar Mills2019-04-261-1/+8
* Redfish(Network): Implemented PATCH of StaticNameServers arrayRAJESWARAN THILLAIGOVINDAN2019-04-051-3/+38
* Redfish(Network): VLAN PATCH fixSunitha Harish2019-04-051-64/+46
* Redfish(Network): Fixes VLAN specific issuesSunitha Harish2019-03-281-97/+60
* Revert "bmcweb: Fix a bunch of warnings"Ed Tanous2019-03-251-9/+47
* bmcweb: Fix a bunch of warningsEd Tanous2019-03-221-47/+9
* Redfish(Ethernet): Send the correct JSON response after creating the IPV4 obj...Ratan Gupta2019-03-191-1/+6
* Redfish(Network): Support the PATCH opertration of MACAddress propertyRatan Gupta2019-03-191-2/+29
* Redfish(Network): Support for deletion of IP address through PATCH operationRatan Gupta2019-03-191-76/+80
* Redfish: Populate DHCPv4Configuration Informationmanojkiraneda2019-03-181-0/+58
* Redfish(Network): Allow empty list item for ipv4 address.Ratan Gupta2019-03-121-0/+21
* Redfish(Ethernet): Fix to not convert the json index into stringRatan Gupta2019-03-121-6/+5
* Redfish(Ethernet): Don't init the vlanID and vlanEnableRatan Gupta2019-03-121-2/+4
* bmcweb: move ethernet VLAN to readJsonEd Tanous2019-02-271-124/+64
* bmcweb: fix compiler warningsEd Tanous2019-02-211-4/+2
* bmcweb: Implement single Redfish "system" endpointEd Tanous2019-02-191-34/+61
* bmcweb: move variant usage to std namespaceEd Tanous2019-02-091-36/+24
* Use the unpacking mechanisms for hostnameEd Tanous2019-01-041-42/+15
* bmcweb: Enable redfish unpacking of complex typesEd Tanous2018-12-181-128/+72
* bmcweb: Move boost::optional to std::optionalEd Tanous2018-12-101-3/+3
* Remove custom version of getPtrEd Tanous2018-12-101-19/+22
* bmcweb: Redfish away from json cacheEd Tanous2018-11-261-66/+53
* Simplify Redfish error message property interfaceJason M. Bills2018-11-151-78/+51
* Improve the Redfish error reporting interfaceJason M. Bills2018-10-221-285/+189
* Cleanups to ethernet schemasEd Tanous2018-10-161-1391/+1225
* Implement redfish LogServiceEd Tanous2018-10-091-0/+1
* Move to clang-format-6.0Ed Tanous2018-09-051-1568/+1880
* Last round of variable renamesEd Tanous2018-08-151-10/+9
* Clang-format cleanupEd Tanous2018-08-131-147/+146
* Fix merge conflictEd Tanous2018-08-091-178/+171
* Move over to upstream c++ styleEd Tanous2018-07-261-310/+306
* Make Ethernet/VLAN Interfaces handle "404 Not Found" properlyKowalski, Kamil2018-07-261-6/+134
* Make SessionStore a proper singletonBorawski.Lukasz2018-07-251-2/+0
* Implement VlanNetworkInterface and VlanNetworkInterfaceCollection SchemaKowalski, Kamil2018-07-241-126/+23
OpenPOWER on IntegriCloud