1. d40046b treewide: Fix some aditional cases missing pinning by William A. Kennington III · 1 year ago
  2. f5151aa network_manager: Upgrade delayed executor to be more generically useful by William A. Kennington III · 1 year ago
  3. 9b2a20d types: Migrate to stdplus ip by William A. Kennington III · 1 year, 1 month ago
  4. 60903ee types: Migrate to stdplus string maps by William A. Kennington III · 1 year, 1 month ago
  5. 89d734b clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  6. 9ede1b7 treewide: Codify memory pinning by William A. Kennington III · 1 year, 8 months ago
  7. de70ccf treewide: Move timers out of networkd lib scope by William A. Kennington III · 1 year, 8 months ago
  8. 0b111d4 inventory_mac: Migrate code out of other places by William A. Kennington III · 1 year, 9 months ago
  9. 93f5c6d ethernet_interface: Fix VLAN delete by William A. Kennington III · 1 year, 8 months ago
  10. de4668a network_manager: Add reload post hooks by William A. Kennington III · 1 year, 8 months ago
  11. 13d665c ethernet_interface: Migrate object creation from network_manager by William A. Kennington III · 1 year, 8 months ago
  12. 2fb0c87 network_manager: Keep interface info around by William A. Kennington III · 1 year, 8 months ago
  13. 5a67b5d routing_table: Remove obsolete code by William A. Kennington III · 1 year, 8 months ago
  14. 5b17938 treewide: Completely remove global refresh by William A. Kennington III · 1 year, 8 months ago
  15. 3ee5b7e network_manager: Don't log errors for ignored interfaces by William A. Kennington III · 1 year, 8 months ago
  16. f30d560 network_manager: Support queueing additional interface data by William A. Kennington III · 1 year, 8 months ago
  17. 0813a24 network_manager: Standardize add/remove interface by William A. Kennington III · 1 year, 8 months ago
  18. ed5ff47 network_manager: Absorb all state change functions by William A. Kennington III · 1 year, 8 months ago
  19. 80d2901 network_manager: Async query all interface states by William A. Kennington III · 1 year, 8 months ago
  20. 85dc57a network_manager: Make it possible to reload without refresh by William A. Kennington III · 1 year, 8 months ago
  21. 67b09da network_manager: Add a mapping of interface ids by William A. Kennington III · 1 year, 8 months ago
  22. 09f3a4a ethernet_interface: Merge VLAN into EthernetInterface by William A. Kennington III · 1 year, 8 months ago
  23. 93433c1 network_config: Leverage a default network file by William A. Kennington III · 1 year, 10 months ago
  24. be3bd2f treewide: Clean up string parameters by William A. Kennington III · 1 year, 9 months ago
  25. 9644479 network_manager: Allow direct access to interfaces by William A. Kennington III · 1 year, 9 months ago
  26. 7213180 network_manager: Inline trivial functions by William A. Kennington III · 1 year, 9 months ago
  27. dd9ef81 network_manager: Cleanup map type by William A. Kennington III · 1 year, 9 months ago
  28. a520a39 config_parser: Reduce number of file reads by William A. Kennington III · 1 year, 11 months ago
  29. 9a1d9af network_manager: Refactor config rewriting by William A. Kennington III · 2 years, 8 months ago
  30. c38b071 sdbusplus: use shorter type aliases by Patrick Williams · 2 years ago
  31. c7cf25f network_manager: Reloads should be delayed via timer by William A. Kennington III · 2 years, 8 months ago
  32. 6ff633a network_manager: Add reload hooking by William A. Kennington III · 2 years, 8 months ago
  33. 4717d93 network_manager: Remove unused restart code by William A. Kennington III · 2 years, 9 months ago
  34. e056484 routing_table: Deduplicate rebuilds by William A. Kennington III · 2 years, 8 months ago
  35. 56ecc78 network_manager: Add support for non-disruptive reconfiguration by William A. Kennington III · 2 years, 9 months ago
  36. 167a4be cleanup sdbus CAMELCASE define by Patrick Williams · 2 years, 10 months ago
  37. 1bbe3d1 build: Split c++ sources into a subdirectory by William A. Kennington III · 3 years, 2 months ago[Renamed from network_manager.hpp]
  38. 8173e02 use new sdbus++ camelcase by Patrick Williams · 3 years, 2 months ago
  39. a879baa filesystem is not experimental anymore since c++17 by Manojkiran Eda · 4 years, 1 month ago
  40. cc099a8 Enable Fist Boot Set MAC Feature for Network Service by Manojkiran Eda · 4 years, 2 months ago
  41. acd6dd5 Backend changes for Populating Nameservers(DNS & Static) by Manojkiran Eda · 4 years, 9 months ago
  42. f4b4ff8 vlan: Modify create method to return an ObjectPath by William A. Kennington III · 5 years ago
  43. d94d23e test: use real manager object for testing by Patrick Venture · 5 years ago
  44. 3529717 Re-enable unit test by Ratan Gupta · 6 years ago
  45. 895f9e5 Move the restart systemdunit function to network manager by Ratan Gupta · 6 years ago
  46. 57d9c50 clang-format: Update to match docs repo by Gunnar Mills · 6 years ago
  47. 189d44e reorder headers by Patrick Venture · 6 years ago
  48. 067ca2d Added new unit testcases by Nagaraju Goruganti · 6 years ago
  49. 16f1288 Reduce the number of restarts of systemd-networkd by Ratan Gupta · 7 years ago
  50. b610caf Create the default network file during startup of network manager by Ratan Gupta · 7 years ago
  51. e05083a Restart the network through networkManager by Ratan Gupta · 7 years ago
  52. 56187e7 Move getDHCPValue function to util by Ratan Gupta · 7 years ago
  53. 2b10653 Move the implementation for writing conf to interface class by Ratan Gupta · 7 years ago
  54. 5978dd1 Create the VLAN Interface Object by Ratan Gupta · 7 years ago
  55. 255d514 Pass the network conf dir to network manager constructor by Ratan Gupta · 7 years ago
  56. 584df83 Changed the type of vlan id from 16 bit to 32 bit by Ratan Gupta · 7 years ago
  57. 70c7e5b Write DHCP configuration parameters by Ratan Gupta · 7 years ago
  58. d16f88c Create DHCP configuration DBUS object by Ratan Gupta · 7 years ago
  59. 068a8cf Implement generic restart systemd unit function by Ratan Gupta · 7 years ago
  60. 3681a50 Move function from network manager to utility function by Ratan Gupta · 7 years ago
  61. 34f96d6 Implement the DHCP support by Ratan Gupta · 7 years ago
  62. ef85eb9 Create the system conf Dbus Object by Ratan Gupta · 7 years ago
  63. fc2c724 Implement the ipaddress origin and gateway property by Ratan Gupta · 7 years ago
  64. 8ab1792 test: Add test cases for network manager by Ratan Gupta · 7 years ago
  65. 4f1c18b Write the network configuration in the network file by Ratan Gupta · 7 years ago
  66. 29b0e43 Restructure the code so that it is unit testable by Ratan Gupta · 7 years ago
  67. 8804feb Add the network utility file by Ratan Gupta · 7 years ago
  68. c41692c Convert IPv6 subnet mask into prefix length by Ratan Gupta · 7 years ago
  69. 719f83a Fixes formatting by Ratan Gupta · 7 years ago
  70. 29f2fd6 Implement network factory reset in network_manager by Michael Tritz · 7 years ago
  71. 738a67f Convert IPv4 subnet mask into prefix length by Ratan Gupta · 7 years ago
  72. 82549cc Implement create interface for ipaddress by Ratan Gupta · 7 years ago
  73. 6811f82 Implement NetworkManager by Ratan Gupta · 7 years ago
  74. 05eb109 Define interfaces of NetworkManager by Ratan Gupta · 7 years ago