index
:
ryu
feature/as-path
feature/communities
fix/neighbor-label
fix/ssh-exception
master
Component-based software defined networking framework
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-05-07
doc/source/step_by_step.rst: add item to setup quantum db
Isaku Yamahata
2012-05-07
Fix OFP_ACTION_DL_ADDR_PACK_STR
FUJITA Tomonori
2012-05-07
Fix OFPActionHeader class 'serialize' method
FUJITA Tomonori
2012-05-01
controller/controller: make send_flow_mod() allow default value for priority
Isaku Yamahata
2012-05-01
app: use symbol instead of 32678 for default priority
Isaku Yamahata
2012-05-01
ofproto/ofproto_v1_0_parser: flowmod default parameter
Isaku Yamahata
2012-05-01
ofproto/ofproto_v1_0_parser: make FlowMod allow meaningful default parameter
Isaku Yamahata
2012-05-01
controller, ofproto_v1_0: avoid format for argument
Isaku Yamahata
2012-05-01
ofproto/ofproto_v1_0_parser: serializer for NXActionResbumit
Isaku Yamahata
2012-05-01
ofproto/ofproto_v1_0_parser: serializer for nxt_flow_mod_table_id
Isaku Yamahata
2012-05-01
ofproto/ofproto_v1_0_parser: improve NXTRequest initializer
Isaku Yamahata
2012-05-01
ofproto/ofproto_v1_0: more constants for nx
Isaku Yamahata
2012-05-01
app/wsapi: make WSPathComponent inherit object
Isaku Yamahata
2012-05-01
app/wsapi/WSPathArbitraryString: wrong indent
Isaku Yamahata
2012-05-01
add missing super().__init__()
Isaku Yamahata
2012-05-01
app/simple_isolation: unbreak nx patch
Isaku Yamahata
2012-04-11
fix find_flagfile path handling bug
Yoshihiro Kaneko
2012-04-06
update docs on the license switch
FUJITA Tomonori
2012-04-06
Switch to Apache 2.0 license
FUJITA Tomonori
2012-04-06
Use the original file license
FUJITA Tomonori
2012-04-04
ryu 0.2
FUJITA Tomonori
2012-03-16
ignore GreenletExit exception
FUJITA Tomonori
2012-03-13
Add NXActionSetTunnel and NXActionSetTunnel64
Simon Horman
2012-03-13
Allow send_flow_mod() to send NXTFlowMod messages
Simon Horman
2012-03-13
Add match_tuple() and flow_format() methods to ClsRule
Simon Horman
2012-03-13
Add NXTFlowMod
Simon Horman
2012-03-13
NXM: Add MFIPDSCP and MFIPECN classes
Simon Horman
2012-03-13
NXM: Add MFEthType class
Simon Horman
2012-03-13
NXM: Add MFEthSrc class
Simon Horman
2012-03-13
NXM: Add MFEthDst class
Simon Horman
2012-03-13
NXM: Add MFTunId class
Simon Horman
2012-03-13
NXM: Add MFInPort class
Simon Horman
2012-03-13
Add base for serialising NXM matches
Simon Horman
2012-03-13
Add support for NXT_SET_FLOW_FORMAT
Simon Horman
2012-03-13
Add Nicira vendor extensions
Simon Horman
2012-03-08
ryu/handler: class decorator should return class object
Isaku Yamahata
2012-03-08
controller: print stack trace when datapath main loop goes wrong and log it
Isaku Yamahata
2012-03-08
controller/network: fix key error
Isaku Yamahata
2012-03-07
Avoid loop in OFPAction.parser()
Simon Horman
2012-03-06
Increment offset in OFPFlowStats.parser()
Simon Horman
2012-03-06
Use struct.unpack_from() in OFPFlowStats.parser()
Simon Horman
2012-03-01
doc: update README.rst (OpenStack mainline inclusion status)
FUJITA Tomonori
2012-03-01
Correct typos in OFPFlowStatsRequestBase class
Simon Horman
2012-03-01
yield the CPU to other greenlets
FUJITA Tomonori
2012-03-01
avoid reading too much data from socket
FUJITA Tomonori
2012-03-01
limit the queue size (send_q)
FUJITA Tomonori
2012-03-01
kill recv_q
FUJITA Tomonori
2012-03-01
dispatcher: eliminate weakref.WeakValueDictionary
Isaku Yamahata
2012-03-01
dispatcher: eliminate use of weakref for EventQueue event queue
Isaku Yamahata
2012-03-01
controller: eliminate weakref of datapath.ev_q.aux
Isaku Yamahata
[next]