summaryrefslogtreecommitdiff
path: root/interface.c
Commit message (Expand)AuthorAgeFilesLines
* Remove automatically assigned IPv6 routing tableSteven Barth2014-01-171-8/+0
* Add indicator-flags to ubus and hotplug update-eventsSteven Barth2014-01-171-5/+14
* Revert "netifd: Link layer state support on interface level"Felix Fietkau2013-12-141-100/+30
* netifd: Link layer state support on interface levelHans Dedecker2013-12-081-30/+100
* netifd: Code style line/clean upHans Dedecker2013-12-081-1/+1
* add helper function for adding/removing devices to interfacesFelix Fietkau2013-10-221-0/+31
* interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...Felix Fietkau2013-10-191-4/+7
* interface: remove "dynamic" argument for interface_init, add the interface_se...Felix Fietkau2013-10-191-4/+6
* Add option "delegate" to toggle prefix delegationSteven Barth2013-10-181-0/+4
* key to data elements point at wrong memory areaSteven Barth2013-10-171-1/+1
* Add protocol update notifications and hotplug legacy callsSteven Barth2013-10-171-1/+4
* Add ubus function to create nested interfacesSteven Barth2013-10-171-1/+8
* interface: fix NULL pointer defref in interface_set_main_devFelix Fietkau2013-06-181-0/+3
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-4/+4
* Change IP reloading orderSteven Barth2013-06-101-1/+1
* Reuse automatic ip6table valueSteven Barth2013-06-101-1/+5
* Add missing update-triggers for source-based routingSteven Barth2013-05-301-0/+2
* IPv6: reorganize prefix assignmentSteven Barth2013-05-301-10/+86
* IPv6: fix wrap-arounds in address lifetimesSteven Barth2013-05-281-0/+1
* Add option to define target routing table for protocol routes.Steven Barth2013-05-171-0/+17
* interface: fix removing main_dev on config reload changes if ifname is reset ...Felix Fietkau2013-04-251-3/+5
* interface: rework reload, ensure that all changes are applied before restarti...Felix Fietkau2013-04-251-39/+40
* Rewrite IPv6 prefix assignmentSteven Barth2013-04-031-0/+15
* fix cleaning up interface state for reloadFelix Fietkau2013-01-291-11/+17
* alias: use layer 3 device instead of main deviceSteven Barth2013-01-161-1/+1
* use calloc_a for interface error allocationsFelix Fietkau2012-12-311-24/+8
* interface: do not clear errors after an interface is marked as down, the user...Felix Fietkau2012-12-311-2/+0
* duplicate error subsystem and code for interface errors to prevent accessing ...Felix Fietkau2012-12-171-3/+25
* rewrite resolv.conf after any interface state change (not just up)Felix Fietkau2012-12-131-1/+2
* do not prematurely release the main dev on link loss, should fix DHCP NAK han...Felix Fietkau2012-09-061-2/+2
* add simple device config params to interface blob attributes, and add a flag ...Felix Fietkau2012-07-121-0/+1
* make alias devices attach to interface l2 devsFelix Fietkau2012-07-051-0/+12
* interface: clean up after hotplug interfaces are removedFelix Fietkau2012-06-041-0/+2
* add interface alias supportFelix Fietkau2012-05-231-15/+95
* reset iface->config_state when handling itFelix Fietkau2012-05-231-1/+4
* fix argument order on replacing dns listsFelix Fietkau2012-05-201-1/+1
* do not replace proto_ip dns servers on config reloadFelix Fietkau2012-05-201-1/+0
* read interface route metric from configFelix Fietkau2012-05-201-0/+3
* move dns server/search list parsing to interface core to support peerdns=0 + ...Felix Fietkau2012-05-191-2/+27
* implement a generic peerdns option to suppress proto handler dns entriesFelix Fietkau2012-05-191-0/+6
* fix buffer overflow in interface data handlingFelix Fietkau2012-05-041-1/+1
* add copyright headersFelix Fietkau2012-05-041-0/+13
* convert interface event queueing to global interface notifierFelix Fietkau2012-05-041-3/+0
* add a new event for interface reloadFelix Fietkau2012-05-041-0/+1
* add a new event for interface freeFelix Fietkau2012-05-041-0/+1
* add global interface event notifierFelix Fietkau2012-05-041-2/+11
* add a ubus interface to dynamically create host routes to a particular ip add...Felix Fietkau2012-05-041-2/+1
* move system_flush_routes() call to mark_interface_down()Felix Fietkau2012-05-021-2/+1
* remove duplicate interface down eventsFelix Fietkau2012-05-021-2/+0
* fix config routes enable/disable handling on down/upFelix Fietkau2012-04-291-10/+1