summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2012-02-01controller: pass datapath to EventQueue for EventQueueCreate eventIsaku Yamahata
2012-02-01dispacher: introduce inheritable handlerIsaku Yamahata
2012-02-01controller/dispatcher: introduce events on event queue itselfIsaku Yamahata
2012-02-01dispatcher: pass name to EventQueue and track all instancesIsaku Yamahata
2012-02-01controller/dispatcher: allow handler that accepts any event typeIsaku Yamahata
2012-01-31controller/dispatcher: pylintIsaku Yamahata
2012-01-31use 0 dl_{src, dst} for OFPMatchFUJITA Tomonori
2012-01-31move _pack_into and _str_attr to ofproto_parser.pyFUJITA Tomonori
2012-01-30xid: improve xid handlingIsaku Yamahata
2012-01-30ofproto_v1_0: add a constant, MAX_XIDIsaku Yamahata
2012-01-30ofproto/ofproto_v1_0_parser: more parsers/serializersIsaku Yamahata
2012-01-29ofproto_v1_0_parser: allows 0 as dl_{src, dst} for OFPMatchIsaku Yamahata
2012-01-29lib/mac: add helper function/valuesIsaku Yamahata
2012-01-29ofproto/ofproto_v1_0: typo, missing constsIsaku Yamahata
2012-01-25move MsgBase class to ofproto_parser.py from ofproto_parser_v1_0.pyFUJITA Tomonori
2012-01-25remove OF version dependence from MsgBase classFUJITA Tomonori
2012-01-24pylint: add a script to run pylint and pylintrcIsaku Yamahata
2012-01-24pep8: utils.pyIsaku Yamahata
2012-01-24pep8: ryu/ofproto/ofproto_v1_0.pyIsaku Yamahata
2012-01-24ryu.conf: eliminate obsolete configIsaku Yamahata
2012-01-17Use from gevent.queue import QueueFUJITA Tomonori
2012-01-17Fix to send OFPT_HELLO with the highest OpenFlow protocol versionFUJITA Tomonori
2012-01-04doc: how-l2-segregation-works: update images a bitIsaku Yamahata
2012-01-04doc: fix typosIsaku Yamahata
2012-01-04doc: use Network Operating System instead of Network OS for consistencyIsaku Yamahata
2012-01-04doc: fix typoFUJITA Tomonori
2011-12-21doc: clarify our goal for OpenStackFUJITA Tomonori
2011-12-09initial commitFUJITA Tomonori