summaryrefslogtreecommitdiffhomepage
path: root/system-linux.c
AgeCommit message (Expand)Author
2011-10-14clear existing addresses/routes on interfaces when clearing other stateFelix Fietkau
2011-10-14flush routes after bringing up/down an interfaceFelix Fietkau
2011-10-14fix adding routesFelix Fietkau
2011-10-11implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau
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
2011-10-09system-linux: fix creating vlan 0, set the device name type before creating v...Felix Fietkau
2011-10-09system-linux: add a function to clear bridge membership of a device and bring...Felix Fietkau
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 RTM_GETLIN...Felix Fietkau
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