summaryrefslogtreecommitdiffhomepage
path: root/interface.c
AgeCommit message (Expand)Author
2011-10-10add interface uptime to the status infoFelix Fietkau
2011-10-07add support for calls to a hotplug script on interface state changesFelix Fietkau
2011-10-06delete interfaces from the avl tree on freeFelix Fietkau
2011-10-06detect interface configuration changesFelix Fietkau
2011-10-06delay bringup of interfaces until after the config reloadFelix Fietkau
2011-10-05clear interface errors on interface cleanupFelix Fietkau
2011-10-05clear errors on interface reloadFelix Fietkau
2011-10-05s/clear_interface_errors/interface_clear_errors/Felix Fietkau
2011-10-05do not override iface->autostart on config reloadFelix Fietkau
2011-10-05minor cleanupFelix Fietkau
2011-10-05add a debug message showing interface availability changesFelix Fietkau
2011-10-05add better debug messages for interface create/remove/updateFelix Fietkau
2011-10-03add some more interface reload fixesFelix Fietkau
2011-10-03on interface free, remove the main_dev user if still presentFelix Fietkau
2011-10-03more changes for config reload handlingFelix Fietkau
2011-10-02add some code for properly tearing down, reloading and removing interfacesFelix Fietkau
2011-10-02manage interfaces via vlistFelix Fietkau
2011-09-28interface: don't segfault with an unknown protocolSteven Barth
2011-09-11add a protocol event for link lossFelix Fietkau
2011-09-11proto-shell: add l3 interface claim/releaseFelix Fietkau
2011-09-11do not attempt to get an interface if PROTO_FLAG_NODEV is setFelix Fietkau
2011-09-11make it possible to decouple interface availability from having a main deviceFelix Fietkau
2011-09-11bring all interfaces down on restartFelix Fietkau
2011-09-09remove obsolete attribute infoFelix Fietkau
2011-09-08rename "active" to "available"Felix Fietkau
2011-09-07add code for versioned lists and use it to manage addresses and routesFelix Fietkau
2011-09-07handle the interface autostart optionFelix Fietkau
2011-09-05delete all routes on interface downFelix Fietkau
2011-09-05add config state trackingFelix Fietkau
2011-09-05move ip related functions and data structures to a separate header fileFelix 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-04make interface:ifname a string instead of an arrayFelix Fietkau
2011-09-04make bridge configuration more dynamicFelix 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-29s/release_device/device_release/Felix Fietkau
2011-07-29s/claim_device/device_claim/Felix Fietkau
2011-07-29s/get_device/device_get/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-29implement uci-to-blobmsg conversion as an abstraction between uci and the res...Felix Fietkau
2011-05-03add routes/gateway supportFelix Fietkau
2011-05-02clear all remaining addresses on interface downFelix Fietkau
2011-05-02move address handling to common codeFelix Fietkau