summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make creating a static proto state more flexible, add support for parsing gat...Felix Fietkau2011-04-151-43/+76
* add code to set ip addresses when an interface with the static proto is broug...Felix Fietkau2011-04-141-6/+48
* cleanup entry counting loopFelix Fietkau2011-04-141-6/+14
* add some code for parsing static ipaddr/ip6addr/netmaskFelix Fietkau2011-04-141-4/+184
* add a dummy protocol handler for "static"Felix Fietkau2011-04-132-1/+53
* export a function to look up a protocol handlerFelix Fietkau2011-04-132-7/+20
* add a section pointer to the proto attach callbackFelix Fietkau2011-04-132-2/+8
* add a __init define for constructorsFelix Fietkau2011-04-132-3/+3
* add functions for setting v4 addressesFelix Fietkau2011-04-132-0/+32
* add some infrastructure code for proto handlersFelix Fietkau2011-04-136-14/+83
* make avl_strcmp globally visibleFelix Fietkau2011-04-133-5/+6
* make uci_network staticFelix Fietkau2011-04-051-1/+1
* add code for cleaning up unused devices mentioned in the configFelix Fietkau2011-04-054-0/+19
* add a helper function for freeing a deviceFelix Fietkau2011-04-052-3/+9
* add some configuration code for interfaces, bind interfaces to regular devicesFelix Fietkau2011-04-051-6/+33
* add low level configuration for devicesFelix Fietkau2011-04-053-4/+136
* prevent autostart of interfaces during config initFelix Fietkau2011-04-054-1/+20
* fix duplicate device release on interface downFelix Fietkau2011-04-031-1/+0
* document PROTO_FLAG_IMMEDIATEFelix Fietkau2011-04-031-0/+4
* move immediate protocol state transitions to a wrapper functionFelix Fietkau2011-04-033-13/+35
* interface -> deviceFelix Fietkau2011-04-031-3/+3
* initialize device names earlierFelix Fietkau2011-04-031-3/+3
* clean up variable names (llif -> dev)Felix Fietkau2011-04-031-9/+9
* rework includesFelix Fietkau2011-03-298-3/+13
* move the device event broadcasts outside of the set_state callbackFelix Fietkau2011-03-291-10/+13
* document protocol handler state changesFelix Fietkau2011-03-291-1/+30
* fix handling duplicate IFS_DOWN eventsFelix Fietkau2011-03-291-9/+16
* document changes to the interface state typeFelix Fietkau2011-03-291-3/+10
* add rudimentary protocol handlingFelix Fietkau2011-03-296-50/+166
* restructure the proto state, add a callback for notifications by the protocol...Felix Fietkau2011-03-282-4/+14
* remove a few comments clarified in the design documentationFelix Fietkau2011-03-281-5/+0
* add some preliminary design documentationFelix Fietkau2011-03-281-0/+100
* remove some comments - will be better described in the design documentationFelix Fietkau2011-03-281-13/+0
* allow longer interface namesFelix Fietkau2011-03-281-1/+1
* remove an unnecessary inlineFelix Fietkau2011-03-281-1/+1
* remove an unnecessary checkFelix Fietkau2011-03-281-1/+1
* add error reporting supportFelix Fietkau2011-03-283-5/+97
* adjust for ubus api changesFelix Fietkau2011-03-271-29/+9
* add the status method to the signatureFelix Fietkau2011-03-271-0/+3
* move all device data to its own table to prevent namespace collisionsFelix Fietkau2011-03-271-3/+10
* implement a dump status call for bridge devicesFelix Fietkau2011-03-271-0/+17
* add a callback for dumping device status informationFelix Fietkau2011-03-272-0/+4
* add a simple status callback for network interfacesFelix Fietkau2011-03-271-0/+29
* add a function for adding a virtual device (not tracked in the avl tree)Felix Fietkau2011-03-272-9/+18
* add an example script for ifup/ifdownFelix Fietkau2011-03-272-0/+21
* fix interface object type nameFelix Fietkau2011-03-271-1/+1
* Initial importFelix Fietkau2011-03-2715-0/+1423