Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
7013724a31a92b047b946b5d6a87aa0751a4e88a
/
core
/
net
/
src
« Previous
41fe1ec
ONOS-3515 Added ability to configure different link-weight functions as defaults; or inject custom ones.
by Thomas Vachuska
· 9 years ago
8a4a600
fix for reactive forwarding failing in a distributed setting.
by alshabib
· 9 years ago
d39e376
ONOS-3432 register Lambdas
by HIGUCHI Yuta
· 9 years ago
26a8d95
Implemented the extension framework for selectors.
by Jonathan Hart
· 9 years ago
44f3761
Abondon the concept of resources under a link
by Sho SHIMIZU
· 9 years ago
8a0732e
CORD-48 Implementation of hashing Next Objective in OF-DPA driver. Major changes to ensure multi-ONOS-instance group-chain installation.
by Saurav Das
· 9 years ago
2b49e94
Ensure returning null on allocation failure
by Sho SHIMIZU
· 9 years ago
2c7cecf
Generalize the methods in ResourceAdminService
by Sho SHIMIZU
· 9 years ago
b56b917
ONOS-3453 Fixed an issue with a race condition in loading/installing apps from disk in multi-cluster environments.
by Thomas Vachuska
· 9 years ago
03d4253
Avoid double wrap of IndexedLambda
by Sho SHIMIZU
· 9 years ago
e9d748f
Inconsistent synchronization fix for HostMonitor.timeout
by Satish K
· 9 years ago
e2410ff
[Emu] Register ODU TributarySlots on OCH ports
by Rimon Ashkenazy
· 9 years ago
a88db49
Avoid double wrap of Bandwidth class
by Sho SHIMIZU
· 9 years ago
69dc584
Fix the issue of ONOS-3423
by Sho SHIMIZU
· 9 years ago
63ff35a
Temporarily commenting out the device and link resource service listeners
by Brian O'Connor
· 9 years ago
60ac58e
Add sub-types to distinguish type of resources
by Sho SHIMIZU
· 9 years ago
c9546a3
Refactor ResourcePath internal implementation
by Sho SHIMIZU
· 9 years ago
f563830
Protect against exceptions thrown in application's packet processors.
by Jonathan Hart
· 9 years ago
d9df7bd
Fix naming convention issues in preparation for stricter checkstyle enforcement
by Jonathan Hart
· 9 years ago
1627dc8
ONOS-3356 Fixed NPE when processing configuration of a non-existent device.
by Thomas Vachuska
· 9 years ago
761f004
ONOS-1684 Added support for app dependencies.
by Thomas Vachuska
· 9 years ago
009c308
Fix duplicate host event
by Charles Chan
· 9 years ago
f70d399
Refactor ProxyManager Tests and added functionality to manage traffic coming and going through vlan interfaces
by Luca Prete
· 9 years ago
a85c694
Fix eventDispatcher cleanup in ResourceManager
by Madan Jampani
· 9 years ago
0b9c468
Remove dependency on LinkResourceService from ObjectiveTracker
by Sho SHIMIZU
· 9 years ago
fa62b47
Implement event notification of resource event
by Sho SHIMIZU
· 9 years ago
3e255b1
Remove misleading todo comment
by Sho SHIMIZU
· 9 years ago
c65dd71
ONOS-3321 Added ability for applications to register a deactivation hook.
by Thomas Vachuska
· 9 years ago
f1a6279
Enable ResourceRegistrar
by Sho SHIMIZU
· 9 years ago
f26e692
Remove dependency on LinkResourceService from MplsPathIntentCompiler
by Sho SHIMIZU
· 9 years ago
cc0e65d
Move MPLS label selection logic to MplsPathIntentCompiler
by Sho SHIMIZU
· 9 years ago
144bab0
opticalUtils advertises correct port types
by Ayaka Koshibe
· 9 years ago
81cdc39
Make MPLS label request specifiable for a particular MPLS label
by Sho SHIMIZU
· 9 years ago
7f44cfc
Remove dependency on LinkResourceService from optical intent compiler
by Sho SHIMIZU
· 9 years ago
c25a008
Move wavelength selection logic to OpticalConnectivityIntentCompiler
by Sho SHIMIZU
· 9 years ago
e7f4f3f
Define and implement a method to query available resources
by Sho SHIMIZU
· 9 years ago
9a2b829
Enable new resource APIs and re-enable optical intent compilers
by Sho SHIMIZU
· 9 years ago
5796d97
REST API related implemetations for ODU SIGID and SIGTYPE Fields in Flow Criteria and Instruction
by Yafit Hadar
· 9 years ago
a067678
Refactor: Revise implemtation of getAvailableLambdas()
by Sho SHIMIZU
· 9 years ago
ad3b550
[ONOS-1264] Add IPv6 unit test for ProxyArpManager
by Charles Chan
· 9 years ago
ec1df02
In preparation for dynamic clustering support:
by Madan Jampani
· 9 years ago
fa8aa2f
Fixed an NPE in device manager/provider.
by Thomas Vachuska
· 9 years ago
82efa69
IntentCleanup: Only log if we actually did some work
by Jonathan Hart
· 9 years ago
5251562
Fixing Javadoc errors
by Brian O'Connor
· 9 years ago
21b028e
ONOS-2890 Deactivating apps removes other apps' packet processors
by Brian O'Connor
· 9 years ago
ea5adc6
Corrected output of network configuration subjectKeys in JSON output; no longer relies on subject.toString.
by Thomas Vachuska
· 9 years ago
fe3308f
minor formatting changes
by andrea
· 9 years ago
e609941
Temporarily remove several intent compilers that have unstatisifed dependencies
by Ray Milkey
· 9 years ago
5d5e062
[ONOS-641] Update unit tests to include IPv6 as well
by Charles Chan
· 9 years ago
95810f5
CORD-13:Table Statistics support along with CLI and REST
by Srikanth Vavilapalli
· 9 years ago
7d20af1
Refactor: Rename to more descriptive name
by Sho SHIMIZU
· 9 years ago
dd106a6
Simplified component config loader with preset method that sets the configuration regardless of the component state
by andrea
· 9 years ago
a6426cb
Refactor: Remove intermediate layer just delegating to DeviceResourceStore
by Sho SHIMIZU
· 9 years ago
5f1fa01
Refactor: Remove unused fields
by Sho SHIMIZU
· 9 years ago
5c16df8
Replace method call of DeviceResourceService with that of ResourceService
by Sho SHIMIZU
· 9 years ago
8d7caff
Remove unused fields
by Sho SHIMIZU
· 9 years ago
9abfc44
Remove reference that is only used in unit test
by Sho SHIMIZU
· 9 years ago
f853b0e
Add a method to get resource allocation of the given resource
by Sho SHIMIZU
· 9 years ago
c90d184
Fixing log message in IntentCleanup
by Brian O'Connor
· 9 years ago
73f0378
Added test file Change-Id: Ie1a24924c6fe6d9a522640c7155976524b755ee0
by andrea
· 9 years ago
a98825a
[Emu] openTAM: FlowStatisticManager, DistributedFlowStatisticStore, get-flow-stats CLI Implementation and NewAdaptiveFlowStatsCollector update and typo
by ssyoon90
· 9 years ago
33279c8
Minor formatting changes in unit test for component config loader
by andrea
· 9 years ago
99b7b34
Fix synchronization issue
by HIGUCHI Yuta
· 9 years ago
7837576
ONOS-2957 added loding configuration component from file.
by andrea
· 9 years ago
b70d6c5
Remove unused method
by Sho SHIMIZU
· 9 years ago
280e791
Remove use of org.onosproject.net.resource.ResourceAllocation
by Sho SHIMIZU
· 9 years ago
d5bdbf8
Refactor: Remove unused parameter
by Sho SHIMIZU
· 9 years ago
0f9a68c
Refactor: Remove unused parameter
by Sho SHIMIZU
· 9 years ago
a9c18b9
ONOS-2979 ObjectiveTracker improvements
by Brian O'Connor
· 9 years ago
3b3bd1e
Deprecate Tools.slurp(..)
by HIGUCHI Yuta
· 9 years ago
c59aa0d
stops an instance from removing packet requests upon deactivation
by alshabib
· 9 years ago
2581e18
Remove constructor deprecated in Cardinal
by Sho SHIMIZU
· 9 years ago
c40e5ed
ONOS-2926 Remove IP instead of host when the IP mapping is released
by samanwita pal
· 9 years ago
c3cf5bc
Remove deprecated constructor in FlowRuleIntent
by Sho SHIMIZU
· 9 years ago
0cca3e8
IntentManager: Don't compile all failed intents on every event
by Jonathan Hart
· 9 years ago
30fbcd9
[Emu] openTAM: NewAdaptiveFlowStatsCollector Implementation
by ssyoon90
· 9 years ago
a9a73de
[Emu] Open Flow Optical Port Description
by Yafit Hadar
· 9 years ago
48e64e4
Cleaned up the SRLG and disjoint path code and naming.
by Thomas Vachuska
· 9 years ago
924cda4
ONOS- 2946 Adding ability to view packet processor statistics.
by Thomas Vachuska
· 9 years ago
0ae4560
Fixed a few javadoc warnings.
by Thomas Vachuska
· 9 years ago
57e83e8
Throw exceptions when registered properties that do not exist
by Brian O'Connor
· 9 years ago
2ec191f
Disjoint Path Utils Exposed
by Nikhil Cheerla
· 9 years ago
f107bd7
ONOS-2947 Improvements to HostService
by Brian O'Connor
· 9 years ago
7f171b2
ONOS- 2946 Adding ability to view existing packet intercept requests and packet processors.
by Thomas Vachuska
· 9 years ago
46080b6
Remove all address bindings code from Host subsystem.
by Jonathan Hart
· 9 years ago
fb32a6e
ONOS-2309: Add check in HostMonitor to make sure we only send out edge ports
by Jonathan Hart
· 9 years ago
39ee648
ProxyArpManager: Factor out common logic for handling ARP and NDP packets.
by Jonathan Hart
· 9 years ago
f967ad6
Starting snapshot 1.4.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
7462641
Use lambda expression to simplify statements
by Sho SHIMIZU
· 9 years ago
b3a3b52
Rolling back to snapshot 1.3.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
cbc5878
Tagging 1.3.0-rc2
by Brian O'Connor
· 9 years ago
1.3.0-rc2
58de416
Fixing copyrights.
by Thomas Vachuska
· 9 years ago
2c59acf
Link config enhancements:
by Ayaka Koshibe
· 9 years ago
883354c
Simplify statement by using a method in standard library
by Sho SHIMIZU
· 9 years ago
7a4087b
Use diamond operator
by Sho SHIMIZU
· 9 years ago
d82a4e6
Remove redundant type cast
by Sho SHIMIZU
· 9 years ago
5a6e2e5
Write missing @return tag description
by Sho SHIMIZU
· 9 years ago
006e486
Remove unnecessary semicolons
by Sho SHIMIZU
· 9 years ago
d88db6f
Use diamond operator
by Sho SHIMIZU
· 9 years ago
b89d491
Simplify statement
by Sho SHIMIZU
· 9 years ago
Next »