1. 4f07798 types: Better IPv6 RFC5952 support by William A. Kennington III · 1 year, 8 months ago
  2. df1178e types: Add constexpr in_addr parser by William A. Kennington III · 1 year, 8 months ago
  3. b01d08f types: Add constexpr ether_addr parser by William A. Kennington III · 1 year, 8 months ago
  4. 238ef99 types: Add constexpr numeric decode by William A. Kennington III · 1 year, 8 months ago
  5. b9d7cba types: Add a type for interface addresses by William A. Kennington III · 1 year, 8 months ago
  6. 71de63a types: Add constexpr endianness functions by William A. Kennington III · 1 year, 8 months ago
  7. becda1a types: hash_multi should take const refs by William A. Kennington III · 1 year, 8 months ago
  8. 86eb8b7 types: Simplify ostream operators by William A. Kennington III · 1 year, 8 months ago
  9. 653114f types: Add hash function for IPs by William A. Kennington III · 1 year, 8 months ago
  10. 442d9e5 util: Add data ptr check to avoid crash by Jian Zhang · 1 year, 9 months ago
  11. 85dc57a network_manager: Make it possible to reload without refresh by William A. Kennington III · 1 year, 8 months ago
  12. a7344c3 rtnetlink: Separate out gateway parsing by William A. Kennington III · 1 year, 8 months ago
  13. 67b09da network_manager: Add a mapping of interface ids by William A. Kennington III · 1 year, 8 months ago
  14. 226cada rtnetlink_server: Also monitor links by William A. Kennington III · 1 year, 8 months ago
  15. c8e992f rtnetlink: Remove unnecessary copy by William A. Kennington III · 1 year, 9 months ago
  16. 2bd35d6 routing_table: Cleanup types to avoid unnecessary conversions by William A. Kennington III · 1 year, 8 months ago
  17. 09f3a4a ethernet_interface: Merge VLAN into EthernetInterface by William A. Kennington III · 1 year, 8 months ago
  18. 29418ef rtnetlink_server: Fix edge triggering by William A. Kennington III · 1 year, 8 months ago
  19. f1289a0 netlink: Add common function for extracting payload by William A. Kennington III · 1 year, 9 months ago
  20. 0bc39da netlink: Use refFrom instead of copyFrom by William A. Kennington III · 1 year, 9 months ago
  21. 5f165dc rtnetlink_server: Use netlink parser code by William A. Kennington III · 1 year, 9 months ago
  22. 93433c1 network_config: Leverage a default network file by William A. Kennington III · 1 year, 11 months ago
  23. 217bb3f treewide: Move all sd-event to sdeventplus by William A. Kennington III · 1 year, 9 months ago
  24. fd862be system_queries: Get Interface Info from netlink by William A. Kennington III · 1 year, 9 months ago
  25. bb0eacc types: Flesh out address comparison and string formatting by William A. Kennington III · 1 year, 9 months ago
  26. d298f93 ethernet_interface: Refactor object creation args by William A. Kennington III · 1 year, 9 months ago
  27. 3e471c5 ethernet_interface: Reduce error logspam by William A. Kennington III · 1 year, 8 months ago
  28. 2e09d27 system_queries: Migrate system queries into a single place by William A. Kennington III · 1 year, 9 months ago
  29. 63e3970 util: Remove unused strings by William A. Kennington III · 1 year, 8 months ago
  30. 6bf7a7d vlan_interface: Remove interface name usage by William A. Kennington III · 1 year, 8 months ago
  31. f55b7d8 treewide: Remove redundant inline by William A. Kennington III · 1 year, 8 months ago
  32. 97ddb8d Move dbus method call into try-catch block by Asmitha Karunanithi · 2 years, 2 months ago
  33. 003b8b7 Set static & dhcp sent ntp server ip on ethernet obj by Asmitha Karunanithi · 2 years, 6 months ago
  34. 300ed5c Treat link-local addresses as static when link local autoconfig is disabled. by Ali El-Haj-Mahmoud · 1 year, 8 months ago
  35. 9ecb90e test/ethernet_interface: Improve syscall test coverage by William A. Kennington III · 1 year, 9 months ago
  36. 4ee7a7e ethernet_interface: Refactor ethtool querying by William A. Kennington III · 1 year, 9 months ago
  37. 9622180 ethernet_interface: Add error logging for ethtool queries by William A. Kennington III · 1 year, 9 months ago
  38. e93e4a0 ethernet_interface: Always try ethtool as we handle unsupported by William A. Kennington III · 1 year, 9 months ago
  39. 6a11347 ethernet_interface: Remove unused resolvconf file by William A. Kennington III · 1 year, 9 months ago
  40. 991a8e8 ethernet_interface: Refactor object hashing by William A. Kennington III · 1 year, 9 months ago
  41. e25f8b4 ipaddress: Remove obsolete gateway parameter by William A. Kennington III · 1 year, 9 months ago
  42. be3bd2f treewide: Clean up string parameters by William A. Kennington III · 1 year, 9 months ago
  43. e7c5aaa build: Cleanup subprojects and gitignore by William A. Kennington III · 1 year, 9 months ago
  44. 9a20a6e ethernet_interface: Use string_umaps where sensible by William A. Kennington III · 1 year, 9 months ago
  45. 9644479 network_manager: Allow direct access to interfaces by William A. Kennington III · 1 year, 9 months ago
  46. 7213180 network_manager: Inline trivial functions by William A. Kennington III · 1 year, 9 months ago
  47. dd9ef81 network_manager: Cleanup map type by William A. Kennington III · 1 year, 9 months ago
  48. 085bbdc network_manager: Cleanup VLAN creation by William A. Kennington III · 1 year, 9 months ago
  49. 7c4c9a9 ethernet_interface: Simplify hwaddr string by William A. Kennington III · 1 year, 9 months ago
  50. ff12acb util: Add non-family isValidIP by William A. Kennington III · 1 year, 9 months ago
  51. d07c086 util: Refactor IP toString by William A. Kennington III · 1 year, 9 months ago
  52. 9f22830 util: isValidIP should be noexcept by William A. Kennington III · 1 year, 9 months ago
  53. 97b5dc6 util: Refactor addrFromBuf by William A. Kennington III · 1 year, 9 months ago
  54. 72412c9 util: Remove unused toMask by William A. Kennington III · 1 year, 9 months ago
  55. e5a48ab util: Refactor isValidPrefix to reduce address family re-use by William A. Kennington III · 5 years ago
  56. feb7aab util: Fix mac truncation by William A. Kennington III · 1 year, 9 months ago
  57. 20efa79 util: Don't directly include config_parser.hpp by William A. Kennington III · 1 year, 9 months ago
  58. f174bcc netlink: Improve error output by William A. Kennington III · 1 year, 9 months ago
  59. f7dce2e Move InterfaceList back to set by Willy Tu · 1 year, 9 months ago
  60. 69f4554 util: Cleanup usage of string types by William A. Kennington III · 1 year, 9 months ago
  61. 4fd52ae main: Catch and handle all exceptions by William A. Kennington III · 1 year, 9 months ago
  62. 95530ec treewide: Cleanup unused includes by William A. Kennington III · 1 year, 11 months ago
  63. e94c9ff util: Combine systemd value parsers by William A. Kennington III · 1 year, 11 months ago
  64. 8060c0d ethernet_interface: Support DHCP4/6 Properties by William A. Kennington III · 1 year, 11 months ago
  65. 0caf221 ethernet_interface: Remove DHCP from constructor by William A. Kennington III · 1 year, 11 months ago
  66. 87f6813 network_config: Write configs from parser by William A. Kennington III · 1 year, 11 months ago
  67. 324d260 network_config: Sync default values by William A. Kennington III · 1 year, 11 months ago
  68. 9c9f1b7 vlan_interface: Write configs from parser by William A. Kennington III · 1 year, 11 months ago
  69. 95a49a2 ethernet_interface: Write configs from parser by William A. Kennington III · 1 year, 11 months ago
  70. 409f1a6 config_parser: Add function for writing files by William A. Kennington III · 1 year, 11 months ago
  71. 34bb3e2 config_parser: Allow modifying Parser map by William A. Kennington III · 1 year, 11 months ago
  72. 0dd0937 config_parser: Add type checking to config map by William A. Kennington III · 1 year, 11 months ago
  73. e21a5cf config_parser: Split up sections by William A. Kennington III · 1 year, 11 months ago
  74. a520a39 config_parser: Reduce number of file reads by William A. Kennington III · 1 year, 11 months ago
  75. 150753f config_parser: Add common boolean parser by William A. Kennington III · 1 year, 11 months ago
  76. bc52d93 config_parser: Add parser warnings by William A. Kennington III · 1 year, 11 months ago
  77. 61ef4f2 config_parser: Rewrite file parsing logic by William A. Kennington III · 1 year, 11 months ago
  78. 1919462 neighbor: Fix object creation by William A. Kennington III · 1 year, 10 months ago
  79. 8e61ca9 neighbor: Disallow property changes by William A. Kennington III · 1 year, 10 months ago
  80. 2a846b3 ethernet_interface: Remove nameserver setting by William A. Kennington III · 1 year, 10 months ago
  81. 5e72d08 Revert "ipaddress: Remove set property overrides" by William A. Kennington III · 1 year, 10 months ago
  82. 25511a1 config_parser: Cleanups and modern c++ standards by William A. Kennington III · 1 year, 11 months ago
  83. a809f92 ipaddress: Remove set property overrides by William A. Kennington III · 1 year, 11 months ago
  84. 058f4cf netlink: Use function views by William A. Kennington III · 1 year, 11 months ago
  85. 13d1708 ethernet_interface: Ignore deprecated addresses by William A. Kennington III · 2 years, 8 months ago
  86. c2e5e0e ipaddress: Parse from netlink by William A. Kennington III · 5 years ago
  87. f8b3fc3 ethernet_interface: Add INFO message for config writes by William A. Kennington III · 1 year, 11 months ago
  88. 9a1d9af network_manager: Refactor config rewriting by William A. Kennington III · 2 years, 8 months ago
  89. 6fd21b9 util: Remove descriptor by William A. Kennington III · 2 years, 5 months ago
  90. 04fea76 watch: Remove unused code by William A. Kennington III · 2 years, 5 months ago
  91. 32eef71 rtnetlink: Switch to stdplus::Fd by William A. Kennington III · 2 years, 5 months ago
  92. 2ac2660 netlink: Switch to stdplus::fd by William A. Kennington III · 2 years, 5 months ago
  93. d41db38 network_manager: Allow faster non-reconfiguration reloads by William A. Kennington III · 2 years, 8 months ago
  94. 17a626d routing_table: Remove unused Entry class by Jiaqing Zhao · 2 years, 2 months ago
  95. c38b071 sdbusplus: use shorter type aliases by Patrick Williams · 2 years ago
  96. eb40f08 Adding system configuration object & UT by Asmitha Karunanithi · 3 years ago
  97. a6c0757 Add testcases for hypervisor nw manager by Asmitha Karunanithi · 2 years, 2 months ago
  98. 69cfa31 Fix behavior when writing MAC address is disabled by Jiaqing Zhao · 2 years, 5 months ago
  99. 0745044 Delete DHCP IP object while moving from DHCP to static by Ravi Teja · 2 years ago
  100. 33b4eaa Check existance on VLAN creation by Jiaqing Zhao · 2 years, 3 months ago