fix clearing device state, trigger it on device_init()
[project/netifd.git] / system-linux.c
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 Fietkausystem-linux: clean up code, fix up error path, get...
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 Fietkauinclude netlink/attr.h to fix a compile error with...
2011-10-07 Steven Barthsystem-linux: resolve interface index at device_up
2011-09-28 Steven Barthsystem-linux: use correct netlink attribute for address...
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-23 Steven Barthadd a system_init function for system control
2011-09-22 Steven Barthadd linux system library