]> git.ipfire.org Git - people/ms/network.git/history - src/networkd/port.h
Makefile: Fix typo in localstatedir
[people/ms/network.git] / src / networkd / port.h
2023-06-11  Michael TremerDrop unused configuration file paths
2023-06-11  Michael Tremerzones: Move "struct nw_zone" into header
2023-06-11  Michael Tremernetworkd: Implement smarter handling of the configurati...
2023-06-09  Michael Tremerports: Add scaffolding for physical Ethernet interfaces
2023-06-09  Michael Tremerports: Add support for VETH
2023-06-09  Michael Tremerports: Refactor enumerating ports
2023-06-08  Michael Tremerports: Implement scaffolding for configuration
2023-06-08  Michael Tremerports: Drop UNKNOWN type
2023-06-08  Michael Tremerports: Move VLAN constants to VLAN header
2023-06-08  Michael Tremerports: Unify type
2023-06-08  Michael Tremerconfig: Extend the parser to easier read/write configs
2023-06-05  Michael Tremerports: Add bus method to export port information as...
2023-06-05  Michael Tremerports: Implement a function the generally fetches the...
2023-06-05  Michael Tremerports: Move VLAN settings into its own header file
2023-06-05  Michael Tremerports: Add the most basic supports for bonding
2023-06-04  Michael Tremerports: Constify info struct
2023-06-04  Michael Tremerports: Rename the ops struct as we will need to store...
2023-06-04  Michael Tremerports: Implement creating links from ports
2023-06-04  Michael Tremerports: Move VLAN stuff into its own file
2023-06-04  Michael Tremerports: Create scaffolding for operations struct
2023-04-15  Michael Tremerports: Implement destroying a port
2023-04-15  Michael Tremerport: Implement reading/writing VLAN settings
2023-04-15  Michael Tremerports: Require type to be set at all times
2023-04-14  Michael Tremernetworkd: Collect stats regulary and emit them on dbus
2023-04-14  Michael Tremernetworkd: Automatically reference/dereference links...
2023-04-14  Michael Tremernetworkd: Try to reconfigure all ports and zones on...
2023-02-13  Michael Tremernetworkd: Add methods to check zones/ports for carrier
2023-02-11  Michael Tremernetworkd: Save configuration when the daemon exits
2023-02-11  Michael Tremernetworkd: Use typedef to keep type names shorter
2023-02-11  Michael Tremernetworkd: Add method to fetch corresponding link to...
2023-02-11  Michael Tremernetworkd: ports: Export Ethernet address over dbus
2023-02-11  Michael Tremernetworkd: Export ports over dbus
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 scaffolding for ports