summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-07-20test: add integrated OVS test suiteFUJITA Tomonori
2012-07-19of1.2: fix OFPPortStatsRequest typoFUJITA Tomonori
2012-07-19of1.2: OFPGroupMod and OFPGroupFeaturesStatsFUJITA Tomonori
2012-07-19simple_switch: remove outside module dependenceFUJITA Tomonori
2012-07-18cbench: specify OF1.0FUJITA Tomonori
2012-07-18simple_switch: specify OF1.0FUJITA Tomonori
2012-07-17stop import ofproto_v1_0 as ofprotoFUJITA Tomonori
2012-07-17nxm: remove import ofprotoFUJITA Tomonori
2012-07-17of1.2: OFPMatch serialiser: fix ARP_SPA, ARP_TPA and IPV6_FLABEL maskingSimon Horman
2012-07-17simple_switch: fix port_status_handlerKAWAI Hiroaki
2012-07-17of1.2: add OFPSF_REPLY_MORE constantFUJITA Tomonori
2012-07-17of1.2: remove unused mask in MTEthTypeFUJITA Tomonori
2012-07-16enable applications to specify OF versionsFUJITA Tomonori
2012-07-14of1.2: add OFPQueuePropMinRate and OFPQueuePropMaxRateFUJITA Tomonori
2012-07-13nxm: fix nxm to OFPMatch conversionFUJITA Tomonori
2012-07-13of1.2: fix OFPGroupMod serializeFUJITA Tomonori
2012-07-12of1.2: OFPSetField serializer pads too muchIsaku Yamahata
2012-07-12of1.2: fix OFPPacketIn parserFUJITA Tomonori
2012-07-08of1.2: fix MTIPv6NdTargetFUJITA Tomonori
2012-07-08of1.2: fix OFPActionPopVlan parserFUJITA Tomonori
2012-07-07of1.2: fix OFPActionSetField paddingFUJITA Tomonori
2012-07-07of1.2: fix vlan_vid matchFUJITA Tomonori
2012-07-06app/rest: fix value error exceptionYoshihiro Kaneko
2012-07-06of1.2: change IPv6 address representationFUJITA Tomonori
2012-07-06of1.2: fix OFPActionSetFieldFUJITA Tomonori
2012-07-06of1.2: Correct pad calculation for OFPMatchSimon Horman
2012-07-06of1.2: fix OFPBucket parser and serialize methodsFUJITA Tomonori
2012-07-06of1.2: fix OFAActionCopyTtlOut and OFPActionCopyTtlIn's parsersFUJITA Tomonori
2012-07-06of1.2: fix OFPActionSetFieldFUJITA Tomonori
2012-07-06of1.2: remove match argument in MT* class serialize methodFUJITA Tomonori
2012-07-06of1.2: add the common serialize method for MT* classesFUJITA Tomonori
2012-07-06of1.2: make MT* class make method take value and maskFUJITA Tomonori
2012-07-06of1.2: set value and mask in MT* instanceFUJITA Tomonori
2012-07-06of1.2: remove unused parser method in MT* classesFUJITA Tomonori
2012-07-06of1.2: add common field_parser for MT* classesFUJITA Tomonori
2012-07-06of1.2: make pack_str class variableFUJITA Tomonori
2012-07-03test: add more of1.2 unittestsFUJITA Tomonori
2012-07-03of1.2: add missing struct ofp_bucket definitionFUJITA Tomonori
2012-07-03of1.2: implement FlowStats instruction parserFUJITA Tomonori
2012-06-30Ryu 1.0FUJITA Tomonori
2012-06-30of1.2: add unittest workaround to OFPPortStatus parserFUJITA Tomonori
2012-06-30of1.2: fix bugsFUJITA Tomonori
2012-06-28add '--version' command line optionFUJITA Tomonori
2012-06-28of1.2: add OFPG_ constantsFUJITA Tomonori
2012-06-27of1.3: Add OFPQ_ALLSimon Horman
2012-06-27of1.2: Add OFPQ_ALLSimon Horman
2012-06-27test: improve the frameworkFUJITA Tomonori
2012-06-27doc: add the supported OF versions to README.rstFUJITA Tomonori
2012-06-27of1.2: add OFPFlowStats supportFUJITA Tomonori
2012-06-26of1.2: fix OFPPacketIn parser to set ethernet frameFUJITA Tomonori