summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2012-03-01dispatcher: use TrackInstances and kill some WeakValueDictionaryIsaku Yamahata
2012-03-01lib: mixin class to track all instances of a given classIsaku Yamahata
2012-03-01controller: make Controller::serve more robustIsaku Yamahata
2012-03-01ryu/controller/ofp_event: use utils.load_moduleIsaku Yamahata
2012-03-01ryu/utils: make import_module() reliableIsaku Yamahata
2012-02-24controller/dispatcher: eliminate unregistering handlersIsaku Yamahata
2012-02-23enable OF1.2 supportFUJITA Tomonori
2012-02-23add initial OF1.2 supportFUJITA Tomonori
2012-02-22doc: update using_with_openstack.rst to catch up openstackIsaku Yamahata
2012-02-22add HACKING.rst: style guideIsaku Yamahata
2012-02-17doc: update osrg/nova, quantum repositoryIsaku Yamahata
2012-02-17setup.py: typo autor -> authorIsaku Yamahata
2012-02-14dpset: pep8Isaku Yamahata
2012-02-14ryu/controller/handler: pep8Isaku Yamahata
2012-02-14ofproto_parser: pep8Isaku Yamahata
2012-02-14ofproto_v1_0_parser: typoIsaku Yamahata
2012-02-14ofproto/ofproto_v1_0_parser: unbreak 0bff34ca87af74b7eb13d9c996fd869172a7f0a4Isaku Yamahata
2012-02-14doc: sample configuration filesIsaku Yamahata
2012-02-14doc: step-by-step exampleIsaku Yamahata
2012-02-10app/simple_isolation: various improvementIsaku Yamahata
2012-02-10controller/{mac_to_port, network}: add more methods to track port status changeIsaku Yamahata
2012-02-10controller/datapath: add a helper function to delete flow entriesIsaku Yamahata
2012-02-09controller/dispatcher: eliminate the use of WeakSetIsaku Yamahata
2012-02-09fix ofp_event conversion messupMORITA Kazutaka
2012-02-08add cbench applicationFUJITA Tomonori
2012-02-05move to the main mode right after sending BARRIERFUJITA Tomonori
2012-02-05fix datapath disconnection cleanupFUJITA Tomonori
2012-02-03rest: add '/network' prefix to its pathIsaku Yamahata
2012-02-03remove unused members in Datapath classFUJITA Tomonori
2012-02-03client: pass http responce when an error occursIsaku Yamahata
2012-02-03controller: factor out ofp message event from event.pyIsaku Yamahata
2012-02-03pylint: various fixes for pylintIsaku Yamahata
2012-02-01doc: how to invoke ryu-manager, its options and exampleIsaku Yamahata
2012-02-01app: event dumper applicationIsaku Yamahata
2012-02-01controller/dpset: Introduce datapath enter/leave eventIsaku Yamahata
2012-02-01dispatcher, handler: constantiate dispatcher nameIsaku Yamahata