1. 8664252 treewide: Remove uses of FMT_COMPILE by William A. Kennington III · 12 months ago
  2. 86c4f44 Fix IPv4 DHCP address origin by Ravi Teja · 12 months ago
  3. c620120 Populate address origin based on ifa_flags by Ravi Teja · 1 year, 3 months ago
  4. 721d8f7 ethernet_interface: Fix link local autoconfiguration functionality by Tim Lee · 12 months ago
  5. 30f3ba2 ethernet_interface: Validate IP addresses by William A. Kennington III · 1 year ago
  6. bbf5e9e ethernet_interface: Validate gateway IPs by William A. Kennington III · 1 year, 5 months ago
  7. 9ca5c8e ethernet_interface: Empty address also deletes the gateway by William A. Kennington III · 1 year, 7 months ago
  8. d4ff731 ethernet_interface: Refactor gateway setting by William A. Kennington III · 1 year, 5 months ago
  9. 9b2a20d types: Migrate to stdplus ip by William A. Kennington III · 1 year, 1 month ago
  10. b7d6a1a types: Migrate to stdplus EtherAddr by William A. Kennington III · 1 year, 1 month ago
  11. 9c441fd treewide: Ignore non-ethernet devices by William A. Kennington III · 1 year, 4 months ago
  12. a748530 ethernet_interface: Remove unused try blocks by William A. Kennington III · 1 year, 1 month ago
  13. 1d25ca4 treewide: Make logging variables more consistent by William A. Kennington III · 1 year, 1 month ago
  14. 89d734b clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  15. f78a415 logging: switch networkd static_library to lg2 by Jagpal Singh Gill · 1 year, 3 months ago
  16. 9ede1b7 treewide: Codify memory pinning by William A. Kennington III · 1 year, 8 months ago
  17. add0871 ethernet_interface: Remove spurious reloads by William A. Kennington III · 1 year, 8 months ago
  18. 93f5c6d ethernet_interface: Fix VLAN delete by William A. Kennington III · 1 year, 8 months ago
  19. 876927c ethernet_interface: Fix updates without interface idx by William A. Kennington III · 1 year, 8 months ago
  20. 6d21751 system_queries: Add netlink based delete by William A. Kennington III · 1 year, 8 months ago
  21. d99e6db treewide: Cleanup signal emission by William A. Kennington III · 1 year, 8 months ago
  22. 13d665c ethernet_interface: Migrate object creation from network_manager by William A. Kennington III · 1 year, 8 months ago
  23. b645254 ethernet_interface: Remove optional signal emission by William A. Kennington III · 1 year, 8 months ago
  24. a429c9d ethernet_interface: Fix updating sub objects by William A. Kennington III · 1 year, 8 months ago
  25. 5b17938 treewide: Completely remove global refresh by William A. Kennington III · 1 year, 8 months ago
  26. 2153966 ethernet_interface: Update ethtool for interface updates by William A. Kennington III · 1 year, 8 months ago
  27. 4e75acc ethernet_interface: Fix updating neighbor by William A. Kennington III · 1 year, 8 months ago
  28. 4ca3601 ethernet_interface: Remove all other refreshes by William A. Kennington III · 1 year, 8 months ago
  29. 7310ac7 network_manager: Add neighbors to undiscovered interfaces by William A. Kennington III · 1 year, 8 months ago
  30. 57ca961 network_manager: Add addresses to undiscovered interfaces by William A. Kennington III · 1 year, 8 months ago
  31. 80d2901 network_manager: Async query all interface states by William A. Kennington III · 1 year, 8 months ago
  32. d361514 rtnetlink: Return neighbor even if addr is missing by William A. Kennington III · 1 year, 8 months ago
  33. 454a0de types: Migrate all of the Info types by William A. Kennington III · 1 year, 8 months ago
  34. ffab00d ethernet_interface: DHCP settings don't require refresh by William A. Kennington III · 1 year, 8 months ago
  35. bc2502c rtnetlink_server: Don't refresh for neighbors by William A. Kennington III · 1 year, 8 months ago
  36. a842690 rtnetlink: Migrate neighbor functions by William A. Kennington III · 1 year, 8 months ago
  37. 77747f6 ethernet_interface: Reduce error spam for addrs by William A. Kennington III · 1 year, 8 months ago
  38. d6f5340 rtnetlink_server: Don't refresh for addresses by William A. Kennington III · 1 year, 8 months ago
  39. 6a92363 rtnetlink: Migrate IP functions by William A. Kennington III · 1 year, 8 months ago
  40. 71590bf rtnetlink_server: Avoid refreshing for gateway changes by William A. Kennington III · 1 year, 8 months ago
  41. 7b90bc8 ethernet_interface: Fix vlan return object by William A. Kennington III · 1 year, 8 months ago
  42. 434a943 neighbor: Refactor object creation by William A. Kennington III · 1 year, 8 months ago
  43. c9f672e ethernet_interface: Normalize IPs for nameservers by William A. Kennington III · 1 year, 8 months ago
  44. f6f0cf3 ethernet_interface: Normalize IP for gateway by William A. Kennington III · 1 year, 8 months ago
  45. 59e5b91 ipaddress: Refactor object creation by William A. Kennington III · 1 year, 8 months ago
  46. b01d08f types: Add constexpr ether_addr parser by William A. Kennington III · 1 year, 8 months ago
  47. 67b09da network_manager: Add a mapping of interface ids by William A. Kennington III · 1 year, 8 months ago
  48. 2bd35d6 routing_table: Cleanup types to avoid unnecessary conversions by William A. Kennington III · 1 year, 8 months ago
  49. 09f3a4a ethernet_interface: Merge VLAN into EthernetInterface by William A. Kennington III · 1 year, 8 months ago
  50. fd862be system_queries: Get Interface Info from netlink by William A. Kennington III · 1 year, 9 months ago
  51. bb0eacc types: Flesh out address comparison and string formatting by William A. Kennington III · 1 year, 9 months ago
  52. d298f93 ethernet_interface: Refactor object creation args by William A. Kennington III · 1 year, 9 months ago
  53. 3e471c5 ethernet_interface: Reduce error logspam by William A. Kennington III · 1 year, 8 months ago
  54. 2e09d27 system_queries: Migrate system queries into a single place by William A. Kennington III · 1 year, 9 months ago
  55. 97ddb8d Move dbus method call into try-catch block by Asmitha Karunanithi · 2 years, 2 months ago
  56. 003b8b7 Set static & dhcp sent ntp server ip on ethernet obj by Asmitha Karunanithi · 2 years, 6 months ago
  57. 300ed5c Treat link-local addresses as static when link local autoconfig is disabled. by Ali El-Haj-Mahmoud · 1 year, 8 months ago
  58. 9ecb90e test/ethernet_interface: Improve syscall test coverage by William A. Kennington III · 1 year, 9 months ago
  59. 4ee7a7e ethernet_interface: Refactor ethtool querying by William A. Kennington III · 1 year, 9 months ago
  60. 9622180 ethernet_interface: Add error logging for ethtool queries by William A. Kennington III · 1 year, 9 months ago
  61. e93e4a0 ethernet_interface: Always try ethtool as we handle unsupported by William A. Kennington III · 1 year, 9 months ago
  62. 991a8e8 ethernet_interface: Refactor object hashing by William A. Kennington III · 1 year, 9 months ago
  63. e25f8b4 ipaddress: Remove obsolete gateway parameter by William A. Kennington III · 1 year, 9 months ago
  64. be3bd2f treewide: Clean up string parameters by William A. Kennington III · 1 year, 9 months ago
  65. 9a20a6e ethernet_interface: Use string_umaps where sensible by William A. Kennington III · 1 year, 9 months ago
  66. 7c4c9a9 ethernet_interface: Simplify hwaddr string by William A. Kennington III · 1 year, 9 months ago
  67. ff12acb util: Add non-family isValidIP by William A. Kennington III · 1 year, 9 months ago
  68. 69f4554 util: Cleanup usage of string types by William A. Kennington III · 1 year, 9 months ago
  69. 95530ec treewide: Cleanup unused includes by William A. Kennington III · 1 year, 11 months ago
  70. 8060c0d ethernet_interface: Support DHCP4/6 Properties by William A. Kennington III · 1 year, 11 months ago
  71. 0caf221 ethernet_interface: Remove DHCP from constructor by William A. Kennington III · 1 year, 11 months ago
  72. 95a49a2 ethernet_interface: Write configs from parser by William A. Kennington III · 1 year, 11 months ago
  73. 34bb3e2 config_parser: Allow modifying Parser map by William A. Kennington III · 1 year, 11 months ago
  74. e21a5cf config_parser: Split up sections by William A. Kennington III · 1 year, 11 months ago
  75. a520a39 config_parser: Reduce number of file reads by William A. Kennington III · 1 year, 11 months ago
  76. 150753f config_parser: Add common boolean parser by William A. Kennington III · 1 year, 11 months ago
  77. 2a846b3 ethernet_interface: Remove nameserver setting by William A. Kennington III · 1 year, 10 months ago
  78. 25511a1 config_parser: Cleanups and modern c++ standards by William A. Kennington III · 1 year, 11 months ago
  79. 13d1708 ethernet_interface: Ignore deprecated addresses by William A. Kennington III · 2 years, 8 months ago
  80. c2e5e0e ipaddress: Parse from netlink by William A. Kennington III · 5 years ago
  81. f8b3fc3 ethernet_interface: Add INFO message for config writes by William A. Kennington III · 1 year, 11 months ago
  82. c38b071 sdbusplus: use shorter type aliases by Patrick Williams · 2 years ago
  83. 69cfa31 Fix behavior when writing MAC address is disabled by Jiaqing Zhao · 2 years, 5 months ago
  84. 0745044 Delete DHCP IP object while moving from DHCP to static by Ravi Teja · 2 years ago
  85. 33b4eaa Check existance on VLAN creation by Jiaqing Zhao · 2 years, 3 months ago
  86. dd1e592 ethernet_interface: Add UseDomains option to network file by sunharis · 2 years, 3 months ago
  87. c2e061f Allow unset default gateway by Jiaqing Zhao · 2 years, 3 months ago
  88. 166b959 sdbusplus: object: don't use 'bool' argument constructor by Patrick Williams · 2 years, 3 months ago
  89. 609c12d Allow writing MAC address to networkd config file to be blocked by Johnathan Mantey · 2 years, 5 months ago
  90. 5dad2aa ethernet_interface: Remove custom socket holder by William A. Kennington III · 2 years, 5 months ago
  91. c922d5e ethernet_interface: Fix nicEnabled property ordering by William A. Kennington III · 2 years, 5 months ago
  92. cc5a670 Fix nameserver property for VLAN interfaces by Jiaqing Zhao · 2 years, 6 months ago
  93. b353ba0 Fix missing line-feed for DHCPv6Client entry by Johnathan Mantey · 2 years, 7 months ago
  94. afa4032 ethernet_interface: Remove unused function by William A. Kennington III · 2 years, 7 months ago
  95. e6d1c0e ethernet_interface: Disable opportunistic DHCPv6 if disabled by William A. Kennington III · 2 years, 7 months ago
  96. 24957b9 ethernet_interface: Remove superfluous logging by William A. Kennington III · 2 years, 7 months ago
  97. 329b5fb ethernet_interface: Defer setting NIC enabled by William A. Kennington III · 2 years, 8 months ago
  98. 6bfdf3e ethernet_interface: Defer link down for MAC change by William A. Kennington III · 2 years, 8 months ago
  99. 4209cee ethernet_interface: Remove ip binary invocation by William A. Kennington III · 2 years, 8 months ago
  100. e056484 routing_table: Deduplicate rebuilds by William A. Kennington III · 2 years, 8 months ago