summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-07-31add IPPROTO_SCTP constantFUJITA Tomonori
2012-07-31rename ryu/ofproto/in.py to ryu/ofproto/inet.pyFUJITA Tomonori
2012-07-31test: specify OF version in integrated test suiteFUJITA Tomonori
2012-07-30Add SubmittingPatches docFUJITA Tomonori
2012-07-30Ryu 1.1FUJITA Tomonori
2012-07-30of1.2: handle unknown match field properlyFUJITA Tomonori
2012-07-28test: simplify integrated OVS test suiteFUJITA Tomonori
2012-07-26test: add more of1.2 unittestsFUJITA Tomonori
2012-07-26of1.2: fix IPv6 match parsersFUJITA Tomonori
2012-07-25of1.2: make set_metadata implementation consistent with the restFUJITA Tomonori
2012-07-25of1.2: fix OFPExperimenter parserFUJITA Tomonori
2012-07-24of1.2: fix Instruction parserFUJITA Tomonori
2012-07-24of1.2: add OXM_OF_METADATA supportSimon Horman
2012-07-20fix 475ca44ef4f87b00945ccd5be8ee4ab196c4e86f regressionFUJITA Tomonori
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