summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-02-24remove no longer used contrib/openstackYAMAMOTO Takashi
2013-02-24switch from openstack.common.cfg to oslo.config.cfgYAMAMOTO Takashi
2013-02-24import oslo-configYAMAMOTO Takashi
2013-02-24controller: fix that sender thread is never terminatedYAMADA Hideki
2013-02-24test: remove unnecessary variablesHIYAMA Manabu
2013-02-24packet lib: fix icmpv6.nd_s.parser() and support NDP option typeHIYAMA Manabu
2013-02-24of1.3: fix error in port_mod and get_config_reply logic张东亚
2013-02-24ryu/controller/dpset.py: duplicate importIsaku Yamahata
2013-02-24of1.2: fix OFPGroupDescStats parserKONDOH Tasuku
2013-02-15doc: internal document on openstack cooperationIsaku Yamahata
2013-02-15test: tuning integration test for OFPT_FLOW_REMOVEDHIYAMA Manabu
2013-02-15of1.3: fix ACTION_POP_MPLSFUJITA Tomonori
2013-02-14stop requiring gflagsYAMAMOTO Takashi
2013-02-14fix a typo in the help message of quantum_controller_addrYAMAMOTO Takashi
2013-02-14update a sample and documentationYAMAMOTO Takashi
2013-02-14adjust import order in ryu-manager and add a comment.YAMAMOTO Takashi
2013-02-14use openstack.common.cfg instead of gflagsYAMAMOTO Takashi
2013-02-14import cfg.py from oslo-incubatorYAMAMOTO Takashi
2013-02-14controller: fix send_q drainingYAMAMOTO Takashi
2013-02-13of1.2: fix OFPQueueProp parserKONDOH Tasuku
2013-02-13fix breakage the commit 68f3259754fdbd7b5351c9739bf6f238c7ffb313FUJITA Tomonori
2013-02-13controller/ofp_handler: improve version negotiationIsaku Yamahata
2013-02-13quantum_adapter: exception when VM deletionIsaku Yamahata
2013-02-13LICENCE: change end-of-line code CRLF to LFIsaku Yamahata
2013-02-12tests: make run_tests.py, test_lib.py executable as it includes #!Isaku Yamahata
2013-02-12doc: man pages for ryu-manager and ryu-clientIsaku Yamahata
2013-02-12doc: eliminate sphinx warningsIsaku Yamahata
2013-02-08fix typos in commentsYAMAMOTO Takashi
2013-02-08fix a fatal typo in network.pyYAMAMOTO Takashi
2013-02-08fix a fatal typo in GRETunnel _CONTEXTSYAMAMOTO Takashi
2013-02-08gre_tunnel: adapt to the new world order after dispatcher removalYAMAMOTO Takashi
2013-02-08tunnel_port_updater: adapt to the new world order after dispatcher removalYAMAMOTO Takashi
2013-02-08controller/handler: allow set_ev_handler without dispatchersYAMAMOTO Takashi
2013-02-08app_manager: add some assertions and LOG.infoYAMAMOTO Takashi
2013-02-08app_manager: print event flow for --verboseYAMAMOTO Takashi
2013-02-08app_manager: print some info about event flows for --verboseYAMAMOTO Takashi
2013-02-08app_manager: add an function to register an app instance explicitlyYAMAMOTO Takashi
2013-02-08Add support live-migrationYoshihiro Kaneko
2013-02-08ryu/controller/controller: add a helper method, is_reserved_port()Isaku Yamahata
2013-02-08ovs/bridge: more helper methodsIsaku Yamahata
2013-02-08ovs/vsctl: more commandsIsaku Yamahata
2013-02-08lib/ovs/db_client: library for low-level ovsdb manipulationIsaku Yamahata
2013-02-08app/client: add mac supportIsaku Yamahata
2013-02-08app/rest: add requirements to path componentIsaku Yamahata
2013-02-08app/rest: add API to register/update mac address for a given portIsaku Yamahata
2013-02-08app/tunnel_port_updater: application that creates/deletes tunnel portsIsaku Yamahata
2013-02-08ryu/controller/network.py: add helper functions for tunnel updaterIsaku Yamahata
2013-02-08app/gre_tunnel: implement GRETunnel appIsaku Yamahata
2013-02-07packet lib: rename icmp6 to icmpv6HIYAMA Manabu
2013-02-07test: fix integration tests: reflects 978f3e5cHIYAMA Manabu