summaryrefslogtreecommitdiff
path: root/ubus.c
Commit message (Expand)AuthorAgeFilesLines
* Add protocol update notifications and hotplug legacy callsSteven Barth2013-10-171-1/+12
* Add ubus function to create nested interfacesSteven Barth2013-10-171-0/+58
* Add ubus methods for global interface statusSteven Barth2013-10-171-8/+38
* IPv6: reorganize prefix assignmentSteven Barth2013-05-301-0/+2
* Add support for IPv6 and interface target-routes & dependenciesSteven Barth2013-05-131-2/+7
* Expose route table if route is not in the main tableJo-Philipp Wich2013-04-041-0/+3
* Rewrite IPv6 prefix assignmentSteven Barth2013-04-031-4/+13
* Improved IPv6 featuresetSteven Barth2013-02-011-7/+60
* ubus: add a network.interface object to access network.interface.* methods wi...Felix Fietkau2013-01-291-35/+93
* Initial IPv6 prefix supportSteven Barth2013-01-151-0/+57
* fix removal of unknown deviceNathan Hintz2013-01-061-1/+1
* fix error checking of asprintfFrank Meerkötter2012-12-031-2/+1
* use FD_CLOEXEC instead of tracking lists of fdsFelix Fietkau2012-10-291-4/+1
* fix device_lock/device_unlock imbalancesFelix Fietkau2012-10-191-2/+5
* ubus.c: now that disabled routes are in the inactive subtable it makes no sen...Jo-Philipp Wich2012-09-131-2/+0
* ubus.c: move disabled routes, ips, dns server into an "inactive" subtableJo-Philipp Wich2012-09-131-15/+53
* apply basic device settings for hotplug devices, e.g. mtu and txqueuelenFelix Fietkau2012-07-121-0/+4
* ensure hotplug devices are marked as present in the add path - they are not c...Felix Fietkau2012-07-121-2/+4
* fix device_lock/device_unlock imbalance in the hotplug device handlingFelix Fietkau2012-07-121-2/+2
* fix ifname for alias+vlan chainsFelix Fietkau2012-07-051-1/+2
* ubus.c: expose metric and mtu values if applicableJo-Philipp Wich2012-06-291-0/+7
* ubus.c: expose route enabled stateJo-Philipp Wich2012-06-291-0/+2
* device: add support for deferring bringup of devicesFelix Fietkau2012-06-071-0/+38
* add an ubus method for dumping available protocol handlersFelix Fietkau2012-05-311-0/+13
* ubus: show proto handler in interface statusFelix Fietkau2012-05-311-0/+3
* netifd: reconnect to ubus if the connection is lostFelix Fietkau2012-05-291-4/+39
* export dns server and search list in the ubus interface statusFelix Fietkau2012-05-201-1/+33
* ubus: split ipv4 and ipv6 address in interface statusFelix Fietkau2012-05-191-4/+11
* add copyright headersFelix Fietkau2012-05-041-0/+13
* add a ubus interface to dynamically create host routes to a particular ip add...Felix Fietkau2012-05-041-1/+46
* ubus: split address from mask in interface statusFelix Fietkau2012-04-121-8/+14
* add support for attaching arbitrary state data to interfacesFelix Fietkau2012-03-231-1/+29
* move l3 device tracking to interface core to enforce proper order of address/...Felix Fietkau2012-03-231-1/+1
* dump interface routes via ubusFelix Fietkau2012-03-231-0/+34
* add network addresses to interface statusFelix Fietkau2012-03-231-0/+31
* ubus: use interface_{add,remove}_link for hotplug opsFelix Fietkau2012-03-031-49/+8
* add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau2011-11-041-0/+22
* mark hotplug-added devices as externalFelix Fietkau2011-11-011-1/+1
* rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau2011-10-191-12/+17
* rework and fix hotplug interface handlingFelix Fietkau2011-10-191-12/+36
* add support for alias devices, which are activated based on hotplug events co...Felix Fietkau2011-10-181-1/+50
* display device and l3_device separately in ubus statusFelix Fietkau2011-10-181-16/+3
* add support for tracking open file descriptors of modules and closing them fo...Felix Fietkau2011-10-151-0/+3
* define _GNU_SOURCE and include stdio.h in ubus.c to fix a compile errorFelix Fietkau2011-10-121-0/+3
* fix network interface object nameFelix Fietkau2011-10-121-3/+2
* implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau2011-10-111-47/+55
* rename the network.interface ubus object to just networkFelix Fietkau2011-10-111-1/+1
* add interface uptime to the status infoFelix Fietkau2011-10-101-0/+7
* add ubus events for interface up/downFelix Fietkau2011-10-091-0/+9
* rename check_device_state to device_check_stateFelix Fietkau2011-10-051-1/+1