summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-05-07doc/source/step_by_step.rst: add item to setup quantum dbIsaku Yamahata
2012-05-07Fix OFP_ACTION_DL_ADDR_PACK_STRFUJITA Tomonori
2012-05-07Fix OFPActionHeader class 'serialize' methodFUJITA Tomonori
2012-05-01controller/controller: make send_flow_mod() allow default value for priorityIsaku Yamahata
2012-05-01app: use symbol instead of 32678 for default priorityIsaku Yamahata
2012-05-01ofproto/ofproto_v1_0_parser: flowmod default parameterIsaku Yamahata
2012-05-01ofproto/ofproto_v1_0_parser: make FlowMod allow meaningful default parameterIsaku Yamahata
2012-05-01controller, ofproto_v1_0: avoid format for argumentIsaku Yamahata
2012-05-01ofproto/ofproto_v1_0_parser: serializer for NXActionResbumitIsaku Yamahata
2012-05-01ofproto/ofproto_v1_0_parser: serializer for nxt_flow_mod_table_idIsaku Yamahata
2012-05-01ofproto/ofproto_v1_0_parser: improve NXTRequest initializerIsaku Yamahata
2012-05-01ofproto/ofproto_v1_0: more constants for nxIsaku Yamahata
2012-05-01app/wsapi: make WSPathComponent inherit objectIsaku Yamahata
2012-05-01app/wsapi/WSPathArbitraryString: wrong indentIsaku Yamahata
2012-05-01add missing super().__init__()Isaku Yamahata
2012-05-01app/simple_isolation: unbreak nx patchIsaku Yamahata
2012-04-11fix find_flagfile path handling bugYoshihiro Kaneko
2012-04-06update docs on the license switchFUJITA Tomonori
2012-04-06Switch to Apache 2.0 licenseFUJITA Tomonori
2012-04-06Use the original file licenseFUJITA Tomonori
2012-04-04ryu 0.2FUJITA Tomonori
2012-03-16ignore GreenletExit exceptionFUJITA Tomonori
2012-03-13Add NXActionSetTunnel and NXActionSetTunnel64Simon Horman
2012-03-13Allow send_flow_mod() to send NXTFlowMod messagesSimon Horman
2012-03-13Add match_tuple() and flow_format() methods to ClsRuleSimon Horman
2012-03-13Add NXTFlowModSimon Horman
2012-03-13NXM: Add MFIPDSCP and MFIPECN classesSimon Horman
2012-03-13NXM: Add MFEthType classSimon Horman
2012-03-13NXM: Add MFEthSrc classSimon Horman
2012-03-13NXM: Add MFEthDst classSimon Horman
2012-03-13NXM: Add MFTunId classSimon Horman
2012-03-13NXM: Add MFInPort classSimon Horman
2012-03-13Add base for serialising NXM matchesSimon Horman
2012-03-13Add support for NXT_SET_FLOW_FORMATSimon Horman
2012-03-13Add Nicira vendor extensionsSimon Horman
2012-03-08ryu/handler: class decorator should return class objectIsaku Yamahata
2012-03-08controller: print stack trace when datapath main loop goes wrong and log itIsaku Yamahata
2012-03-08controller/network: fix key errorIsaku Yamahata
2012-03-07Avoid loop in OFPAction.parser()Simon Horman
2012-03-06Increment offset in OFPFlowStats.parser()Simon Horman
2012-03-06Use struct.unpack_from() in OFPFlowStats.parser()Simon Horman
2012-03-01doc: update README.rst (OpenStack mainline inclusion status)FUJITA Tomonori
2012-03-01Correct typos in OFPFlowStatsRequestBase classSimon Horman
2012-03-01yield the CPU to other greenletsFUJITA Tomonori
2012-03-01avoid reading too much data from socketFUJITA Tomonori
2012-03-01limit the queue size (send_q)FUJITA Tomonori
2012-03-01kill recv_qFUJITA Tomonori
2012-03-01dispatcher: eliminate weakref.WeakValueDictionaryIsaku Yamahata
2012-03-01dispatcher: eliminate use of weakref for EventQueue event queueIsaku Yamahata
2012-03-01controller: eliminate weakref of datapath.ev_q.auxIsaku Yamahata