summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2013-04-20ryu/app/rest_firewall.py: handling of no switch connectionwatanabe.fumitaka
2013-04-20ryu.lib.packet: docstringYAMAMOTO Takashi
2013-04-18ryu.lib.packet: docstringYAMAMOTO Takashi
2013-04-18of1.0: add nx_match to NXFlowStatsRequestOHMURA Kei
2013-04-16lib: ip address presentation convert helper methodsCan Zhang
2013-04-16g/c a stale reference to find_protocolYAMAMOTO Takashi
2013-04-16packet lib: docstringYAMAMOTO Takashi
2013-04-16tests/unit, lib/packet/vrrp: unit test for vrrp packet parser/serializerIsaku Yamahata
2013-04-16lib/packet: VRRP packet parser/serializerIsaku Yamahata
2013-04-16lib/packet/ipv6: add constants for parse/serializeIsaku Yamahata
2013-04-16lib/packet/ipv4: add constants for parse/serializeIsaku Yamahata
2013-04-16ofproto/inet: add VRRP protocol numberIsaku Yamahata
2013-04-16lib/packet/arp.py: add convenience function to create arp for ipIsaku Yamahata
2013-04-16ofproto/nx_match: pep8Isaku Yamahata