summaryrefslogtreecommitdiffhomepage
path: root/system-linux.c
AgeCommit message (Collapse)Author
2011-10-11implement a new ubus object "network.device", add a method for dumping ↵Felix Fietkau
detailed device information
2011-10-10add interface uptime to the status infoFelix Fietkau
2011-10-09fix clearing device state, trigger it on device_init()Felix Fietkau
2011-10-09add more options for bridges, enable stp by default and set forwarding delay ↵Felix Fietkau
to 1
2011-10-09system-linux: fix creating vlan 0, set the device name type before creating ↵Felix Fietkau
vlan devices
2011-10-09system-linux: add a function to clear bridge membership of a device and ↵Felix Fietkau
bring down the device, fixes issues when restarting netifd without deinit
2011-10-09system-linux: return 0 in system_initFelix Fietkau
2011-10-09system-linux: clean up code, fix up error path, get rod if initial ↵Felix Fietkau
RTM_GETLINK dump command
2011-10-09system-linux: remove an unnecessary libnl-tiny hackFelix Fietkau
2011-10-09system-linux: set the device present state in system_if_check()Felix Fietkau
2011-10-09include netlink/attr.h to fix a compile error with libnl-tinyFelix Fietkau
2011-10-07system-linux: resolve interface index at device_upSteven Barth
2011-09-28system-linux: use correct netlink attribute for address managementSteven Barth
2011-09-28system-linux: Fix a segfault in netlink codeSteven Barth
2011-09-26system-linux: detect adding and removal of devicesSteven Barth
2011-09-26system-linux: free netlink messages after sendingSteven Barth
2011-09-23add a system_init function for system controlSteven Barth
2011-09-22add linux system librarySteven Barth