summaryrefslogtreecommitdiffhomepage
path: root/ubus.c
AgeCommit message (Expand)Author
2013-11-29wireless: add support for global up/down commandFelix Fietkau
2013-11-29add initial support for handling wireless devices via scriptsFelix Fietkau
2013-11-27IPv6: add class support to regular IPv6 addressesSteven Barth
2013-10-30IPv6: Export delegation setting via ubusSteven Barth
2013-10-22add helper function for adding/removing devices to interfacesFelix Fietkau
2013-10-19interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...Felix Fietkau
2013-10-19interface: remove "dynamic" argument for interface_init, add the interface_se...Felix Fietkau
2013-10-18Add source-restricted routesSteven Barth
2013-10-17Add protocol update notifications and hotplug legacy callsSteven Barth
2013-10-17Add ubus function to create nested interfacesSteven Barth
2013-10-17Add ubus methods for global interface statusSteven Barth
2013-05-30IPv6: reorganize prefix assignmentSteven Barth
2013-05-13Add support for IPv6 and interface target-routes & dependenciesSteven Barth
2013-04-04Expose route table if route is not in the main tableJo-Philipp Wich
2013-04-03Rewrite IPv6 prefix assignmentSteven Barth
2013-02-01Improved IPv6 featuresetSteven Barth
2013-01-29ubus: add a network.interface object to access network.interface.* methods wi...Felix Fietkau
2013-01-15Initial IPv6 prefix supportSteven Barth
2013-01-06fix removal of unknown deviceNathan Hintz
2012-12-03fix error checking of asprintfFrank Meerkötter
2012-10-29use FD_CLOEXEC instead of tracking lists of fdsFelix Fietkau
2012-10-19fix device_lock/device_unlock imbalancesFelix Fietkau
2012-09-13ubus.c: now that disabled routes are in the inactive subtable it makes no sen...Jo-Philipp Wich
2012-09-13ubus.c: move disabled routes, ips, dns server into an "inactive" subtableJo-Philipp Wich
2012-07-12apply basic device settings for hotplug devices, e.g. mtu and txqueuelenFelix Fietkau
2012-07-12ensure hotplug devices are marked as present in the add path - they are not c...Felix Fietkau
2012-07-12fix device_lock/device_unlock imbalance in the hotplug device handlingFelix Fietkau
2012-07-05fix ifname for alias+vlan chainsFelix Fietkau
2012-06-29ubus.c: expose metric and mtu values if applicableJo-Philipp Wich
2012-06-29ubus.c: expose route enabled stateJo-Philipp Wich
2012-06-07device: add support for deferring bringup of devicesFelix Fietkau
2012-05-31add an ubus method for dumping available protocol handlersFelix Fietkau
2012-05-31ubus: show proto handler in interface statusFelix Fietkau
2012-05-29netifd: reconnect to ubus if the connection is lostFelix Fietkau
2012-05-20export dns server and search list in the ubus interface statusFelix Fietkau
2012-05-19ubus: split ipv4 and ipv6 address in interface statusFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-05-04add a ubus interface to dynamically create host routes to a particular ip add...Felix Fietkau
2012-04-12ubus: split address from mask in interface statusFelix Fietkau
2012-03-23add support for attaching arbitrary state data to interfacesFelix Fietkau
2012-03-23move l3 device tracking to interface core to enforce proper order of address/...Felix Fietkau
2012-03-23dump interface routes via ubusFelix Fietkau
2012-03-23add network addresses to interface statusFelix Fietkau
2012-03-03ubus: use interface_{add,remove}_link for hotplug opsFelix Fietkau
2011-11-04add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau
2011-11-01mark hotplug-added devices as externalFelix Fietkau
2011-10-19rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau
2011-10-19rework and fix hotplug interface handlingFelix Fietkau
2011-10-18add support for alias devices, which are activated based on hotplug events co...Felix Fietkau
2011-10-18display device and l3_device separately in ubus statusFelix Fietkau