summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-07-31test_parser: Add test case for OFP15 group_desc requestMinoru TAKAHASHI
2015-07-31of1.5: group statistics and group descriptions use a common request formatMinoru TAKAHASHI
2015-07-31test_parser: Add test case for OFP15 queue_desc requestMinoru TAKAHASHI
2015-07-31of1.5: queue statistics and queue descriptions use a common request formatMinoru TAKAHASHI
2015-07-31ofproto_v1_[2345]_parser: Add items method to OFPMatch/OFPStatsYusuke Iwase
2015-07-30Add OVSDB manager protocol applicationJason Kölker
2015-07-29OF: send fin/ack in response to fin packetFUJITA Tomonori
2015-07-25packet_data_generator2: Adopt upgrade of ofputil_packet_inYusuke Iwase
2015-07-22test_ofctl: Add some test cases of OF1.0 actionsMinoru TAKAHASHI
2015-07-22ofctl_v1_0: fix output string of ENQUEUEMinoru TAKAHASHI
2015-07-22OXM/OXS: Initialize exp_type with oxm_fieldYusuke Iwase
2015-07-22ofproto_v1_5_parser: Add OFPPortDescPropRecirculate classYusuke Iwase
2015-07-22ofproto_v1_5_parser: Add OFPPortDescPropOxm classYusuke Iwase
2015-07-22ofproto_v1_5_parser: Move utility method to OFPPropBaseYusuke Iwase
2015-07-22ofproto_v1_[45]_parser: Sort out the inheritance relation of OFP*PropYusuke Iwase
2015-07-22ofproto_v1_[45]_parser: Correct example of OFPPortModYusuke Iwase
2015-07-22ofproto_v1_[45]_parser: Rename Port Description Properties classYusuke Iwase
2015-07-22ofproto_v1_5_parser: Enable setting mask in OFPActionSetFieldYusuke Iwase
2015-07-22ofproto_v1_5_parser: Add OFPActionCopyField supportYusuke Iwase
2015-07-22ofproto_v1_5_parser: Add OFPInstructionStatTrigger supportYusuke Iwase
2015-07-18add host restful apiTakeshi
2015-07-18add host discovery functionsTakeshi
2015-07-10ignore lldp packet to avoid wrong linksTakeshi
2015-07-09bgp: fix withdrawn label handling againFUJITA Tomonori
2015-07-09ignore lldp packet to avoid wrong linksTakeshi
2015-07-08declare python3 supportFUJITA Tomonori
2015-07-06bgp: fix bug of not taking care of withdrawn labelISHIDA Wataru
2015-07-05Add registers 1-7 as nicira extensions for matching and settingGal Sagie
2015-07-04Implement NX Resubmit-table actionYAMAMOTO Takashi
2015-07-04travis: run tests with python3FUJITA Tomonori
2015-07-03python3: Convert chr to six.int2byteIWAMOTO Toshihiro
2015-07-03Fix test packet data generationIWAMOTO Toshihiro
2015-07-03Use the asciilist type for lists of ip addressesIWAMOTO Toshihiro
2015-07-03python3: Misc str related fixupsIWAMOTO Toshihiro
2015-07-03python3: Round time() return value to microsecondsIWAMOTO Toshihiro
2015-07-03python3: Adapt to iterator changeIWAMOTO Toshihiro
2015-07-03python3: Use b'str' for binary dataIWAMOTO Toshihiro
2015-07-03python3: Convert str to six.binary_typeIWAMOTO Toshihiro
2015-07-03packet_utils: Remove checksum() side-effectIWAMOTO Toshihiro
2015-07-03python3: Use {encode, decode}('ascii') for text packet dataIWAMOTO Toshihiro
2015-07-03python3: Partially revert b'str' conversionIWAMOTO Toshihiro
2015-07-03python3: Use six.indexbytes for extracting single byte of dataIWAMOTO Toshihiro
2015-07-03python3: Store AsciiStringType class data as strIWAMOTO Toshihiro
2015-07-02Ryu 3.23FUJITA Tomonori
2015-07-01python3: fix bgp reggressionFUJITA Tomonori
2015-07-01python3: Misc. python3 fixIWAMOTO Toshihiro
2015-07-01python3: Make stringify test functionalIWAMOTO Toshihiro
2015-07-01python3: Make ryu.utils.hex_array functionalIWAMOTO Toshihiro
2015-07-01python3: Use b'str' for binary dataIWAMOTO Toshihiro
2015-07-01python3: Use six.binary_type for I/O of ryu.lib.rpcIWAMOTO Toshihiro