summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-12-22lib/ofctl: Confirm UTF-8 in binary fieldsIWASE Yusuke
2015-12-22ofproto_v1_[23]_parser: Add default arguments in OFPQueuePropIWASE Yusuke
2015-12-22test_parser: Add some expected json representationsIWASE Yusuke
2015-12-22packet_data: RegenIWASE Yusuke
2015-12-22packet_data_generator: Add ofp_group_stats messages for OF1.2IWASE Yusuke
2015-12-22ofproto_v1_[2345]_parser: Set default length fieldIWASE Yusuke
2015-12-08avoid oslo.config 3.1.0 and later for python2.6 supportFUJITA Tomonori
2015-12-08test_controller: Add unit test for _recv_loop()IWASE Yusuke
2015-12-08controller: Split received message bufferIWASE Yusuke
2015-12-02Fix a stability issue relating to switch disconnection/re-connection events.Victor J. Orlikowski
2015-12-02Ryu 3.28FUJITA Tomonori
2015-11-13test_parser: add conntrack testsIWAMOTO Toshihiro
2015-11-13packet_data_generator3: add a couple of conntrack packetsIWAMOTO Toshihiro
2015-11-13Implement NXActionCT and related ct_* matchesIWAMOTO Toshihiro
2015-11-13tox: disable wheel cacheSatoshi KOBAYASHI
2015-11-13python3: implicit relative import was deprecatedSatoshi KOBAYASHI
2015-11-13python3: itertools.ifilter() doesn't existSatoshi KOBAYASHI
2015-11-13python3: iter#next() doesn't existSatoshi KOBAYASHI
2015-11-13python3: <function>#func_name is renamed to __name__Satoshi KOBAYASHI
2015-11-13python3: import __future__ for just in caseSatoshi KOBAYASHI
2015-11-13python3: StandardError doesn't existSatoshi KOBAYASHI
2015-11-13ofctl_v1_3: Fix unsuitable error log in mod_meter_entry()Minoru TAKAHASHI
2015-11-03Ryu 3.27FUJITA Tomonori
2015-10-28bgp: fix of sending "Start-of-RIB" and "End-of-RIB" in Enhanced Route-RefreshToshiki Tsuboi
2015-10-28doc/app/ofctl_rest: Add description for OFPTableStats messageMinoru TAKAHASHI
2015-10-28doc/app/ofctl_rest: Add description for OFPQueueGetConfig messageMinoru TAKAHASHI
2015-10-28doc/app/ofctl_rest: Add description for OFPTableFeaturesStats messageMinoru TAKAHASHI
2015-10-28ofctl_rest: support OFPQueueGetConfig MessageMinoru TAKAHASHI
2015-10-28ofctl_rest: support OFPTableFeaturesStats MessageMinoru TAKAHASHI
2015-10-28ofctl_rest: support OFPTableStats MessageMinoru TAKAHASHI
2015-10-28vrrp: fix param of virtual_ip_address for rpc_apiToshiki Tsuboi
2015-10-28tester: Reduce pylint warningsIWASE Yusuke
2015-10-28tester: Add test cases for OpenFlow1.0IWASE Yusuke
2015-10-28tester: Support to test OpenFlow1.0 switchIWASE Yusuke
2015-10-28packet_data: Fix wildcarded match value in OF1.0IWASE Yusuke
2015-10-28of10: Human readable address field in json Match/ActionIWASE Yusuke
2015-10-22Try logging.config.dictConfig before in-tree versionIWAMOTO Toshihiro
2015-10-22Python3: use int instead of longIWAMOTO Toshihiro
2015-10-22Python3: complete previous removal of types usageIWAMOTO Toshihiro
2015-10-22Python3: use dict instead of types.DictTypeIWAMOTO Toshihiro
2015-10-22doc: Change Sphinx html_theme to sphinx_rtd_themeIWASE Yusuke
2015-10-15bgp: support of CAP_ENHANCED_REFRESH for vpnv4Toshiki Tsuboi
2015-10-11tester: Use six.binary_type for binary data comparisonIWASE Yusuke
2015-10-11tester: Enable to sort instructions instance by typeIWASE Yusuke
2015-10-11tester: Remove too broad exception handlingIWASE Yusuke
2015-10-11tester: Strict string argument encoding in Python3IWASE Yusuke
2015-10-11tester: Adapt to Python3 dictviewIWASE Yusuke
2015-10-11packet_data: RegenMinoru TAKAHASHI
2015-10-11test_parser: Add expected json for OFP13/15 MessagesMinoru TAKAHASHI
2015-10-11packet_data_generator2: Add OFP13/15 MessagesMinoru TAKAHASHI