summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-05-05add a dummy pptp proto handler scriptFelix Fietkau
2012-05-05netifd-proto.sh: implement proto_add_host_dependency()Felix Fietkau
2012-05-05proto-shell: implement host route dependenciesFelix Fietkau
2012-05-05rename the interface of the dummy pppoe scriptFelix Fietkau
2012-05-04fix buffer overflow in interface data handlingFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-05-04convert interface event queueing to global interface notifierFelix Fietkau
2012-05-04add a new event for interface reloadFelix Fietkau
2012-05-04add a new event for interface freeFelix Fietkau
2012-05-04add global interface event notifierFelix Fietkau
2012-05-04add a ubus interface to dynamically create host routes to a particular ip add...Felix Fietkau
2012-05-04move route interface assignment to the vlist updateFelix Fietkau
2012-05-02move system_flush_routes() call to mark_interface_down()Felix Fietkau
2012-05-02remove duplicate interface down eventsFelix Fietkau
2012-04-30store a pointer to the active interface as part of the device routeFelix Fietkau
2012-04-29proto-shell: add support for appending configuration data over multiple updat...Felix Fietkau
2012-04-29include route/address flags in vlist comparisonFelix Fietkau
2012-04-29fix config routes enable/disable handling on down/upFelix Fietkau
2012-04-29keep config routes disabled at interface statupFelix Fietkau
2012-04-18fix flushing routes/addresses on connection lossFelix Fietkau
2012-04-15system-linux: fix system_rtnl_call() return codeFelix Fietkau
2012-04-14release devices only after flushing ip stateFelix Fietkau
2012-04-12ubus: split address from mask in interface statusFelix Fietkau
2012-04-12flush interface ip state after the interface has been brought down, fixes ppp...Felix Fietkau
2012-04-12add a default route in the dummy ppp.sh implementation to debug default route...Felix Fietkau
2012-04-12proto-shell: set sm to S_IDLE once the interface is upFelix Fietkau
2012-03-29fix use-after-free when an interface event is pending while the interface is ...Felix Fietkau
2012-03-28netifd: fix hotplug-adding of non-bridge interfaces by setting the l3 device ...Felix Fietkau
2012-03-23allow proto handlers to attach data items in notifyFelix Fietkau
2012-03-23add support for attaching arbitrary state data to interfacesFelix Fietkau
2012-03-23move l3 device tracking to interface core to enforce proper order of address/...Felix Fietkau
2012-03-23dump interface routes via ubusFelix Fietkau
2012-03-23add network addresses to interface statusFelix Fietkau
2012-03-19add support for updating route metricsFelix Fietkau
2012-03-19add a flag to keep track of route metric overridesFelix Fietkau
2012-03-19fix vlist_simple_add version handlingFelix Fietkau
2012-03-19properly flush routes and l3 devices when tearing down interfacesFelix Fietkau
2012-03-19move device cleanup to common code, fixes use-after-free in tunnel codeFelix Fietkau
2012-03-19fix a memory leakFelix Fietkau
2012-03-19simplify log buffer handlingFelix Fietkau
2012-03-19fix log buffer splittingFelix Fietkau
2012-03-19proto-shell: fix potential use-after-freeFelix Fietkau
2012-03-19fix log buffer overflow handlingFelix Fietkau
2012-03-15remove some leftover debug codeFelix Fietkau
2012-03-15fix ipv6 routesFelix Fietkau
2012-03-15always create device routesFelix Fietkau
2012-03-15shell: add tunnel supportFelix Fietkau
2012-03-15shell: support routes without gatewayFelix Fietkau
2012-03-15add shell functions for adding tunnel data in proto notifyFelix Fietkau
2012-03-15parse tunnel devices from configFelix Fietkau