]> git.ipfire.org Git - network.git/history - src
Makefile: Fix typo in localstatedir
[network.git] / src /
2023-06-11  Michael Tremerutil: Drop nw_ftw
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-11  Michael Tremerlink: Skip uevent when the device is renaming
2023-06-10  Michael Tremerlinks: Initialize udev device when links are created
2023-06-10  Michael Tremernetworkd: Handle any uevents for links
2023-06-10  Michael Tremerlogging: Add WARNING log level
2023-06-09  Michael Tremerports: Add scaffolding for physical Ethernet interfaces
2023-06-09  Michael Tremerlink: Add device stuff to JSON output
2023-06-09  Michael Tremerports: Add link stuff to JSON output
2023-06-09  Michael Tremernetworkctl: Implement scaffolding to show ports
2023-06-09  Michael Tremernetworkctl: Move describe into an own function
2023-06-09  Michael Tremernetworkctl: Add color functions
2023-06-09  Michael Tremerconfig: Add string buffer type
2023-06-09  Michael Tremerports: Add support for VETH
2023-06-09  Michael Tremernetworkd: json: Include string.h
2023-06-09  Michael Tremerports: bonding: Use correct enum for mode
2023-06-09  Michael Tremerports: Refactor enumerating ports
2023-06-09  Michael Tremernetworkctl: Terminate after showing help or version
2023-06-09  Michael Tremernetworkd: Hold a file descriptor instead of DIR*
2023-06-09  Michael Tremernetworkd: Open config directory and keep a handle to it
2023-06-09  Michael Tremernetworkd: Parse command line arguments
2023-06-08  Michael Tremerstring: Have all functions return negative values on...
2023-06-08  Michael Tremerdaemon: Don't crash when a port could not be loaded
2023-06-08  Michael Tremerports: VLAN: Validate configuration
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 Tremerports: VLAN: Make all constants uppercase
2023-06-08  Michael Tremerports: Store the parent name
2023-06-08  Michael Tremerconfig: Implement option that looks up string tables
2023-06-08  Michael Tremerstring: Define an own type for string tables
2023-06-08  Michael Tremerconfig: Add data pointer to callbacks
2023-06-08  Michael Tremerconfig: Rename "data" to "value" as it holds a referenc...
2023-06-08  Michael Tremerports: bonding: Convert mode to string table
2023-06-08  Michael Tremerconfig: Extend the parser to easier read/write configs
2023-06-07  Michael Tremerports: VLAN: Implement choosing a protocol
2023-06-07  Michael Tremerstring: Add macros to easily define string table lookups
2023-06-06  Michael Tremernetworkctl: Implement "dump" command for ports which...
2023-06-06  Michael Tremernetworkctl: Fix parsing commands
2023-06-05  Michael Tremerports: Add bus method to export port information as...
2023-06-05  Michael Tremerconfig: Compare truthiness case-insensitively
2023-06-05  Michael Tremerports: Implement a function the generally fetches the...
2023-06-05  Michael Tremernetworkctl: Fix typo in bus method name
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: Log when we created a random Ethernet address
2023-06-04  Michael Tremerports: Constify info struct
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 Tremerdaemon: Fix return code handling when listing ports...
2023-06-04  Michael Tremerports: Implement listing ports over DBus
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-15  Michael Tremerconfig: Avoid adding empty line after integers
2023-04-15  Michael Tremerconfig: Fail if there is garbage after intergers
2023-04-15  Michael Tremeraddress: Fix output buffer size when formatting MAC...
2023-04-14  Michael Tremernetworkd: Collect stats regulary and emit them on dbus
2023-04-14  Michael Tremernetworkd: daemon: Correctly store reference to bus
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: config: Add functions to handle boolean values
2023-04-14  Michael Tremernetworkd: zones: Keep a permanent reference to links
2023-04-14  Michael Tremernetworkd: ports: Keep a permanent reference to links
2023-04-14  Michael Tremernetworkd: Fix finding links by name
2023-04-14  Michael Tremernetworkctl: Implement "zone list" command
2023-04-14  Michael Tremernetworkd: Implement ListZones bus command
2023-03-01  Michael Tremernetworkctl: Implement a basic command dispatcher
2023-03-01  Michael Tremernetworkctl: Add some help and version arguments
2023-03-01  Michael Tremernetworkctl: Connect to the system bus
2023-03-01  Michael Tremernetworkctl: Create some scaffolding
2023-03-01  Michael Tremernetworkd: Install in /usr/lib/network
2023-02-13  Michael Tremernetworkd: Log to journald
2023-02-13  Michael Tremernetworkd: Add methods to check zones/ports for carrier
2023-02-13  Michael Tremernetworkd: Add function to check whether a link has...
2023-02-13  Michael Tremernetworkd: Store operstate, too
2023-02-13  Michael Tremernetworkd: Store any flags
2023-02-11  Michael Tremernetworkd: Save configuration when the daemon exits
2023-02-11  Michael Tremernetworkd: Refactor enumerating zones
2023-02-11  Michael Tremernetworkd: Store a reference to the daemon in zone
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: address: Fix buffer to Ethernet address strings
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: 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
next