project/netifd.git
2011-10-03 Felix Fietkaubridge: add missing device cleanup
2011-10-03 Felix Fietkauproto-shell: remove the device user before issuing...
2011-10-03 Felix Fietkauon interface free, remove the main_dev user if still...
2011-10-03 Felix Fietkauproto-shell: fix a typo in string length calculation
2011-10-03 Felix Fietkaufix a heap overrun
2011-10-02 Felix Fietkaumore changes for config reload handling
2011-10-02 Felix Fietkauutils: fix existing node check when keep_old/no_delete...
2011-10-02 Felix Fietkauadd functions for checking for config differences
2011-10-02 Felix Fietkauforce the uci savedir for the dummy variant
2011-10-02 Felix Fietkauuse a common function for creating devices that avoids...
2011-10-02 Felix Fietkauadd an ubus callback for removing an interface
2011-10-02 Felix Fietkauadd some code for properly tearing down, reloading...
2011-10-02 Felix Fietkauadd a new vlist flag for avoiding automatic delete...
2011-10-02 Felix Fietkaumanage interfaces via vlist
2011-10-02 Felix Fietkauadd vlist_for_each_element iterator
2011-10-02 Felix Fietkauvlist: store a pointer to the real key to make lookups...
2011-10-02 Felix Fietkauextend vlist code to allow keeping the old data structu...
2011-10-02 Felix Fietkaumake versioned lists more flexible by using an external...
2011-10-02 Felix Fietkauadd a variable to allow forcing dummy mode on linux...
2011-10-02 Felix Fietkauonly override the uci conf dir in dummy mode
2011-09-28 Steven Barthsystem-linux: use correct netlink attribute for address...
2011-09-28 Steven Barthinterface: don't segfault with an unknown protocol
2011-09-28 Steven Barthsystem-linux: Fix a segfault in netlink code
2011-09-26 Steven Barthsystem-linux: detect adding and removal of devices
2011-09-26 Steven Barthsystem-linux: free netlink messages after sending
2011-09-24 Felix Fietkaufix a compile error on non-linux systems
2011-09-23 Steven Barthadd a system_init function for system control
2011-09-22 Steven Barthadd OS switch to select system library
2011-09-22 Steven Barthadd linux system library
2011-09-22 Steven Barthfix compilation with GCC 4.6 on Linux
2011-09-14 Felix Fietkauproto-shell: parse routes
2011-09-14 Felix Fietkauadd a device pointer to struct device_route
2011-09-12 Felix Fietkauremove proto-shell handlers list
2011-09-12 Felix Fietkauproto-shell: parse ipv4/ipv6 address lists
2011-09-12 Felix Fietkausystem-dummy: print ipv6 addresses on address add/remove
2011-09-12 Felix Fietkaufix parsing of ipaddr + netmask
2011-09-12 Felix Fietkauadd support for externally managed ip addresses and...
2011-09-12 Felix Fietkaumove ip address parsing code to proto.c
2011-09-12 Felix Fietkaumake proto_apply_static_settings static, make helper...
2011-09-11 Felix Fietkauproto-shell: only set the l3 dev if it is not already set
2011-09-11 Felix Fietkauuse DPRINTF instead of fprintf(stderr)
2011-09-11 Felix Fietkauonly use -g3 with -DDEBUG
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 Fietkauadd an interface for notifying protocol handlers of...
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 Fietkaudo not attempt to get an interface if PROTO_FLAG_NODEV...
2011-09-11 Felix Fietkaumove protocol flags to the handler, add a pointer to...
2011-09-11 Felix Fietkaucode cleanup
2011-09-11 Felix Fietkaumake it possible to decouple interface availability...
2011-09-11 Felix Fietkaubring all interfaces down on restart
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 Fietkauremove obsolete attribute info
2011-09-09 Felix Fietkauadd work in progress code for enumerating shell protoco...
2011-09-09 Felix Fietkauadd an option for selecting the main path for netifd...
2011-09-09 Felix Fietkauhandle static proto setup failure
2011-09-09 Felix Fietkauadd an ubus call for restarting netifd
2011-09-08 Felix Fietkaurename "active" to "available"
2011-09-08 Felix Fietkauchange the status information provided via ubus
2011-09-07 Felix Fietkauadd code for versioned lists and use it to manage addre...
2011-09-07 Felix Fietkaumove more stuff out of netifd.h
2011-09-07 Felix Fietkaumove some code to utils.[ch]
2011-09-07 Felix Fietkauadd DPRINTF type checking for no-debug builds
2011-09-07 Felix Fietkaumake functionality for applying static settings available
2011-09-07 Felix Fietkauhandle the interface autostart option
2011-09-05 Jo-Philipp... Add inline fls() function for linux
2011-09-05 Felix Fietkaumake config_init_devices static
2011-09-05 Felix Fietkaudelete all routes on interface down
2011-09-05 Felix Fietkauconstify
2011-09-05 Felix Fietkauadd config state tracking
2011-09-05 Felix Fietkaufree routes and addresses
2011-09-05 Felix Fietkaumove ip related functions and data structures to a...
2011-09-05 Felix Fietkauremove code duplication
2011-09-05 Felix Fietkaufix the ubus hotplug add/remove interface to properly...
2011-09-05 Felix Fietkauimprove interface for cleaning up unused devices
2011-09-05 Felix Fietkauextend the ubus interface to allow adding/removing...
2011-09-04 Felix Fietkauremove the uci dependency from protocol handlers
2011-09-04 Felix Fietkauremove an unnecessary typedef
2011-09-04 Felix Fietkaufix compiler warnings
2011-09-04 Felix Fietkaumake device_claim/device_release operate on the device_...
2011-09-04 Felix Fietkautrigger proto attach from config.c
2011-09-04 Felix Fietkauuse list_add_tail instead of list_add
2011-09-04 Felix Fietkauadd another ifname to the test config
2011-09-04 Felix Fietkaudo not reverse bridge member devices order
2011-09-04 Felix Fietkaumake interface:ifname a string instead of an array
2011-09-04 Felix Fietkaumake bridge configuration more dynamic
2011-07-29 Felix Fietkauadd support for multiple config_param_list::next pointers
2011-07-29 Felix Fietkaus/broadcast_device_event/device_broadcast_event/
2011-07-29 Felix Fietkaus/config_device_inits/config_init_devices/
2011-07-29 Felix Fietkaus/alloc_interface/interface_alloc/
next