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
Commit message (
Expand
)
Author
Age
Files
Lines
*
make creating a static proto state more flexible, add support for parsing gat...
Felix Fietkau
2011-04-15
1
-43
/
+76
*
add code to set ip addresses when an interface with the static proto is broug...
Felix Fietkau
2011-04-14
1
-6
/
+48
*
cleanup entry counting loop
Felix Fietkau
2011-04-14
1
-6
/
+14
*
add some code for parsing static ipaddr/ip6addr/netmask
Felix Fietkau
2011-04-14
1
-4
/
+184
*
add a dummy protocol handler for "static"
Felix Fietkau
2011-04-13
2
-1
/
+53
*
export a function to look up a protocol handler
Felix Fietkau
2011-04-13
2
-7
/
+20
*
add a section pointer to the proto attach callback
Felix Fietkau
2011-04-13
2
-2
/
+8
*
add a __init define for constructors
Felix Fietkau
2011-04-13
2
-3
/
+3
*
add functions for setting v4 addresses
Felix Fietkau
2011-04-13
2
-0
/
+32
*
add some infrastructure code for proto handlers
Felix Fietkau
2011-04-13
6
-14
/
+83
*
make avl_strcmp globally visible
Felix Fietkau
2011-04-13
3
-5
/
+6
*
make uci_network static
Felix Fietkau
2011-04-05
1
-1
/
+1
*
add code for cleaning up unused devices mentioned in the config
Felix Fietkau
2011-04-05
4
-0
/
+19
*
add a helper function for freeing a device
Felix Fietkau
2011-04-05
2
-3
/
+9
*
add some configuration code for interfaces, bind interfaces to regular devices
Felix Fietkau
2011-04-05
1
-6
/
+33
*
add low level configuration for devices
Felix Fietkau
2011-04-05
3
-4
/
+136
*
prevent autostart of interfaces during config init
Felix Fietkau
2011-04-05
4
-1
/
+20
*
fix duplicate device release on interface down
Felix Fietkau
2011-04-03
1
-1
/
+0
*
document PROTO_FLAG_IMMEDIATE
Felix Fietkau
2011-04-03
1
-0
/
+4
*
move immediate protocol state transitions to a wrapper function
Felix Fietkau
2011-04-03
3
-13
/
+35
*
interface -> device
Felix Fietkau
2011-04-03
1
-3
/
+3
*
initialize device names earlier
Felix Fietkau
2011-04-03
1
-3
/
+3
*
clean up variable names (llif -> dev)
Felix Fietkau
2011-04-03
1
-9
/
+9
*
rework includes
Felix Fietkau
2011-03-29
8
-3
/
+13
*
move the device event broadcasts outside of the set_state callback
Felix Fietkau
2011-03-29
1
-10
/
+13
*
document protocol handler state changes
Felix Fietkau
2011-03-29
1
-1
/
+30
*
fix handling duplicate IFS_DOWN events
Felix Fietkau
2011-03-29
1
-9
/
+16
*
document changes to the interface state type
Felix Fietkau
2011-03-29
1
-3
/
+10
*
add rudimentary protocol handling
Felix Fietkau
2011-03-29
6
-50
/
+166
*
restructure the proto state, add a callback for notifications by the protocol...
Felix Fietkau
2011-03-28
2
-4
/
+14
*
remove a few comments clarified in the design documentation
Felix Fietkau
2011-03-28
1
-5
/
+0
*
add some preliminary design documentation
Felix Fietkau
2011-03-28
1
-0
/
+100
*
remove some comments - will be better described in the design documentation
Felix Fietkau
2011-03-28
1
-13
/
+0
*
allow longer interface names
Felix Fietkau
2011-03-28
1
-1
/
+1
*
remove an unnecessary inline
Felix Fietkau
2011-03-28
1
-1
/
+1
*
remove an unnecessary check
Felix Fietkau
2011-03-28
1
-1
/
+1
*
add error reporting support
Felix Fietkau
2011-03-28
3
-5
/
+97
*
adjust for ubus api changes
Felix Fietkau
2011-03-27
1
-29
/
+9
*
add the status method to the signature
Felix Fietkau
2011-03-27
1
-0
/
+3
*
move all device data to its own table to prevent namespace collisions
Felix Fietkau
2011-03-27
1
-3
/
+10
*
implement a dump status call for bridge devices
Felix Fietkau
2011-03-27
1
-0
/
+17
*
add a callback for dumping device status information
Felix Fietkau
2011-03-27
2
-0
/
+4
*
add a simple status callback for network interfaces
Felix Fietkau
2011-03-27
1
-0
/
+29
*
add a function for adding a virtual device (not tracked in the avl tree)
Felix Fietkau
2011-03-27
2
-9
/
+18
*
add an example script for ifup/ifdown
Felix Fietkau
2011-03-27
2
-0
/
+21
*
fix interface object type name
Felix Fietkau
2011-03-27
1
-1
/
+1
*
Initial import
Felix Fietkau
2011-03-27
15
-0
/
+1423