Revert "vlan: reset device state on init"
[project/netifd.git] / system-linux.c
2011-10-18 Felix Fietkauset the igmp snooping option for bridges
2011-10-18 Felix Fietkaudisable ipv6 for bridge member interfaces
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-11 Felix Fietkauimplement a new ubus object "network.device", add a...
2011-10-10 Felix Fietkauadd interface uptime to the status info
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