summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2011-10-09add a variable for overriding the libnl linker commandFelix Fietkau
2011-10-09proto-shell: add _GNU_SOURCE define to get O_DIRECTORYFelix Fietkau
2011-10-09add ubus events for interface up/downFelix Fietkau
2011-10-09rename interface-hotplug.c to interface-event.cFelix Fietkau
2011-10-09add more debugging messages for hotplug handlersFelix Fietkau
2011-10-07config: remove unused variable (fix cc error)Steven Barth
2011-10-07system-linux: resolve interface index at device_upSteven Barth
2011-10-07add support for calls to a hotplug script on interface state changesFelix Fietkau
2011-10-07fix proto events for immediate proto handlersFelix Fietkau
2011-10-06delete interfaces from the avl tree on freeFelix Fietkau
2011-10-06only free unused devices after the final config initFelix Fietkau
2011-10-06only show the "Create new device.." message if there is no old deviceFelix Fietkau
2011-10-06device reload, use config_check_equal instead of config_check_diffFelix Fietkau
2011-10-06fix parsing settings for devices on reloadFelix Fietkau
2011-10-06detect interface configuration changesFelix Fietkau
2011-10-06improve debugging macroFelix Fietkau
2011-10-06delay bringup of interfaces until after the config reloadFelix Fietkau
2011-10-06fix refcount bugs when dev->set_state failsFelix Fietkau