add better debug messages for interface create/remove/update
[project/netifd.git] / proto-shell.c
2011-10-03 Felix Fietkauproto-shell: remove the device user before issuing...
2011-10-03 Felix Fietkauproto-shell: fix a typo in string length calculation
2011-10-03 Felix Fietkaufix a heap overrun
2011-09-14 Felix Fietkauproto-shell: parse routes
2011-09-12 Felix Fietkauremove proto-shell handlers list
2011-09-12 Felix Fietkauproto-shell: parse ipv4/ipv6 address lists
2011-09-11 Felix Fietkauproto-shell: only set the l3 dev if it is not already set
2011-09-11 Felix Fietkauuse false instead of 0 for a bool variable
2011-09-11 Felix Fietkaufix a null pointer deref bug
2011-09-11 Felix Fietkauadd a protocol event for link loss
2011-09-11 Felix Fietkauproto-shell: add l3 interface claim/release
2011-09-11 Felix Fietkauadd forced shell proto setup kill (timeout: 1 second)
2011-09-11 Felix Fietkauadd support for interrupting shell protocol setup
2011-09-11 Felix Fietkauproto-shell: pass the interface name to plugins
2011-09-11 Felix Fietkaureorder code
2011-09-11 Felix Fietkaupass ifname to the shell proto handler
2011-09-11 Felix Fietkauproto-shell: add a config option for setting PROTO_FLAG...
2011-09-11 Felix Fietkaumove protocol flags to the handler, add a pointer to...
2011-09-11 Felix Fietkaucode cleanup
2011-09-10 Felix Fietkaumove the DUMP_SUFFIX define to the right place
2011-09-10 Felix Fietkaufix invoking shell protocol handler scripts
2011-09-10 Felix Fietkauproto-shell: parse shell handler metadata
2011-09-10 Felix Fietkauremove script prefix
2011-09-09 Felix Fietkauadd work in progress code for enumerating shell protoco...