Age | Commit message (Expand) | Author |
2012-04-29 | fix config routes enable/disable handling on down/up | Felix Fietkau |
2012-04-18 | fix flushing routes/addresses on connection loss | Felix Fietkau |
2012-04-14 | release devices only after flushing ip state | Felix Fietkau |
2012-04-12 | flush interface ip state after the interface has been brought down, fixes ppp... | Felix Fietkau |
2012-03-29 | fix use-after-free when an interface event is pending while the interface is ... | Felix Fietkau |
2012-03-28 | netifd: fix hotplug-adding of non-bridge interfaces by setting the l3 device ... | Felix Fietkau |
2012-03-23 | add support for attaching arbitrary state data to interfaces | Felix Fietkau |
2012-03-23 | move l3 device tracking to interface core to enforce proper order of address/... | Felix Fietkau |
2012-03-19 | add support for updating route metrics | Felix Fietkau |
2012-03-19 | properly flush routes and l3 devices when tearing down interfaces | Felix Fietkau |
2012-03-04 | simplify vlist, move avl key handling to vlist_add() | Felix Fietkau |
2012-03-03 | preserve interface main hotplug device on reload | Felix Fietkau |
2012-03-03 | ubus: use interface_{add,remove}_link for hotplug ops | Felix Fietkau |
2012-01-24 | remove an unnecessary check | Felix Fietkau |
2012-01-24 | add a generic option for disabling the automatic default route on interfaces | Felix Fietkau |
2011-11-03 | fix interface event handling, suppress redundant down events | Felix Fietkau |
2011-10-27 | proto-shell: handle the "available" config flag | Felix Fietkau |
2011-10-26 | on reload, check for null ifname before comparing it | Felix Fietkau |
2011-10-21 | fix device claim on interface reload | Felix Fietkau |
2011-10-21 | fold __interface_set_up into interface_set_up | Felix Fietkau |
2011-10-21 | clean up interface state change handling | Felix Fietkau |
2011-10-19 | add support for configuring static routes | Felix Fietkau |
2011-10-19 | rework route handling, move parser code to interface-ip.c, add extra options ... | Felix Fietkau |
2011-10-19 | add support for keeping multiple ip addr/route/dns lists | Felix Fietkau |
2011-10-19 | rework device hotplug handling some more, add device_lock/device_unlock to pr... | Felix Fietkau |
2011-10-19 | rework and fix hotplug interface handling | Felix Fietkau |
2011-10-19 | add log messages for interface up/down | Felix Fietkau |
2011-10-18 | on proto event IFPEV_DOWN, do not attempt to bring up interfaces that are no ... | Felix Fietkau |
2011-10-18 | reset l3 dev on interface reload | Felix Fietkau |
2011-10-18 | defer releasing the l3 dev so that the generic code can take care of cleaning... | Felix Fietkau |
2011-10-18 | add interface users (similar to device users) | Felix Fietkau |
2011-10-18 | clear errors before attempting to bring up an interface | Felix Fietkau |
2011-10-14 | flush routes after bringing up/down an interface | Felix Fietkau |
2011-10-13 | clean dns list if an interface is marked as down | Felix Fietkau |
2011-10-12 | if an interface is brought down by the proto handler and autostart is still a... | Felix Fietkau |
2011-10-11 | add some code for keeping track of dns servers and search domains and for wri... | Felix Fietkau |
2011-10-10 | add interface uptime to the status info | Felix Fietkau |
2011-10-07 | add support for calls to a hotplug script on interface state changes | Felix Fietkau |
2011-10-06 | delete interfaces from the avl tree on free | Felix Fietkau |
2011-10-06 | detect interface configuration changes | Felix Fietkau |
2011-10-06 | delay bringup of interfaces until after the config reload | Felix Fietkau |
2011-10-05 | clear interface errors on interface cleanup | Felix Fietkau |
2011-10-05 | clear errors on interface reload | Felix Fietkau |
2011-10-05 | s/clear_interface_errors/interface_clear_errors/ | Felix Fietkau |
2011-10-05 | do not override iface->autostart on config reload | Felix Fietkau |
2011-10-05 | minor cleanup | Felix Fietkau |
2011-10-05 | add a debug message showing interface availability changes | Felix Fietkau |
2011-10-05 | add better debug messages for interface create/remove/update | Felix Fietkau |
2011-10-03 | add some more interface reload fixes | Felix Fietkau |
2011-10-03 | on interface free, remove the main_dev user if still present | Felix Fietkau |