project/netifd.git
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...
2011-10-06 Felix Fietkaufix refcount bugs when dev->set_state fails
2011-10-06 Felix Fietkaualways recreate devices by default if the config attrib...
2011-10-05 Felix Fietkaufix a double free / use after free
2011-10-05 Felix Fietkauprevent deletion devices that are part of the current...
2011-10-05 Felix Fietkaurecreate devices if the type does not match
2011-10-05 Felix Fietkaudelete devices before recreating them
2011-10-05 Felix Fietkauadd debug messages for device config changes
2011-10-05 Felix Fietkaurename a variable for clarity
2011-10-05 Felix Fietkaudevice: duplicate the config earlier to avoid using...
2011-10-05 Felix Fietkauadd a debug message when a device is created
2011-10-05 Felix Fietkauallow temporary duplicates of devices
2011-10-05 Felix Fietkauclear interface errors on interface cleanup
2011-10-05 Felix Fietkauclear errors on interface reload
2011-10-05 Felix Fietkaus/clear_interface_errors/interface_clear_errors/
2011-10-05 Felix Fietkaudo not override iface->autostart on config reload
2011-10-05 Felix Fietkauminor cleanup
2011-10-05 Felix Fietkauuse device_(add|remove)_user when replacing devices
2011-10-05 Felix Fietkaurename check_device_state to device_check_state
2011-10-05 Felix Fietkauadd a debug message showing interface availability...
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-03 Felix Fietkauadd a ubus call for triggering config reloads
2011-10-03 Felix Fietkauadd some more interface reload fixes
2011-10-03 Felix Fietkaufix device reload with no previous config
2011-10-03 Felix Fietkaubridge: add missing device cleanup
2011-10-03 Felix Fietkauproto-shell: remove the device user before issuing...
2011-10-03 Felix Fietkauon interface free, remove the main_dev user if still...
2011-10-03 Felix Fietkauproto-shell: fix a typo in string length calculation
2011-10-03 Felix Fietkaufix a heap overrun
2011-10-02 Felix Fietkaumore changes for config reload handling
2011-10-02 Felix Fietkauutils: fix existing node check when keep_old/no_delete...
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 Fietkauadd an ubus callback for removing an interface
2011-10-02 Felix Fietkauadd some code for properly tearing down, reloading...
2011-10-02 Felix Fietkauadd a new vlist flag for avoiding automatic delete...
2011-10-02 Felix Fietkaumanage interfaces via vlist
2011-10-02 Felix Fietkauadd vlist_for_each_element iterator
2011-10-02 Felix Fietkauvlist: store a pointer to the real key to make lookups...
2011-10-02 Felix Fietkauextend vlist code to allow keeping the old data structu...
2011-10-02 Felix Fietkaumake versioned lists more flexible by using an external...
2011-10-02 Felix Fietkauadd a variable to allow forcing dummy mode on linux...
2011-10-02 Felix Fietkauonly override the uci conf dir in dummy mode
2011-09-28 Steven Barthsystem-linux: use correct netlink attribute for address...
2011-09-28 Steven Barthinterface: don't segfault with an unknown protocol
2011-09-28 Steven Barthsystem-linux: Fix a segfault in netlink code
2011-09-26 Steven Barthsystem-linux: detect adding and removal of devices
2011-09-26 Steven Barthsystem-linux: free netlink messages after sending
2011-09-24 Felix Fietkaufix a compile error on non-linux systems
2011-09-23 Steven Barthadd a system_init function for system control
2011-09-22 Steven Barthadd OS switch to select system library
2011-09-22 Steven Barthadd linux system library
2011-09-22 Steven Barthfix compilation with GCC 4.6 on Linux
2011-09-14 Felix Fietkauproto-shell: parse routes
2011-09-14 Felix Fietkauadd a device pointer to struct device_route
2011-09-12 Felix Fietkauremove proto-shell handlers list
next