- e4f1216 Add LispMessageEncoder and LispMessageDecoder with unit tests by Jian Li · 8 years ago
- 1b8b559 Allowing message-id > 99 in NETCONF rcp-reply by Konstantinos Kanonakis · 8 years ago
- 9d7465e ONOS-5259 Fix ClassCastException by Charles Chan · 8 years ago
- 30d1965 Add OF 1.3 status for reasserting master controller by Ray Milkey · 8 years ago
- 9e848e8 Move PCE label handling from APP to protocol. by Avantika-Huawei · 8 years ago
- f5d7236 [ONOS-5070] Adds mirroring functionality. by Pier Ventre · 8 years ago
- b26d350 Improve unit test coverage by considering MapRecord and EidRecord by Jian Li · 8 years ago
- 42b3e43 Remove recordCount and locatorCount from LISP control message class by Jian Li · 8 years ago
- d4e6370 Add NotNull and Argument check during object build for LISP object by Jian Li · 8 years ago
- e4ba2a4 Add unit tests for LISP control message serializer and deserializer by Jian Li · 8 years ago
- 76ea057 Add unit tests for LISP address serializer and deserializer by Jian Li · 8 years ago
- edc5db1 [ONOS-4718] Initial implementation of LISP control msg serializer by Jian Li · 8 years ago
- cedd0df Disconnect switch when Device was admin removed. by Yuta HIGUCHI · 8 years ago
- 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
- ba87170 [ONOS-4718] Initial implementation of LISP address serializer by GUNi · 8 years ago
- a7b394d [ONOS-4718] Deserialize addresses from LISP control message class by Jian Li · 8 years ago
- 4eb3e3a Revise comments to align protocol stack by Jian Li · 8 years ago
- 115d860 [ONOS-4718] Initial implementation of LISP address deserializer by Jian Li · 8 years ago
- 7c338a4 Disabling OSPF test with external dependency. by Jonathan Hart · 8 years ago
- 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
- ecc7ce9 ONOS-5107 and ONOS-5108: fixing an issue in the GET operation implemented by REST SBI protocol by Hesam Rahimi · 8 years ago
- 4767190 [ONOS-4718] Initial implementation of LISP control msg deserializer by Jian Li · 8 years ago
- 26069e2 [ONOS-4718] Add skeleton code for de-serializing LISP ctrl messages by Jian Li · 8 years ago
- 287b938 Bump netty 4.0 to latest release by Yuta HIGUCHI · 8 years ago
- bb6fb5c Remove InetAddress.getLocalHost() calls from OSPF tests. by Jonathan Hart · 8 years ago
- 8552b17 Let backend choose number of IO threads by default. by Yuta HIGUCHI · 8 years ago
- fb63048 Making ERO non-mandatory (for end of LSP DB sync msg from cisco) by Avantika-Huawei · 8 years ago
- c9306e4 Enabling UI live-reload for apps not in the ONOS source code by Matteo Scandolo · 8 years ago
- e9af3b4 Add unit test for LISP address to check obj equality & construction by Jian Li · 8 years ago
- 8fc2d2f Fix: Javadoc fix for LISP related classes by Jian Li · 8 years ago
- 18f3bce Add unit test for LISP msg to check object equality and construction by Jian Li · 8 years ago
- 20850d3 [ONOS-4718] Add toString, equals, hashCode for LISP control message by Jian Li · 8 years ago
- 525fded Move build method to each control msg, realize createBuilder method by Jian Li · 8 years ago
- 79b1bb2 Remove solicit map request message class and interface by Jian Li · 8 years ago
- 631e62a [ONOS-4718] Implement DefaultLispMapRecord class with interface mod by Jian Li · 8 years ago
- f59c0ad [ONOS-4718] Implement LISP control message classes by Jian Li · 8 years ago
- 10a0906 [ONOS-4718] Add LispMapRecord, rename EidRecord to LispEidRecord by Jian Li · 8 years ago
- 6172540 [ONOS-5069] OpenFlowControllerImpl: always cleanup on deactivate by Thiago Santos · 8 years ago
- bee9de8 [ONOS-5036] Revise Mirror table in OVSDB protocol by Pier Ventre · 8 years ago
- bb23e0b Fix Javadoc warnings by Ray Milkey · 8 years ago
- 4b02211 Fix LISP related javadoc by Yuta HIGUCHI · 8 years ago
- 719b3bf [ONOS-4718] Initial implementation of LISP control message objects by Jian Li · 8 years ago
- 451175e [ONOS-4718] Initially add five LISP message interfaces and classes by Jian Li · 8 years ago
- 07a572f [ONOS-4668] Refactoring port statistic collector using SharedExecutor by sangyun-han · 8 years ago
- a33134e Make error messages more accurate when OpenFlow provider can't find a driver for a device by Jonathan Hart · 8 years ago
- 4755715 adds working buck file to BGPCEP provider by Zayne Khouja · 8 years ago
- 69ed446 Add exception handling for unfound switch in processPacket by sangyun-han · 8 years ago
- f7c5655 OSPF protocol manual merge from 1.6, due to cherry pick merge conflict by sunishvk · 8 years ago
- 4c3b451 [ONOS] cherry pick from onos1.6 to master all defects merges by Priyanka B · 8 years ago
- 4512222 [ONOS-4849] NETCONF function for FUJITSU OLT #6 by Akihiro Yamanouchi · 8 years ago
- 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
- a809a17 Assign thread name to HashedWheelTimer by Yuta HIGUCHI · 8 years ago
- ac32718 BuildFix: add missing netty-buffer lib in BUCK build file by Jian Li · 8 years ago
- cb1fca2 [ONOS-4718] Initial commit for LISP protocol message package by Jian Li · 8 years ago
- d56f97e [ONOS-4718] Add LispDistinguishedNameAddress, modify hashCode logic by Jian Li · 8 years ago
- c7e20a5 [ONOS-4718] Add more LCAF type address with augmented LCAF class by Jian Li · 8 years ago
- 0959600 [ONOS-4718] Add LISP Canonical Address Format Enum and Address class by Jian Li · 8 years ago
- 6b77dc0 [ONOS-4718] Add several data types used for addressing LISP locator by Jian Li · 8 years ago
- 3573439 Initial commit for LISP SBI Encoder and Decoder package by Jian Li · 8 years ago
- 8d3a9d3 [ONOS-4837] NETCONF function for FUJITSU OLT #4 and #5 by Akihiro Yamanouchi · 8 years ago
- dac220d Fix DefaultOvsdbClient Class's getBridges's improper return value by MaoJianwei · 8 years ago
- d491284 [ONOS-4795] NETCONF function for FUJITSU OLT #3 by Akihiro Yamanouchi · 8 years ago
- 8947866 Added patch interface add and remove behavior, and implemented OVSDB driver by Hyunsun Moon · 8 years ago
- dd14e8e Refactored tunnel and interface config behavior by Hyunsun Moon · 8 years ago
- e779803 cherry picking the fix for ONOS-4754 to onos-1.6 and master by Prince Pereira · 8 years ago
- da27f52 Attempt to fix onos-master job issue. by Yuta HIGUCHI · 8 years ago
- 31027ed Bug fix for BGP building by Zayne Khouja · 8 years ago
- 646aa02 Implement PowerConfig for Oplink Devices by yjimmyy · 8 years ago
- b695762 [ONOS-4718] Initial commit for LISP SBI protocols by Jian Li · 8 years ago
- c1e4e4c [ONOS] cherry picked from 1.6, bandwidth, CR and resilency fix by Priyanka B · 8 years ago
- 7e48cb2 cherry pick of [ONOS-4794] [ONOS-4793] [ONOS-4669]TE_COST and bandwidth information on update flow was not correct by Priyanka B · 8 years ago
- 0407c64 NetconfAlarmProvider alerts core about notifications given subscription. by helenyrwu · 8 years ago
- 728b1cd Fixed stack overflow bug when using BMv2 table entry service by Carmelo Cascone · 8 years ago
- eeeabec More readable toString for BMv2 extension selectors and treatments by Carmelo Cascone · 8 years ago
- 62f1e1e BMv2 performance improvements by Carmelo Cascone · 8 years ago
- 0ec92f1 Implemented convenient builders of BMv2 extension selectors and treatments. by Carmelo Cascone · 8 years ago
- 6256d01 Fixed deadlock in BMv2 device context service by Carmelo Cascone · 8 years ago
- ee4cd7e Improved consistency for BMv2 flow rules handling by Carmelo Cascone · 8 years ago
- 9e39e31 Polished BMv2 protocol module by Carmelo Cascone · 8 years ago
- c18e82c Simplified Bmv2 device context service and context handling in demo apps by Carmelo Cascone · 8 years ago
- 3f85684 Added caching for bmv2 thrift sources by Carmelo Cascone · 8 years ago
- 7bdf4d4 ISIS protocol manual merge from 1.6 due to cherry pick merge conflict by sunish vk · 8 years ago
- 3c2d3eb [ONOS-4722] cherry-picked GoldenEye:Fix exception on learning unknown PCE-initiated LSP from PCC by Avantika-Huawei · 8 years ago
- f849aab Cherry picks from 1.6 branch by Avantika-Huawei · 8 years ago
- 5e5d4df [ONOS-4654] NETCONF function for FUJITSU OLT #1 by Akihiro Yamanouchi · 8 years ago
- c385126 Adding post method with String return type by Andrea Campanella · 8 years ago
- dc93bee [ONOS] Capability defect fix and component activation fix by Priyanka B · 8 years ago
- 1251e19 Refactored bridge config to take bridge description by Hyunsun Moon · 8 years ago
- 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
- 4c3cef0 [ONOS] RSVP defect fix in master by Priyanka B · 8 years ago
- 25f1888 Various bmv2 changes to reflect onos-bmv2 v1.0.0 (onos1.6 cherry-pick) by Carmelo Cascone · 8 years ago
- 0831efb Various changes in BMv2 driver and provider modules (onos1.6 cherry-pick) by Carmelo Cascone · 8 years ago
- 17fc9e4 Major refactoring of the BMv2 protocol module (onos1.6 cherry-pick) by Carmelo Cascone · 8 years ago
- 839b6ed Fixing file permissions by Yuta HIGUCHI · 8 years ago
- fc10dca [ONOS-4687] GoldenEye - Label map download issues. by Avantika-Huawei · 8 years ago
- cdf9b10 [ONOS-4671]PCECC defect fix , bgp pcep provider having same scheme problem by Priyanka B · 8 years ago
- 2e557be [ONOS-4662] Removing "ERROR" string from error netconf replies. by Andreas Papazois · 8 years ago
- 19c0873 [ONOS-4171] Proper Router ID format. by Priyanka B · 8 years ago
- 3524d85 [ONOS-4663] [ONOS-4664] ST defect fixes in session establishment/sync by Avantika-Huawei · 8 years ago
- 259847d [ONOS-4171] Merge PCEP and BGP providers into common BGPCEP provider. by Priyanka B · 8 years ago