Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
c8aaa0e4db6c88a02ea842855a17306ffc442c7a
/
providers
/
openflow
« Previous
f80bbb2
Initial BUCK build
by Ray Milkey
· 9 years ago
a1d7f27
[ONOS-4142] Restart failed tasks when using SharedScheduledExecutor
by Jian Li
· 9 years ago
f60e45f
Remove L0SubType.LAMBDA which now gets unnecessary
by Sho SHIMIZU
· 9 years ago
cc137a9
Remove method Lambda.indexedLambda() deprecated in Emu
by Sho SHIMIZU
· 9 years ago
57f2efd
Remove Instruction.DROP deprecated in Emu
by Sho SHIMIZU
· 9 years ago
8be4e3a
In this commit:
by Saurav Das
· 9 years ago
955c316
Starting snapshot 1.6.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
55b4d80
Tagging 1.5.0 (Falcon)
by Brian O'Connor
· 9 years ago
1.5.0
2369642
Starting snapshot 1.5.0-SNAPSHOT
by Madan Jampani
· 9 years ago
b7a5420
Tagging 1.5.0-rc3
by Madan Jampani
· 9 years ago
1.5.0-rc3
877ee98
Added title to Application View table and details panel.
by Simon Hunt
· 9 years ago
fd46e1d
Refine application title and category in app.xml and pom.xml
by Jian Li
· 9 years ago
2b746f4
Add missing application titles in app.xml with pom.xml clean up
by Jian Li
· 9 years ago
0fd79d9
Group handling changes:
by Saurav Das
· 9 years ago
afae2f7
Apps-- added onos.app.title property to applications.
by Simon Hunt
· 9 years ago
5d8994f
Starting snapshot 1.5.0-SNAPSHOT
by Thomas Vachuska
· 9 years ago
40d5255
Tagging 1.5.0-rc2
by Thomas Vachuska
· 9 years ago
1.5.0-rc2
e4e74f0
Use DeviceId in FlowEntryBuilder to avoid creating deviceId many times per
by Jonathan Hart
· 9 years ago
66f1526
Add SharedScheduledExecutors for ease of using ScheduledExecutors
by Jian Li
· 9 years ago
84f4f31
Cleaned up NewAdaptiveFlowStatsCollector logs to prevent excessive
by Jonathan Hart
· 9 years ago
1b4cb33
A new ScheduledExecutorService that captures and logs exception
by Jian Li
· 9 years ago
f0c968d
Added onos.app.url for openflow provider
by Simon Hunt
· 9 years ago
c662d32
SNMP based device and flow rule provider for Lumentum SDN ROADMs.
by Marc De Leenheer
· 9 years ago
125572b
Remove methods deprecated in Drake from L2ModificationInstruction API
by Ray Milkey
· 9 years ago
84d5a29
Remove methods deprecated in Drake from TrafficTreatment API
by Ray Milkey
· 9 years ago
9d6c86b
Adding eth masking in match
by Saurav Das
· 9 years ago
708d303
Cleaning up javadocs.
by Thomas Vachuska
· 9 years ago
4cc65f7
LINC-OE - Flows are stay in PENDING ADD STATE[bug 3823]
by Yafit Hadar
· 9 years ago
7772615
Remove incoming and outgoing OF message logging from device provider
by Jian Li
· 9 years ago
72b9b12
[ONOS-3535] Accumulate control message stats using monitor service
by Jian Li
· 9 years ago
81afbf1
ONOS-420 Openflow trigger probe test
by Sithara Punnassery
· 9 years ago
01a6167
Define a new control message to control metric type mapper
by Jian Li
· 9 years ago
7d9d439
Bug fix: make sure that divisor is non-zero value
by Jian Li
· 9 years ago
1446aef
Add dependency between onos-app-cpman and onos-of-provider-message
by Jian Li
· 9 years ago
1d13c26
[ONOS-3504] Initial implementation of control message aggregation
by Jian Li
· 9 years ago
cb13d12
Expose cookie information in packet context
by Charles Chan
· 9 years ago
e0e01c2
Add skeletal code for control message provider
by Jian Li
· 9 years ago
8ebfff0
Add OTN device and ports
by Rimon Ashkenazy
· 9 years ago
889cffb
Fix incorrect class and method description for PortStatsCollector
by Jian Li
· 9 years ago
42feabd
Use DELETE_STRICT when deleting flows to avoid collateral damage
by Jonathan Hart
· 9 years ago
14967c2
CORD-389 Fix for Accton 6712 deployment
by Charles Chan
· 9 years ago
8bcb4f2
[ONOS-3634] Remove readme tag from app.xml
by Jian Li
· 9 years ago
c35415d
[ONOS-3634] Enhance app to have a category, icon, URL and readme
by Jian Li
· 9 years ago
4590604
Use Objects.nonNull() to check if non-null
by Sho SHIMIZU
· 9 years ago
72ee30c
[ONOS-3730] Populate portSpeed for ODUCLT and OCH ports.
by Toru Furusawa
· 9 years ago
e320103
Add new OFOpticalSwitch13 LambdaQuery, and corrections to OMS port Desc:
by Rimon Ashkenazy
· 9 years ago
d1ce4b0
Ignore table ID from flow stats reply when creating OF1.0 flow rule.
by Jonathan Hart
· 9 years ago
68c4fc4
[ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes
by Jian Li
· 9 years ago
28247b5
[ONOS-3724] Fix the Cbench regression issue
by Jian Li
· 9 years ago
00762ee
Avoid potential round-off error caused by floating point
by Sho SHIMIZU
· 9 years ago
70e76d8
Remove redundancy by replacing values with Spectrum.CENTER_FREQUENCY
by Sho SHIMIZU
· 9 years ago
d15ebf5
Fix RuntimeException of 'Un recognize OduClt speed'
by Rimon Ashkenazy
· 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
1c5ae1f
Fixed loading of context property at startup
by Antonio Marsico
· 9 years ago
a834c18
Added TUNNEL_ID and TUNNEL_IPV4_DST case to GroupBucketEntryBuilder
by Hyunsun Moon
· 9 years ago
9ae22e9
Added TUNNEL_ID action type to GroupModBuilder
by Hyunsun Moon
· 9 years ago
4fd3ceb
[Falcon] fixes for Sonar Critical bugs
by Ray Milkey
· 9 years ago
880dc20d
Starting snapshot 1.5.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
5a2856f
Tagging 1.4.0 (Emu release)
by Brian O'Connor
· 9 years ago
1.4.0
4f4d25a
[ONOS-2860] ONOSFW L3 uses ARP table as arp proxy. It need modify ARP
by samueljcc
· 9 years ago
6b77071
Switching back to snapshot 1.4.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
d1cdd19
Tagging 1.4.0-rc3
by Brian O'Connor
· 9 years ago
1.4.0-rc3
25b7732
Fix port speed
by Charles Chan
· 9 years ago
b22ba65
Switching back to snapshot 1.4.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
4aded4c
Tagging 1.4.0-rc2
by Brian O'Connor
· 9 years ago
1.4.0-rc2
52bb485
Do not disconnect from switches on deactivate + packet requests cli command update to include nodeId in the output
by Madan Jampani
· 9 years ago
a3e5cd5
ONOS-3023 Changing flowTable sets to map so that we can compare
by Brian O'Connor
· 9 years ago
2156461
ONOS-3529 Updating FlowEntryBuilder to avoid calling getTable on OF_1.0 messages
by Brian O'Connor
· 9 years ago
8c68536
Changing line endings to \n in NewAdaptiveFlowStatsCollector
by Brian O'Connor
· 9 years ago
905ea22
Starting snapshot 1.4.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
b209dc6
Tagging 1.4.0-rc1
by Brian O'Connor
· 9 years ago
1.4.0-rc1
4ee4204
[ONOS-3486] Add the annotation of port mac when monitor switch added.L3
by lishuai
· 9 years ago
f1ecf99
[ONOS-3513] Implement PBB I-SID Criterion and test case to Southbound
by Jian Li
· 9 years ago
7351461
[Emu] ODU SIGID and SIGTYPE FlowEntryBuilder and FlowModBuilder implementations
by Yafit Hadar
· 9 years ago
3cce60b
[ONOS-3499] Add the set treatments of ARP_SPA, ARP_SHA and ARP_OP.
by lishuai
· 9 years ago
26a8d95
Implemented the extension framework for selectors.
by Jonathan Hart
· 9 years ago
ecfdfb7
ONOS-3411 Disconnect switches and stop stat collectors when openflow-base is being deactivated
by Charles Chan
· 9 years ago
c2999f3
LINC driver updated to always use LINC's non-standard OF optical extensions.
by Marc De Leenheer
· 9 years ago
b40129a
[ONOS-3485] Create arp_op selector and add operation to provifer of
by BitOhenry
· 9 years ago
016bef7
Fixing features.xml so that they don't self-reference.
by Thomas Vachuska
· 9 years ago
880b644
decoupling extension types from of protocol
by alshabib
· 9 years ago
296b454
[ONOS-3464] Add arp_spa operation to provider of openflow
by BitOhenry
· 9 years ago
c1e5fcc
[ONOS-3441] Add arp_tpa operation to provider of openflow
by BitOhenry
· 9 years ago
a331b18
[ONOS-3414] Add arp_sha operation to provider of openflow
by BitOhenry
· 9 years ago
e6d91c5
Null Pointer Dereference Fix in openflow
by Satish K
· 9 years ago
7643085
[ONOS-3373] Add arp_tha operation to provider of openflow
by BitOhenry
· 9 years ago
0be8724
fixing INVALID_GROUP error for FAILOVER type
by AdrianAlan
· 9 years ago
e889e2d
[ONOS-3370] Extract hostprovider and lldpprovider from openflow
by Charles Chan
· 9 years ago
a6b4609
ONOS-3345 Add processing about Instruction type Extention in GroupModBuider.
by jiangrui
· 9 years ago
30ba400
Fix javadoc warnings
by Charles Chan
· 9 years ago
ba2d3b7
Implement OFActionEnqueue (OpenFlow 1.0 only)
by Steffen Gebert
· 9 years ago
3c25916
Generic extensions to the treatment API to support protocol extensions like
by Jonathan Hart
· 9 years ago
8cf212a
FlowEntryBuilder: Don't do strange things with VLAN ethertype
by Jonathan Hart
· 9 years ago
c42e84e
[CORD-46] Create a broadcast group for each subnet
by Charles Chan
· 9 years ago
bbfdaaa
Implement OFActionSetQueue (OpenFlow 1.3 only)
by Steffen Gebert
· 9 years ago
dee1aff
[emu][onos-3159] fix concurrency flaws in OpenFlowDeviceProvider.java and OpenFlowGroupProvider.java
by Lei Xu
· 9 years ago
fa8aa2f
Fixed an NPE in device manager/provider.
by Thomas Vachuska
· 9 years ago
5251562
Fixing Javadoc errors
by Brian O'Connor
· 9 years ago
fe3308f
minor formatting changes
by andrea
· 9 years ago
Next »