project/netifd.git
2011-10-23 Felix Fietkaufix handling bridge interfaces with no initial device
2011-10-23 Felix Fietkaufix system_if_check
2011-10-23 Felix Fietkauparse kobject uevent messages for figuring out when...
2011-10-23 Felix Fietkauadd a function for creating a raw event socket that...
2011-10-23 Felix Fietkauremove some more code duplication
2011-10-23 Felix Fietkaumove code for creating an event socket to a function
2011-10-23 Felix Fietkaumove all variables belonging to the netlink event socke...
2011-10-23 Felix Fietkaudrop the cleanup path in system_init, since system_init...
2011-10-21 Felix Fietkaufix the exit status for the proto-shell task, use WEXIT...
2011-10-21 Felix Fietkaufix initial bridge member bringup
2011-10-21 Felix Fietkaufix device claim on interface reload
2011-10-21 Felix Fietkaufold __interface_set_up into interface_set_up
2011-10-21 Felix Fietkaufix duplicate bridge addif
2011-10-21 Felix Fietkauclean up interface state change handling
2011-10-20 Felix Fietkauproto-shell: allow protocol handlers to add interface...
2011-10-20 Felix Fietkauproto-shell: pass the return code of the proto task...
2011-10-20 Felix Fietkauin log read, check for EINTR instead of EAGAIN to avoid...
2011-10-20 Felix Fietkautry to grab log data more aggressively
2011-10-20 Felix Fietkaufix segfaults in log line processing
2011-10-20 Felix Fietkaureduce stack usage
2011-10-20 Felix Fietkauproto-shell: fix parsing of long proto handler descript...
2011-10-20 Felix Fietkaudo not clear device state for devices created by proto...
2011-10-20 Felix Fietkaufix path and invocation for hotplug calls
2011-10-19 Felix Fietkauadd support for configuring static routes
2011-10-19 Felix Fietkauminor cleanup
2011-10-19 Felix Fietkauadd -Wmissing-declarations to cflags
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...
next