Age | Commit message (Expand) | Author |
2013-01-29 | fix cleaning up interface state for reload | Felix Fietkau |
2013-01-16 | alias: use layer 3 device instead of main device | Steven Barth |
2012-12-31 | use calloc_a for interface error allocations | Felix Fietkau |
2012-12-31 | interface: do not clear errors after an interface is marked as down, the user... | Felix Fietkau |
2012-12-17 | duplicate error subsystem and code for interface errors to prevent accessing ... | Felix Fietkau |
2012-12-13 | rewrite resolv.conf after any interface state change (not just up) | Felix Fietkau |
2012-09-06 | do not prematurely release the main dev on link loss, should fix DHCP NAK han... | Felix Fietkau |
2012-07-12 | add simple device config params to interface blob attributes, and add a flag ... | Felix Fietkau |
2012-07-05 | make alias devices attach to interface l2 devs | Felix Fietkau |
2012-06-04 | interface: clean up after hotplug interfaces are removed | Felix Fietkau |
2012-05-23 | add interface alias support | Felix Fietkau |
2012-05-23 | reset iface->config_state when handling it | Felix Fietkau |
2012-05-20 | fix argument order on replacing dns lists | Felix Fietkau |
2012-05-20 | do not replace proto_ip dns servers on config reload | Felix Fietkau |
2012-05-20 | read interface route metric from config | Felix Fietkau |
2012-05-19 | move dns server/search list parsing to interface core to support peerdns=0 + ... | Felix Fietkau |
2012-05-19 | implement a generic peerdns option to suppress proto handler dns entries | Felix Fietkau |
2012-05-04 | fix buffer overflow in interface data handling | Felix Fietkau |
2012-05-04 | add copyright headers | Felix Fietkau |
2012-05-04 | convert interface event queueing to global interface notifier | Felix Fietkau |
2012-05-04 | add a new event for interface reload | Felix Fietkau |
2012-05-04 | add a new event for interface free | Felix Fietkau |
2012-05-04 | add global interface event notifier | Felix Fietkau |
2012-05-04 | add a ubus interface to dynamically create host routes to a particular ip add... | Felix Fietkau |
2012-05-02 | move system_flush_routes() call to mark_interface_down() | Felix Fietkau |
2012-05-02 | remove duplicate interface down events | Felix Fietkau |
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 |