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-03
bridge: add missing device cleanup
Felix Fietkau
2011-10-03
proto-shell: remove the device user before issuing the protocol down event
Felix Fietkau
2011-10-03
on interface free, remove the main_dev user if still present
Felix Fietkau
2011-10-03
proto-shell: fix a typo in string length calculation
Felix Fietkau
2011-10-03
fix a heap overrun
Felix Fietkau
2011-10-03
more changes for config reload handling
Felix Fietkau
2011-10-03
utils: fix existing node check when keep_old/no_delete is enabled
Felix Fietkau
2011-10-03
add functions for checking for config differences
Felix Fietkau
2011-10-03
force the uci savedir for the dummy variant
Felix Fietkau
2011-10-03
use a common function for creating devices that avoids creating duplicates
Felix Fietkau
2011-10-02
add an ubus callback for removing an interface
Felix Fietkau
2011-10-02
add some code for properly tearing down, reloading and removing interfaces
Felix Fietkau
2011-10-02
add a new vlist flag for avoiding automatic delete of entries
Felix Fietkau
2011-10-02
manage interfaces via vlist
Felix Fietkau
2011-10-02
add vlist_for_each_element iterator
Felix Fietkau
2011-10-02
vlist: store a pointer to the real key to make lookups easier
Felix Fietkau
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
[next]