project/netifd.git
2012-02-26 Felix Fietkauproto: move the dns search option handling to the core
2012-02-26 Felix Fietkauproto-shell: process some common notify options using...
2012-02-26 Felix Fietkauproto: add an option for specifying external addresses...
2012-02-26 Felix Fietkaumove static address setup to proto.c in preparation...
2012-02-26 Felix Fietkausystem-linux: fix the default broadcast address for v4
2012-02-26 Felix Fietkauremove device_{route,addr}->device
2012-02-15 Felix Fietkauset route metrics using netlink
2012-02-15 Felix Fietkauinitialize route->metric to -1
2012-02-02 Felix Fietkauupdate the interface list version on config reload...
2012-02-02 Felix Fietkauvlist: fix node version update for tree->keep_old/no_delete
2012-01-24 Felix Fietkauremove an unnecessary check
2012-01-24 Felix Fietkaumake sure iface->proto_handler is always initialized
2012-01-23 Felix Fietkauadd a generic option for disabling the automatic defaul...
2012-01-23 Felix Fietkaualways call device_set_disabled, even if the "enabled...
2012-01-22 Felix Fietkauproto-shell: merge setup/teardown task into one
2012-01-22 Felix Fietkauremove flags for device settings that could not be...
2012-01-22 Felix Fietkaushow mtu, macaddr and txqueuelen from cached device...
2012-01-22 Felix Fietkausave and restore previous device settings when overridi...
2012-01-22 Felix Fietkaumove device settings to a separate struct
2012-01-22 Felix Fietkauquery available/used device speeds via ethtool
2012-01-21 Felix Fietkaualways use SIGKILL for netifd_kill_process, it is usual...
2012-01-21 Felix Fietkauproto-shell: rework task statemachine
2012-01-19 Felix Fietkauadd mac address to device info
2012-01-19 Felix Fietkauexport carrier status in device stats
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...
next