project/netifd.git
2011-10-19 Felix Fietkaumake a few more functions static
2011-10-19 Felix Fietkaufix interface_add_dns_search_list
2011-10-19 Felix Fietkaurename config_init_interfaces to config_init_all
2011-10-19 Felix Fietkauremove the argument to config_init_interfaces
2011-10-19 Felix Fietkaurework route handling, move parser code to interface...
2011-10-19 Felix Fietkauadd support for keeping multiple ip addr/route/dns...
2011-10-19 Felix Fietkaufix device_lock
2011-10-19 Felix Fietkauinclude the DEVICE variable in hotplug events
2011-10-19 Felix Fietkaurework device hotplug handling some more, add device_lo...
2011-10-19 Felix Fietkaurework and fix hotplug interface handling
2011-10-18 Felix Fietkauapply device settings to simple devices with config...
2011-10-18 Felix Fietkauapply low level device settings
2011-10-18 Felix Fietkauset the igmp snooping option for bridges
2011-10-18 Felix Fietkaudisable ipv6 for bridge member interfaces
2011-10-18 Felix Fietkauadd log messages for interface up/down
2011-10-18 Felix Fietkaumove log levels to netifd.h
2011-10-18 Felix Fietkauon proto event IFPEV_DOWN, do not attempt to bring...
2011-10-18 Felix Fietkauadd support for alias devices, which are activated...
2011-10-18 Felix Fietkauincrease sleep time for dummy pppoe handler
2011-10-18 Felix Fietkauproto-shell: reset l3 device if it was set before
2011-10-18 Felix Fietkaudisplay device and l3_device separately in ubus status
2011-10-18 Felix Fietkaufix interrupted read checks in log collection
2011-10-18 Felix Fietkaureset l3 dev on interface reload
2011-10-18 Felix Fietkaudefer releasing the l3 dev so that the generic code...
2011-10-18 Felix Fietkaudirectly pass the device name to the device create...
2011-10-18 Felix Fietkauadd interface users (similar to device users)
2011-10-18 Felix Fietkauclear errors before attempting to bring up an interface
2011-10-16 Felix Fietkaufix infinite loop in logging when the logged process...
2011-10-16 Felix Fietkauadd support for a user-configurable log level
2011-10-16 Felix Fietkauadd support for logging messages via syslog (or optiona...
2011-10-15 Felix Fietkaudetach stdin/stdout/stderr from child processes, implem...
2011-10-15 Felix Fietkauadd support for tracking open file descriptors of modul...
2011-10-15 Felix Fietkaumove netifd_start_process dir_fd to the data structure
2011-10-15 Felix Fietkauwhen killed, kill pending child processes
2011-10-15 Felix Fietkaukeep track of all running child processes in one place
2011-10-14 Felix Fietkauclear existing addresses/routes on interfaces when...
2011-10-14 Felix Fietkauflush routes after bringing up/down an interface
2011-10-14 Felix Fietkaufix adding routes
2011-10-14 Felix Fietkauproto-shell: fix parsing route netmask
2011-10-14 Felix Fietkaufix passing routes to netifd
2011-10-14 Felix Fietkauuse json_close_object instead of json_close_table
2011-10-14 Felix Fietkauproto-shell: for default routes push a string instead...
2011-10-13 Felix Fietkauproto-shell: allow proto handlers to export variables...
2011-10-13 Felix Fietkauproto-shell: add dns search domains
2011-10-13 Felix Fietkauproto-shell: allow passing netmask in ip address format
2011-10-13 Felix Fietkauproto-shell: allow proto setups without ifname (if...
2011-10-13 Felix Fietkauadd support for killing running proto-shell tasks with...
2011-10-13 Felix Fietkauadd proper parameters for protocol notify functions
2011-10-13 Felix Fietkauadd tmp to .gitignore
2011-10-13 Felix Fietkauclean dns list if an interface is marked as down
2011-10-13 Felix Fietkauproto-shell: fix updating settings, only issue ifup...
2011-10-13 Felix Fietkauproto-shell: add dns server support
2011-10-13 Felix Fietkauadd functions for adding dns servers to the proto list...
2011-10-12 Felix Fietkaukill the proto task after teardown is complete, ignore...
2011-10-12 Felix Fietkauif an interface is brought down by the proto handler...
2011-10-12 Felix Fietkaumove --std=gnu99 to the main cflags
2011-10-12 Felix Fietkaudefine _GNU_SOURCE and include stdio.h in ubus.c to...
2011-10-12 Felix Fietkauadd support for launching a long running command from...
2011-10-12 Felix Fietkaufix network interface object name
2011-10-11 Felix Fietkauimplement a new ubus object "network.device", add a...
2011-10-11 Felix Fietkaurename the network.interface ubus object to just network
2011-10-11 Felix Fietkauadd some code for keeping track of dns servers and...
2011-10-10 Felix Fietkauadd interface uptime to the status info
2011-10-10 Felix Fietkauproto-shell: add a library function for sending protoco...
2011-10-10 Felix Fietkauproto-shell: move all proto init code to a separate...
2011-10-10 Felix Fietkaumake it easier to use netifd-proto.sh as a library
2011-10-10 Felix Fietkauadd wrappers to parse setup/teardown data
2011-10-09 Felix Fietkaumove around files
2011-10-09 Felix Fietkaumove the main path to ./dummy to maintain the proper...
2011-10-09 Felix Fietkauuse /lib/netifd as main path when dummy mode is disabled
2011-10-09 Felix Fietkauremove a bogus return statement
2011-10-09 Felix Fietkaufix clearing device state, trigger it on device_init()
2011-10-09 Felix Fietkauadd more options for bridges, enable stp by default...
2011-10-09 Felix Fietkausystem-linux: fix creating vlan 0, set the device name...
2011-10-09 Felix Fietkausystem-linux: add a function to clear bridge membership...
2011-10-09 Felix Fietkausystem-linux: return 0 in system_init
2011-10-09 Felix Fietkauadd .gitignore
2011-10-09 Felix Fietkausystem-linux: clean up code, fix up error path, get...
2011-10-09 Felix Fietkaudrop -O0 for debug builds
2011-10-09 Felix Fietkausystem-linux: remove an unnecessary libnl-tiny hack
2011-10-09 Felix Fietkausystem-linux: set the device present state in system_if...
2011-10-09 Felix Fietkauadd an install target
2011-10-09 Felix Fietkauinclude netlink/attr.h to fix a compile error with...
2011-10-09 Felix Fietkauadd a variable for overriding the libnl linker command
2011-10-09 Felix Fietkauproto-shell: add _GNU_SOURCE define to get O_DIRECTORY
2011-10-09 Felix Fietkauadd ubus events for interface up/down
2011-10-09 Felix Fietkaurename interface-hotplug.c to interface-event.c
2011-10-09 Felix Fietkauadd more debugging messages for hotplug handlers
2011-10-07 Steven Barthconfig: remove unused variable (fix cc error)
2011-10-07 Steven Barthsystem-linux: resolve interface index at device_up
2011-10-07 Felix Fietkauadd support for calls to a hotplug script on interface...
2011-10-07 Felix Fietkaufix proto events for immediate proto handlers
2011-10-06 Felix Fietkaudelete interfaces from the avl tree on free
2011-10-06 Felix Fietkauonly free unused devices after the final config init
2011-10-06 Felix Fietkauonly show the "Create new device.." message if there...
2011-10-06 Felix Fietkaudevice reload, use config_check_equal instead of config...
2011-10-06 Felix Fietkaufix parsing settings for devices on reload
2011-10-06 Felix Fietkaudetect interface configuration changes
2011-10-06 Felix Fietkauimprove debugging macro
2011-10-06 Felix Fietkaudelay bringup of interfaces until after the config...
next