summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2011-07-29use uci_to_blob for creating devicesFelix Fietkau
2011-07-29implement uci-to-blobmsg conversion as an abstraction between uci and the ↵Felix Fietkau
rest of netifd
2011-05-03add routes/gateway supportFelix Fietkau
2011-05-02move interface address handling to the device module, clean up arguments to ↵Felix Fietkau
system_{add,del}_addr
2011-05-02clear all remaining addresses on interface downFelix Fietkau
2011-05-02move address handling to common codeFelix Fietkau
2011-04-15remove the DNS option from proto-static, it will be handled by generic codeFelix Fietkau
2011-04-15fix a compiler warningFelix Fietkau
2011-04-15make creating a static proto state more flexible, add support for parsing ↵Felix Fietkau
gateways
2011-04-14add code to set ip addresses when an interface with the static proto is ↵Felix Fietkau
brought up
2011-04-14cleanup entry counting loopFelix Fietkau
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 ↵Felix Fietkau
protocol handler, move the iface pointer to the proto state
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