summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-01-30Typo fixes in lib/packet/bgp.pyVictor Orlikowski
2016-01-30Fix: "AddrFormatError: address '...' is not an EUIv48"Jan Keler
2016-01-30packet/bgp: Gaurd against extra data in the bufferJason Kölker
2016-01-30protocols/ovsdb: Forcably kill the main_threadJason Kölker
2016-01-30protocols/ovsdb: Handle accept() errorsJason Kölker
2016-01-30protocols/ovsdb: Handle disconnects gracefullyJason Kölker
2016-01-30test: disable rpc unittest with large file for nowFUJITA Tomonori
2016-01-21ofproto/NXAction: Fix NXActionUnknown parsingMinoru TAKAHASHI
2016-01-21of14_parser: unify OFPActionExperimenter implementationMinoru TAKAHASHI
2016-01-19test_ofctl: Update json representationsIWASE Yusuke
2016-01-19test_ofctl_utils: Add unit tests for ofctl_utils.pyIWASE Yusuke
2016-01-19lib/ofctl: Add utility library for ofctl_v1_*.pyIWASE Yusuke
2016-01-19doc: Add Nicira Extension Structures referencesIWASE Yusuke
2016-01-19doc: ofproto_ref: Update supported actions/matches listIWASE Yusuke
2016-01-19packet_data: regenIWASE Yusuke
2016-01-19test_parser: Add expected json representationsIWASE Yusuke
2016-01-19packet_data_generator2: Add some OFP13/15 messagesIWASE Yusuke
2016-01-19lib/ofctl_v1_*: Confirm hw_addr is str in mod_port_behaviorIWASE Yusuke
2016-01-19test_ofctl: Compare sent messages in json representationIWASE Yusuke
2016-01-19Remove old link when link updatesChia-Lin Cho
2016-01-19fixes for mutable default argumentsMinoru TAKAHASHI
2016-01-08Cleanup variable name for clarityVictor Orlikowski
2016-01-08cap oslo.config version only in python2.6FUJITA Tomonori
2016-01-04Ryu 3.29FUJITA Tomonori
2015-12-30Generate new datapath event for switch connecting multiple timesVictor Orlikowski
2015-12-30Fix handling of state transition to config modeVictor Orlikowski
2015-12-30Clean up for stability patch submitted previouslyVictor Orlikowski
2015-12-25Ensure to terminate threads where RyuApp.start() gives a thread objectIWAMOTO Toshihiro
2015-12-25ofctl_v1/2/3: Some improvementsMinoru TAKAHASHI
2015-12-25of14: Add action experimenter to flow stats reply unit testMinoru TAKAHASHI
2015-12-25test_tcp: Update test cases for tcp optionIWASE Yusuke
2015-12-25lib/packet/tcp: Parse TCP Option fieldIWASE Yusuke
2015-12-25bgp: fix handling unknown and unsupported transitive pathISHIDA Wataru
2015-12-22ofp_handler: Remove sending SET_CONFIG messageIWASE Yusuke
2015-12-22lib/ofctl: Add test cases for ofctl_v1_0IWASE Yusuke
2015-12-22lib/ofctl: Add test cases for ofctl_v1_2IWASE Yusuke
2015-12-22lib/ofctl: Add test cases for ofctl_v1_3IWASE Yusuke
2015-12-22lib/ofctl: Implement unit test for sending messagesIWASE Yusuke
2015-12-22lib/ofctl: Rename unit test for action/matchIWASE Yusuke
2015-12-22lib/ofctl: Confirm UTF-8 in binary fieldsIWASE Yusuke
2015-12-22ofproto_v1_[23]_parser: Add default arguments in OFPQueuePropIWASE Yusuke
2015-12-22test_parser: Add some expected json representationsIWASE Yusuke
2015-12-22packet_data: RegenIWASE Yusuke
2015-12-22packet_data_generator: Add ofp_group_stats messages for OF1.2IWASE Yusuke
2015-12-22ofproto_v1_[2345]_parser: Set default length fieldIWASE Yusuke
2015-12-08avoid oslo.config 3.1.0 and later for python2.6 supportFUJITA Tomonori
2015-12-08test_controller: Add unit test for _recv_loop()IWASE Yusuke
2015-12-08controller: Split received message bufferIWASE Yusuke
2015-12-02Fix a stability issue relating to switch disconnection/re-connection events.Victor J. Orlikowski
2015-12-02Ryu 3.28FUJITA Tomonori