1. 1689380 ethernet_interface: Link local IPs are never DHCP by William A. Kennington III · 5 years ago
  2. a14879e util: Add a MacAddr population function by William A. Kennington III · 5 years ago
  3. a00b1c3 util: Add InAddrAny population function by William A. Kennington III · 5 years ago
  4. 5058f57 util: Add a function for converting IP bytes to strings by William A. Kennington III · 5 years ago
  5. d27410f util: Add a function for converting MAC addresses by William A. Kennington III · 5 years ago
  6. 0d7ce48 types: Add types for IPs and MACs in byte form by William A. Kennington III · 5 years ago
  7. 461d8f9 build: drop duplicate LT_INIT line from configure_ac by Patrick Venture · 5 years ago
  8. 042e472 move service file, dbus conf into repo by Patrick Venture · 5 years ago
  9. fbafa25 ethernet_interface: Clean up object creation by William A. Kennington III · 6 years ago
  10. a5b1b0d util: Reset Failed Before Restarting Service by William A. Kennington III · 6 years ago
  11. cb500dc rtnetlink: Remove redundtant hasExpired() check by William A. Kennington III · 6 years ago
  12. 9a85a2c build: use PKG_CHECK_MODULES for phosphor-dbus-interfaces by Patrick Venture · 6 years ago
  13. 3529717 Re-enable unit test by Ratan Gupta · 6 years ago
  14. 450b346 Don't report/commit the error by Ratan Gupta · 6 years ago
  15. 895f9e5 Move the restart systemdunit function to network manager by Ratan Gupta · 6 years ago
  16. 74db23c Fix checking the status of timer by Alexander Filippov · 6 years ago
  17. 79e4415 Fix std::variant usage by William A. Kennington III · 6 years ago
  18. 6d66996 cleanup: add constref to parameters in routing_table by Patrick Venture · 6 years ago
  19. 836c91d minor cleanup, std namespacing, dropping headers by Patrick Venture · 6 years ago
  20. 798c281 network_manager_main: errno is not negative by William A. Kennington III · 6 years ago
  21. 09095f8 network_manager_main: Use logging classes up front by William A. Kennington III · 6 years ago
  22. 3a70fa2 Migrate to a common timer class by William A. Kennington III · 6 years ago
  23. 548e9f1 configure: Use c++17 by William A. Kennington III · 6 years ago
  24. 1a054ae Fix formatting issues by Ratan K Gupta · 6 years ago
  25. 57d9c50 clang-format: Update to match docs repo by Gunnar Mills · 6 years ago
  26. ce26282 Throw InternalFailure in catch by Gunnar Mills · 6 years ago
  27. aed434f Correct spacing by Gunnar Mills · 6 years ago
  28. 1f0648d Add -flto to CXXFLAGS by Andrew Geissler · 6 years ago
  29. a362922 Throw InvalidArgument on bad Default Gateway by Gunnar Mills · 6 years ago
  30. 189d44e reorder headers by Patrick Venture · 6 years ago
  31. ad21fc2 Add configure option to disable link-local IP address autoconfiguration. by Oskar Senft · 6 years ago
  32. d8bad19 Add the network configuration helper document by Ratan Gupta · 6 years ago
  33. c582c05 Disable unit tests as CI is broken by Ratan Gupta · 6 years ago
  34. 90480c4 Throw error when invalid MAC Address is set by Gunnar Mills · 6 years ago
  35. 02653ca Use s.c_str() in log messages by Joseph Reynolds · 6 years ago
  36. 269501c Add IPv6 addresses to Dbus by David Cobbley · 6 years ago
  37. 63d2cd1 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  38. 4a5f08a Don't update the route entry for the existing network by Ratan Gupta · 6 years ago
  39. 057ff0d Fixing unnecessary moving of variables by Ratan Gupta · 6 years ago
  40. 3e60e07 Write Separate Route section for different Routes by Ratan Gupta · 6 years ago
  41. 6af6144 Spelling fixes by Gunnar Mills · 6 years ago
  42. ed5d7ff ncsi: implement the main function by Ratan Gupta · 6 years ago
  43. aac603e ncsi: implement the getinfo function by Ratan Gupta · 6 years ago
  44. bbe4579 ncsi: Impelment the setChannel/ClearInterface function by Ratan Gupta · 6 years ago
  45. b38401b ncsi: Add code to accept command line arguments by Ratan Gupta · 6 years ago
  46. 3460753 README: Reword cleaning the repo by Gunnar Mills · 6 years ago
  47. e8b83ec Move DHCP=xxx to Network section in n/w config file. by Nagaraju Goruganti · 6 years ago
  48. 6b371a1 test: Change tmp file names to fix races by Andrew Jeffery · 6 years ago
  49. c5ae81e test_rtnetlink: Increase interations in WithSingleInterface by Andrew Jeffery · 6 years ago
  50. 9628122 test_rtnetlink: Improve exception handling by not handling them by Andrew Jeffery · 6 years ago
  51. 4aa1378 test_rtnetlink: Force bus object to outlive TestRtNetlink lifetime by Andrew Jeffery · 6 years ago
  52. 210420a Get DHCP configuration values form n/w config file while creating by Nagaraju Goruganti · 6 years ago
  53. c27170a Reduce journal logs by Ratan Gupta · 7 years ago
  54. d475cd6 Set MAC address only when it changes by Patrick Venture · 6 years ago
  55. ced3592 types: Add missing functional include by Brad Bishop · 6 years ago
  56. 2939f18 NetworkManager: Remove the create Dbus objects function by Ratan Gupta · 6 years ago
  57. e8fca1d Add more DHCP attributes while writing the configuration file by Nagaraju Goruganti · 6 years ago
  58. 250011e Reload systemd-networkd on NTPServer changes by Lei YU · 6 years ago
  59. 067ca2d Added new unit testcases by Nagaraju Goruganti · 6 years ago
  60. e962941 Don't handle the ipv6 routing advertisement message by Ratan Gupta · 7 years ago
  61. 9481230 Update Create.interface.yaml to return errors by Nagaraju Goruganti · 7 years ago
  62. 05c537e return statement is not needed by Nagaraju Goruganti · 7 years ago
  63. 5993763 Fix format specifier issue with MACAddress by Nagaraju Goruganti · 7 years ago
  64. e44acde Fix Validate default gateway by Nagaraju Goruganti · 7 years ago
  65. e0ad43a ethernet_interface: cleanup whitespace in logging by Patrick Venture · 7 years ago
  66. bac20c7 Additions to network manager by Dave Cobbley · 7 years ago
  67. 310a0b1 Increase the waiting time for refreshing objects by Ratan Gupta · 7 years ago
  68. fe11691 Add new line character while writing the resolv conf file by Ratan Gupta · 7 years ago
  69. f665738 Create netlink socket outside from rtnetlink server by Ratan Gupta · 7 years ago
  70. 4b4a008 enable the default constructor by Ratan Gupta · 7 years ago
  71. 62fb735 fix missing explicit keyword by Ratan Gupta · 7 years ago
  72. b6242b0 Correct the logic for determining the default gateway by Ratan Gupta · 7 years ago
  73. 603598d Initialize the IP address origin property correctly by Ratan Gupta · 7 years ago
  74. 2003743 Don't throw exception in the case of deletion of link local address by Ratan Gupta · 7 years ago
  75. 09f6157 Test: Add test cases for static DNS processing by Ratan Gupta · 7 years ago
  76. 6dec390 Add DNS support by Ratan Gupta · 7 years ago
  77. 98fc588 Fix MAC Address validation by Nagaraju Goruganti · 7 years ago
  78. d75f049 Spelling fixes by Gunnar Mills · 7 years ago
  79. fc7df19 Update Journal Variable Names by Gunnar Mills · 7 years ago
  80. 08c34f4 Network factory reset: don't recreate VLAN interfaces by Michael Tritz · 7 years ago
  81. 3d4c5ed Remove existing netman_watch_dns by Vishwanatha Subbanna · 7 years ago
  82. 18891c6 Integrate inotify watcher into network daemon by Vishwanatha Subbanna · 7 years ago
  83. ca4ce1b Add inotify watch support by Vishwanatha Subbanna · 7 years ago
  84. 9e9fdf9 Add gitignore file by Vishwanatha Subbanna · 7 years ago
  85. f00182e Add function to write DNS entries by Vishwanatha Subbanna · 7 years ago
  86. 24afe36 Enable zeroconf while writing configuration file by Nagaraju Goruganti · 7 years ago
  87. 66b974d IP Address use case validation by Nagaraju Goruganti · 7 years ago
  88. c9645fe Test: Add test cases for NTP by Ratan Gupta · 7 years ago
  89. 497c0c9 Implement configuration of NTP server support by Ratan Gupta · 7 years ago
  90. 16f1288 Reduce the number of restarts of systemd-networkd by Ratan Gupta · 7 years ago
  91. e9c9b81 Implement delete all interface. by Ratan Gupta · 7 years ago
  92. b610caf Create the default network file during startup of network manager by Ratan Gupta · 7 years ago
  93. 677ae12 Restart the systemd-networkd after setting the MAC address by Ratan Gupta · 7 years ago
  94. e05083a Restart the network through networkManager by Ratan Gupta · 7 years ago
  95. fd4b0f0 Implement getInterfaces in util by Ratan Gupta · 7 years ago
  96. a251a78 Grammar fixes for util.cpp by Gunnar Mills · 7 years ago
  97. d8cd8ed Network factory reset: Log InternalFailure in case of failure by Michael Tritz · 7 years ago
  98. 96699b7 Don't create the IP objects explicitly by Ratan Gupta · 7 years ago
  99. a54d8f8 Recreate the network objects once the timer expires by Ratan Gupta · 7 years ago
  100. 4f80c1a Add the timer class by Ratan Gupta · 7 years ago