summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-05-31of1.0: use tun_id instead of tun_id_Isaku Yamahata
2013-05-23docs: fix ryu module importFUJITA Tomonori
2013-05-23tests/unit/packet/test_vrrp: add tests for is_valid()YAMADA Hideki
2013-05-23lib/packet/vrrp: fix is_valid()YAMADA Hideki
2013-05-23test_parser_v10: remove tests for __str__YAMADA Hideki
2013-05-23Merge branch 'master' of github.com:osrg/ryuFUJITA Tomonori
2013-05-18of13: Fix for OFPQueueGetConfigReply/RequestPhilipp Aeschlimann
2013-05-18run_tests: make python interpreter overridableYAMAMOTO Takashi
2013-05-18app/gre_tunnel: pylintIsaku Yamahata
2013-05-18app/quantum_adapter: unbreak quantum changeIsaku Yamahata
2013-05-18of10: sprinkle StringifyMixinYAMAMOTO Takashi
2013-05-18of: StringifyMixinYAMAMOTO Takashi
2013-05-18use dpid_to_str in some placesYAMAMOTO Takashi
2013-05-14tests/ofproto: add unit test for ofproto automatic detectionIsaku Yamahata
2013-05-14ofproto: exception during startup related ofp module detactionIsaku Yamahata
2013-05-15tests/ofproto: add unit test for ofproto automatic detectionIsaku Yamahata
2013-05-15ofproto: exception during startup related ofp module detactionIsaku Yamahata
2013-05-14of13: add missing UINTxx_MAXYAMAMOTO Takashi
2013-05-14controller/ofp_event: don't hardcode supported OFP parser moduleIsaku Yamahata
2013-05-14ofproto: detect supported OFP versions automatically.Isaku Yamahata
2013-05-14ofproto_parser: simplify msg_str_attr() a bitIsaku Yamahata
2013-05-13update requirementsYAMAMOTO Takashi
2013-05-11Support bind IPv6 addresses in StreamServerCan Zhang
2013-05-11Revert "add eventlet to test requirement"FUJITA Tomonori
2013-05-12ofproto: change the way __str__ is implemented for of-wire messagesYAMAMOTO Takashi
2013-05-10controller: stop catching GreenletExitYAMAMOTO Takashi
2013-05-10hub: add some more testsYAMAMOTO Takashi
2013-05-10hub: handle GreenletExit internallyYAMAMOTO Takashi
2013-05-10hub: commentYAMAMOTO Takashi
2013-05-10of1.0: simplify NXAction initializationIsaku Yamahata
2013-05-10of1.0: simplify OFPActionVendorIsaku Yamahata
2013-05-10of1.0: NXActionHeader should be subclass of OFPActionVendorIsaku Yamahata
2013-05-04of1.3: fix OFPPortStatus parserYoshihiro Kaneko
2013-05-04of1.3: fix parser of OFPGetAsyncReplyYoshihiro Kaneko
2013-05-04of1.3: fix serializer of OFPSetAsyncYoshihiro Kaneko
2013-05-04of1.3: fix wrong method name in OFPQueueGetConfigRequestYoshihiro Kaneko
2013-05-04of1.3: fix pack string of OFPMeterStatsRequestYoshihiro Kaneko
2013-05-04of1.3: fix wrong class name in OFPGroupFeaturesStatsRequest.__init__()Yoshihiro Kaneko
2013-05-04of1.3: fix attribute name of OFPGroupDescStatsYoshihiro Kaneko
2013-05-04of1.3: fix lacking argument in OFPAggregateStatsRequest.__init__()Yoshihiro Kaneko
2013-05-02add eventlet to test requirementFUJITA Tomonori
2013-05-02lib/hub: Event.wait should return its internal flagIsaku Yamahata
2013-05-01of1.0: match accepts partial parametersFUJITA Tomonori
2013-05-01limit the size of ryu app's event queueYAMAMOTO Takashi
2013-05-01controller: fix send queue draining againYAMAMOTO Takashi
2013-05-01sweep the tree to change from gevent to ryu.lib.hubYAMAMOTO Takashi
2013-05-01add a threading hub moduleYAMAMOTO Takashi
2013-04-30Ryu 1.9FUJITA Tomonori
2013-04-28of1.0: add nx_aggregate_stats supportOHMURA Kei
2013-04-28of1.0: OFPMatch support keyword-style parametersCan Zhang