vlist: add a special node version -1 for nodes that should not be flushed on updates
[project/netifd.git] / config.c
2012-02-02 Felix Fietkauupdate the interface list version on config reload...
2011-12-04 Felix Fietkaufix use-after-free on config reload
2011-11-08 Felix Fietkaudo not hardcode config package in config_init_package()
2011-10-19 Felix Fietkauadd support for configuring static routes
2011-10-19 Felix Fietkauminor cleanup
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 device hotplug handling some more, add device_lo...
2011-10-18 Felix Fietkauapply device settings to simple devices with config...
2011-10-07 Steven Barthconfig: remove unused variable (fix cc error)
2011-10-06 Felix Fietkauonly free unused devices after the final config init
2011-10-05 Felix Fietkauprevent deletion devices that are part of the current...
2011-10-05 Felix Fietkaurename a variable for clarity
2011-10-05 Felix Fietkauadd better debug messages for interface create/remove...
2011-10-04 Felix Fietkaurework debugging code, add debugging levels
2011-10-03 Felix Fietkaudo not memcmp padding bytes in config_diff
2011-10-02 Felix Fietkaumore changes for config reload handling
2011-10-02 Felix Fietkauadd functions for checking for config differences
2011-10-02 Felix Fietkauforce the uci savedir for the dummy variant
2011-10-02 Felix Fietkauuse a common function for creating devices that avoids...
2011-10-02 Felix Fietkaumanage interfaces via vlist
2011-10-02 Felix Fietkauonly override the uci conf dir in dummy mode
2011-09-07 Felix Fietkaumove more stuff out of netifd.h
2011-09-05 Felix Fietkaumake config_init_devices static
2011-09-05 Felix Fietkauconstify
2011-09-05 Felix Fietkauadd config state tracking
2011-09-05 Felix Fietkauimprove interface for cleaning up unused devices
2011-09-04 Felix Fietkauremove the uci dependency from protocol handlers
2011-09-04 Felix Fietkaufix compiler warnings
2011-09-04 Felix Fietkautrigger proto attach from config.c
2011-09-04 Felix Fietkaumake bridge configuration more dynamic
2011-07-29 Felix Fietkauadd support for multiple config_param_list::next pointers
2011-07-29 Felix Fietkaus/config_device_inits/config_init_devices/
2011-07-29 Felix Fietkaus/alloc_interface/interface_alloc/
2011-07-29 Felix Fietkaus/start_pending_interfaces/interface_start_pending/
2011-07-29 Felix Fietkaus/init_device/device_init/
2011-07-29 Felix Fietkaus/cleanup_devices/device_free_all/
2011-07-29 Felix Fietkauuse uci_to_blob for creating devices
2011-07-29 Felix Fietkauimplement uci-to-blobmsg conversion as an abstraction...
2011-04-13 Felix Fietkauadd some infrastructure code for proto handlers
2011-04-05 Felix Fietkaumake uci_network static
2011-04-05 Felix Fietkauadd code for cleaning up unused devices mentioned in...
2011-04-05 Felix Fietkauadd some configuration code for interfaces, bind interf...
2011-04-05 Felix Fietkauadd low level configuration for devices
2011-04-05 Felix Fietkauprevent autostart of interfaces during config init
2011-03-29 Felix Fietkaurework includes
2011-03-27 Felix FietkauInitial import