summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-08-02Ensure that send() and send_msg() in controller return status to calling appl...Victor Orlikowski
2016-08-02Clean up stale Datapath objects in the ofctl_service applicationVictor Orlikowski
2016-07-29packet lib: Add packet library of GREShinpei Muraoka
2016-07-27ofproto/nx_actions: Update argument of NXActionCTShinpei Muraoka
2016-07-27ofproto/nx_actions: Revert API of NXActionShinpei Muraoka
2016-07-27manager: Except KeyboardInterrupt to suppress tracebackIWASE Yusuke
2016-07-27stplib: Handle the port state not changed eventsIWASE Yusuke
2016-07-27stplib: Adopt to Python3IWASE Yusuke
2016-07-27rest_qos: Fix to handle the case without QoS actionIWASE Yusuke
2016-07-27packet: support relayed DHCP packetMichael Haro
2016-07-14Fix: LLDP.OrganizationallySpecific not ignoring info fieldJonas Grunert
2016-07-12test_parser: Add test data for some NXActionShinpei Muraoka
2016-07-12ofproto/nx_actions: Support some NXActionShinpei Muraoka
2016-07-12ofproto/nx_actions: Add comment for Ryu documentsShinpei Muraoka
2016-07-12test_parser: Add test data for missing NXActionShinpei Muraoka
2016-07-12ofproto/nx_actions: Support missing NXActionShinpei Muraoka
2016-07-12ofproto/nx_actions: Update arguments to be compatible with ovs-ofctlShinpei Muraoka
2016-07-12test_parser: Add test data for NXAction used only in OpenFlow1.0Shinpei Muraoka
2016-07-12ofproto/nx_actions: Add NXAction used only in OpenFlow1.0Shinpei Muraoka
2016-07-11test_packet: Avoid to use array.array as input binaryIWASE Yusuke
2016-07-11packet: Fix minimum ethernet frame lengthIWASE Yusuke
2016-07-11test_peer: Unit test for peer.py of BGPSpeakerIWASE Yusuke
2016-07-11BGPSpeaker: Support Four-Octet AS numberIWASE Yusuke
2016-07-11packet/bgp: Support Four-Octet AGGREGATOR Path AttributeIWASE Yusuke
2016-07-11BGPSpeaker: Fix capability check when MP-BGP not supportedIWASE Yusuke
2016-07-11fix of13 VLAN_PCP test caseKawai, Hiroaki
2016-06-30Ryu 4.4FUJITA Tomonori
2016-07-01topology: ignore cfm packets on packet inEvan Gray
2016-07-01topology: pep8 fixesEvan Gray
2016-07-01ofproto: Fix example of OFPSetAsync messageIWASE Yusuke
2016-07-01Update the readthedoc URLIWAMOTO Toshihiro
2016-07-01lib/ofctl_utils: Log the datapath sent toJason Kölker
2016-07-01Avoid parallel executions of AppManager.close()IWAMOTO Toshihiro
2016-06-18python3: Use six.add_metaclass for metaclassfumihiko kakuma
2016-06-18python3: Use six.string_types instead of basestringfumihiko kakuma
2016-06-18python3: Improve Table class in services.protocols.bgp.info_base.basefumihiko kakuma
2016-06-18python 3: Replace deprecated logging.warn with logging.warningFumihiko Kakuma
2016-06-09Python3: Explicit string type encodingIWASE Yusuke
2016-06-09BGPSpeaker: Remove unused utility modulesIWASE Yusuke
2016-06-09BGPSpeaker: Fix unresolved references in Python3IWASE Yusuke
2016-06-09BGPSpeaker: Support Per-Peer ASIWASE Yusuke
2016-06-09packet_data_generator3/gen: Add some NXAction packetsShinpei Muraoka
2016-06-09ofproto/nicira_ext: Move the variable and method for Nicira ExtensionShinpei Muraoka
2016-06-09tests/test_parser_v10: Update test parameterShinpei Muraoka
2016-06-09ofproto/nx_actions: Update arguments to be compatible with ovs-ofctlShinpei Muraoka
2016-06-09ofproto/ofproto_v1_0: Delete some NX actionsShinpei Muraoka
2016-06-09ofproto/nx_actions: Porting the NX Action definition of ofproto_v1_0_parserShinpei Muraoka
2016-06-09ofproto/nx_actions: Update serialize and parseShinpei Muraoka
2016-06-09Extend OVSDB apiAlan Quillin
2016-06-05Fix RuntimeError of lldp_packet_in_handlerYi Tseng