project/netifd.git
2012-01-19 Felix Fietkauallow devices to be disabled through a config option
2012-01-15 Felix Fietkauuse the simplified vlist type for dns servers/search
2012-01-15 Felix Fietkauadd a simplified vlist type
2011-12-04 Felix Fietkaufix use-after-free on device free codepath due to recur...
2011-12-04 Felix Fietkauadd dummy code for testing system_if_get_parent()
2011-12-04 Felix Fietkaufix use-after-free on config reload
2011-11-13 Felix Fietkauavoid deleting and re-adding duplicate ip addresses...
2011-11-08 Felix Fietkaudo not hardcode config package in config_init_package()
2011-11-04 Felix Fietkauadd a hotplug op for preparing an interface bridge...
2011-11-03 Felix Fietkaubridge: fix cleanup path, avoid double free on hotplug...
2011-11-03 Felix Fietkaufix interface event handling, suppress redundant down...
2011-11-01 Felix Fietkaumark hotplug-added devices as external
2011-10-31 Jens MueckeAdd time.h include
2011-10-27 Felix Fietkauproto-shell: handle the "available" config flag
2011-10-27 Felix Fietkauproto-shell: prefix protocol callback functions with...
2011-10-27 Felix Fietkaufold the _init callback into _init_config
2011-10-27 Felix Fietkauproto-shell: add a notify command for setting interface...
2011-10-26 Felix Fietkaurecognize stacked interfaces (e.g. dsa) and handle...
2011-10-26 Felix Fietkauensure that iface->proto_handler gets initialized
2011-10-26 Felix Fietkauon reload, check for null ifname before comparing it
2011-10-24 Felix Fietkauinitialize dns server/search lists
2011-10-24 Felix Fietkaufix a logic error leading to segfaults on updates
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
next