summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-06-10packet lib: allow packet type to be specified when parsing packetShaun Crampton
2013-06-08packet lib: For convenience, make packet into a sequence typeShaun Crampton
2013-06-02Ryu 2.0FUJITA Tomonori
2013-06-02of1.3: various fixesShaun Crampton
2013-06-02fix 77effb29 regressionFUJITA Tomonori
2013-06-01packet lib: make test_packet work stand-aloneShaun Crampton
2013-05-31Add Packet library API Reference竹下昇
2013-05-31lib/packet: DHCP packet parser/serializer竹下昇
2013-05-31ofproto/ofproto_parser: pylintIsaku Yamahata
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