- de70ccf treewide: Move timers out of networkd lib scope by William A. Kennington III · 2 years ago
- d6bd8fb util: Remove charconv by William A. Kennington III · 2 years ago
- 0b111d4 inventory_mac: Migrate code out of other places by William A. Kennington III · 2 years, 1 month ago
- 6d21751 system_queries: Add netlink based delete by William A. Kennington III · 2 years ago
- 4a688fc util: Reduce error messages for config options by William A. Kennington III · 2 years ago
- 01c816f util: Simplify addFromBuf by William A. Kennington III · 2 years ago
- 3becda7 util: Remove unused isValidIP by William A. Kennington III · 2 years ago
- 186099d util: Remove unused isValidPrefix by William A. Kennington III · 2 years ago
- b01d08f types: Add constexpr ether_addr parser by William A. Kennington III · 2 years ago
- fd862be system_queries: Get Interface Info from netlink by William A. Kennington III · 2 years, 1 month ago
- bb0eacc types: Flesh out address comparison and string formatting by William A. Kennington III · 2 years ago
- 2e09d27 system_queries: Migrate system queries into a single place by William A. Kennington III · 2 years, 1 month ago
- 9644479 network_manager: Allow direct access to interfaces by William A. Kennington III · 2 years, 1 month ago
- ff12acb util: Add non-family isValidIP by William A. Kennington III · 2 years, 1 month ago
- d07c086 util: Refactor IP toString by William A. Kennington III · 2 years, 1 month ago
- 9f22830 util: isValidIP should be noexcept by William A. Kennington III · 2 years, 1 month ago
- 97b5dc6 util: Refactor addrFromBuf by William A. Kennington III · 2 years, 1 month ago
- 72412c9 util: Remove unused toMask by William A. Kennington III · 2 years, 1 month ago
- e5a48ab util: Refactor isValidPrefix to reduce address family re-use by William A. Kennington III · 6 years ago
- feb7aab util: Fix mac truncation by William A. Kennington III · 2 years, 1 month ago
- f7dce2e Move InterfaceList back to set by Willy Tu · 2 years, 1 month ago
- 69f4554 util: Cleanup usage of string types by William A. Kennington III · 2 years, 1 month ago
- 95530ec treewide: Cleanup unused includes by William A. Kennington III · 2 years, 3 months ago
- e94c9ff util: Combine systemd value parsers by William A. Kennington III · 2 years, 3 months ago
- 8060c0d ethernet_interface: Support DHCP4/6 Properties by William A. Kennington III · 2 years, 3 months ago
- 324d260 network_config: Sync default values by William A. Kennington III · 2 years, 3 months ago
- 34bb3e2 config_parser: Allow modifying Parser map by William A. Kennington III · 2 years, 3 months ago
- e21a5cf config_parser: Split up sections by William A. Kennington III · 2 years, 3 months ago
- a520a39 config_parser: Reduce number of file reads by William A. Kennington III · 2 years, 3 months ago
- 150753f config_parser: Add common boolean parser by William A. Kennington III · 2 years, 3 months ago
- 25511a1 config_parser: Cleanups and modern c++ standards by William A. Kennington III · 2 years, 3 months ago
- c2e5e0e ipaddress: Parse from netlink by William A. Kennington III · 6 years ago
- c38b071 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 3 months ago
- 1c77602 util: fromString: Reduce string allocations by William A. Kennington III · 2 years, 10 months ago
- da0b1d4 util: enhance MAC address parsing by Potin Lai · 2 years, 10 months ago
- 1bbe3d1 build: Split c++ sources into a subdirectory by William A. Kennington III · 3 years, 6 months ago[Renamed from util.cpp]
- de433b7 network_manager: JSON is only used for SYNC_MAC by William A. Kennington III · 3 years, 6 months ago
- 6f39c5e sources: Fix ifdefs by William A. Kennington III · 3 years, 6 months ago
- ee5b2c9 util: Remove temporary strings in getIgnoredInterfaces by William A. Kennington III · 3 years, 6 months ago
- efda98b Ignore the interfaces defined in IGNORED_INTERFACES by Lei YU · 3 years, 8 months ago
- 307554e Get ignored interfaces from environment by Lei YU · 3 years, 8 months ago
- 3894ce7 Re-organize internal namespace by Lei YU · 3 years, 8 months ago
- a1b897e util: Collapse toCidr functions by William A. Kennington III · 3 years, 7 months ago
- a3b14dc Fix __builtin_ctz related bug by Lei YU · 3 years, 7 months ago
- 359623e Improved IPv6 netmask parsing by Johnathan Mantey · 3 years, 9 months ago
- 983da55 Fix representation IPv6 DNS servers by Alexander Filippov · 3 years, 9 months ago
- 86f659e Fix core dump when invalid MAC is configured by Asmitha Karunanithi · 3 years, 10 months ago
- 7f9c668 ethernet_interface: Remove local admin MAC check by William A. Kennington III · 6 years ago
- 817012a Enhance DHCP beyond just OFF and IPv4/IPv6 enabled. by Johnathan Mantey · 4 years, 9 months ago
- a879baa filesystem is not experimental anymore since c++17 by Manojkiran Eda · 4 years, 5 months ago
- cc099a8 Enable Fist Boot Set MAC Feature for Network Service by Manojkiran Eda · 4 years, 6 months ago
- 12beaad util: Replace raw struct functions with stdplus by William A. Kennington III · 4 years, 5 months ago
- dbd328d Correct the MAC address format in Redfish by Karthick Sundarrajan · 5 years ago
- 38a63c3 Add two MAC addresses support for Mihawk's 2 NICs by Alvin Wang · 5 years ago
- 7b9e8bd ethernet_interface: Fix u-boot MAC environment variable by William A. Kennington III · 6 years ago
- f8c78f2 ethernet_interface: Get rid of address gateway usage by William A. Kennington III · 6 years ago
- 1137a97 util: Clean up MAC address formatting by William A. Kennington III · 6 years ago
- 6ca08d8 types: Remove custom MacAddr type by William A. Kennington III · 6 years ago
- f273d2b util: Don't ignore non-running interfaces by William A. Kennington III · 6 years ago
- a14879e util: Add a MacAddr population function by William A. Kennington III · 6 years ago
- a00b1c3 util: Add InAddrAny population function by William A. Kennington III · 6 years ago
- 5058f57 util: Add a function for converting IP bytes to strings by William A. Kennington III · 6 years ago
- d27410f util: Add a function for converting MAC addresses by William A. Kennington III · 6 years ago
- 450b346 Don't report/commit the error by Ratan Gupta · 6 years ago
- 79e4415 Fix std::variant usage by William A. Kennington III · 6 years ago
- 57d9c50 clang-format: Update to match docs repo by Gunnar Mills · 6 years ago
- 189d44e reorder headers by Patrick Venture · 6 years ago
- 02653ca Use s.c_str() in log messages by Joseph Reynolds · 6 years ago
- 269501c Add IPv6 addresses to Dbus by David Cobbley · 6 years ago
- c27170a Reduce journal logs by Ratan Gupta · 7 years ago
- d75f049 Spelling fixes by Gunnar Mills · 7 years ago
- 66b974d IP Address use case validation by Nagaraju Goruganti · 7 years ago
- fd4b0f0 Implement getInterfaces in util by Ratan Gupta · 7 years ago
- a251a78 Grammar fixes for util.cpp by Gunnar Mills · 7 years ago
- bd303b1 Implement Set function for MAC address by Ratan Gupta · 7 years ago
- 56187e7 Move getDHCPValue function to util by Ratan Gupta · 7 years ago
- bc88629 vlan: implement delete interface by Ratan Gupta · 7 years ago
- 068a8cf Implement generic restart systemd unit function by Ratan Gupta · 7 years ago
- 3681a50 Move function from network manager to utility function by Ratan Gupta · 7 years ago
- 11cef80 Fetch the network portion of the IP address by Ratan Gupta · 7 years ago
- 8804feb Add the network utility file by Ratan Gupta · 7 years ago