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
Age
Commit message (
Expand
)
Author
2011-10-02
extend vlist code to allow keeping the old data structure instead of the new ...
Felix Fietkau
2011-10-02
make versioned lists more flexible by using an external comparator
Felix Fietkau
2011-10-02
add a variable to allow forcing dummy mode on linux systems
Felix Fietkau
2011-10-02
only override the uci conf dir in dummy mode
Felix Fietkau
2011-09-28
system-linux: use correct netlink attribute for address management
Steven Barth
2011-09-28
interface: don't segfault with an unknown protocol
Steven Barth
2011-09-28
system-linux: Fix a segfault in netlink code
Steven Barth
2011-09-26
system-linux: detect adding and removal of devices
Steven Barth
2011-09-26
system-linux: free netlink messages after sending
Steven Barth
2011-09-24
fix a compile error on non-linux systems
Felix Fietkau
2011-09-23
add a system_init function for system control
Steven Barth
2011-09-22
add OS switch to select system library
Steven Barth
2011-09-22
add linux system library
Steven Barth
2011-09-22
fix compilation with GCC 4.6 on Linux
Steven Barth
2011-09-14
proto-shell: parse routes
Felix Fietkau
2011-09-14
add a device pointer to struct device_route
Felix Fietkau
2011-09-12
remove proto-shell handlers list
Felix Fietkau
2011-09-12
proto-shell: parse ipv4/ipv6 address lists
Felix Fietkau
2011-09-12
system-dummy: print ipv6 addresses on address add/remove
Felix Fietkau
2011-09-12
fix parsing of ipaddr + netmask
Felix Fietkau
2011-09-12
add support for externally managed ip addresses and routes
Felix Fietkau
2011-09-12
move ip address parsing code to proto.c
Felix Fietkau
2011-09-12
make proto_apply_static_settings static, make helper functions take a struct ...
Felix Fietkau
2011-09-11
proto-shell: only set the l3 dev if it is not already set
Felix Fietkau
2011-09-11
use DPRINTF instead of fprintf(stderr)
Felix Fietkau
2011-09-11
only use -g3 with -DDEBUG
Felix Fietkau
2011-09-11
use false instead of 0 for a bool variable
Felix Fietkau
2011-09-11
fix a null pointer deref bug
Felix Fietkau
2011-09-11
add a protocol event for link loss
Felix Fietkau
2011-09-11
proto-shell: add l3 interface claim/release
Felix Fietkau
2011-09-11
add forced shell proto setup kill (timeout: 1 second)
Felix Fietkau
2011-09-11
add support for interrupting shell protocol setup
Felix Fietkau
2011-09-11
proto-shell: pass the interface name to plugins
Felix Fietkau
2011-09-11
add an interface for notifying protocol handlers of state changes via ubus
Felix Fietkau
2011-09-11
reorder code
Felix Fietkau
2011-09-11
pass ifname to the shell proto handler
Felix Fietkau
2011-09-11
proto-shell: add a config option for setting PROTO_FLAG_NODEV
Felix Fietkau
2011-09-11
do not attempt to get an interface if PROTO_FLAG_NODEV is set
Felix Fietkau
2011-09-11
move protocol flags to the handler, add a pointer to the handler in the proto...
Felix Fietkau
2011-09-11
code cleanup
Felix Fietkau
2011-09-11
make it possible to decouple interface availability from having a main device
Felix Fietkau
2011-09-11
bring all interfaces down on restart
Felix Fietkau
2011-09-10
move the DUMP_SUFFIX define to the right place
Felix Fietkau
2011-09-10
fix invoking shell protocol handler scripts
Felix Fietkau
2011-09-10
proto-shell: parse shell handler metadata
Felix Fietkau
2011-09-10
remove script prefix
Felix Fietkau
2011-09-09
remove obsolete attribute info
Felix Fietkau
2011-09-09
add work in progress code for enumerating shell protocol handlers
Felix Fietkau
2011-09-09
add an option for selecting the main path for netifd addons
Felix Fietkau
2011-09-09
handle static proto setup failure
Felix Fietkau
[next]