1. b740196 treewide: Replace fmt::print with stdplus::print by William A. Kennington III · 12 months ago
  2. d40046b treewide: Fix some aditional cases missing pinning by William A. Kennington III · 1 year ago
  3. f5151aa network_manager: Upgrade delayed executor to be more generically useful by William A. Kennington III · 1 year ago
  4. 89d734b clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  5. 49f9d25 logging: switch phosphor-network-manager exe to lg2 by Jagpal Singh Gill · 1 year, 3 months ago
  6. 52d7091 main: Use workaround loop function by William A. Kennington III · 1 year, 8 months ago
  7. 9ede1b7 treewide: Codify memory pinning by William A. Kennington III · 1 year, 8 months ago
  8. de70ccf treewide: Move timers out of networkd lib scope by William A. Kennington III · 1 year, 8 months ago
  9. 0b111d4 inventory_mac: Migrate code out of other places by William A. Kennington III · 1 year, 9 months ago
  10. 5b17938 treewide: Completely remove global refresh by William A. Kennington III · 1 year, 8 months ago
  11. be1af44 network_manager_main: Make sure errors sync to journal by William A. Kennington III · 1 year, 8 months ago
  12. 71590bf rtnetlink_server: Avoid refreshing for gateway changes by William A. Kennington III · 1 year, 8 months ago
  13. 9f621f3 network_manager_main: add force-sync-mac option by Potin Lai · 1 year, 8 months ago
  14. 5f165dc rtnetlink_server: Use netlink parser code by William A. Kennington III · 1 year, 9 months ago
  15. 93433c1 network_config: Leverage a default network file by William A. Kennington III · 1 year, 11 months ago
  16. 217bb3f treewide: Move all sd-event to sdeventplus by William A. Kennington III · 1 year, 9 months ago
  17. bb0eacc types: Flesh out address comparison and string formatting by William A. Kennington III · 1 year, 9 months ago
  18. 4fd52ae main: Catch and handle all exceptions by William A. Kennington III · 1 year, 9 months ago
  19. 95530ec treewide: Cleanup unused includes by William A. Kennington III · 1 year, 11 months ago
  20. 9a1d9af network_manager: Refactor config rewriting by William A. Kennington III · 2 years, 8 months ago
  21. 04fea76 watch: Remove unused code by William A. Kennington III · 2 years, 5 months ago
  22. 32eef71 rtnetlink: Switch to stdplus::Fd by William A. Kennington III · 2 years, 5 months ago
  23. c38b071 sdbusplus: use shorter type aliases by Patrick Williams · 2 years ago
  24. c7cf25f network_manager: Reloads should be delayed via timer by William A. Kennington III · 2 years, 8 months ago
  25. 26c40a4 network_manager: Ensure that systemd-networkd is ready by William A. Kennington III · 2 years, 8 months ago
  26. 4717d93 network_manager: Remove unused restart code by William A. Kennington III · 2 years, 9 months ago
  27. bd649af Convert all systemd-networkd service restarts to reloads by William A. Kennington III · 2 years, 9 months ago
  28. 1ea3599 Apply settings after resetting. by Alexander Filippov · 3 years, 3 months ago
  29. 1bbe3d1 build: Split c++ sources into a subdirectory by William A. Kennington III · 3 years, 2 months ago[Renamed from network_manager_main.cpp]
  30. de433b7 network_manager: JSON is only used for SYNC_MAC by William A. Kennington III · 3 years, 2 months ago
  31. 6f39c5e sources: Fix ifdefs by William A. Kennington III · 3 years, 2 months ago
  32. aa57fa5 Fix the error spotted by meson by Manojkiran Eda · 4 years, 1 month ago
  33. cc099a8 Enable Fist Boot Set MAC Feature for Network Service by Manojkiran Eda · 4 years, 2 months ago
  34. b400597 Remove the code which updates resolv.conf for dhcp supplied DNS by Ratan Gupta · 4 years, 10 months ago
  35. 5f1eb46 configure: Cleanup dbus variables by William A. Kennington III · 5 years ago
  36. 483e777 configure: Don't allow configurable systemd directories by William A. Kennington III · 5 years ago
  37. 895f9e5 Move the restart systemdunit function to network manager by Ratan Gupta · 6 years ago
  38. 798c281 network_manager_main: errno is not negative by William A. Kennington III · 6 years ago
  39. 09095f8 network_manager_main: Use logging classes up front by William A. Kennington III · 6 years ago
  40. 3a70fa2 Migrate to a common timer class by William A. Kennington III · 6 years ago
  41. 57d9c50 clang-format: Update to match docs repo by Gunnar Mills · 6 years ago
  42. 189d44e reorder headers by Patrick Venture · 6 years ago
  43. 2939f18 NetworkManager: Remove the create Dbus objects function by Ratan Gupta · 6 years ago
  44. e962941 Don't handle the ipv6 routing advertisement message by Ratan Gupta · 7 years ago
  45. 310a0b1 Increase the waiting time for refreshing objects by Ratan Gupta · 7 years ago
  46. f665738 Create netlink socket outside from rtnetlink server by Ratan Gupta · 7 years ago
  47. 18891c6 Integrate inotify watcher into network daemon by Vishwanatha Subbanna · 7 years ago
  48. 16f1288 Reduce the number of restarts of systemd-networkd by Ratan Gupta · 7 years ago
  49. b610caf Create the default network file during startup of network manager by Ratan Gupta · 7 years ago
  50. a54d8f8 Recreate the network objects once the timer expires by Ratan Gupta · 7 years ago
  51. 0f9dc1b Implement network monitor by Ratan Gupta · 7 years ago
  52. 26e87a0 vlan:Remove the multiple implementation of sdbusplus object by Ratan Gupta · 7 years ago
  53. 255d514 Pass the network conf dir to network manager constructor by Ratan Gupta · 7 years ago
  54. ef85eb9 Create the system conf Dbus Object by Ratan Gupta · 7 years ago
  55. 29b0e43 Restructure the code so that it is unit testable by Ratan Gupta · 7 years ago
  56. cb7098d Implement main function by Ratan Gupta · 7 years ago
  57. 8c83493 Define interfaces of the EthernetInterface by Ratan Gupta · 7 years ago