1. 99801ce Fix the networkd crash during creation of vlan by Ratan Gupta · 4 years, 10 months ago
  2. faa72e5 Enable the network link carrier state to be reported. by Johnathan Mantey · 4 years, 10 months ago
  3. dbd328d Correct the MAC address format in Redfish by Karthick Sundarrajan · 5 years ago
  4. cb42fe2 Enable ethtool to retrieve the NIC speed, duplex, autoneg values by Johnathan Mantey · 5 years ago
  5. 046b2a0 Allow static configuration of NTP and DNS in DHCP mode by Ratan Gupta · 5 years ago
  6. b400597 Remove the code which updates resolv.conf for dhcp supplied DNS by Ratan Gupta · 5 years ago
  7. 38a63c3 Add two MAC addresses support for Mihawk's 2 NICs by Alvin Wang · 5 years ago
  8. 5fb6c33 Network : Added Validation of Nameserver IP's by Manojkiran Eda · 5 years ago
  9. 5b023f5 Permit IPv6 Address Router Advertisement values to be changed by Johnathan Mantey · 5 years ago
  10. 2dae969 ipaddress: Only check address origin for delete by William A. Kennington III · 6 years ago
  11. 7b9e8bd ethernet_interface: Fix u-boot MAC environment variable by William A. Kennington III · 6 years ago
  12. 1578721 ethernet_interface: Write the MAC to configuration by William A. Kennington III · 6 years ago
  13. f8c78f2 ethernet_interface: Get rid of address gateway usage by William A. Kennington III · 6 years ago
  14. d7946a7 neighbor: Rework getCurrentNeighbors by William A. Kennington III · 6 years ago
  15. 8cff380 test: Don't catch exceptions needlessly by William A. Kennington III · 6 years ago
  16. 7ed1b28 ethernet_interface: Emit error when missing MAC by William A. Kennington III · 6 years ago
  17. 5bb7da9 test_netlink: Add basic request test by William A. Kennington III · 6 years ago
  18. bc2059f test: Mock rtnetlink calls by William A. Kennington III · 6 years ago
  19. 862275a test: Clear out old mocks prior to testing by William A. Kennington III · 6 years ago
  20. cb64b99 test: Mock out MAC address access by William A. Kennington III · 6 years ago
  21. ebb1ad0 test: Mock out interface lookups by William A. Kennington III · 6 years ago
  22. a2145bf vlan: Disable MAC address setting by William A. Kennington III · 6 years ago
  23. 1137a97 util: Clean up MAC address formatting by William A. Kennington III · 6 years ago
  24. 2fd2f7d Network: Remove IP dbus properties update support by Ravi Teja · 5 years ago
  25. f51620d test: Remove unused mock by William A. Kennington III · 6 years ago
  26. 6ca08d8 types: Remove custom MacAddr type by William A. Kennington III · 6 years ago
  27. c920bdb neighbor: Refactor out netlink code by William A. Kennington III · 6 years ago
  28. 0420c6a build: Apply fixes to accommodate build system updates by William A. Kennington III · 5 years ago
  29. 946d159 build: install into bin instead of sbin by Patrick Venture · 6 years ago
  30. 7bcaccf makefile: Get rid of unneeded include prepends by William A. Kennington III · 6 years ago
  31. 0283b39 maintainers: Add William Kennington by Brad Bishop · 5 years ago
  32. 0850579 Static neighbor support by William A. Kennington III · 6 years ago
  33. f273d2b util: Don't ignore non-running interfaces by William A. Kennington III · 6 years ago
  34. f4b4ff8 vlan: Modify create method to return an ObjectPath by William A. Kennington III · 6 years ago
  35. 4966e96 util: Use standard ether functions for conversion by William A. Kennington III · 6 years ago
  36. 01defca build: Use libnl package config instead of hardcoding by William A. Kennington III · 6 years ago
  37. ce37956 Network:Modified create interface to return the D-Bus object ID by raviteja-b · 6 years ago
  38. 7a6287c Makefile: Fix bad system header flag by William A. Kennington III · 6 years ago
  39. f1aa51c configure: Remove systemd dbus paths by William A. Kennington III · 6 years ago
  40. 5f1eb46 configure: Cleanup dbus variables by William A. Kennington III · 6 years ago
  41. 483e777 configure: Don't allow configurable systemd directories by William A. Kennington III · 6 years ago
  42. 04c3d71 test: rtnetlink: use manager interface query by Patrick Venture · 6 years ago
  43. 3f19a51 test: use mocked sdbus interface for sdbusplus by Patrick Venture · 6 years ago
  44. 639cfe1 configure: Simplify link local autoconfiguration by William A. Kennington III · 6 years ago
  45. 26c0dc4 configure: Make dbus dir depend on the sysconf make variable by William A. Kennington III · 6 years ago
  46. 8fac535 configure: Simplify PKG_CHECK_MODULES by William A. Kennington III · 6 years ago
  47. d3c249c IPv6 gateway support by William A. Kennington III · 6 years ago
  48. 00506d8 rtnetlink_server: Refresh for route changes by William A. Kennington III · 6 years ago
  49. d81a098 routing_table: Parse v6 routes by William A. Kennington III · 6 years ago
  50. a973340 test: use system-first search for dbus interfaces by Patrick Venture · 6 years ago
  51. 8fe594c test: use expect_throw to catch expected exceptions by Patrick Venture · 6 years ago
  52. d94d23e test: use real manager object for testing by Patrick Venture · 6 years ago
  53. 781f335 ethernet_interface: Only write Gateway= lines when present by William A. Kennington III · 6 years ago
  54. d2d0594 rtnetlink_server: Refactor out the refresh check by William A. Kennington III · 6 years ago
  55. 1689380 ethernet_interface: Link local IPs are never DHCP by William A. Kennington III · 6 years ago
  56. a14879e util: Add a MacAddr population function by William A. Kennington III · 6 years ago
  57. a00b1c3 util: Add InAddrAny population function by William A. Kennington III · 6 years ago
  58. 5058f57 util: Add a function for converting IP bytes to strings by William A. Kennington III · 6 years ago
  59. d27410f util: Add a function for converting MAC addresses by William A. Kennington III · 6 years ago
  60. 0d7ce48 types: Add types for IPs and MACs in byte form by William A. Kennington III · 6 years ago
  61. 461d8f9 build: drop duplicate LT_INIT line from configure_ac by Patrick Venture · 6 years ago
  62. 042e472 move service file, dbus conf into repo by Patrick Venture · 6 years ago
  63. fbafa25 ethernet_interface: Clean up object creation by William A. Kennington III · 6 years ago
  64. a5b1b0d util: Reset Failed Before Restarting Service by William A. Kennington III · 6 years ago
  65. cb500dc rtnetlink: Remove redundtant hasExpired() check by William A. Kennington III · 6 years ago
  66. 9a85a2c build: use PKG_CHECK_MODULES for phosphor-dbus-interfaces by Patrick Venture · 6 years ago
  67. 3529717 Re-enable unit test by Ratan Gupta · 6 years ago
  68. 450b346 Don't report/commit the error by Ratan Gupta · 6 years ago
  69. 895f9e5 Move the restart systemdunit function to network manager by Ratan Gupta · 6 years ago
  70. 74db23c Fix checking the status of timer by Alexander Filippov · 6 years ago
  71. 79e4415 Fix std::variant usage by William A. Kennington III · 6 years ago
  72. 6d66996 cleanup: add constref to parameters in routing_table by Patrick Venture · 6 years ago
  73. 836c91d minor cleanup, std namespacing, dropping headers by Patrick Venture · 6 years ago
  74. 798c281 network_manager_main: errno is not negative by William A. Kennington III · 6 years ago
  75. 09095f8 network_manager_main: Use logging classes up front by William A. Kennington III · 6 years ago
  76. 3a70fa2 Migrate to a common timer class by William A. Kennington III · 6 years ago
  77. 548e9f1 configure: Use c++17 by William A. Kennington III · 6 years ago
  78. 1a054ae Fix formatting issues by Ratan K Gupta · 6 years ago
  79. 57d9c50 clang-format: Update to match docs repo by Gunnar Mills · 6 years ago
  80. ce26282 Throw InternalFailure in catch by Gunnar Mills · 6 years ago
  81. aed434f Correct spacing by Gunnar Mills · 6 years ago
  82. 1f0648d Add -flto to CXXFLAGS by Andrew Geissler · 6 years ago
  83. a362922 Throw InvalidArgument on bad Default Gateway by Gunnar Mills · 6 years ago
  84. 189d44e reorder headers by Patrick Venture · 6 years ago
  85. ad21fc2 Add configure option to disable link-local IP address autoconfiguration. by Oskar Senft · 6 years ago
  86. d8bad19 Add the network configuration helper document by Ratan Gupta · 6 years ago
  87. c582c05 Disable unit tests as CI is broken by Ratan Gupta · 6 years ago
  88. 90480c4 Throw error when invalid MAC Address is set by Gunnar Mills · 6 years ago
  89. 02653ca Use s.c_str() in log messages by Joseph Reynolds · 6 years ago
  90. 269501c Add IPv6 addresses to Dbus by David Cobbley · 6 years ago
  91. 63d2cd1 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  92. 4a5f08a Don't update the route entry for the existing network by Ratan Gupta · 7 years ago
  93. 057ff0d Fixing unnecessary moving of variables by Ratan Gupta · 7 years ago
  94. 3e60e07 Write Separate Route section for different Routes by Ratan Gupta · 7 years ago
  95. 6af6144 Spelling fixes by Gunnar Mills · 7 years ago
  96. ed5d7ff ncsi: implement the main function by Ratan Gupta · 7 years ago
  97. aac603e ncsi: implement the getinfo function by Ratan Gupta · 7 years ago
  98. bbe4579 ncsi: Impelment the setChannel/ClearInterface function by Ratan Gupta · 7 years ago
  99. b38401b ncsi: Add code to accept command line arguments by Ratan Gupta · 7 years ago
  100. 3460753 README: Reword cleaning the repo by Gunnar Mills · 7 years ago