index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
interface-event.c
Age
Commit message (
Expand
)
Author
2018-07-05
Introduce new interface event "create" (IFEV_CREATE)
Alexander Couzens
2017-05-09
interface: add new "ifup-failed" hotplug event
Martin Schiller
2016-09-14
interface-event: Don't dequeue hotplug event in case of interface reload event
Hans Dedecker
2016-07-29
interface: do not process hotplug events for link up event
Felix Fietkau
2016-07-29
interface: report link up events for force_link interfaces
Felix Fietkau
2016-02-01
interface-event: Fix possible out of bounds array access
Hans Dedecker
2015-02-17
netifd: Fix possible hotplug race conditions
Hans Dedecker
2014-07-23
Set DEVICE for legacy ifupdate event as well
Steven Barth
2014-04-26
interface-event: make eventnames static and const
Felix Fietkau
2014-04-26
netifd: Rework hotplug event queueing in case of congestion
Hans Dedecker
2014-01-17
Add indicator-flags to ubus and hotplug update-events
Steven Barth
2013-10-22
utils: add a function for checking if a process given by pid is still alive
Felix Fietkau
2013-10-19
Fix ifupdate events
Steven Barth
2013-10-17
Add protocol update notifications and hotplug legacy calls
Steven Barth
2012-05-18
fix segfault on interface free because of uninitialized event list
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-05-04
convert interface event queueing to global interface notifier
Felix Fietkau
2012-03-23
move l3 device tracking to interface core to enforce proper order of address/...
Felix Fietkau
2011-10-20
fix path and invocation for hotplug calls
Felix Fietkau
2011-10-19
include the DEVICE variable in hotplug events
Felix Fietkau
2011-10-09
add ubus events for interface up/down
Felix Fietkau
2011-10-09
rename interface-hotplug.c to interface-event.c
Felix Fietkau