Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
131c068323c6e8086f8a009319831ca65704032a
/
incubator
/
net
/
src
f0b3ad8
[OpenTAM_DPIS] DPI Statistics Manager & dpis CLI
by Sangsik Yoon
· 8 years ago
6c60389
In vnet CLI, separates virutal port creation and binding operations.
by Yoonseon Han
· 8 years ago
e4a5e1a
ONOS-5236 - Adapt SDN-IP to the new intent framework APIs
by Luca Prete
· 8 years ago
2efe0c2
NeighbourMessageContext: Change the name of the proxy API to forward.
by Jonathan Hart
· 8 years ago
0ba9852
Fix NeighbourResolutionManager which always
by Pier Ventre
· 8 years ago
c004adf
NeighbourMessageService: Don't push ARP flows when there are no handlers registered.
by Jonathan Hart
· 8 years ago
3b8101a
Refactored IntentPartitionService as WorkPartitionService
by Madan Jampani
· 8 years ago
1e393bb
Rename some classes and methods of neighbour API
by Jonathan Hart
· 8 years ago
c4f681c
Reimplemented the ProxyArp app on top of the NeighbourResolutionService.
by Jonathan Hart
· 8 years ago
eddce78
Temporarily disabling NeighbourPacketManager to fix STC tests.
by Thomas Vachuska
· 8 years ago
9bdaaec
Implementation of the NeighbourResolutionService.
by Jonathan Hart
· 8 years ago
22774cd
Addressing review comments of patch-3
by Viswanath KSP
· 8 years ago
f79ab48
Protect the RouteManagers threads from exceptions thrown by listeners
by Jonathan Hart
· 8 years ago
a09e1bb
Use Collection#forEach() instead of Stream#forEach() for simplicity
by Sho SHIMIZU
· 8 years ago
d13e4a4
Shutting down executor immediately to avoid evaluation of queued up tasks.
by Thomas Vachuska
· 8 years ago
c8187a0
ONOS-5092 Moved expensive processing off the listener thread.
by Thomas Vachuska
· 8 years ago
d03d7dd
Cleanup of AbstractPathService
by Brian O'Connor
· 8 years ago
45920dd
ONOS-2184 - initial impl. of virtual network path service; move path related methods from PathManager to AbstractPathService (since they are reused for VirtualNetworkPathService).
by Claudine Chiu
· 8 years ago
682c19e
ONOS-2184 - Removing obsolete PtToPtIntentVirtualNetworkProvider.
by Brian Stanke
· 8 years ago
fb61df4
ONOS-2184 - Implementation of virtual network topology provider.
by Brian Stanke
· 8 years ago
30a8a2a
ONOS-2184 - add virtual network host service.
by Claudine Chiu
· 8 years ago
e2eeae8
Avoid NPE when IntentData was not found.
by Yuta HIGUCHI
· 8 years ago
1624df1
Assigning names to various threads
by Yuta HIGUCHI
· 8 years ago
858f65b
FIxing an STC failure. VirtualNetworkManager must implement VirtualNetworkProviderRegistry.
by Thomas Vachuska
· 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
0e03f59b
More idiomatic code in Stream API
by Sho SHIMIZU
· 8 years ago
891162b
Remove API deprecated in Falcon
by Sho SHIMIZU
· 8 years ago
8e9f8d1
ONOS-2184 - Adding VirtualNetworkTopologyService using Virtual networks.
by Brian Stanke
· 8 years ago
8691428
ONOS-2184 - Implemented Virtual Network DeviceService and LinkService to use
by Brian Stanke
· 8 years ago
801121b
Skip intents that aren't PointToPont
by Ray Milkey
· 8 years ago
612cebf
ONOS-3633 - Adding intent event listener to PointToPointIntent virtual network
by Brian Stanke
· 9 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
eb49549
PtToPtIntentVirtualNetworkProvider invalid null parameter exception handling.
by Shashikanth VH
· 9 years ago
4d57988
ONOS-3633 - Virtual network provider service API definitions.
by Brian Stanke
· 9 years ago
2c626cc
changes for getting the previous subject of the modified interface.
by gaurav
· 9 years ago
9a10897
ONOS-3633 - Implementation of virtual network point to point intent provider.
by Brian Stanke
· 9 years ago
e10a6e9
[ONOS-4163] Add tunnel service API
by Avantika-Huawei
· 9 years ago
d5714e0
New and direct StorageService method for creating an AtomicCounter
by Madan Jampani
· 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
637c807
Moving Polling alarm provider into faultamangement application
by Andrea Campanella
· 9 years ago
fd17661
Route CLI improvements and bug fixes
by Jonathan Hart
· 9 years ago
e72ac55
[ONOS-4260]Alarm and fault managment application refactoring according to ONOS architecture
by Andrea Campanella
· 9 years ago
4c3c997
[GoldenEye] [ONOS-4163] Add provider service update API with status change
by Avantika-Huawei
· 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
1e0a586
[GoldenEye] [ONOS-4163] Add provider service API
by Avantika-Huawei
· 9 years ago
a45755d
Fixes to solve Jira Issues ONOS-4173 and ONOS-4174
by Konstantinos Kanonakis
· 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
317a7de
Fixed issue in MeterManager.java
by Konstantinos Kanonakis
· 9 years ago
00cddda
Send PIM Join/Prune messages based on events from the McastService.
by Jonathan Hart
· 9 years ago
e014b3a
ONOS-3931: move DeviceKey manager and store implementations from incubator to core
by Claudine Chiu
· 9 years ago
31ad527
ONOS-3931: move "org.onosproject.incubator.net.key" to "org.onosproject.net.key"
by Claudine Chiu
· 9 years ago
e312fc7
ONOS-3658 - Adding CLI commands to display and manage Device Keys.
by Brian Stanke
· 9 years ago
ef7e290
Make use of Optional more idiomatic
by Sho SHIMIZU
· 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
e17d328
Adds abstract distributed primitive builder + Refactored AtomicCounter and AtomicValue builder to make use of it.
by Madan Jampani
· 9 years ago
43d232e
Add API to look up interface by name
by Jonathan Hart
· 9 years ago
4b5c6dc
Added events for the Interface subsytem
by Jonathan Hart
· 9 years ago
4ae5aa8
Blew away old version of PIM to restructure. And:
by Rusty Eddy
· 9 years ago
1932b93
Add getMeters method for obtaining meter collection by device id
by Jian Li
· 9 years ago
79e5287
[Falcon] Refactored mcast store implementation.
by alshabib
· 9 years ago
bd7f878
ONOS-3124 Sketch of simplified intent domain service
by Brian O'Connor
· 9 years ago
7dbe629
Add optional "name" parameter in interface configuration.
by Jonathan Hart
· 9 years ago
30ba400
Fix javadoc warnings
by Charles Chan
· 9 years ago
c65dd71
ONOS-3321 Added ability for applications to register a deactivation hook.
by Thomas Vachuska
· 9 years ago
0bdf837
Add basic ability to add and remove interfaces
by Jonathan Hart
· 9 years ago
3d62fd7
Adding vnet provider and related interfaces.
by Thomas Vachuska
· 9 years ago
c6b6080
changing event posting to not post from compute.
by alshabib
· 9 years ago
ed0951f
initial impl of a multicast route table
by alshabib
· 9 years ago
5196e86
cleaning up some meter code
by alshabib
· 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
b4ebbc3
Unit tests for InterfaceManager
by Jonathan Hart
· 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
4cb3988
Moved ProxyArp, SDN-IP and BgpRouter to use new config format.
by Jonathan Hart
· 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
eb8c947
Created InterfaceService which maintains an inventory of interfaces
by Jonathan Hart
· 9 years ago
f7f8cd4
[ONOS-2550]Fix validation incorrect information bugs of TunnelManager
by samuel
· 9 years ago
ae9faf1
Unit tests for the Network Config Manager class
by Ray Milkey
· 9 years ago
1d2bc40
moving meter service to incubator and initial implementation of meter manager.
by alshabib
· 9 years ago
0a4f6c3
Use the correct key when unregistering a config factory
by Ray Milkey
· 9 years ago
75dc889
Adding fractal mininet topo and domain config json
by Brian O'Connor
· 9 years ago
2cfc65c
Config entities for Optical ports and unit test.
by Ayaka Koshibe
· 9 years ago
d894b5d
Fixing javadoc warnings, provided missing package javadocs and corrected group structure.
by Thomas Vachuska
· 9 years ago
42e8cce
Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems.
by Thomas Vachuska
· 9 years ago
ce2d8b5
Initial implementation of the intent domain manager
by Brian O'Connor
· 9 years ago
a598c9e
Minor refactoring for readiability and addition of comments.
by Aaron Kruglikov
· 9 years ago
Next »