project/netifd.git
2011-07-29 Felix Fietkaus/add_device_user/device_add_user/
2011-07-29 Felix Fietkaus/remove_device_user/device_remove_user/g
2011-07-29 Felix Fietkaus/free_device/device_free/g
2011-07-29 Felix Fietkaus/cleanup_devices/device_free_all/
2011-07-29 Felix Fietkauuse uci_to_blob for creating devices
2011-07-29 Felix Fietkauimplement uci-to-blobmsg conversion as an abstraction...
2011-05-02 Felix Fietkauadd routes/gateway support
2011-05-02 Felix Fietkaumove interface address handling to the device module...
2011-05-02 Felix Fietkauclear all remaining addresses on interface down
2011-05-02 Felix Fietkaumove address handling to common code
2011-04-15 Felix Fietkauremove the DNS option from proto-static, it will be...
2011-04-14 Felix Fietkaufix a compiler warning
2011-04-14 Felix Fietkaumake creating a static proto state more flexible, add...
2011-04-14 Felix Fietkauadd code to set ip addresses when an interface with...
2011-04-14 Felix Fietkaucleanup entry counting loop
2011-04-14 Felix Fietkauadd some code for parsing static ipaddr/ip6addr/netmask
2011-04-13 Felix Fietkauadd a dummy protocol handler for "static"
2011-04-13 Felix Fietkauexport a function to look up a protocol handler
2011-04-13 Felix Fietkauadd a section pointer to the proto attach callback
2011-04-13 Felix Fietkauadd a __init define for constructors
2011-04-13 Felix Fietkauadd functions for setting v4 addresses
2011-04-13 Felix Fietkauadd some infrastructure code for proto handlers
2011-04-13 Felix Fietkaumake avl_strcmp globally visible
2011-04-05 Felix Fietkaumake uci_network static
2011-04-05 Felix Fietkauadd code for cleaning up unused devices mentioned in...
2011-04-05 Felix Fietkauadd a helper function for freeing a device
2011-04-05 Felix Fietkauadd some configuration code for interfaces, bind interf...
2011-04-05 Felix Fietkauadd low level configuration for devices
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