summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2011-04-14add some code for parsing static ipaddr/ip6addr/netmaskFelix Fietkau
2011-04-13add a dummy protocol handler for "static"Felix Fietkau
2011-04-13export a function to look up a protocol handlerFelix Fietkau
2011-04-13add a section pointer to the proto attach callbackFelix Fietkau
2011-04-13add a __init define for constructorsFelix Fietkau
2011-04-13add functions for setting v4 addressesFelix Fietkau
2011-04-13add some infrastructure code for proto handlersFelix Fietkau
2011-04-13make avl_strcmp globally visibleFelix Fietkau
2011-04-05make uci_network staticFelix Fietkau
2011-04-05add code for cleaning up unused devices mentioned in the configFelix Fietkau
2011-04-05add a helper function for freeing a deviceFelix Fietkau
2011-04-05add some configuration code for interfaces, bind interfaces to regular devicesFelix Fietkau
2011-04-05add low level configuration for devicesFelix Fietkau
2011-04-05prevent autostart of interfaces during config initFelix Fietkau
2011-04-03fix duplicate device release on interface downFelix Fietkau
2011-04-03document PROTO_FLAG_IMMEDIATEFelix Fietkau
2011-04-03move immediate protocol state transitions to a wrapper functionFelix Fietkau
2011-04-03interface -> deviceFelix Fietkau
2011-04-03initialize device names earlierFelix Fietkau
2011-04-03clean up variable names (llif -> dev)Felix Fietkau
2011-03-29rework includesFelix Fietkau
2011-03-29move the device event broadcasts outside of the set_state callbackFelix Fietkau
2011-03-29document protocol handler state changesFelix Fietkau
2011-03-29fix handling duplicate IFS_DOWN eventsFelix Fietkau
2011-03-29document changes to the interface state typeFelix Fietkau
2011-03-29add rudimentary protocol handlingFelix Fietkau
2011-03-28restructure the proto state, add a callback for notifications by the protocol...Felix Fietkau
2011-03-28remove a few comments clarified in the design documentationFelix Fietkau
2011-03-28add some preliminary design documentationFelix Fietkau
2011-03-28remove some comments - will be better described in the design documentationFelix Fietkau
2011-03-28allow longer interface namesFelix Fietkau
2011-03-28remove an unnecessary inlineFelix Fietkau
2011-03-28remove an unnecessary checkFelix Fietkau
2011-03-28add error reporting supportFelix Fietkau
2011-03-27adjust for ubus api changesFelix Fietkau
2011-03-27add the status method to the signatureFelix Fietkau
2011-03-27move all device data to its own table to prevent namespace collisionsFelix Fietkau
2011-03-27implement a dump status call for bridge devicesFelix Fietkau
2011-03-27add a callback for dumping device status informationFelix Fietkau
2011-03-27add a simple status callback for network interfacesFelix Fietkau
2011-03-27add a function for adding a virtual device (not tracked in the avl tree)Felix Fietkau
2011-03-27add an example script for ifup/ifdownFelix Fietkau
2011-03-27fix interface object type nameFelix Fietkau
2011-03-27Initial importFelix Fietkau