summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-07-31update library_packet_ref.rstwatanabe.fumitaka
2013-07-31link to LLC sub layerwatanabe.fumitaka
2013-07-31lib/packet/llcwatanabe.fumitaka
2013-07-31lib/packet/bpduwatanabe.fumitaka
2013-07-31The trick for installing argparse is deletedSatoshi Kobayashi
2013-07-31update packet generator code commentYAMAMOTO Takashi
2013-07-30test_addrconv: fix a copy and paste mistakeYAMAMOTO Takashi
2013-07-28Remove contrib/oslo directorySatoshi Kobayashi
2013-07-25addrconv: remove embedded test codeYAMAMOTO Takashi
2013-07-25add a test for ryu.lib.addrconvYAMAMOTO Takashi
2013-07-24regenerate packet_data for meter_modYAMAMOTO Takashi
2013-07-24test_parser: an expected result for meter_modYAMAMOTO Takashi
2013-07-24packet_data_generator: uncomment ofp_meter_modYAMAMOTO Takashi
2013-07-24of13 OFPMeterMod: fix _len vs len mismatchYAMAMOTO Takashi
2013-07-24of13 OFPMeterBandExperimenter: fix superYAMAMOTO Takashi
2013-07-24ryu/app/ofctl_rest: add of1.3 supportKei Ohmura
2013-07-24add ofctl_v1_3 libraryOHMURA Kei
2013-07-24rest_router: follow packet lib api changeYAMAMOTO Takashi
2013-07-24addrconv: use bytes instead of int to represent ipv4 addressesYAMAMOTO Takashi
2013-07-24addrconv: replace bin<->text converters for ipv6YAMAMOTO Takashi
2013-07-24addrconv: replace bin<->text converters for mac addressesYAMAMOTO Takashi
2013-07-24addrconv: binary <-> text conversion of mac/ipv4/ipv6 addressesYAMAMOTO Takashi
2013-07-24lib/packet: add Link Aggregation Control ProtocolYuichi Ito
2013-07-24of-wire json test: a program to generate test data for unit testsYAMAMOTO Takashi
2013-07-23dist: pypi tar ball misses tools directoryIsaku Yamahata
2013-07-22stringify.StringifyMixin.__str__: simplifyYAMAMOTO Takashi
2013-07-22rest_router: stop catching ExceptionYAMAMOTO Takashi
2013-07-19of-wire json test: unit testYAMAMOTO Takashi
2013-07-19of-wire json test: generated *.packetYAMAMOTO Takashi
2013-07-19of-wire json test: expected resultsYAMAMOTO Takashi
2013-07-19of-wire json: adapt OF13 OFPMeterBandYAMAMOTO Takashi
2013-07-19of-wire json: adapt OF13 OFPTableFeaturesStatsReplyYAMAMOTO Takashi
2013-07-19of-wire json: adapt OF13 OFPPortDescStatsReplyYAMAMOTO Takashi
2013-07-19of13: fix OFPTableFeaturesStats.parserYAMAMOTO Takashi
2013-07-19of13: fix OFP_TABLE_FEATURES_PACK_STRYAMAMOTO Takashi
2013-07-19of1.3: fix OFPort parserFUJITA Tomonori
2013-07-19appease pep8YAMAMOTO Takashi
2013-07-18add router Ryu applicationwatanabe.fumitaka
2013-07-17app/quantum_adapter: Lazily initialize neutron clientIsaku Yamahata
2013-07-16ofproto v1.3: implement MeterBand parsersIsaku Yamahata
2013-07-16Send MeterMod messagesPhilipp Aeschlimann
2013-07-13quantum_adapter: race between ovs port deletion and plugin port deletionIsaku Yamahata
2013-07-13simple_vlan.py: race conditionIsaku Yamahata
2013-07-13gre_tunnel.py: race conditionIsaku Yamahata
2013-07-13network: add a helper function to list ports that doesn't raiseIsaku Yamahata
2013-07-13gre_tunnel: exception due to race conditionIsaku Yamahata
2013-07-13network.py: exception in Networks.remove_port()Isaku Yamahata
2013-07-13network: sort out order between event and actual deletion of networkIsaku Yamahata
2013-07-13network.py: sort out order between event and actual deletion of portIsaku Yamahata
2013-07-13app/gre_tunnel.py: typo has_network -> has_networksIsaku Yamahata