project/netifd.git
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/
2011-07-29 Felix Fietkaus/free_interface/interface_free/
2011-07-29 Felix Fietkaus/get_interface/interface_get/
2011-07-29 Felix Fietkaus/start_pending_interfaces/interface_start_pending/
2011-07-29 Felix Fietkaus/set_interface_down/interface_set_down/
2011-07-29 Felix Fietkaus/set_interface_up/interface_set_up/
2011-07-29 Felix Fietkaureorder function
2011-07-29 Felix Fietkaus/release_device/device_release/
2011-07-29 Felix Fietkaus/claim_device/device_claim/
2011-07-29 Felix Fietkaus/init_virtual_device/device_init_virtual/
2011-07-29 Felix Fietkaus/init_device/device_init/
2011-07-29 Felix Fietkaus/get_device/device_get/
2011-07-29 Felix Fietkaus/cleanup_device/device_cleanup/
2011-07-29 Felix Fietkaus/set_device_present/device_set_present/
2011-07-29 Felix Fietkaus/add_device_user/device_add_user/
2011-07-29 Felix Fietkaus/remove_device_user/device_remove_user/g
2011-07-29 Felix Fietkaus/free_device/device_free/g
2011-07-29 Felix Fietkaus/cleanup_devices/device_free_all/
2011-07-29 Felix Fietkauuse uci_to_blob for creating devices
2011-07-29 Felix Fietkauimplement uci-to-blobmsg conversion as an abstraction...
2011-05-02 Felix Fietkauadd routes/gateway support
2011-05-02 Felix Fietkaumove interface address handling to the device module...
2011-05-02 Felix Fietkauclear all remaining addresses on interface down
2011-05-02 Felix Fietkaumove address handling to common code
2011-04-15 Felix Fietkauremove the DNS option from proto-static, it will be...
2011-04-14 Felix Fietkaufix a compiler warning
2011-04-14 Felix Fietkaumake creating a static proto state more flexible, add...
2011-04-14 Felix Fietkauadd code to set ip addresses when an interface with...
2011-04-14 Felix Fietkaucleanup entry counting loop
2011-04-14 Felix Fietkauadd some code for parsing static ipaddr/ip6addr/netmask
2011-04-13 Felix Fietkauadd a dummy protocol handler for "static"
next