summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2011-10-15when killed, kill pending child processesFelix Fietkau
2011-10-15keep track of all running child processes in one placeFelix Fietkau
2011-10-14clear existing addresses/routes on interfaces when clearing other stateFelix Fietkau
2011-10-14flush routes after bringing up/down an interfaceFelix Fietkau
2011-10-14fix adding routesFelix Fietkau
2011-10-14proto-shell: fix parsing route netmaskFelix Fietkau
2011-10-14fix passing routes to netifdFelix Fietkau
2011-10-14use json_close_object instead of json_close_tableFelix Fietkau
2011-10-14proto-shell: for default routes push a string instead of an integer as netmaskFelix Fietkau
2011-10-14proto-shell: allow proto handlers to export variables to child processesFelix Fietkau
2011-10-14proto-shell: add dns search domainsFelix Fietkau
2011-10-14proto-shell: allow passing netmask in ip address formatFelix Fietkau
2011-10-14proto-shell: allow proto setups without ifname (if interface main dev is pres...Felix Fietkau
2011-10-14add support for killing running proto-shell tasks with an arbitrary signal an...Felix Fietkau
2011-10-13add proper parameters for protocol notify functionsFelix Fietkau
2011-10-13add tmp to .gitignoreFelix Fietkau
2011-10-13clean dns list if an interface is marked as downFelix Fietkau
2011-10-13proto-shell: fix updating settings, only issue ifup event after configuration...Felix Fietkau
2011-10-13proto-shell: add dns server supportFelix Fietkau
2011-10-13add functions for adding dns servers to the proto list, hook them up in proto...Felix Fietkau
2011-10-12kill the proto task after teardown is complete, ignore proto task completion ...Felix Fietkau
2011-10-12if an interface is brought down by the proto handler and autostart is still a...Felix Fietkau
2011-10-12move --std=gnu99 to the main cflagsFelix Fietkau
2011-10-12define _GNU_SOURCE and include stdio.h in ubus.c to fix a compile errorFelix Fietkau
2011-10-12add support for launching a long running command from a proto-shell handler t...Felix Fietkau
2011-10-12fix network interface object nameFelix Fietkau
2011-10-11implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau
2011-10-11rename the network.interface ubus object to just networkFelix 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-10proto-shell: add a library function for sending protocol handler updatesFelix Fietkau
2011-10-10proto-shell: move all proto init code to a separate functionFelix Fietkau
2011-10-10make it easier to use netifd-proto.sh as a libraryFelix Fietkau
2011-10-10add wrappers to parse setup/teardown dataFelix Fietkau
2011-10-10move around filesFelix Fietkau
2011-10-09move the main path to ./dummy to maintain the proper proto script implementat...Felix Fietkau
2011-10-09use /lib/netifd as main path when dummy mode is disabledFelix Fietkau
2011-10-09remove a bogus return statementFelix Fietkau
2011-10-09fix clearing device state, trigger it on device_init()Felix Fietkau
2011-10-09add more options for bridges, enable stp by default and set forwarding delay ...Felix Fietkau
2011-10-09system-linux: fix creating vlan 0, set the device name type before creating v...Felix Fietkau
2011-10-09system-linux: add a function to clear bridge membership of a device and bring...Felix Fietkau
2011-10-09system-linux: return 0 in system_initFelix Fietkau
2011-10-09add .gitignoreFelix Fietkau
2011-10-09system-linux: clean up code, fix up error path, get rod if initial RTM_GETLIN...Felix Fietkau
2011-10-09drop -O0 for debug buildsFelix Fietkau
2011-10-09system-linux: remove an unnecessary libnl-tiny hackFelix Fietkau
2011-10-09system-linux: set the device present state in system_if_check()Felix Fietkau
2011-10-09add an install targetFelix Fietkau
2011-10-09include netlink/attr.h to fix a compile error with libnl-tinyFelix Fietkau