summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-03-18doc/app/ofctl_rest: Fix example of ipv6_exthdr match fieldYusuke Iwase
2015-03-18test_ofctl: Add unit test for masked ipv6_exthdr match fieldYusuke Iwase
2015-03-18ofctl_v1_3: Support masked ipv6_exthdr match fieldYusuke Iwase
2015-03-17requirements: Drop some optional requirementsYAMAMOTO Takashi
2015-03-17README.rst: Replace a reference to ryu-plugin with ofagentYAMAMOTO Takashi
2015-03-17pip-requires: Add comments to say what's required by whatYAMAMOTO Takashi
2015-03-17UT: Remove unused importsYAMAMOTO Takashi
2015-03-17bgp: Remove an unused importYAMAMOTO Takashi
2015-03-17yet more logging call cleanupsMark Lentczner
2015-03-16ryu.app.ofctl: Handle a race with connection closeYAMAMOTO Takashi
2015-03-16silence pep8 warnings to the previous commitFUJITA Tomonori
2015-03-16Reduce logging overhead by cleaning up logging callsMark Lentczner
2015-03-02Ryu 3.19FUJITA Tomonori
2015-03-02snortlib: Remove disabled flag MSG_WAITALLYusuke Iwase
2015-02-26ryu.cfg: Use a dedicated ConfigOpt instanceYAMAMOTO Takashi
2015-02-25snortlib: Fix nw_sock handlingYusuke Iwase
2015-02-25of: Prevent __str__() methods from raising exceptionsAkihiro Suda
2015-02-25bgp: Prevent __str__() methods from raising exceptionsAkihiro Suda
2015-02-20packet lib: dhcp: Fix to calculate Hardware address lengthMinoru TAKAHASHI
2015-02-16travis-ci: use container-based infrastructure for faster testingsFUJITA Tomonori
2015-02-16Move msg_pack_into from ofproto to libYAMAMOTO Takashi
2015-02-16tox.ini: Disable pep8 W503 for nowYAMAMOTO Takashi
2015-02-15bgp/bmp: bug fix. remove redundant construction of path attributesISHIDA Wataru
2015-02-15Move the definitions of ether types and inet protocols to lib.packetYAMAMOTO Takashi
2015-02-15ofproto: Fix invalid error code OFPQCFC_EPERM -> OFPSCFC_EPERM (EXT-208)Shu Shen
2015-02-15ofproto: Openflow 1.5 support (work-in-progress)Shu Shen
2015-02-08ignore some pep8 errors for nowFUJITA Tomonori
2015-02-08test_oxm: Add tests for EXT-109 and EXT-233YAMAMOTO Takashi
2015-02-08ofproto_v1_3: Implement EXT-109 and EXT-233YAMAMOTO Takashi
2015-02-08oxm_fields: Rename ONFExperimenter to OldONFExperimenterYAMAMOTO Takashi
2015-02-08oxm_fields: Update comment for the new version of EXT-256YAMAMOTO Takashi
2015-02-08bgp: support of new api for "show neighbor"Toshiki Tsuboi
2015-02-08bgp: Fixed error in bgp implementation with single peerAlan Quillin
2015-02-08bgp: fix bug of Path formatting in "show neighbor"Toshiki Tsuboi
2015-02-03Ryu 3.18FUJITA Tomonori
2015-02-01bgp: bug fix of sending Adj-RIB-OutToshiki Tsuboi
2015-01-30ryu-manager: add --enable-debugger optionSatoshi Kobayashi
2015-01-26bgp/cli: fix internel data destruction due to cli show commandISHIDA Wataru
2015-01-26bgp: remove unnecessary bgp update constructionISHIDA Wataru
2015-01-26bgp: fix bug of NameError: global name 'sent_route' is not definedISHIDA Wataru
2015-01-26bmpstation: bug fix. stop closing fds which are in use.ISHIDA Wataru
2015-01-26bgp: don't hold withdrawn routes in adj_rib_inISHIDA Wataru
2015-01-26bgp/bmp: send unmodified BGPUpdate to bmp server.ISHIDA Wataru
2015-01-25Add parsing libpcap and reading/writing PCAP fileChe-Wei Lin
2015-01-25nx_actions: Avoid confusing StringifyMixinYAMAMOTO Takashi
2015-01-25nx_actions: Implement nx_action_learnYAMAMOTO Takashi
2015-01-25test_nx_flow_spec: Add UTs for NX flow_mod_specYAMAMOTO Takashi
2015-01-25nx_actions: Implement NX flow_mod_specYAMAMOTO Takashi
2015-01-25type_desc: Separate type conversion classes from oxm_fieldsYAMAMOTO Takashi
2015-01-25nx_actions: Remove redundant initializationsYAMAMOTO Takashi