summaryrefslogtreecommitdiffhomepage
path: root/interface.c
AgeCommit message (Expand)Author
2012-01-24add a generic option for disabling the automatic default route on interfacesFelix Fietkau
2011-11-03fix interface event handling, suppress redundant down eventsFelix Fietkau
2011-10-27proto-shell: handle the "available" config flagFelix Fietkau
2011-10-26on reload, check for null ifname before comparing itFelix Fietkau
2011-10-21fix device claim on interface reloadFelix Fietkau
2011-10-21fold __interface_set_up into interface_set_upFelix Fietkau
2011-10-21clean up interface state change handlingFelix Fietkau
2011-10-19add support for configuring static routesFelix Fietkau
2011-10-19rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau
2011-10-19add support for keeping multiple ip addr/route/dns listsFelix Fietkau
2011-10-19rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau
2011-10-19rework and fix hotplug interface handlingFelix Fietkau
2011-10-19add log messages for interface up/downFelix Fietkau
2011-10-18on proto event IFPEV_DOWN, do not attempt to bring up interfaces that are no ...Felix Fietkau
2011-10-18reset l3 dev on interface reloadFelix Fietkau
2011-10-18defer releasing the l3 dev so that the generic code can take care of cleaning...Felix Fietkau
2011-10-18add interface users (similar to device users)Felix Fietkau
2011-10-18clear errors before attempting to bring up an interfaceFelix Fietkau
2011-10-14flush routes after bringing up/down an interfaceFelix Fietkau
2011-10-13clean dns list if an interface is marked as downFelix Fietkau
2011-10-12if an interface is brought down by the proto handler and autostart is still a...Felix Fietkau
2011-10-11add some code for keeping track of dns servers and search domains and for wri...Felix Fietkau
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