project/netifd.git
2011-04-05 Felix Fietkauprevent autostart of interfaces during config init
2011-04-03 Felix Fietkaufix duplicate device release on interface down
2011-04-03 Felix Fietkaudocument PROTO_FLAG_IMMEDIATE
2011-04-03 Felix Fietkaumove immediate protocol state transitions to a wrapper...
2011-04-03 Felix Fietkauinterface -> device
2011-04-03 Felix Fietkauinitialize device names earlier
2011-04-03 Felix Fietkauclean up variable names (llif -> dev)
2011-03-29 Felix Fietkaurework includes
2011-03-29 Felix Fietkaumove the device event broadcasts outside of the set_sta...
2011-03-28 Felix Fietkaudocument protocol handler state changes
2011-03-28 Felix Fietkaufix handling duplicate IFS_DOWN events
2011-03-28 Felix Fietkaudocument changes to the interface state type
2011-03-28 Felix Fietkauadd rudimentary protocol handling
2011-03-28 Felix Fietkaurestructure the proto state, add a callback for notific...
2011-03-28 Felix Fietkauremove a few comments clarified in the design documentation
2011-03-28 Felix Fietkauadd some preliminary design documentation
2011-03-28 Felix Fietkauremove some comments - will be better described in...
2011-03-28 Felix Fietkauallow longer interface names
2011-03-28 Felix Fietkauremove an unnecessary inline
2011-03-28 Felix Fietkauremove an unnecessary check
2011-03-27 Felix Fietkauadd error reporting support
2011-03-27 Felix Fietkauadjust for ubus api changes
2011-03-27 Felix Fietkauadd the status method to the signature
2011-03-27 Felix Fietkaumove all device data to its own table to prevent namesp...
2011-03-27 Felix Fietkauimplement a dump status call for bridge devices
2011-03-27 Felix Fietkauadd a callback for dumping device status information
2011-03-27 Felix Fietkauadd a simple status callback for network interfaces
2011-03-27 Felix Fietkauadd a function for adding a virtual device (not tracked...
2011-03-27 Felix Fietkauadd an example script for ifup/ifdown
2011-03-27 Felix Fietkaufix interface object type name
2011-03-27 Felix FietkauInitial import