summaryrefslogtreecommitdiff
path: root/ubus.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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