Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
a93905c0c4e866441fe15c0fff93c774c3e35166
/
protocols
/
openflow
/
ctl
/
src
/
main
/
java
/
org
f9a5ecb
[ONOS-8098][VOL-3128] Implement multipart PORT_DESC processing in ACTIVE state
by Andrea Campanella
· 4 years, 5 months ago
7f73c72
Flow stats collection optimization - Flag introduced to stop periodic collection and collect only in 3 scenarios (Flows Add/Delete/Mod, Switch Add/Change, Mastership Change)
by Shibu Vijayakumar
· 5 years ago
00ac83e
Avoids delete of dataplane state during mastership change
by pier
· 4 years, 11 months ago
063e903
Avoids disconnection from the switches
by pier
· 5 years ago
6329540
Fixes openflow echo req adding flush after write
by pier
· 5 years ago
5591fa5
Demoting log regarding interrupt exception to warning.
by Thomas Vachuska
· 5 years ago
ef3d74c
Fix duplicate dpid scenario
by pier
· 5 years ago
4af4f87
Use typed queues for OF message processing
by Anton Chigrin
· 6 years ago
bd508ed
cfgdef tool modifications to catch variable names that don't match properties
by Ray Milkey
· 6 years ago
7efca51
ONOS-7924 Fix unable to set role for OpenFlow switch
by Carmelo Cascone
· 6 years ago
ef478a6
Bump grpc-java to 1.18.0
by Carmelo Cascone
· 6 years ago
31b0048
Suppress exception stack traces on warning conditions to prevent STC faiures for non-fatal situations
by Ray Milkey
· 6 years ago
00b5d4f
Removing commented out @Property annotations from the drivers, protocols, pipelines and providers.
by Thomas Vachuska
· 6 years ago
d542568
Merge branch 'master' into dev-karaf-4.2.1
by Ray Milkey
· 6 years ago
55f80b6
The result of dis.getMessageDigest().digest() must be returned here. Otherwise, this method will lose its meaning.
by 柯志勇10068695
· 6 years ago
2d7bca1
Move type specifiers from property name constants to the corresponding component annotations
by Ray Milkey
· 6 years ago
b5646e6
Use property constants for OSGi components for stores
by Ray Milkey
· 6 years ago
309f9a0
Implement OSGi properties for openflow protocol
by Ray Milkey
· 6 years ago
d84f89b
[WIP] Upgrade ONOS to karaf version 4.2.1
by Ray Milkey
· 6 years ago
5274150
remove deprecated start() method
by Ray Milkey
· 6 years ago
cf03a0f
Fix call passing arrays to hash
by Yuta HIGUCHI
· 6 years ago
1bd4a9f
Adding netcfg listener to disconnect switches when certificate is
by Brian O'Connor
· 6 years ago
f7215b8
Updating Openflow controller properties
by Brian O'Connor
· 6 years ago
f69e3e3
Fix for CVE-2018-1000155
by Brian O'Connor
· 6 years ago
164ecf6
Adding mechanism for device subsystem & providers to trigger device
by Thomas Vachuska
· 6 years ago
982d390
Protect channelIdle from NPE
by Charles Chan
· 7 years ago
0e814b3
Remove deprecated static factories
by Ray Milkey
· 7 years ago
505d4e3
Remove deprecated static factories
by Ray Milkey
· 7 years ago
f3cbc80
SONAR suggestion - remove unneeded catch of Exception
by Ray Milkey
· 7 years ago
986a47a
SONAR suggestion - generic exceptions
by Ray Milkey
· 7 years ago
fbd9ae9
Various small fixes
by Yuta HIGUCHI
· 7 years ago
45f4815
Take down edge ports on a leaf switch when all uplinks are gone
by Saurav Das
· 7 years ago
9c9cde4
SONAR Suggestion - protected members in final classes are pointless
by Ray Milkey
· 7 years ago
bd071d8
Bug fix in routing logic - should let routing process continue
by Saurav Das
· 7 years ago
d75684a
Setting dispatcher to null to pre-empt potential for duplicate
by Thomas Vachuska
· 7 years ago
b68fe7e
Trace messages via openflow
by Laszlo Papp
· 7 years ago
86e0c56
[ONOS-7527] FIX for OfControllerImpl does not filter by device scheme in DeviceListener
by Andrea Campanella
· 7 years ago
828cd59
Fix: shut down the message dispatch thread gracefully when the channel is inactive.
by Harold Huang
· 7 years ago
3baff67
ONOS-7077 Openflow 1.5 OXS and stat trigger support
by Cem Türker
· 7 years ago
a09fe5b
Updating Copyright line to Open Networking Foundation
by Brian O'Connor
· 7 years ago
7b41dc9
cosmetic and minor changes to OpenFlowController
by Yuta HIGUCHI
· 7 years ago
60aded2
ONOS dont give QUEUE stats like other stats message (portstats etc.). I modified OpenFlowControllerImpl for this development.
by Ozge AYAZ
· 7 years ago
6ee6b8c
netty4 OpenFlow southbound
by Yuta HIGUCHI
· 7 years ago
6512f3e
Required changes to support OF1.4, 1.5.
by Yuta HIGUCHI
· 7 years ago
e9b7a02
OpenFlow message processing for new loxi
by Jimmy Jin
· 8 years ago
2341e60
Add support for OF1.4 devices
by Yuta HIGUCHI
· 8 years ago
11b99fc
Refining driver subsystem to facilitate coordinated start-up.
by Thomas Vachuska
· 8 years ago
8aba62f
Introduce method to write msg and get response through OpenFlow.
by Marc De Leenheer
· 8 years ago
10f4513
ONOS-6070 Idle timeout mechanism for Meter features
by Yuta HIGUCHI
· 8 years ago
1745e5a
Idle OF channel handling
by Yuta HIGUCHI
· 8 years ago
605758e
Fix missing space in log message
by Yuta HIGUCHI
· 8 years ago
34155e5
ONOS-5703 OFChannelHandler does not handle error if meter is not supported
by Charles Chan
· 8 years ago
91477b8
[ONOS-5599] Recover OF multi part meter features stats message as part of handshake.
by Jordi Ortiz
· 8 years ago
e71494d
ONOS-5674 Fixed to check device type in OF controller device listener
by Hyunsun Moon
· 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
cedd0df
Disconnect switch when Device was admin removed.
by Yuta HIGUCHI
· 8 years ago
8552b17
Let backend choose number of IO threads by default.
by Yuta HIGUCHI
· 8 years ago
6172540
[ONOS-5069] OpenFlowControllerImpl: always cleanup on deactivate
by Thiago Santos
· 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
69ed446
Add exception handling for unfound switch in processPacket
by sangyun-han
· 8 years ago
a809a17
Assign thread name to HashedWheelTimer
by Yuta HIGUCHI
· 8 years ago
e779803
cherry picking the fix for ONOS-4754 to onos-1.6 and master
by Prince Pereira
· 8 years ago
a78cdb2
Refactor the logic on collecting OpenFlow message statistics
by Jian Li
· 9 years ago
dc5cf8a
Explicitly log when disconnecting a switch.
by HIGUCHI Yuta
· 9 years ago
3556f36
Modifying preDeactivate hook in OFControllerImpl to remove double deactivation causing NPE.
by Andrea Campanella
· 9 years ago
2266bff
[ONOS-4385] Handle flow removed message type in all cases
by Jian Li
· 9 years ago
d9e0105
log uncaught Exception
by HIGUCHI Yuta
· 9 years ago
6bcf5f2
Lower log level to debug for openflow ssl status
by Madan Jampani
· 9 years ago
5ab426f
Updating copyrights
by Brian O'Connor
· 9 years ago
019877f
Prevent spurious debug message being logged.
by Jonathan Hart
· 9 years ago
eba6817
Remove open flow controller connections on shutdown
by Ray Milkey
· 9 years ago
dda9356
Moving Openflow executors from submit to execute
by Andrea Campanella
· 9 years ago
28247b5
[ONOS-3724] Fix the Cbench regression issue
by Jian Li
· 9 years ago
1979f55
Bug fixes for ONOS-3509
by HIGUCHI Yuta
· 9 years ago
152b885
[Falcon][ONOS-3537] Implement control message collecting logic w/ unit test
by Jian Li
· 9 years ago
5162a9d
fix for OF ssl, which now permits multiple switches
by alshabib
· 9 years ago
ecfdfb7
ONOS-3411 Disconnect switches and stop stat collectors when openflow-base is being deactivated
by Charles Chan
· 9 years ago
5e7fc6d
Moving openflow to protocols/ directory
by Brian O'Connor
· 9 years ago