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
*
clear interface errors on interface cleanup
Felix Fietkau
2011-10-05
1
-0
/
+1
*
clear errors on interface reload
Felix Fietkau
2011-10-05
1
-0
/
+1
*
s/clear_interface_errors/interface_clear_errors/
Felix Fietkau
2011-10-05
1
-2
/
+2
*
do not override iface->autostart on config reload
Felix Fietkau
2011-10-05
1
-1
/
+1
*
minor cleanup
Felix Fietkau
2011-10-05
1
-3
/
+1
*
add a debug message showing interface availability changes
Felix Fietkau
2011-10-05
1
-0
/
+1
*
add better debug messages for interface create/remove/update
Felix Fietkau
2011-10-05
1
-3
/
+6
*
add some more interface reload fixes
Felix Fietkau
2011-10-03
1
-10
/
+35
*
on interface free, remove the main_dev user if still present
Felix Fietkau
2011-10-03
1
-0
/
+2
*
more changes for config reload handling
Felix Fietkau
2011-10-03
1
-0
/
+3
*
add some code for properly tearing down, reloading and removing interfaces
Felix Fietkau
2011-10-02
1
-19
/
+76
*
manage interfaces via vlist
Felix Fietkau
2011-10-02
1
-39
/
+42
*
interface: don't segfault with an unknown protocol
Steven Barth
2011-09-28
1
-1
/
+2
*
add a protocol event for link loss
Felix Fietkau
2011-09-11
1
-0
/
+7
*
proto-shell: add l3 interface claim/release
Felix Fietkau
2011-09-11
1
-1
/
+1
*
do not attempt to get an interface if PROTO_FLAG_NODEV is set
Felix Fietkau
2011-09-11
1
-1
/
+2
*
make it possible to decouple interface availability from having a main device
Felix Fietkau
2011-09-11
1
-4
/
+13
*
bring all interfaces down on restart
Felix Fietkau
2011-09-11
1
-2
/
+7
*
remove obsolete attribute info
Felix Fietkau
2011-09-09
1
-5
/
+0
*
rename "active" to "available"
Felix Fietkau
2011-09-08
1
-4
/
+4
*
add code for versioned lists and use it to manage addresses and routes
Felix Fietkau
2011-09-07
1
-6
/
+4
*
handle the interface autostart option
Felix Fietkau
2011-09-07
1
-0
/
+5
*
delete all routes on interface down
Felix Fietkau
2011-09-05
1
-0
/
+1
*
add config state tracking
Felix Fietkau
2011-09-05
1
-0
/
+1
*
move ip related functions and data structures to a separate header file
Felix Fietkau
2011-09-05
1
-0
/
+1
*
make device_claim/device_release operate on the device_user instead of the de...
Felix Fietkau
2011-09-04
1
-2
/
+2
*
trigger proto attach from config.c
Felix Fietkau
2011-09-04
1
-5
/
+9
*
use list_add_tail instead of list_add
Felix Fietkau
2011-09-04
1
-1
/
+1
*
make interface:ifname a string instead of an array
Felix Fietkau
2011-09-04
1
-1
/
+1
*
make bridge configuration more dynamic
Felix Fietkau
2011-09-04
1
-7
/
+0
*
s/alloc_interface/interface_alloc/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/free_interface/interface_free/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/get_interface/interface_get/
Felix Fietkau
2011-07-29
1
-2
/
+2
*
s/start_pending_interfaces/interface_start_pending/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/set_interface_down/interface_set_down/
Felix Fietkau
2011-07-29
1
-4
/
+4
*
s/set_interface_up/interface_set_up/
Felix Fietkau
2011-07-29
1
-5
/
+5
*
s/release_device/device_release/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/claim_device/device_claim/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/get_device/device_get/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/add_device_user/device_add_user/
Felix Fietkau
2011-07-29
1
-2
/
+2
*
s/remove_device_user/device_remove_user/g
Felix Fietkau
2011-07-29
1
-1
/
+1
*
implement uci-to-blobmsg conversion as an abstraction between uci and the res...
Felix Fietkau
2011-07-29
1
-1
/
+44
*
add routes/gateway support
Felix Fietkau
2011-05-03
1
-0
/
+1
*
clear all remaining addresses on interface down
Felix Fietkau
2011-05-02
1
-0
/
+1
*
move address handling to common code
Felix Fietkau
2011-05-02
1
-0
/
+2
*
fix a compiler warning
Felix Fietkau
2011-04-15
1
-1
/
+1
*
add some infrastructure code for proto handlers
Felix Fietkau
2011-04-13
1
-8
/
+3
*
prevent autostart of interfaces during config init
Felix Fietkau
2011-04-05
1
-1
/
+12
*
fix duplicate device release on interface down
Felix Fietkau
2011-04-03
1
-1
/
+0
*
move immediate protocol state transitions to a wrapper function
Felix Fietkau
2011-04-03
1
-3
/
+3
[next]