IPv6: Remove local ULA if there is an external one
[project/netifd.git] / interface.c
2013-04-03 Steven BarthRewrite IPv6 prefix assignment
2013-01-29 Felix Fietkaufix cleaning up interface state for reload
2013-01-16 Steven Barthalias: use layer 3 device instead of main device
2012-12-31 Felix Fietkauuse calloc_a for interface error allocations
2012-12-31 Felix Fietkauinterface: do not clear errors after an interface is...
2012-12-17 Felix Fietkauduplicate error subsystem and code for interface errors...
2012-12-13 Felix Fietkaurewrite resolv.conf after any interface state change...
2012-09-06 Felix Fietkaudo not prematurely release the main dev on link loss...
2012-07-12 Felix Fietkauadd simple device config params to interface blob attri...
2012-07-05 Felix Fietkaumake alias devices attach to interface l2 devs
2012-06-04 Felix Fietkauinterface: clean up after hotplug interfaces are removed
2012-05-23 Felix Fietkauadd interface alias support
2012-05-23 Felix Fietkaureset iface->config_state when handling it
2012-05-20 Felix Fietkaufix argument order on replacing dns lists
2012-05-20 Felix Fietkaudo not replace proto_ip dns servers on config reload
2012-05-19 Felix Fietkauread interface route metric from config
2012-05-19 Felix Fietkaumove dns server/search list parsing to interface core...
2012-05-19 Felix Fietkauimplement a generic peerdns option to suppress proto...
2012-05-04 Felix Fietkaufix buffer overflow in interface data handling
2012-05-04 Felix Fietkauadd copyright headers
2012-05-04 Felix Fietkauconvert interface event queueing to global interface...
2012-05-04 Felix Fietkauadd a new event for interface reload
2012-05-04 Felix Fietkauadd a new event for interface free
2012-05-04 Felix Fietkauadd global interface event notifier
2012-05-04 Felix Fietkauadd a ubus interface to dynamically create host routes...
2012-05-02 Felix Fietkaumove system_flush_routes() call to mark_interface_down()
2012-05-02 Felix Fietkauremove duplicate interface down events
2012-04-29 Felix Fietkaufix config routes enable/disable handling on down/up
2012-04-17 Felix Fietkaufix flushing routes/addresses on connection loss
2012-04-14 Felix Fietkaurelease devices only after flushing ip state
2012-04-12 Felix Fietkauflush interface ip state after the interface has been...
2012-03-29 Felix Fietkaufix use-after-free when an interface event is pending...
2012-03-28 Felix Fietkaunetifd: fix hotplug-adding of non-bridge interfaces...
2012-03-23 Felix Fietkauadd support for attaching arbitrary state data to inter...
2012-03-23 Felix Fietkaumove l3 device tracking to interface core to enforce...
2012-03-19 Felix Fietkauadd support for updating route metrics
2012-03-19 Felix Fietkauproperly flush routes and l3 devices when tearing down...
2012-03-03 Felix Fietkausimplify vlist, move avl key handling to vlist_add()
2012-03-03 Felix Fietkaupreserve interface main hotplug device on reload
2012-03-03 Felix Fietkauubus: use interface_{add,remove}_link for hotplug ops
2012-01-24 Felix Fietkauremove an unnecessary check
2012-01-23 Felix Fietkauadd a generic option for disabling the automatic defaul...
2011-11-03 Felix Fietkaufix interface event handling, suppress redundant down...
2011-10-27 Felix Fietkauproto-shell: handle the "available" config flag
2011-10-26 Felix Fietkauon reload, check for null ifname before comparing it
2011-10-21 Felix Fietkaufix device claim on interface reload
2011-10-21 Felix Fietkaufold __interface_set_up into interface_set_up
2011-10-21 Felix Fietkauclean up interface state change handling
2011-10-19 Felix Fietkauadd support for configuring static routes
2011-10-19 Felix Fietkaurework route handling, move parser code to interface...
2011-10-19 Felix Fietkauadd support for keeping multiple ip addr/route/dns...
2011-10-19 Felix Fietkaurework device hotplug handling some more, add device_lo...
2011-10-19 Felix Fietkaurework and fix hotplug interface handling
2011-10-18 Felix Fietkauadd log messages for interface up/down
2011-10-18 Felix Fietkauon proto event IFPEV_DOWN, do not attempt to bring...
2011-10-18 Felix Fietkaureset l3 dev on interface reload
2011-10-18 Felix Fietkaudefer releasing the l3 dev so that the generic code...
2011-10-18 Felix Fietkauadd interface users (similar to device users)
2011-10-18 Felix Fietkauclear errors before attempting to bring up an interface
2011-10-14 Felix Fietkauflush routes after bringing up/down an interface
2011-10-13 Felix Fietkauclean dns list if an interface is marked as down
2011-10-12 Felix Fietkauif an interface is brought down by the proto handler...
2011-10-11 Felix Fietkauadd some code for keeping track of dns servers and...
2011-10-10 Felix Fietkauadd interface uptime to the status info
2011-10-07 Felix Fietkauadd support for calls to a hotplug script on interface...
2011-10-06 Felix Fietkaudelete interfaces from the avl tree on free
2011-10-06 Felix Fietkaudetect interface configuration changes
2011-10-06 Felix Fietkaudelay bringup of interfaces until after the config...
2011-10-05 Felix Fietkauclear interface errors on interface cleanup
2011-10-05 Felix Fietkauclear errors on interface reload
2011-10-05 Felix Fietkaus/clear_interface_errors/interface_clear_errors/
2011-10-05 Felix Fietkaudo not override iface->autostart on config reload
2011-10-05 Felix Fietkauminor cleanup
2011-10-05 Felix Fietkauadd a debug message showing interface availability...
2011-10-05 Felix Fietkauadd better debug messages for interface create/remove...
2011-10-03 Felix Fietkauadd some more interface reload fixes
2011-10-03 Felix Fietkauon interface free, remove the main_dev user if still...
2011-10-02 Felix Fietkaumore changes for config reload handling
2011-10-02 Felix Fietkauadd some code for properly tearing down, reloading...
2011-10-02 Felix Fietkaumanage interfaces via vlist
2011-09-28 Steven Barthinterface: don't segfault with an unknown protocol
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 Fietkaudo not attempt to get an interface if PROTO_FLAG_NODEV...
2011-09-11 Felix Fietkaumake it possible to decouple interface availability...
2011-09-11 Felix Fietkaubring all interfaces down on restart
2011-09-09 Felix Fietkauremove obsolete attribute info
2011-09-08 Felix Fietkaurename "active" to "available"
2011-09-07 Felix Fietkauadd code for versioned lists and use it to manage addre...
2011-09-07 Felix Fietkauhandle the interface autostart option
2011-09-05 Felix Fietkaudelete all routes on interface down
2011-09-05 Felix Fietkauadd config state tracking
2011-09-05 Felix Fietkaumove ip related functions and data structures to a...
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 Fietkaumake interface:ifname a string instead of an array
2011-09-04 Felix Fietkaumake bridge configuration more dynamic
2011-07-29 Felix Fietkaus/alloc_interface/interface_alloc/
2011-07-29 Felix Fietkaus/free_interface/interface_free/
next