1. 02d87c1 test: Simplify addresses with string literal operators by William A. Kennington III · 1 year ago
  2. 30f3ba2 ethernet_interface: Validate IP addresses by William A. Kennington III · 1 year ago
  3. bbf5e9e ethernet_interface: Validate gateway IPs by William A. Kennington III · 1 year, 5 months ago
  4. 9ca5c8e ethernet_interface: Empty address also deletes the gateway by William A. Kennington III · 1 year, 7 months ago
  5. 9b2a20d types: Migrate to stdplus ip by William A. Kennington III · 1 year ago
  6. e8af05c types: Migrate to stdplus endian by William A. Kennington III · 1 year ago
  7. b7d6a1a types: Migrate to stdplus EtherAddr by William A. Kennington III · 1 year, 1 month ago
  8. 9c441fd treewide: Ignore non-ethernet devices by William A. Kennington III · 1 year, 4 months ago
  9. 89d734b clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  10. c24de88 Add ethernet objects under hypervisor network obj by Asmitha Karunanithi · 3 years, 1 month ago
  11. 9ede1b7 treewide: Codify memory pinning by William A. Kennington III · 1 year, 7 months ago
  12. de70ccf treewide: Move timers out of networkd lib scope by William A. Kennington III · 1 year, 7 months ago
  13. 1b59420 test/util: Simplify by William A. Kennington III · 1 year, 8 months ago
  14. d6bd8fb util: Remove charconv by William A. Kennington III · 1 year, 8 months ago
  15. 13d665c ethernet_interface: Migrate object creation from network_manager by William A. Kennington III · 1 year, 8 months ago
  16. b645254 ethernet_interface: Remove optional signal emission by William A. Kennington III · 1 year, 8 months ago
  17. 5b17938 treewide: Completely remove global refresh by William A. Kennington III · 1 year, 8 months ago
  18. 301e8ad config_parser: Add support for checking file existence by William A. Kennington III · 1 year, 8 months ago
  19. 1aeacc9 rtnetlink: Add public interface parser by William A. Kennington III · 1 year, 8 months ago
  20. b800612 network_manager: Move interface validation by William A. Kennington III · 1 year, 8 months ago
  21. aac4b22 test/rtnetlink_server: Remove by William A. Kennington III · 1 year, 8 months ago
  22. d361514 rtnetlink: Return neighbor even if addr is missing by William A. Kennington III · 1 year, 8 months ago
  23. 454a0de types: Migrate all of the Info types by William A. Kennington III · 1 year, 8 months ago
  24. ffab00d ethernet_interface: DHCP settings don't require refresh by William A. Kennington III · 1 year, 8 months ago
  25. a842690 rtnetlink: Migrate neighbor functions by William A. Kennington III · 1 year, 8 months ago
  26. 6a92363 rtnetlink: Migrate IP functions by William A. Kennington III · 1 year, 8 months ago
  27. 3becda7 util: Remove unused isValidIP by William A. Kennington III · 1 year, 8 months ago
  28. 434a943 neighbor: Refactor object creation by William A. Kennington III · 1 year, 8 months ago
  29. 186099d util: Remove unused isValidPrefix by William A. Kennington III · 1 year, 8 months ago
  30. 59e5b91 ipaddress: Refactor object creation by William A. Kennington III · 1 year, 8 months ago
  31. 55bdc36 types: Make all address conversion constexpr by William A. Kennington III · 1 year, 8 months ago
  32. dd7c7b3 types: Add constexpr int encoder by William A. Kennington III · 1 year, 8 months ago
  33. ead7198 types: Add constexpr InAddrAny / IfAddr parser by William A. Kennington III · 1 year, 8 months ago
  34. ec496a8 types: Add constexpr in6_addr parser by William A. Kennington III · 1 year, 8 months ago
  35. 4f07798 types: Better IPv6 RFC5952 support by William A. Kennington III · 1 year, 8 months ago
  36. df1178e types: Add constexpr in_addr parser by William A. Kennington III · 1 year, 8 months ago
  37. b01d08f types: Add constexpr ether_addr parser by William A. Kennington III · 1 year, 8 months ago
  38. 238ef99 types: Add constexpr numeric decode by William A. Kennington III · 1 year, 8 months ago
  39. b9d7cba types: Add a type for interface addresses by William A. Kennington III · 1 year, 8 months ago
  40. 71de63a types: Add constexpr endianness functions by William A. Kennington III · 1 year, 8 months ago
  41. 85dc57a network_manager: Make it possible to reload without refresh by William A. Kennington III · 1 year, 8 months ago
  42. 2bd35d6 routing_table: Cleanup types to avoid unnecessary conversions by William A. Kennington III · 1 year, 8 months ago
  43. 09f3a4a ethernet_interface: Merge VLAN into EthernetInterface by William A. Kennington III · 1 year, 8 months ago
  44. 7784856 test: Make mock syscalls take InterfaceInfo by William A. Kennington III · 1 year, 8 months ago
  45. fd862be system_queries: Get Interface Info from netlink by William A. Kennington III · 1 year, 9 months ago
  46. bb0eacc types: Flesh out address comparison and string formatting by William A. Kennington III · 1 year, 8 months ago
  47. d298f93 ethernet_interface: Refactor object creation args by William A. Kennington III · 1 year, 9 months ago
  48. 2e09d27 system_queries: Migrate system queries into a single place by William A. Kennington III · 1 year, 9 months ago
  49. 003b8b7 Set static & dhcp sent ntp server ip on ethernet obj by Asmitha Karunanithi · 2 years, 6 months ago
  50. 9ecb90e test/ethernet_interface: Improve syscall test coverage by William A. Kennington III · 1 year, 9 months ago
  51. 991a8e8 ethernet_interface: Refactor object hashing by William A. Kennington III · 1 year, 9 months ago
  52. e25f8b4 ipaddress: Remove obsolete gateway parameter by William A. Kennington III · 1 year, 9 months ago
  53. 9644479 network_manager: Allow direct access to interfaces by William A. Kennington III · 1 year, 9 months ago
  54. dd9ef81 network_manager: Cleanup map type by William A. Kennington III · 1 year, 9 months ago
  55. ff12acb util: Add non-family isValidIP by William A. Kennington III · 1 year, 9 months ago
  56. 97b5dc6 util: Refactor addrFromBuf by William A. Kennington III · 1 year, 9 months ago
  57. e5a48ab util: Refactor isValidPrefix to reduce address family re-use by William A. Kennington III · 5 years ago
  58. feb7aab util: Fix mac truncation by William A. Kennington III · 1 year, 9 months ago
  59. 95530ec treewide: Cleanup unused includes by William A. Kennington III · 1 year, 11 months ago
  60. 8060c0d ethernet_interface: Support DHCP4/6 Properties by William A. Kennington III · 1 year, 11 months ago
  61. 0caf221 ethernet_interface: Remove DHCP from constructor by William A. Kennington III · 1 year, 11 months ago
  62. 409f1a6 config_parser: Add function for writing files by William A. Kennington III · 1 year, 11 months ago
  63. 34bb3e2 config_parser: Allow modifying Parser map by William A. Kennington III · 1 year, 11 months ago
  64. 0dd0937 config_parser: Add type checking to config map by William A. Kennington III · 1 year, 11 months ago
  65. e21a5cf config_parser: Split up sections by William A. Kennington III · 1 year, 11 months ago
  66. a520a39 config_parser: Reduce number of file reads by William A. Kennington III · 1 year, 11 months ago
  67. 150753f config_parser: Add common boolean parser by William A. Kennington III · 1 year, 11 months ago
  68. bc52d93 config_parser: Add parser warnings by William A. Kennington III · 1 year, 11 months ago
  69. 61ef4f2 config_parser: Rewrite file parsing logic by William A. Kennington III · 1 year, 11 months ago
  70. 2a846b3 ethernet_interface: Remove nameserver setting by William A. Kennington III · 1 year, 10 months ago
  71. d9e2d72 config_parser: Add performance measuring test code by William A. Kennington III · 1 year, 11 months ago
  72. 25511a1 config_parser: Cleanups and modern c++ standards by William A. Kennington III · 1 year, 11 months ago
  73. c2e5e0e ipaddress: Parse from netlink by William A. Kennington III · 5 years ago
  74. 32eef71 rtnetlink: Switch to stdplus::Fd by William A. Kennington III · 2 years, 5 months ago
  75. 7ba2d56 test: Fix valgrind execution by William A. Kennington III · 1 year, 11 months ago
  76. c38b071 sdbusplus: use shorter type aliases by Patrick Williams · 2 years ago
  77. 84bfe67 test: Always create unique tmpdirs by William A. Kennington III · 2 years ago
  78. eb40f08 Adding system configuration object & UT by Asmitha Karunanithi · 3 years ago
  79. a6c0757 Add testcases for hypervisor nw manager by Asmitha Karunanithi · 2 years, 2 months ago
  80. c2e061f Allow unset default gateway by Jiaqing Zhao · 2 years, 3 months ago
  81. da0b1d4 util: enhance MAC address parsing by Potin Lai · 2 years, 6 months ago
  82. c7cf25f network_manager: Reloads should be delayed via timer by William A. Kennington III · 2 years, 8 months ago
  83. 4717d93 network_manager: Remove unused restart code by William A. Kennington III · 2 years, 9 months ago
  84. bd649af Convert all systemd-networkd service restarts to reloads by William A. Kennington III · 2 years, 9 months ago
  85. 56ecc78 network_manager: Add support for non-disruptive reconfiguration by William A. Kennington III · 2 years, 9 months ago
  86. 3402757 ethernet: Add origin to generateId() by Lei YU · 2 years, 11 months ago
  87. 26275a3 ethernet_interface: Detect nicEnabled from systemd-networkd by William A. Kennington III · 3 years ago
  88. fc3aff9 build: test: Fix missing variable by William A. Kennington III · 3 years, 1 month ago
  89. 6342095 build: Remove autotools by William A. Kennington III · 3 years, 2 months ago
  90. 0a01b2a build: Add meson build by William A. Kennington III · 3 years, 2 months ago
  91. a19558e test: Fix VLA declarations by William A. Kennington III · 3 years, 2 months ago
  92. 6aef769 use new sdbus++ camelcase by Patrick Williams · 3 years, 2 months ago
  93. ee5b2c9 util: Remove temporary strings in getIgnoredInterfaces by William A. Kennington III · 3 years, 2 months ago
  94. 307554e Get ignored interfaces from environment by Lei YU · 3 years, 4 months ago
  95. a1b897e util: Collapse toCidr functions by William A. Kennington III · 3 years, 3 months ago
  96. a3b14dc Fix __builtin_ctz related bug by Lei YU · 3 years, 3 months ago
  97. 359623e Improved IPv6 netmask parsing by Johnathan Mantey · 3 years, 5 months ago
  98. 983da55 Fix representation IPv6 DNS servers by Alexander Filippov · 3 years, 5 months ago
  99. a5a0944 Network: Implement ipv6/ipv4 default gateways on EthernetInterface by Ravi Teja · 4 years ago
  100. 1b5ec9c Make the Individual tests linkable for meson by Manojkiran Eda · 4 years, 1 month ago