summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-03-08doc: of_config libraryIsaku Yamahata
2013-03-08of_config: sample test code to use ofconfig capable_switchIsaku Yamahata
2013-03-08of_config: OF capable switch class to issue OFConfig requestIsaku Yamahata
2013-03-08of_config: constants for of-configIsaku Yamahata
2013-03-08of_config/schema: add missing importIsaku Yamahata
2013-03-08of_config: import XML schema files for OF config.Isaku Yamahata
2013-03-08netconf: add constants for netconfIsaku Yamahata
2013-03-08netconf: improve schema for netconfIsaku Yamahata
2013-03-08netconf: import XML schema for netconfIsaku Yamahata
2013-03-08netconf: import xml schemaIsaku Yamahata
2013-03-08MANIFEST.in: include XML schema filesIsaku Yamahata
2013-03-07ofp: send events to others before calling own handlersFUJITA Tomonori
2013-03-06wsgi: remove unused logging codeFUJITA Tomonori
2013-03-06doc: fix bug in tls.rstOHMURA Kei
2013-03-06log-cleanup: honor --default-log-level in case of --verboseYAMAMOTO Takashi
2013-03-06log-cleanup: per RyuApp loggerYAMAMOTO Takashi
2013-03-06log-cleanup: remove an unused logger instanceYAMAMOTO Takashi
2013-03-06log-cleanup: remove an unused logger instanceYAMAMOTO Takashi
2013-03-06ryu-manager: stop modifying CONF.app_listYAMAMOTO Takashi
2013-03-06of1.3: fix error in group_modZhang Dongya
2013-03-05Add request/reply event support to support communication between appsFUJITA Tomonori
2013-03-05ryu.log: change type of --use_syslog option to Boolean.EisukeTAKAHASHI
2013-03-05contrib ncclient: missing commaIsaku Yamahata
2013-03-05contrib: import ncclient library (NETCONF clients)FUJITA Tomonori
2013-03-04of1.3: fix a comment typoYAMAMOTO Takashi
2013-03-04revert s/_/-/ changes for ryu.confYAMAMOTO Takashi
2013-03-03fix missing parameter in calling 'msg_pack_info' of OFPActionPushMpls/PopMplsZhang Dongya
2013-03-03add missing 'field' parameter to __init__ function of OFPActionSetFieldZhang Dongya
2013-03-03fix incorrect naming '__serialize_body' in OFPRoleRequestZhang Dongya
2013-03-03fix OFPMatch decode error in 'parser' function of OFPFlowRemovedZhang Dongya
2013-03-03add missing 'length' field of OFPPort when decodingZhang Dongya
2013-03-03add missing 'match' parameter to __init__ function of OFPAggregateStatsRequestZhang Dongya
2013-03-03fix error in OFP_DESC_PACK_STR (change 'c' to 's')Zhang Dongya
2013-03-02remove port_no argument of OFPPortDescStatsRequest.__init__YAMAMOTO Takashi
2013-03-02fix OFPMultipartRequest._serialize_stats_bodyYAMAMOTO Takashi
2013-03-01test of1.2: fix typos from mid to minKONDOH Tasuku
2013-02-28g/c --monkey-patch optionYAMAMOTO Takashi
2013-02-28test of1.2: add test code of OFPErrorExperimenterMsgKONDOH Tasuku
2013-02-28Ryu 1.7FUJITA Tomonori
2013-02-27RyuApp: allows observers to specify stateFUJITA Tomonori
2013-02-27lib/mac: fix raise ValueErrorEisukeTAKAHASHI
2013-02-27app_manager: allow separated modules of Event and RyuAppYAMADA Hideki
2013-02-27of1.2: fix OFPErrorExperimenterMsgKONDOH Tasuku
2013-02-25try to sync documentation with the realityYAMAMOTO Takashi
2013-02-25mechanical documentation update after option name changesYAMAMOTO Takashi
2013-02-25update an example after option name changesYAMAMOTO Takashi
2013-02-25change --foo_bar options to --foo-barYAMAMOTO Takashi
2013-02-25appease pep8YAMAMOTO Takashi
2013-02-25test of1.2: add test code of max, min, and pattern. review of the test codeKONDOH Tasuku
2013-02-25xflow: add sflow supportwatanabe.fumitaka