summaryrefslogtreecommitdiff
path: root/interface.h
Commit message (Expand)AuthorAgeFilesLines
* interface: support "zone" config optionRafał Miłecki2022-08-111-0/+1
* interface, ubus: rework netns up/downDaniel Golle2021-10-131-3/+4
* interface: support "device" attribute and deprecate "ifname"Rafał Miłecki2021-05-261-1/+1
* bridge: add support for defining port member vlans via hotplug opsFelix Fietkau2020-10-281-1/+1
* interface: allow renaming interface when moving to jail netnsDaniel Golle2020-04-141-0/+1
* interface: allocate and free memory for jail nameDaniel Golle2020-04-131-1/+1
* add basic support for jail network namespacesDaniel Golle2020-01-181-0/+4
* interface: add neighbor config supportmeurisa2019-04-151-0/+2
* treewide: make some functions staticHans Dedecker2018-11-191-2/+0
* interface: rework code to get rid of interface_set_dynamicHans Dedecker2018-11-131-4/+2
* interface: let interface_set_down() return voidHans Dedecker2018-08-201-1/+1
* interface: make __interface_set_down() staticHans Dedecker2018-08-201-1/+0
* interface: extend interface error messages in interface_set_up()Hans Dedecker2018-08-201-1/+1
* Introduce new interface event "create" (IFEV_CREATE)Alexander Couzens2018-07-051-0/+2
* interface: add new "ifup-failed" hotplug eventMartin Schiller2017-05-091-0/+1
* ubus: add interface method to trigger renew eventMatthias Schiffer2017-04-221-0/+1
* interface: add prefix assignment priority supportHans Dedecker2017-02-111-0/+1
* interface: Fix triggering of interface update eventHans Dedecker2016-11-041-1/+1
* interface-ip: DNS name server sorting support in resolv.conf.autoHans Dedecker2016-09-141-0/+1
* interface: report link up events for force_link interfacesFelix Fietkau2016-07-291-0/+2
* netifd: Do not add local/source policy rules multiple timesKristian Evensen2016-01-171-0/+1
* interface: Trigger interface update event when interface data is updated via ...Hans Dedecker2015-12-191-0/+1
* Changes for more readability.Yousong Zhou2015-08-251-0/+1
* netifd: Make interface identifier of delegated IPv6 address configurableHans Dedecker2015-01-191-0/+8
* netifd: Allow to add link devices which can be marked as non externalHans Dedecker2014-07-301-2/+1
* interface: fix restart after reload with external devicesFelix Fietkau2014-07-241-0/+1
* interface: add support for a parameter to force setup without a carrier on th...Felix Fietkau2014-04-111-0/+1
* netifd: Link layer state awareness support on interface levelHans Dedecker2014-02-271-0/+2
* Add indicator-flags to ubus and hotplug update-eventsSteven Barth2014-01-171-0/+8
* Revert "netifd: Link layer state support on interface level"Felix Fietkau2013-12-141-2/+0
* netifd: Link layer state support on interface levelHans Dedecker2013-12-081-0/+2
* add helper function for adding/removing devices to interfacesFelix Fietkau2013-10-221-0/+1
* interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...Felix Fietkau2013-10-191-3/+2
* interface: remove "dynamic" argument for interface_init, add the interface_se...Felix Fietkau2013-10-191-1/+3
* Add option "delegate" to toggle prefix delegationSteven Barth2013-10-181-0/+1
* Add protocol update notifications and hotplug legacy callsSteven Barth2013-10-171-0/+1
* Add ubus function to create nested interfacesSteven Barth2013-10-171-1/+2
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-1/+1
* IPv6: reorganize prefix assignmentSteven Barth2013-05-301-3/+10
* Add option to define target routing table for protocol routes.Steven Barth2013-05-171-0/+2
* Rewrite IPv6 prefix assignmentSteven Barth2013-04-031-0/+2
* Initial IPv6 prefix supportSteven Barth2013-01-151-0/+3
* add simple device config params to interface blob attributes, and add a flag ...Felix Fietkau2012-07-121-0/+1
* add interface alias supportFelix Fietkau2012-05-231-0/+4
* implement a generic peerdns option to suppress proto handler dns entriesFelix Fietkau2012-05-191-0/+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-1/+1