summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2011-07-29s/init_device/device_init/Felix Fietkau
2011-07-29s/get_device/device_get/Felix Fietkau
2011-07-29s/cleanup_device/device_cleanup/Felix Fietkau
2011-07-29s/set_device_present/device_set_present/Felix Fietkau
2011-07-29s/add_device_user/device_add_user/Felix Fietkau
2011-07-29s/remove_device_user/device_remove_user/gFelix Fietkau
2011-07-29s/free_device/device_free/gFelix Fietkau
2011-07-29s/cleanup_devices/device_free_all/Felix Fietkau
2011-07-29use uci_to_blob for creating devicesFelix Fietkau
2011-07-29implement uci-to-blobmsg conversion as an abstraction between uci and the res...Felix Fietkau
2011-05-03add routes/gateway supportFelix Fietkau
2011-05-02move interface address handling to the device module, clean up arguments to s...Felix Fietkau
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 gat...Felix Fietkau
2011-04-14add code to set ip addresses when an interface with the static proto is broug...Felix Fietkau
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 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