summaryrefslogtreecommitdiff
path: root/ubus.c
Commit message (Expand)AuthorAgeFilesLines
* Changes for more readability.Yousong Zhou2015-08-251-1/+1
* Fix removal of dynamic interfacesSteven Barth2015-06-081-26/+0
* Cleanup issues reported by scan-buildSteven Barth2015-04-141-1/+1
* netifd: Allow to add link devices which can be marked as non externalHans Dedecker2014-07-301-6/+23
* add_dynamic: remove redundant codeSteven Barth2014-07-291-7/+0
* ubus: add del_dynamic as complement to add_dynamicSteven Barth2014-07-281-0/+26
* Only add dynamic interfaces if the underlying interface is readySteven Barth2014-07-251-0/+4
* netifd: Route type supportHans Dedecker2014-06-181-0/+3
* add a interface. prefix to ubus_notify callsJohn Crispin2014-06-051-1/+1
* netifd: Mark interface as dynamic after it has been added in the interface listHans Dedecker2014-04-241-2/+5
* ubus: check the l3_dev pointer before dereferencing itFelix Fietkau2014-04-191-1/+2
* ubus: use list_empty() instead of the compat wrapperFelix Fietkau2014-03-211-1/+1
* ubus: fix displaying interface data itemsFelix Fietkau2014-03-201-1/+1
* Revert "ubus events: don't incorrectly announce an interface as being up"Felix Fietkau2014-03-111-5/+5
* ubus events: don't incorrectly announce an interface as being upSteven Barth2014-03-051-5/+5
* wireless: add a "get_validate" methode to ubusJohn Crispin2014-02-171-0/+24
* netifd : Fix ubus route src mask printingHans Dedecker2014-02-141-1/+1
* Add indicator-flags to ubus and hotplug update-eventsSteven Barth2014-01-171-0/+15
* Set dynamic interface flag after adding them so the version is preservedSteven Barth2013-12-121-1/+1
* netifd: Don't export default route via UBUS when disabledHans Dedecker2013-12-081-0/+3
* netifd: Export ip4table/ip6table via UBUSHans Dedecker2013-12-081-0/+4
* wireless: add support for global up/down commandFelix Fietkau2013-11-291-4/+16
* add initial support for handling wireless devices via scriptsFelix Fietkau2013-11-291-16/+133
* IPv6: add class support to regular IPv6 addressesSteven Barth2013-11-271-0/+3
* IPv6: Export delegation setting via ubusSteven Barth2013-10-301-0/+1
* add helper function for adding/removing devices to interfacesFelix Fietkau2013-10-221-25/+1
* interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...Felix Fietkau2013-10-191-2/+1
* interface: remove "dynamic" argument for interface_init, add the interface_se...Felix Fietkau2013-10-191-1/+2
* Add source-restricted routesSteven Barth2013-10-181-0/+6
* 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