]> git.ipfire.org Git - network.git/history - src/networkd
networkd: Introduce address flags for better readability
[network.git] / src / networkd /
2023-02-11  Michael Tremernetworkd: Introduce address flags for better readability
2023-02-11  Michael Tremernetworkd: Generate a random Ethernet address for ports
2023-02-11  Michael Tremernetworkd: Read Ethernet address from configuration
2023-02-11  Michael Tremernetworkd: Perform port setup from configuration
2023-02-11  Michael Tremernetworkd: Enumerate ports on startup
2023-02-10  Michael Tremernetworkd: Add port container
2023-02-10  Michael Tremernetworkd: Add scaffolding for ports
2023-02-10  Michael Tremernetworkd: config: Implement reading configuration files
2023-02-10  Michael Tremernetworkd: config: Actually return entry instead of...
2023-02-10  Michael Tremernetworkd: Read link MTU
2023-02-10  Michael Tremernetworkd: Import interface name
2023-02-10  Michael Tremernetworkd: Only add link if we created it
2023-02-09  Michael Tremernetworkd: Create a link object for each interface
2023-02-09  Michael Tremernetworkd: Enumerate all links on startup
2023-02-09  Michael Tremernetworkd: Add a container for links
2023-02-09  Michael Tremernetworkd: Add a link object
2023-02-09  Michael Tremernetworkd: Connect to the kernel's netlink interface
2023-02-05  Michael Tremernetworkd: Drop all capabilities except a few we would...
2023-02-05  Michael Tremernetworkd: Change to a non-privileged user right away
2023-02-05  Michael Tremernetworkd: Connect to udev
2023-02-04  Michael Tremernetworkd: Add a test bus property to set the MTU
2023-02-02  Michael Tremernetworkd: Split daemon bus implementation into a separa...
2023-02-02  Michael Tremernetworkd: Return zone when it is being accessed by...
2023-02-02  Michael Tremernetworkd: Implement enumerating zones on the bus
2023-02-02  Michael Tremernetworkd: Move zone list into an own object
2023-02-01  Michael Tremernetworkd: Pass daemon to all functions called by the bus
2023-02-01  Michael Tremernetworkd: Add a dummy bus implementation for zones
2023-02-01  Michael Tremernetworkd: bus: Create a unified function to register...
2023-02-01  Michael Tremernetworkd: Read all zones from configuration
2023-02-01  Michael Tremernetworkd: zones: Try to read configuration automatically
2023-02-01  Michael Tremernetworkd: Store the path with the configuration object
2023-02-01  Michael Tremernetworkd: Change config read functions to not create...
2023-02-01  Michael Tremernetworkd: config: Split flushing all entries into a...
2023-02-01  Michael Tremernetworkd: Asynchronously register to the bus
2023-02-01  Michael Tremernetworkd: Fully implement bus handler for Reload
2023-02-01  Michael Tremernetworkd: Install a systemd service file
2023-01-30  Michael Tremernetworkd: Call function when we are connected to dbus
2023-01-30  Michael Tremernetworkd: Install some simple PolicyKit policy
2023-01-30  Michael Tremernetworkd: Move systemd notifications into daemon object
2023-01-30  Michael Tremernetworkd: Install a dbus policy
2023-01-30  Michael Tremernetworkd: Install a dbus service file
2023-01-30  Michael Tremernetworkd: Add scaffolding for zones
2023-01-30  Michael Tremernetworkd: Set configuration path from build scripts
2023-01-30  Michael Tremernetworkd: Read main configuration file
2023-01-30  Michael Tremernetworkd: Implement writing configuration files
2023-01-30  Michael Tremernetworkd: Implement reading configuration values
2023-01-30  Michael Tremernetworkd: Implement setting configuration values
2023-01-30  Michael Tremernetworkd: Add scaffolding to read configuration files
2023-01-30  Michael Tremernetworkd: Add scaffolding for config objects
2023-01-30  Michael Tremernetworkd: Add scaffolding to connect to dbus
2023-01-29  Michael Tremernetworkd: Add scaffolding to reload the daemon
2023-01-29  Michael Tremernetworkd: Register SIGTERM/SIGINT/SIGHUP
2023-01-29  Michael Tremernetworkd: Add some very simple logging
2023-01-29  Michael Tremernetworkd: Enable the service watchdog
2023-01-29  Michael Tremernetworkd: Create an event loop
2023-01-29  Michael Tremernetworkd: Create a simple daemon class
2023-01-29  Michael Tremernetworkd: Tell systemd about the daemon status
2023-01-29  Michael TremerMakefile: Add scaffolding for networkd