summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2011-09-05extend the ubus interface to allow adding/removing hotplug interfacesFelix Fietkau
2011-09-04remove the uci dependency from protocol handlersFelix Fietkau
2011-09-04remove an unnecessary typedefFelix Fietkau
2011-09-04fix compiler warningsFelix Fietkau
2011-09-04make device_claim/device_release operate on the device_user instead of the de...Felix Fietkau
2011-09-04trigger proto attach from config.cFelix Fietkau
2011-09-04use list_add_tail instead of list_addFelix Fietkau
2011-09-04add another ifname to the test configFelix Fietkau
2011-09-04do not reverse bridge member devices orderFelix Fietkau
2011-09-04make interface:ifname a string instead of an arrayFelix Fietkau
2011-09-04make bridge configuration more dynamicFelix Fietkau
2011-07-29add support for multiple config_param_list::next pointersFelix Fietkau
2011-07-29s/broadcast_device_event/device_broadcast_event/Felix Fietkau
2011-07-29s/config_device_inits/config_init_devices/Felix Fietkau
2011-07-29s/alloc_interface/interface_alloc/Felix Fietkau
2011-07-29s/free_interface/interface_free/Felix Fietkau
2011-07-29s/get_interface/interface_get/Felix Fietkau
2011-07-29s/start_pending_interfaces/interface_start_pending/Felix Fietkau
2011-07-29s/set_interface_down/interface_set_down/Felix Fietkau
2011-07-29s/set_interface_up/interface_set_up/Felix Fietkau
2011-07-29reorder functionFelix Fietkau
2011-07-29s/release_device/device_release/Felix Fietkau
2011-07-29s/claim_device/device_claim/Felix Fietkau
2011-07-29s/init_virtual_device/device_init_virtual/Felix Fietkau
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