summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test: use system-first search for dbus interfacesPatrick Venture2019-02-182-2/+2
* test: use expect_throw to catch expected exceptionsPatrick Venture2019-02-181-11/+1
* test: use real manager object for testingPatrick Venture2019-02-183-18/+24
* ethernet_interface: Only write Gateway= lines when presentWilliam A. Kennington III2019-02-141-2/+5
* rtnetlink_server: Refactor out the refresh checkWilliam A. Kennington III2019-02-141-2/+15
* ethernet_interface: Link local IPs are never DHCPWilliam A. Kennington III2019-02-141-1/+1
* util: Add a MacAddr population functionWilliam A. Kennington III2019-02-143-0/+29
* util: Add InAddrAny population functionWilliam A. Kennington III2019-02-143-0/+58
* util: Add a function for converting IP bytes to stringsWilliam A. Kennington III2019-02-143-0/+66
* util: Add a function for converting MAC addressesWilliam A. Kennington III2019-02-143-0/+51
* types: Add types for IPs and MACs in byte formWilliam A. Kennington III2019-02-141-0/+8
* build: drop duplicate LT_INIT line from configure_acPatrick Venture2019-01-281-3/+0
* move service file, dbus conf into repoPatrick Venture2019-01-284-0/+65
* ethernet_interface: Clean up object creationWilliam A. Kennington III2019-01-181-10/+16
* util: Reset Failed Before Restarting ServiceWilliam A. Kennington III2019-01-181-0/+15
* rtnetlink: Remove redundtant hasExpired() checkWilliam A. Kennington III2018-12-061-2/+1
* build: use PKG_CHECK_MODULES for phosphor-dbus-interfacesPatrick Venture2018-12-061-3/+3
* Re-enable unit testRatan Gupta2018-11-3010-34/+71
* Don't report/commit the errorRatan Gupta2018-11-301-2/+2
* Move the restart systemdunit function to network managerRatan Gupta2018-11-305-21/+24
* Fix checking the status of timerAlexander Filippov2018-11-291-1/+2
* Fix std::variant usageWilliam A. Kennington III2018-11-212-2/+2
* cleanup: add constref to parameters in routing_tablePatrick Venture2018-11-211-2/+4
* minor cleanup, std namespacing, dropping headersPatrick Venture2018-11-213-9/+6
* network_manager_main: errno is not negativeWilliam A. Kennington III2018-09-271-2/+1
* network_manager_main: Use logging classes up frontWilliam A. Kennington III2018-09-271-6/+6
* Migrate to a common timer classWilliam A. Kennington III2018-09-2711-267/+36
* configure: Use c++17William A. Kennington III2018-09-251-1/+1
* Fix formatting issuesRatan K Gupta2018-09-153-28/+9
* clang-format: Update to match docs repoGunnar Mills2018-09-1545-1907/+1796
* Throw InternalFailure in catchGunnar Mills2018-09-051-1/+1
* Correct spacingGunnar Mills2018-09-051-1/+1
* Add -flto to CXXFLAGSAndrew Geissler2018-09-051-1/+3
* Throw InvalidArgument on bad Default GatewayGunnar Mills2018-09-051-1/+4
* reorder headersPatrick Venture2018-08-2732-123/+120
* Add configure option to disable link-local IP address autoconfiguration.Oskar Senft2018-08-134-2/+31
* Add the network configuration helper documentRatan Gupta2018-08-131-0/+157
* Disable unit tests as CI is brokenRatan Gupta2018-08-101-1/+1
* Throw error when invalid MAC Address is setGunnar Mills2018-06-202-7/+10
* Use s.c_str() in log messagesJoseph Reynolds2018-05-301-8/+8
* Add IPv6 addresses to DbusDavid Cobbley2018-05-251-11/+1
* Add MAINTAINERS fileAndrew Jeffery2018-05-231-0/+48
* Don't update the route entry for the existing networkRatan Gupta2018-05-041-1/+9
* Fixing unnecessary moving of variablesRatan Gupta2018-05-041-2/+2
* Write Separate Route section for different RoutesRatan Gupta2018-05-041-1/+1
* Spelling fixesGunnar Mills2018-04-084-5/+5
* ncsi: implement the main functionRatan Gupta2018-04-053-9/+108
* ncsi: implement the getinfo functionRatan Gupta2018-04-042-4/+200
* ncsi: Impelment the setChannel/ClearInterface functionRatan Gupta2018-04-044-1/+180
* ncsi: Add code to accept command line argumentsRatan Gupta2018-04-044-2/+197
OpenPOWER on IntegriCloud