1. bad17c0 ncsi-cmd: Add a new executable for issuing NCSI commands by Jeremy Kerr · 4 months ago
  2. 2d0b48d ncsi: make Interface virtual by Jeremy Kerr · 6 months ago
  3. b788524 ncsi: encapsulate NC-SI commands with NCSICommand / NCSIResponse structs by Jeremy Kerr · 6 months ago
  4. 3f34ff6 ncsi_util: rename Command to NetlinkCommand by Jeremy Kerr · 6 months ago
  5. 147086d ncsi: return command response from sendOemCommand by Jeremy Kerr · 7 months ago
  6. 7f7c085 ncsi: return interface info from Interface::getInfo() by Jeremy Kerr · 7 months ago
  7. 67b159a ncsi: set a default callback if none is provided by Jeremy Kerr · 7 months ago
  8. bea6cde ncsi: remove loop for netlink receive by Jeremy Kerr · 7 months ago
  9. bc22f81 ncsi: move ncsi operations to Interface class by Jeremy Kerr · 8 months ago
  10. 8a76d89 ncsi: log interface types using to_string by Jeremy Kerr · 8 months ago
  11. 8d9af02 ncsi: Create Interface type to wrap a network interface instance by Jeremy Kerr · 8 months ago
  12. de8d666 ncsi: clarify "package" in error message by Jeremy Kerr · 7 months ago
  13. 1f3caed build: use allowed over enabled or not-disabled by Patrick Williams · 6 weeks ago
  14. 5be691c sdbusplus: update meson to v10 format by Patrick Williams · 9 weeks ago
  15. 0ef397a clang-format: re-format for clang-19 by Patrick Williams · 3 months ago
  16. 947454b inventory_mac: skip updating MAC if firstboot file exists by Chanh Nguyen · 6 months ago
  17. ab27a81 Add network static gateway configuration support by Ravi Teja · 1 year, 11 months ago
  18. dce7fe7 sdbusplus: update meson to v9 format by Patrick Williams · 6 months ago
  19. e7bd184 sdbusplus: update meson to v8 format by Patrick Williams · 6 months ago
  20. 5a45606 Add Set Package and Channel Mask to ncsi-netlink utility by Johnathan Mantey · 1 year, 1 month ago
  21. 3865db2 Replace originIsManuallyAssigned with inline test by Johnathan Mantey · 1 year, 6 months ago
  22. 8e3c1fb Use ActivationPolicy to enable/disable network interfaces by Johnathan Mantey · 1 year ago
  23. e010e56 build: upgrade to C++23 by Patrick Williams · 1 year, 7 months ago
  24. 871f163 ibm: hypervisor-network-mgr: adjust includes and fwd declarations by Patrick Williams · 7 months ago
  25. ad20502 clang-format: re-format for clang-18 by Patrick Williams · 7 months ago
  26. 343f818 Fix MD040 warnings by George Liu · 7 months ago
  27. 0cd5bf9 README.md: Fix MD041 warnings by George Liu · 7 months ago
  28. 0659771 Fix MD026 warnings by George Liu · 7 months ago
  29. 11d9db1 Fix MD025 warnings by George Liu · 7 months ago
  30. f74e195 Fix MD033 warnings by George Liu · 7 months ago
  31. 1ebea28 Make Send Command feature more flexible by Johnathan Mantey · 1 year, 1 month ago
  32. d92826d Fix spelling mistakes using codespell by Manojkiran Eda · 9 months ago
  33. 91f6056 IPv4/IPv6 Gateway: Configure GatewayOnLink by Ravi Teja · 11 months ago
  34. c3c6b4c dhcp_configuration: Use the correct file for DHCP settings by William A. Kennington III · 11 months ago
  35. 945878a ethernet_interface: Write an update marker to tmpfs by William A. Kennington III · 11 months ago
  36. fad525c ethernet_interface: Emit DHCP objects after parent by William A. Kennington III · 11 months ago
  37. 44937b1 dhcp_configuration: SendHostname is valid for v4 and v6 by William A. Kennington III · 11 months ago
  38. f179e70 ethernet_interface: Simplify DHCPConfiguration enumeration by William A. Kennington III · 11 months ago
  39. 86d25bb Remove unused BUFSIZE variable by Ravi Teja · 12 months ago
  40. b6595b2 DHCP Config: Add DomainEnabled D-bus property by Ravi Teja · 1 year, 1 month ago
  41. 57dfea9 Configure DHCP4 and DHCP6 parameters independently by Jishnu CM · 1 year, 10 months ago
  42. 581cb0b Avoid writing duplicate DNS entries to config file by nitinkotania · 2 years ago
  43. 46dda59 Handle InvalidArgument error for hostname by Ravi Teja · 1 year, 2 months ago
  44. 1f0052f meson: adjust nlohmann-json dependency by Patrick Williams · 1 year, 3 months ago
  45. 6f256bc clang-format: copy latest and re-format by Patrick Williams · 1 year, 5 months ago
  46. 67eca2d Add Ravi Teja as a reviewer by Ravi Teja · 1 year, 5 months ago
  47. af38fe9 phosphor-networkd: write down the config when GW changes by Yuxiao Zhang · 1 year, 5 months ago
  48. 40f9b3d Remove unrelevant comments by Ravi Teja · 1 year, 5 months ago
  49. 08d3431 Hypervisor Network: Remove unused log header file by Ravi Teja · 1 year, 5 months ago
  50. c53f2ed system_queries: Log NIC up / down actions by William A. Kennington III · 1 year, 6 months ago
  51. 4693807 Fix race condition for mac setting by Yuxiao Zhang · 1 year, 6 months ago
  52. fabe395 Revert "ethernet_interface: Fix link local autoconfiguration functio by Johnathan Mantey · 1 year, 6 months ago
  53. 2eec06d inventory_mac: Fix Update MAC for eth1 by Asmitha Karunanithi · 1 year, 6 months ago
  54. 4f8b9a0 DHCP: Populate nameservers D-bus property from resolv.conf by Ravi Teja · 1 year, 6 months ago
  55. 5c1e160 network_manager: Explicitly capture references in cb by William A. Kennington III · 1 year, 6 months ago
  56. 9caa64d ethernet_interface: Fix configuration by Patrick Rudolph · 1 year, 6 months ago
  57. c990007 regenerate-meson: re-run with latest from sdbusplus by Patrick Williams · 1 year, 11 months ago
  58. b181145 hyp_ethernet_interface: add missing header by Patrick Williams · 1 year, 7 months ago
  59. 05cbc5b ethernet_interface: IPv6 Gateway is dynamic based on RA by William A. Kennington III · 1 year, 8 months ago
  60. cbe5073 ncsi_util: Cleanup joins over ranges by William A. Kennington III · 1 year, 8 months ago
  61. cafc151 treewide: Convert most fmt::format -> std::format by William A. Kennington III · 1 year, 8 months ago
  62. 8664252 treewide: Remove uses of FMT_COMPILE by William A. Kennington III · 1 year, 8 months ago
  63. b740196 treewide: Replace fmt::print with stdplus::print by William A. Kennington III · 1 year, 8 months ago
  64. 2d86eb1 netlink: Use stdplus function_view by William A. Kennington III · 1 year, 8 months ago
  65. 7af5b73 Update the error on deleting a link local address by Jishnu CM · 2 years ago
  66. 86c4f44 Fix IPv4 DHCP address origin by Ravi Teja · 1 year, 8 months ago
  67. c620120 Populate address origin based on ifa_flags by Ravi Teja · 2 years ago
  68. 721d8f7 ethernet_interface: Fix link local autoconfiguration functionality by Tim Lee · 1 year, 8 months ago
  69. 02d87c1 test: Simplify addresses with string literal operators by William A. Kennington III · 1 year, 9 months ago
  70. d40046b treewide: Fix some aditional cases missing pinning by William A. Kennington III · 1 year, 9 months ago
  71. f5151aa network_manager: Upgrade delayed executor to be more generically useful by William A. Kennington III · 1 year, 9 months ago
  72. 30f3ba2 ethernet_interface: Validate IP addresses by William A. Kennington III · 1 year, 9 months ago
  73. bbf5e9e ethernet_interface: Validate gateway IPs by William A. Kennington III · 2 years, 1 month ago
  74. 9ca5c8e ethernet_interface: Empty address also deletes the gateway by William A. Kennington III · 2 years, 3 months ago
  75. d4ff731 ethernet_interface: Refactor gateway setting by William A. Kennington III · 2 years, 1 month ago
  76. af77f82 treewide: Add clang-tidy by William A. Kennington III · 1 year, 9 months ago
  77. 9b2a20d types: Migrate to stdplus ip by William A. Kennington III · 1 year, 9 months ago
  78. e8af05c types: Migrate to stdplus endian by William A. Kennington III · 1 year, 9 months ago
  79. b7d6a1a types: Migrate to stdplus EtherAddr by William A. Kennington III · 1 year, 9 months ago
  80. 11b59a3 types: Migrate to stdplus hash by William A. Kennington III · 1 year, 9 months ago
  81. 60903ee types: Migrate to stdplus string maps by William A. Kennington III · 1 year, 9 months ago
  82. 0d76382 rtnetlink_server: Ignore errors on ignored interfaces by William A. Kennington III · 2 years ago
  83. 9c441fd treewide: Ignore non-ethernet devices by William A. Kennington III · 2 years, 1 month ago
  84. a748530 ethernet_interface: Remove unused try blocks by William A. Kennington III · 1 year, 10 months ago
  85. 1d25ca4 treewide: Make logging variables more consistent by William A. Kennington III · 1 year, 10 months ago
  86. 89d734b clang-format: copy latest and re-format by Patrick Williams · 1 year, 10 months ago
  87. f78a415 logging: switch networkd static_library to lg2 by Jagpal Singh Gill · 1 year, 11 months ago
  88. a2947b4 logging: switch networkd static_library to lg2 by Jagpal Singh Gill · 1 year, 11 months ago
  89. 49f9d25 logging: switch phosphor-network-manager exe to lg2 by Jagpal Singh Gill · 1 year, 11 months ago
  90. 7eb07c2 logging: switch hyp-network-manager to lg2 by Jagpal Singh Gill · 1 year, 11 months ago
  91. d423beb logging: switch ncsi-netlink to lg2 by Jagpal Singh Gill · 1 year, 11 months ago
  92. b03a760 regenerate-meson: re-run with latest from sdbusplus by Patrick Williams · 1 year, 11 months ago
  93. 0c671a1 sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 11 months ago
  94. cc7f5bf meson: remove deprecated get_pkgconfig_variable by Patrick Williams · 1 year, 11 months ago
  95. c8a5b7b Add DHCP functionalities to hypervisor eth interfaces by Asmitha Karunanithi · 2 years, 8 months ago
  96. c24de88 Add ethernet objects under hypervisor network obj by Asmitha Karunanithi · 3 years, 9 months ago
  97. d43d12e Add Johnathan Mantey to reviewers list by Johnathan Mantey · 2 years ago
  98. a7cd46f treewide: remove dependencies on mapper.target by Brad Bishop · 2 years, 1 month ago
  99. de333e1 inventory_mac: fix inventory sync by Patrick Williams · 2 years, 1 month ago
  100. a307b11 gen: update due to sdbusplus-gen-meson change by Patrick Williams · 2 years, 2 months ago