Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
2497dbeec934db159ef95a45313877048395cc7c
/
openflow
95810f5
CORD-13:Table Statistics support along with CLI and REST
by Srikanth Vavilapalli
· 9 years ago
a55c1c6
fix log message
by alshabib
· 9 years ago
9b6c19c
securing the openflow channel
by alshabib
· 9 years ago
45fd88a
Making OFChannel friendlier to non-compliant switches.
by alshabib
· 9 years ago
30fbcd9
[Emu] openTAM: NewAdaptiveFlowStatsCollector Implementation
by ssyoon90
· 9 years ago
e2a399e
Updating property name to openflowPorts
by Brian O'Connor
· 9 years ago
ff27850
Listen for OpenFlow connections on 6633 and 6653
by Brian O'Connor
· 9 years ago
45624b8
[Emu] Changes default OpenFlow port to 6653.
by Charles Chan
· 9 years ago
f967ad6
Starting snapshot 1.4.0-SNAPSHOT
by Brian O'Connor
· 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
e8bcb70
Changing version to back to snapshot 1.3.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
004345f
Tagging 1.3.0-rc1
by Brian O'Connor
· 9 years ago
1.3.0-rc1
0588e57
fixing dhcp serialization problem
by alshabib
· 9 years ago
b856b81
ONOS-1767 SM-ONOS implementation
by Changhoon Yoon
· 9 years ago
1b45e1f
Do not discard exprimenter port stats message with unknown experimenter type; resubmit it
by Michael Bunimovich
· 9 years ago
3b00e1b
Make OpenFlow port configurable via cfg command
by Charles Chan
· 9 years ago
bc82ebb
Fix indent
by Sho SHIMIZU
· 9 years ago
5eb7939
Added Meter object accounting
by alshabib
· 9 years ago
7f521a3
Fix to avoid unnecessary configuration message when switch does not have buffer
by Michael Jarschel
· 9 years ago
b931137
Driver and flow stats handling for Calient fiber switch S160.
by Marc De Leenheer
· 9 years ago
9f1600a
Use isConnected rather than isWriteable to detemine if we can send to switch
by Jonathan Hart
· 9 years ago
a0d1249
Retrieving handshaker drivers should respect driver annotation.
by Jonathan Hart
· 9 years ago
80b0a80
Added deviceId to the DriverData as part of available context.
by Thomas Vachuska
· 9 years ago
68bc656
[ONOS-2155] Fix for OpenFlow hello version negotiation
by Chip Boling
· 9 years ago
e9af1f4
Suppressing some error messages that pollute the log on switch disconnect.
by Thomas Vachuska
· 9 years ago
2a65575
Improve the resiliency of the packet deserialization code.
by Jonathan Hart
· 10 years ago
afc2d7d
Starting snapshot 1.3.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
a78abfc
Tagging 1.2.0
by Brian O'Connor
· 9 years ago
1.2.0
3350390
Starting snapshot 1.2.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
75aed40
Tagging 1.2.0-rc2
by Brian O'Connor
· 9 years ago
1.2.0-rc2
f2af771
Dropping log level to debug in few places
by Madan Jampani
· 9 years ago
d24420f
Add OCh signal type to optical path intent.
by Marc De Leenheer
· 9 years ago
541ef71
ONOS-1993 Implement API-level permission checking + security util code location replacement
by Changhoon Yoon
· 9 years ago
3c24077
Lambdas are reinterpreted before being sent to Linc-OE switches. This includes
by Ayaka Koshibe
· 9 years ago
30a412d
Starting snapshot 1.2.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
608e03a
Tagging 1.2.0-rc1
by Brian O'Connor
· 9 years ago
1.2.0-rc1
3358af2
Demoting boy-cried-wolf log messages.
by Thomas Vachuska
· 9 years ago
fc52fec
Fixed a slew of shutdown exceptions that arose due to improper or out-of-order resource clean-up, e.g. listeners, timers, executors.
by Thomas Vachuska
· 9 years ago
1c681d7
Aha! Fixed a phantom exception that would appear on shutdown; we must first close the channel group and only then shutdown the executors.
by Thomas Vachuska
· 9 years ago
2318191
ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1
by Srikanth Vavilapalli
· 10 years ago
5460d62
Interfaces for passing port information from OF switch drivers to DeviceProviders.
by Ayaka Koshibe
· 9 years ago
3310a34
Remove "public" to follow our convention
by Sho SHIMIZU
· 9 years ago
358815c
Remove "public" to follow our convention
by Sho SHIMIZU
· 9 years ago
6d44d19
Use thread safe sets for listeners in OpenFlowControllerImpl
by Jonathan Hart
· 9 years ago
f9ba422
Currently need to specify handshaker behavior in onos-drivers xml file.
by Saurav Das
· 9 years ago
8711451
Replace manual hash code calculation for long with Long.hashCode(long)
by Sho SHIMIZU
· 9 years ago
100e3b8
First shot at Broadcom OFDPA 1.0 pipeline
by Saurav Das
· 10 years ago
a2df7b2a
fixed the LINC-OE behaviour. Handshaker behaviours must use
by alshabib
· 9 years ago
b452fd7
Low level openflow drivers have been promoted to the driver subsystem.
by alshabib
· 10 years ago
0165d19
Classify PicOS switches as OVS otherwise no roles requests are sent
by Jonathan Hart
· 10 years ago
f5b234a
Segment Routing refactor with flow objectives
by Srikanth Vavilapalli
· 10 years ago
3d4e14a
FlowRule private extension refactor.
by jcc
· 10 years ago
3ea4662
Removing dependency on lower level drivers for the BGPRouter application.
by Saurav Das
· 10 years ago
34c9590
ONOS-533 Fix copyrights
by Ray Milkey
· 10 years ago
538108b
ONOS-1440: Implements port statistics feature, which polls port statistics of all devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics.
by sangho
· 10 years ago
cc36be8
Don't use exceptions for commonly-used logic + javadocs
by Jonathan Hart
· 10 years ago
b35a619
ONOS-686, 687, 1344 : The first commit for the Segment Routing application
by sangho
· 10 years ago
152f9fd
Shutdown cleanup; hunt for exceptions continues
by Thomas Vachuska
· 10 years ago
f15511b
ONOS-180 Suppressing a few superfluous stack traces on shutdown.
by Thomas Vachuska
· 10 years ago
6ea48a2
Starting snapshot 1.2.0-SNAPSHOT
by Brian O'Connor
· 10 years ago
91d9019
Tagging ONOS Blackbird release: 1.1.0
by Brian O'Connor
· 10 years ago
1.1.0
c0b3c34
BgpRouter app supports both OVSSwitch and Corsa HW switch.
by sangho
· 10 years ago
da1644e
Added delete all flow rules during Corsa switch handshake
by alshabib
· 10 years ago
1545b1e
Starting snapshot 1.1.0-SNAPSHOT
by Brian O'Connor
· 10 years ago
20fa3a4
Tagging 1.1.0-rc2
by Brian O'Connor
· 10 years ago
1.1.0-rc2
87dd930
Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6.
by Pavlin Radoslavov
· 10 years ago
bbd91d4
Add configuration setting to allow one switch to use the Corsa driver.
by Jonathan Hart
· 10 years ago
2216bdb
adding corsa switch detection - initialises corsa driver
by alshabib
· 10 years ago
fbe25c5
Getting router interface config into the corsa dataplane pipeline
by Saurav Das
· 10 years ago
fa2fa93
A set of fixes to ensure that the FlowRuleManager can correctly account for flows
by Saurav Das
· 10 years ago
cbe6de3
Fixing a couple of bugs in default entries for corsa pipeline.
by Saurav Das
· 10 years ago
266ac66
Starting snapshot 1.1.0-SNAPSHOT
by Brian O'Connor
· 10 years ago
352236e
Tagging 1.1.0-rc1
by Brian O'Connor
· 10 years ago
c313c40
Couple of changes for the BGP Router project:
by Saurav Das
· 10 years ago
1058080
WIP: Started implementing static flows for corsa vanderweken pipeline.
by alshabib
· 10 years ago
6f94ded
Converted all executors that previously used namedThreads to use groupedThreads instead.
by Thomas Vachuska
· 10 years ago
8dc8208
Fix some compiler warnings about unchecked types
by Ray Milkey
· 10 years ago
9af7007
support for corsa pipeline. EXPERIMENTAL.
by alshabib
· 10 years ago
6a0bb17
ONOS-961: Supports GROUP_STATS and GROUP_DESC_STATS events in OpenFlowController for OpenFlowGroupProvider.
by sangho
· 10 years ago
2031899
Renamed private method to avoid naming confusion
by Pavlin Radoslavov
· 10 years ago
51365f3
Fix Javadoc warning about IOException throws
by Ray Milkey
· 10 years ago
87af811
Added SpringOpenTTP switch driver (ONOS-822/ONOS-682).
by sangho
· 10 years ago
11c30ac
Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService.
by sangho
· 10 years ago
9ea3e6f
ONOS-841 Renaming ONOS threads to simplify profiling.
by Thomas Vachuska
· 10 years ago
f25d135
Fix Javadoc warnings
by Ray Milkey
· 10 years ago
e46c041
Protect against null pointers during deserializing.
by Jonathan Hart
· 10 years ago
2ffcd10
Add default drop rule in OF1.0 switches.
by Jonathan Hart
· 10 years ago
47f2dde
Don't install table miss entry for OVS 1.3 or CPqD switches.
by Jonathan Hart
· 10 years ago
e53f171
ONOS-535 - capture and display ip address and port of switches
by Ray Milkey
· 10 years ago
d3edd03
Fix a typo in manufacturerDescription() method name
by Ray Milkey
· 10 years ago
e8600eb
Handle packets that can't be deserialized properly.
by Jonathan Hart
· 10 years ago
70fc7fb
fix switch negociation for non spec compliant devices.
by alshabib
· 10 years ago
081e737
Classify hardware running OVS as an OVS switch.
by Jonathan Hart
· 10 years ago
7f2e9bf
bumping version to 1.1.0-SNAPSHOT
by Brian O'Connor
· 10 years ago
5b29ebd
Bumping version to 1.0.0
by Brian O'Connor
· 10 years ago
1.0.0
4785eec
removing some TODOs
by alshabib
· 10 years ago
932d941
preparing pom.xml's for release
by Brian O'Connor
· 10 years ago
369c643
Use two thread pools for handling the OpenFlow STATS and BARRIER messages.
by Pavlin Radoslavov
· 10 years ago
Next »