summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-05-14parse point to point ip addressesFelix Fietkau
2012-05-14proto-shell: refactor code to allow specifying per-address broadcast option ↵Felix Fietkau
for ipv4
2012-05-13drop broadcast/netmask parsing from proto_apply_ip_settingsFelix Fietkau
2012-05-13split applying static proto setting from handler settingsFelix Fietkau
2012-05-13fix a file descriptor leakFelix Fietkau
2012-05-05use the dummy pptp proto handler script for testingFelix Fietkau
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 ↵Felix Fietkau
address, returns the interface that the route goes through
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 ↵Felix Fietkau
update_link notifications
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 ↵Felix Fietkau
ppp defaultroute issues
2012-04-12add a default route in the dummy ppp.sh implementation to debug default ↵Felix Fietkau
route handling issues
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
being freed
2012-03-28netifd: fix hotplug-adding of non-bridge interfaces by setting the l3 device ↵Felix Fietkau
early
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 ↵Felix Fietkau
address/route removal on device or interface state changes
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