summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2013-04-28ovs.poller: workaround a bug in eventletYAMAMOTO Takashi
2013-04-28run_tests.sh: support integrated testsYAMADA Hideki
2013-04-28tests/integrated: auto testing script using Mininet and OVSYAMADA Hideki
2013-04-28tests/integrated: Skip MPLS related testYAMADA Hideki
2013-04-27Fix typo in comments in GRE tunnel classKyle Mestery
2013-04-27ryu/app/simple_vlan: fix typoOHMURA Kei
2013-04-24add a template for ryu.lib.packet class documentation.YAMAMOTO Takashi
2013-04-24ryu.lib.packet: docstring tweaks for better renderingYAMAMOTO Takashi
2013-04-24nx_match: support IPv4 maskCan Zhang
2013-04-24rest_tunnel: fix comment typosYAMAMOTO Takashi
2013-04-24of1.3: parser should return msg, not implicit NoneIsaku Yamahata
2013-04-24nx_match: remove an unnecessary importYAMAMOTO Takashi
2013-04-24of1.3: remove port_no argumentYoshihiro Kaneko
2013-04-24of1.3: fix typos in ofproto_v1_3.pyYoshihiro Kaneko