index
:
delta/openwrt/netifd.git
baserock/fix-build
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
staging/stintel/ifnamsiz
staging/ynezz/fixes-bridge-inspect
git.openwrt.org: project/netifd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
interface.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
interface: enable force_link by default for proto=static
Felix Fietkau
2014-07-27
1
-1
/
+4
*
interface: fix restart after reload with external devices
Felix Fietkau
2014-07-24
1
-0
/
+16
*
Make dynamic interfaces always autostart
Steven Barth
2014-07-23
1
-0
/
+1
*
interface: clean up l3 device reference on remove/reload
Felix Fietkau
2014-06-29
1
-2
/
+2
*
interface: fix indentation
Felix Fietkau
2014-06-26
1
-1
/
+1
*
netifd: Check device_claim return code in all cases
Hans Dedecker
2014-06-18
1
-4
/
+8
*
Fix a spurious segfault when tearing down interfaces
Steven Barth
2014-05-21
1
-1
/
+1
*
netifd: Check interface state only when main device is set during interface_c...
Hans Dedecker
2014-05-09
1
-1
/
+2
*
interface: clear iface->available before changing main_dev
Felix Fietkau
2014-05-02
1
-0
/
+1
*
interface: use interface_set_main_dev() from interface_remove_link
Felix Fietkau
2014-05-02
1
-1
/
+1
*
interface: do not set l3_dev along with main_dev anymore
Felix Fietkau
2014-05-02
1
-4
/
+0
*
interface: ensure that l3_dev gets set whenever the proto handler marks the i...
Felix Fietkau
2014-04-19
1
-0
/
+3
*
interface: add support for a parameter to force setup without a carrier on th...
Felix Fietkau
2014-04-11
1
-2
/
+9
*
interface: always delete l3 dev on proto down
Felix Fietkau
2014-04-05
1
-0
/
+2
*
netifd: Reload proto on topology change
Helmut Schaa
2014-03-21
1
-0
/
+5
*
netifd: Check interface autostart parameter when handling interface state cha...
Hans Dedecker
2014-03-20
1
-1
/
+1
*
netifd: Set interface state in teardown state before launching an interface e...
Hans Dedecker
2014-03-11
1
-2
/
+5
*
netifd: Fix bridge MTU setting when a bridge member is added
Hans Dedecker
2014-03-11
1
-1
/
+1
*
netifd: Link layer state awareness support on interface level
Hans Dedecker
2014-02-27
1
-30
/
+100
*
Remove automatically assigned IPv6 routing table
Steven Barth
2014-01-17
1
-8
/
+0
*
Add indicator-flags to ubus and hotplug update-events
Steven Barth
2014-01-17
1
-5
/
+14
*
Revert "netifd: Link layer state support on interface level"
Felix Fietkau
2013-12-14
1
-100
/
+30
*
netifd: Link layer state support on interface level
Hans Dedecker
2013-12-08
1
-30
/
+100
*
netifd: Code style line/clean up
Hans Dedecker
2013-12-08
1
-1
/
+1
*
add helper function for adding/removing devices to interfaces
Felix Fietkau
2013-10-22
1
-0
/
+31
*
interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...
Felix Fietkau
2013-10-19
1
-4
/
+7
*
interface: remove "dynamic" argument for interface_init, add the interface_se...
Felix Fietkau
2013-10-19
1
-4
/
+6
*
Add option "delegate" to toggle prefix delegation
Steven Barth
2013-10-18
1
-0
/
+4
*
key to data elements point at wrong memory area
Steven Barth
2013-10-17
1
-1
/
+1
*
Add protocol update notifications and hotplug legacy calls
Steven Barth
2013-10-17
1
-1
/
+4
*
Add ubus function to create nested interfaces
Steven Barth
2013-10-17
1
-1
/
+8
*
interface: fix NULL pointer defref in interface_set_main_dev
Felix Fietkau
2013-06-18
1
-0
/
+3
*
config: use the new uci_blob library code
Felix Fietkau
2013-06-10
1
-4
/
+4
*
Change IP reloading order
Steven Barth
2013-06-10
1
-1
/
+1
*
Reuse automatic ip6table value
Steven Barth
2013-06-10
1
-1
/
+5
*
Add missing update-triggers for source-based routing
Steven Barth
2013-05-30
1
-0
/
+2
*
IPv6: reorganize prefix assignment
Steven Barth
2013-05-30
1
-10
/
+86
*
IPv6: fix wrap-arounds in address lifetimes
Steven Barth
2013-05-28
1
-0
/
+1
*
Add option to define target routing table for protocol routes.
Steven Barth
2013-05-17
1
-0
/
+17
*
interface: fix removing main_dev on config reload changes if ifname is reset ...
Felix Fietkau
2013-04-25
1
-3
/
+5
*
interface: rework reload, ensure that all changes are applied before restarti...
Felix Fietkau
2013-04-25
1
-39
/
+40
*
Rewrite IPv6 prefix assignment
Steven Barth
2013-04-03
1
-0
/
+15
*
fix cleaning up interface state for reload
Felix Fietkau
2013-01-29
1
-11
/
+17
*
alias: use layer 3 device instead of main device
Steven Barth
2013-01-16
1
-1
/
+1
*
use calloc_a for interface error allocations
Felix Fietkau
2012-12-31
1
-24
/
+8
*
interface: do not clear errors after an interface is marked as down, the user...
Felix Fietkau
2012-12-31
1
-2
/
+0
*
duplicate error subsystem and code for interface errors to prevent accessing ...
Felix Fietkau
2012-12-17
1
-3
/
+25
*
rewrite resolv.conf after any interface state change (not just up)
Felix Fietkau
2012-12-13
1
-1
/
+2
*
do not prematurely release the main dev on link loss, should fix DHCP NAK han...
Felix Fietkau
2012-09-06
1
-2
/
+2
*
add simple device config params to interface blob attributes, and add a flag ...
Felix Fietkau
2012-07-12
1
-0
/
+1
[prev]
[next]