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.c
Age
Commit message (
Expand
)
Author
2014-03-21
netifd: Reload proto on topology change
Helmut Schaa
2014-03-20
netifd: Check interface autostart parameter when handling interface state cha...
Hans Dedecker
2014-03-11
netifd: Set interface state in teardown state before launching an interface e...
Hans Dedecker
2014-03-11
netifd: Fix bridge MTU setting when a bridge member is added
Hans Dedecker
2014-02-27
netifd: Link layer state awareness support on interface level
Hans Dedecker
2014-01-17
Remove automatically assigned IPv6 routing table
Steven Barth
2014-01-17
Add indicator-flags to ubus and hotplug update-events
Steven Barth
2013-12-14
Revert "netifd: Link layer state support on interface level"
Felix Fietkau
2013-12-08
netifd: Link layer state support on interface level
Hans Dedecker
2013-12-08
netifd: Code style line/clean up
Hans Dedecker
2013-10-22
add helper function for adding/removing devices to interfaces
Felix Fietkau
2013-10-19
interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...
Felix Fietkau
2013-10-19
interface: remove "dynamic" argument for interface_init, add the interface_se...
Felix Fietkau
2013-10-18
Add option "delegate" to toggle prefix delegation
Steven Barth
2013-10-17
key to data elements point at wrong memory area
Steven Barth
2013-10-17
Add protocol update notifications and hotplug legacy calls
Steven Barth
2013-10-17
Add ubus function to create nested interfaces
Steven Barth
2013-06-18
interface: fix NULL pointer defref in interface_set_main_dev
Felix Fietkau
2013-06-10
config: use the new uci_blob library code
Felix Fietkau
2013-06-10
Change IP reloading order
Steven Barth
2013-06-10
Reuse automatic ip6table value
Steven Barth
2013-05-30
Add missing update-triggers for source-based routing
Steven Barth
2013-05-30
IPv6: reorganize prefix assignment
Steven Barth
2013-05-28
IPv6: fix wrap-arounds in address lifetimes
Steven Barth
2013-05-17
Add option to define target routing table for protocol routes.
Steven Barth
2013-04-25
interface: fix removing main_dev on config reload changes if ifname is reset ...
Felix Fietkau
2013-04-25
interface: rework reload, ensure that all changes are applied before restarti...
Felix Fietkau
2013-04-03
Rewrite IPv6 prefix assignment
Steven Barth
2013-01-29
fix cleaning up interface state for reload
Felix Fietkau
2013-01-16
alias: use layer 3 device instead of main device
Steven Barth
2012-12-31
use calloc_a for interface error allocations
Felix Fietkau
2012-12-31
interface: do not clear errors after an interface is marked as down, the user...
Felix Fietkau
2012-12-17
duplicate error subsystem and code for interface errors to prevent accessing ...
Felix Fietkau
2012-12-13
rewrite resolv.conf after any interface state change (not just up)
Felix Fietkau
2012-09-06
do not prematurely release the main dev on link loss, should fix DHCP NAK han...
Felix Fietkau
2012-07-12
add simple device config params to interface blob attributes, and add a flag ...
Felix Fietkau
2012-07-05
make alias devices attach to interface l2 devs
Felix Fietkau
2012-06-04
interface: clean up after hotplug interfaces are removed
Felix Fietkau
2012-05-23
add interface alias support
Felix Fietkau
2012-05-23
reset iface->config_state when handling it
Felix Fietkau
2012-05-20
fix argument order on replacing dns lists
Felix Fietkau
2012-05-20
do not replace proto_ip dns servers on config reload
Felix Fietkau
2012-05-20
read interface route metric from config
Felix Fietkau
2012-05-19
move dns server/search list parsing to interface core to support peerdns=0 + ...
Felix Fietkau
2012-05-19
implement a generic peerdns option to suppress proto handler dns entries
Felix Fietkau
2012-05-04
fix buffer overflow in interface data handling
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-05-04
convert interface event queueing to global interface notifier
Felix Fietkau
2012-05-04
add a new event for interface reload
Felix Fietkau
2012-05-04
add a new event for interface free
Felix Fietkau
[next]