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