summaryrefslogtreecommitdiff
path: root/interface-event.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: Do not return values in void functionHauke Mehrtens2023-02-191-2/+4
* Introduce new interface event "create" (IFEV_CREATE)Alexander Couzens2018-07-051-0/+1
* interface: add new "ifup-failed" hotplug eventMartin Schiller2017-05-091-0/+2
* interface-event: Don't dequeue hotplug event in case of interface reload eventHans Dedecker2016-09-141-1/+2
* interface: do not process hotplug events for link up eventFelix Fietkau2016-07-291-0/+4
* interface: report link up events for force_link interfacesFelix Fietkau2016-07-291-1/+9
* interface-event: Fix possible out of bounds array accessHans Dedecker2016-02-011-1/+1
* netifd: Fix possible hotplug race conditionsHans Dedecker2015-02-171-15/+4
* Set DEVICE for legacy ifupdate event as wellSteven Barth2014-07-231-1/+1
* interface-event: make eventnames static and constFelix Fietkau2014-04-261-1/+1
* netifd: Rework hotplug event queueing in case of congestionHans Dedecker2014-04-261-15/+58
* Add indicator-flags to ubus and hotplug update-eventsSteven Barth2014-01-171-2/+15
* utils: add a function for checking if a process given by pid is still aliveFelix Fietkau2013-10-221-1/+0
* Fix ifupdate eventsSteven Barth2013-10-191-2/+2
* Add protocol update notifications and hotplug legacy callsSteven Barth2013-10-171-4/+10
* fix segfault on interface free because of uninitialized event listFelix Fietkau2012-05-181-1/+1
* add copyright headersFelix Fietkau2012-05-041-0/+13
* convert interface event queueing to global interface notifierFelix Fietkau2012-05-041-2/+26
* move l3 device tracking to interface core to enforce proper order of address/...Felix Fietkau2012-03-231-2/+2
* fix path and invocation for hotplug callsFelix Fietkau2011-10-201-1/+1
* include the DEVICE variable in hotplug eventsFelix Fietkau2011-10-191-3/+9
* add ubus events for interface up/downFelix Fietkau2011-10-091-0/+2
* rename interface-hotplug.c to interface-event.cFelix Fietkau2011-10-091-0/+105