Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
cd508a658e7d038d50b68d2cd8b8a9fe7dfcdced
/
incubator
/
store
/
src
dbe4c53
Update map names to match naming convention
by Jon Hall
· 8 years ago
6c60389
In vnet CLI, separates virutal port creation and binding operations.
by Yoonseon Han
· 8 years ago
d4955ae
Preventing NPEs in stores via notifyDelegate
by Thomas Vachuska
· 8 years ago
1624df1
Assigning names to various threads
by Yuta HIGUCHI
· 8 years ago
54c5e23
Removes deprecated withPartitionsDisabled method
by Madan Jampani
· 8 years ago
11f6d53
ONOS-2184 - Initial implementation of Virtual network Intent service.
by Brian Stanke
· 8 years ago
7a81b53
ONOS-2184 Adding VirtualHost support in Virtual Networks.
by Brian Stanke
· 8 years ago
6c02d9e
New ApplicationStore that uses a single ConsistentMap to track all app related state
by Madan Jampani
· 8 years ago
8691428
ONOS-2184 - Implemented Virtual Network DeviceService and LinkService to use
by Brian Stanke
· 8 years ago
cfdf91b
[ONOS-4606] Avoid generating incorrect NetworkId
by Kenji HIKICHI
· 8 years ago
612cebf
ONOS-3633 - Adding intent event listener to PointToPointIntent virtual network
by Brian Stanke
· 9 years ago
03666a3
Remove duplicate registrations.
by HIGUCHI Yuta
· 8 years ago
c0f5045
Remove some of unnecessary register calls.
by HIGUCHI Yuta
· 8 years ago
d70e957
Tunnel Service extenstion to support to create tunnel from APP and also to carry Label stack as network resource
by Satish K
· 9 years ago
d8adcef
Bug Fix - Tunnel subsystem 1. After delete the tunnel and then query the tunnel and call provider. Query will always return null. Null Pointer exception.
by Satish K
· 9 years ago
9a10897
ONOS-3633 - Implementation of virtual network point to point intent provider.
by Brian Stanke
· 9 years ago
7f2d574
Distinguish between route added and route updated
by Jonathan Hart
· 9 years ago
6c2e796
Unit tests for route store.
by Jonathan Hart
· 9 years ago
fd17661
Route CLI improvements and bug fixes
by Jonathan Hart
· 9 years ago
4c3c997
[GoldenEye] [ONOS-4163] Add provider service update API with status change
by Avantika-Huawei
· 9 years ago
7cbbbb7
Adding Copyright notice to files that are missing it
by Brian O'Connor
· 9 years ago
5ab426f
Updating copyrights
by Brian O'Connor
· 9 years ago
bfc5c48
Implementation of the route service
by Jonathan Hart
· 9 years ago
5df1447
ONOS-4076 - Virtual Network CLI commands and bug fixes in
by Brian Stanke
· 9 years ago
0e5c94e
ONOS-4075 - Distributed virtual network store implementation,
by Brian Stanke
· 9 years ago
72282af
Fixes some issues that were preventing intent tests from running
by Madan Jampani
· 9 years ago
fc1a631
Functionality issue. 1) REMOVE event is generated though the tunnel is not removed 2) Logic w.r.t producer name conflict with Tunnel Manager and Store
by Satish K
· 9 years ago
e014b3a
ONOS-3931: move DeviceKey manager and store implementations from incubator to core
by Claudine Chiu
· 9 years ago
1aa5814
support addition and removal of mcast sinks vlan mcast rules are now optional
by alshabib
· 9 years ago
31ad527
ONOS-3931: move "org.onosproject.incubator.net.key" to "org.onosproject.net.key"
by Claudine Chiu
· 9 years ago
f8ba8f0
Fix for Null Dereference in Label Store
by Satish K
· 9 years ago
e312fc7
ONOS-3658 - Adding CLI commands to display and manage Device Keys.
by Brian Stanke
· 9 years ago
e62b507
switching ConcurrentHashSet in mcastdata to ConcurrentHashMap due to serialization issues.
by alshabib
· 9 years ago
6ccfc5a
Fixes to the IGMP app to process group membership reports
by Jonathan Hart
· 9 years ago
1d00639
Move multicast CLI commands into the core with the core mcast system.
by Jonathan Hart
· 9 years ago
ca93d9a
ONOS-3655 - This Device key subsystem update adds the implementation of the
by Brian Stanke
· 9 years ago
07eb041
Implemented REST API for multicast RIB.
by Jonathan Hart
· 9 years ago
a636405
label subsystem bugfix
by Priyanka B
· 9 years ago
51539b8
Enforce naming convention regarding abbreviations
by Jonathan Hart
· 9 years ago
c032c83
Reduce use of deprecated ClusterCommunicationService.addSubscriber()
by Sho SHIMIZU
· 9 years ago
6ec1ee7
fix serializer in DistributedMcastStore.
by alshabib
· 9 years ago
79e5287
[Falcon] Refactored mcast store implementation.
by alshabib
· 9 years ago
0de8761
Function issue fix in Distributed Label Resource Store
by Satish K
· 9 years ago
d972235
TunnelStore_functionalIssue
by Satish K
· 9 years ago
f1b38bc
Equals review fix for Dist Tunnel Store
by Satish K
· 9 years ago
0574a55
Fix type mismatch MeterId -> MeterKey
by HIGUCHI Yuta
· 9 years ago
70aaa1b
adding device specific counters for meter ids in the meter service.
by alshabib
· 9 years ago
33979fd
Starting work on virtual network subsystem implementation.
by Thomas Vachuska
· 9 years ago
58de416
Fixing copyrights.
by Thomas Vachuska
· 9 years ago
f58a888
Fill in some missing package info files.
by Ray Milkey
· 9 years ago
4998caa
ONOS-2488 Finished moving network config stuff out of the incubator area.
by Thomas Vachuska
· 9 years ago
e1248b6
Adding tests for meter service.
by alshabib
· 9 years ago
5eb7939
Added Meter object accounting
by alshabib
· 9 years ago
58fe6dc
fixes for Meter Service
by alshabib
· 9 years ago
10c810b
added treatment support and conversion to an instruction
by alshabib
· 9 years ago
a412236
ONOS-2190 - Move org.onosproject.net.config.* out of the incubator
by Ray Milkey
· 9 years ago
eadfc8e
Moving meter store implementation to use map events
by alshabib
· 9 years ago
7bb0501
Initial implementation of Meter Service (needs testing)
by alshabib
· 9 years ago
a29c677
Added RetryingFunction for simplified retry support.
by Madan Jampani
· 9 years ago
c156dd0
Use mastershipService instead of replicaInfoService to determine device mastership
by Madan Jampani
· 9 years ago
3d6a2f6
ONOS-2429: Support for a relaxed read consistency mode in ConsistentMap
by Madan Jampani
· 9 years ago
632f16b
Destroy ECMap instances on deactivate
by Madan Jampani
· 9 years ago
6224a19
Added retry to the config store, to recover from CM timeout exception.
by Thomas Vachuska
· 9 years ago
6f44033
ONOS-2431 - Unit tests for DistributedNetworkConfigStore
by Ray Milkey
· 9 years ago
5f2cbe6
Added retry to the config store, to recover from CM timeout exception.
by Thomas Vachuska
· 9 years ago
d894b5d
Fixing javadoc warnings, provided missing package javadocs and corrected group structure.
by Thomas Vachuska
· 9 years ago
111b42b
Move address-bindings config to new config system
by Jonathan Hart
· 9 years ago
e636022
Starting to add initial configuration loading. WIP
by Thomas Vachuska
· 9 years ago
96d55b1
Implementing net config subsystem and revising its interfaces.
by Thomas Vachuska
· 9 years ago
bcf1a48
Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp>
by Madan Jampani
· 9 years ago
7a5691a
[ONOS-1959][ONOS-2007][ONOS-2008][ONOS-2009][ONOS-2010][ONOS-2011][ONOS-2016][ONOS-2017][ONOS-2018]
by samuel
· 9 years ago
b0ca8c5
Fixing javadocs.
by Thomas Vachuska
· 9 years ago
6de2e20
Moving LabelResourceManager to incubator
by Brian O'Connor
· 9 years ago
bf916ea
Moved Tunnel subsystem to ONOS core incubator area.
by Thomas Vachuska
· 9 years ago
d24aa7f
Renaming 'exp' to 'incubator'.
by Thomas Vachuska
· 9 years ago