summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2015-01-20Implement nx_action_reg_move for OpenFlow 1.3YAMAMOTO Takashi
2015-01-20doc/app/ofctl_rest: Add description for OFPAggregateStats messageYusuke Iwase
2015-01-20ofctl_rest: support OFPAggregateStats messageYusuke Iwase
2015-01-20doc/app/ofctl_rest: Add description for OFPQueueStats messageYusuke Iwase
2015-01-20ofctl_rest: support OFPQueueStats messageYusuke Iwase
2015-01-19test_oxm: Add UTs for 64-bit experimenter OXMsYAMAMOTO Takashi
2015-01-19test_oxm: dedicated UTs for oxm_fields moduleYAMAMOTO Takashi
2015-01-19oxm_fields: Fix 64-bit experimenter OXM supportYAMAMOTO Takashi
2015-01-19oxm_fields: Fix oxm_length calculation for experimenter OXMsYAMAMOTO Takashi
2015-01-19oxm_fields: Add header-only variants of serializer/parserYAMAMOTO Takashi
2015-01-19oxm_fields: Prefix internal functions with _ for readabilityYAMAMOTO Takashi
2015-01-19oxm_fields: Add commentsYAMAMOTO Takashi
2015-01-19OF 1.0: Use ofproto_common.NX_EXPERIMENTER_ID instead of NX_VENDOR_IDYAMAMOTO Takashi
2015-01-19nicira_ext: Separate the most of NX definitions from ofproto_v1_0YAMAMOTO Takashi
2015-01-19Cleanup isinstance(foo, (int, long))YAMAMOTO Takashi
2015-01-19doc/app/ofctl_rest: Add descriptions for duration_nsec fieldYusuke Iwase
2015-01-13of_v1_0: Fixed the flow format logic to set it correctly when registers match...Alan Quillin
2015-01-13of_v1_0: Added support for the NXM_NX_TUN_IPV4_{SRC & DST}[_W] fieldsAlan Quillin
2015-01-13ospf: fix wrong OSPF LSA typeISHIDA Wataru
2015-01-13bgp: support of understanding assigned mpls-label for prefix_add in vpnv4Toshiki Tsuboi
2015-01-13ofctl_v1_0/2/3: Fix unsuitable log levelMinoru TAKAHASHI