summaryrefslogtreecommitdiff
path: root/system-linux.c
Commit message (Expand)AuthorAgeFilesLines
* rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau2011-10-191-3/+23
* apply low level device settingsFelix Fietkau2011-10-191-1/+24
* set the igmp snooping option for bridgesFelix Fietkau2011-10-191-3/+11
* disable ipv6 for bridge member interfacesFelix Fietkau2011-10-191-0/+23
* clear existing addresses/routes on interfaces when clearing other stateFelix Fietkau2011-10-141-0/+138
* flush routes after bringing up/down an interfaceFelix Fietkau2011-10-141-0/+19
* fix adding routesFelix Fietkau2011-10-141-1/+5
* implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau2011-10-111-0/+45
* add interface uptime to the status infoFelix Fietkau2011-10-101-0/+15
* fix clearing device state, trigger it on device_init()Felix Fietkau2011-10-091-4/+1
* add more options for bridges, enable stp by default and set forwarding delay ...Felix Fietkau2011-10-091-7/+48
* system-linux: fix creating vlan 0, set the device name type before creating v...Felix Fietkau2011-10-091-3/+13
* system-linux: add a function to clear bridge membership of a device and bring...Felix Fietkau2011-10-091-31/+100
* system-linux: return 0 in system_initFelix Fietkau2011-10-091-1/+1
* system-linux: clean up code, fix up error path, get rod if initial RTM_GETLIN...Felix Fietkau2011-10-091-28/+36
* system-linux: remove an unnecessary libnl-tiny hackFelix Fietkau2011-10-091-4/+1
* system-linux: set the device present state in system_if_check()Felix Fietkau2011-10-091-1/+2
* include netlink/attr.h to fix a compile error with libnl-tinyFelix Fietkau2011-10-091-0/+1
* system-linux: resolve interface index at device_upSteven Barth2011-10-071-10/+12
* system-linux: use correct netlink attribute for address managementSteven Barth2011-09-281-1/+1
* system-linux: Fix a segfault in netlink codeSteven Barth2011-09-281-5/+6
* system-linux: detect adding and removal of devicesSteven Barth2011-09-261-2/+66
* system-linux: free netlink messages after sendingSteven Barth2011-09-261-1/+3
* add a system_init function for system controlSteven Barth2011-09-231-3/+5
* add linux system librarySteven Barth2011-09-221-0/+202