]> git.ipfire.org Git - people/ms/network.git/history - src/networkd/port.c
Makefile: Fix typo in localstatedir
[people/ms/network.git] / src / networkd / port.c
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 link stuff to JSON output
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: 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: Add the most basic supports for bonding
2023-06-04  Michael Tremerports: Log when we created a random Ethernet address
2023-06-04  Michael Tremerports: Show message when creating ports
2023-06-04  Michael Tremerports: Set the configure MAC address when creating...
2023-06-04  Michael Tremerports: Do not expect to come back after creating links
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: ports: Create dummy function to create links
2023-04-14  Michael Tremernetworkd: Automatically reference/dereference links...
2023-04-14  Michael Tremernetworkd: Implement deleting links
2023-04-14  Michael Tremernetworkd: Try to reconfigure all ports and zones on...
2023-04-14  Michael Tremernetworkd: ports: Keep a permanent reference to links
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: Check if Ethernet addresses from config are...
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-10  Michael Tremernetworkd: Add scaffolding for ports