summaryrefslogtreecommitdiff
path: root/ubus.c
Commit message (Expand)AuthorAgeFilesLines
* ubus: do not overwrite ipset name attributeJo-Philipp Wich2019-09-181-8/+16
* ubus: avoid dumping interface state with NULL messageJo-Philipp Wich2018-07-261-3/+6
* ubus: let fw3_ubus_address() return the number of resolved addressesJo-Philipp Wich2018-02-131-9/+16
* firewall3: ubus: parse the firewall data within the service itselfPierre Lebleu2017-11-071-43/+56
* ubus: increase ubus network interface dump timeoutHans Dedecker2017-05-171-1/+1
* firewall3: display the section type for UBUS rulesPierre Lebleu2017-05-091-7/+17
* ubus: fix interface name and proto lookupHans Dedecker2017-04-131-2/+2
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
* ubus: allow proto handlers to override device in announced rulesJo-Philipp Wich2015-05-211-3/+5
* ubus: store rule origin as commentJo-Philipp Wich2015-04-181-4/+31
* Use netmasks instead of prefix lengths internallyJo-Philipp Wich2014-07-191-2/+2
* ubus: handle attribute access after NULL check in parse_subnets()Jo-Philipp Wich2014-07-101-5/+8
* ubus: fix fw3_ubus_address()Jo-Philipp Wich2014-07-101-6/+5
* ubus: fix fw3_ubus_device() to only return a pointer if a device was foundJo-Philipp Wich2014-07-101-10/+14
* ubus: add support for fetching firewall rules from procdFelix Fietkau2014-07-021-0/+39
* ubus: use blobmsg_parse to validate device attributes and decouple the found ...Felix Fietkau2014-06-301-18/+26
* make fw3_ubus_address take a list_head * argument instead of allocating & ret...Felix Fietkau2014-06-301-45/+47
* use calloc instead of malloc+memsetFelix Fietkau2014-06-301-8/+3
* ubus: use blobmsg_parse to validate data from network.interface:dumpFelix Fietkau2014-06-301-4/+5
* Add support for netifd-generated rulesSteven Barth2014-04-141-0/+40
* Improve ubus supportSteven Barth2013-10-231-79/+109
* Remove fw3_ubus_address_free() and use fw3_free_list() insteadJo-Philipp Wich2013-05-261-14/+0
* Also read addresses from "ipv6-prefix-assignment" ifstatus tableJo-Philipp Wich2013-03-191-1/+2
* initial commitJo-Philipp Wich2013-02-171-0/+197