Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
2bc55dd335641cadbb8652e73be9fdaee8ccd6a9
/
core
/
net
« Previous
3796476
ONOS-6864 Fix a DispatchLoop restart bug.
by Tian Jian
· 7 years ago
0b4222e
[ONOS-6865] enforcing same label and [ONOS-6895] minimize label swapping
by Pier Luigi
· 7 years ago
d4ac0ed
Starting snapshot 1.11.0-SNAPSHOT
by Ray Milkey
· 7 years ago
6ecde1f
Tagging 1.11.0-b4
by Ray Milkey
· 7 years ago
1.11.0-b4
274cecb
Clarify and add more details to some log messages
by Jon Hall
· 7 years ago
1d4b3aa
Bugfix: do not assume all Config is about DeviceId
by Yuta HIGUCHI
· 7 years ago
a0efdcc
ONOS-6516 - Fix for NullPointer Exceptions found during OFDPA testing
by Sivachidambaram Subramanian
· 7 years ago
f73b18c
Fix Javadoc warning due to incorrect package.
by Jordan Halterman
· 7 years ago
a9ae0d4
ONOS-6889 Move mcast from incubator to core
by Ray Milkey
· 7 years ago
b65d784
ONOS-6887 Move neighbour classes from incubator to core
by Ray Milkey
· 7 years ago
facf286
ONOS-6886 Move interface classes from incubator to core
by Ray Milkey
· 7 years ago
6ecf56d
[CORD-1634] Support enable/disable ports on STANDBY nodes.
by Jonghwan Hyun
· 7 years ago
a09fe5b
Updating Copyright line to Open Networking Foundation
by Brian O'Connor
· 7 years ago
e56c34d
Move ComponentService from incubator into core
by Ray Milkey
· 7 years ago
a59f9b76
Introduce driver property to suppress meter feature
by Charles Chan
· 7 years ago
2cad9ef
Various fixes to get a P4Runtime demo that works
by Carmelo Cascone
· 7 years ago
0b22d8f
Working implementation of Bmv2FlowRuleProgrammable
by Carmelo Cascone
· 7 years ago
a9b3c9b
[ONOS-6774] Mechanism to unregister pipeconfs in PiPipeconfService
by Andrea Campanella
· 7 years ago
75ef9f5
[ONOS-6844] inject ports via net-cfg
by Andrea Campanella
· 7 years ago
64677e9
Starting snapshot 1.11.0-SNAPSHOT
by Ray Milkey
· 7 years ago
17463db
Tagging 1.11.0-b3
by Ray Milkey
· 7 years ago
1.11.0-b3
f70bf46
[ONOS-6756] Replicate node version information for ISSU
by Jordan Halterman
· 7 years ago
0e896a0
Implemented class for PI match key
by Carmelo Cascone
· 7 years ago
288b273
Implement support for packetIn through p4Runtime
by Andrea Campanella
· 7 years ago
f3a1a38
Removed pipeconf dependency from PiPipelineInterpreter
by Carmelo Cascone
· 7 years ago
32000d3
[ONOS-6806] Add getAvailableDeviceCount method to DeviceService
by mskala
· 7 years ago
8d03f18
ONOS controls the packet count field from flow statistics to check flow liveness, but some switches (such as Pica8) do not support packet count field of the flow statistics. Pica8 switch sends "-1" as the packet count. Even though packets match flow rules, when the idle-timeout time is up, ONOS deletes these rules based on the packet count field anyways. Therefore, just checking the packet count field is not enough for this situation. Pica8 sends byte count properly. If ONOS checks both packet and byte count, this problem will be solved. I would like to add byte count check to FlowRuleManager - checkRuleLiveness method.
by Gamze Abaka
· 7 years ago
dbfff06
[WIP] Block ConfigFileBasedClusterMetadataProvider until valid configuration is found.
by Jordan Halterman
· 7 years ago
5395e64
ONOS-6824 Unit tests for Translation of all criterion types in PiFlowRuleTranslationService
by zhiyong ke
· 7 years ago
64313cb
Starting snapshot 1.11.0-SNAPSHOT
by Ray Milkey
· 7 years ago
7e28519
Tagging 1.11.0-b2
by Ray Milkey
· 7 years ago
1.11.0-b2
fc1d34c
[ONOS-6809] Implementation for packet out in p4Runtime
by Andrea Campanella
· 7 years ago
44daf56
Registering BMv2 default/base pipeconf at driver loading
by Carmelo Cascone
· 7 years ago
31d3e44
Better handling of extensions in PiPipeconf
by Carmelo Cascone
· 7 years ago
432f718
[ONOS-6809] Support for Packets and packet Metadata
by Andrea Campanella
· 7 years ago
07d7271
ONOS-6555 Default pipeconf implementation and builder
by Carmelo Cascone
· 7 years ago
4a7d1e1
[ONOS-6775] Fix incorrect flows add/removed by IntentInstaller
by Yi Tseng
· 7 years ago
f1db284
Example unit tests for PI criterion translators
by Carmelo Cascone
· 7 years ago
3bf5157
Removed unnecessary criterion translators
by Carmelo Cascone
· 7 years ago
897fd2d
ONOS-6604 More criterion translators for PiFlowRuleTranslationService
by zhiyong ke
· 7 years ago
48f99fa
[ONOS-6556] Implementation of PiPeconfService
by Andrea Campanella
· 7 years ago
60c4528
ONOS-6786 Fix NPE when a host netcfg without location being posted
by Charles Chan
· 7 years ago
4f3193a
[ONOS-6721] Add dependency of FlowRuleManager on DriverService to ensure driver service is bound prior to usage.
by Jordan Halterman
· 7 years ago
f7aa3f9
ONOS-6559 P4Runtime protocol library
by Carmelo Cascone
· 7 years ago
f2e6a48
ONOS-6604 Translation of all criterion types in PiFlowRuleTranslationService
by zhiyong ke
· 7 years ago
bc112a9
[ONOS-6564] Adding PiPeconf behaviours to driver for device.
by Andrea Campanella
· 7 years ago
1667fbb
ONOS-6776 ImmutableMap.of use error
by zhiyong ke
· 7 years ago
f14cc6d
Fix SNAPSHOT version string
by Ray Milkey
· 7 years ago
df37973
Revert "Use DAD to probe if interface MAC is not supplied"
by Charles Chan
· 7 years ago
7463193
Starting snapshot 1.11-SNAPSHOT
by Ray Milkey
· 7 years ago
dc13d39
Fixing pom.xml
by Yuta HIGUCHI
· 7 years ago
00a5996
ONOS-6605 PI flow rule translator implementation
by Carmelo Cascone
· 7 years ago
7e40c01
[ONOS-6607] Get active flow entries count in FlowRuleService
by Patryk Konopka
· 7 years ago
888e20a
Remove host location when port down or device down
by Charles Chan
· 8 years ago
61fc0d8
Extend Network Config Host Provider to support multihoming
by Charles Chan
· 8 years ago
19afc03
Migrate HashedWheelTimer to netty 4
by Yuta HIGUCHI
· 7 years ago
9eed0b1
Revisit Annotations merging
by Yuta HIGUCHI
· 7 years ago
45ff2d9
Shutdown shared scheduled executor on Core deactivate
by Yuta HIGUCHI
· 7 years ago
3142f64
Avoid accidental link type override
by Yuta HIGUCHI
· 7 years ago
2ad387d
Respect bidirectional link config
by Yuta HIGUCHI
· 7 years ago
0c6182f
Remove deprecated proxy ARP implementation
by Ray Milkey
· 7 years ago
a695719
Remove deprecated flow statistics APIs
by Ray Milkey
· 7 years ago
686fba0
Remove deprecated MPLS Intent classes
by Ray Milkey
· 7 years ago
dcd5c5c
remove deprecated intent compilation exception class
by Ray Milkey
· 7 years ago
5777064
[ONOS-6534]Device Null Point Error is Expected in PacketManager
by hyunho1986
· 7 years ago
a945853
Use DAD to probe if interface MAC is not supplied
by Charles Chan
· 7 years ago
b32f774
[ONOS-6397] Fix incorrect filtering objective condition from Intent copmiler.
by Yi Tseng
· 7 years ago
2b24337
fix: (vNet) remove dependency for test codes
by Yoonseon Han
· 7 years ago
0db1f3b
[ONOS-6481] Fix Intent resource release issue
by Yi Tseng
· 7 years ago
8521f81
remove deprecated isDurable() method
by Ray Milkey
· 7 years ago
a684b6e
Add K-shortest path API to PathService.
by Yuta HIGUCHI
· 7 years ago
498fa1d
Bump Guava to 21.0
by Yuta HIGUCHI
· 7 years ago
d3a0b21
Fix latency constraint
by dingdamu
· 7 years ago
4f8a377
ONOS-6468 Fix for race condition between compilation and installation complete state.
by Yuta HIGUCHI
· 7 years ago
1666b50
[ONOS-6476] Fix performance issue of FlowObjectiveManager
by Yi Tseng
· 7 years ago
048bf9a
Remove deprecated API from the Interface class
by Ray Milkey
· 7 years ago
ffbad3b
ONOS-5784: Empty latitude/longitude in ONOS Web UI
by Simon Hunt
· 7 years ago
f76f6d5
Add more log for debugging.
by Yuta HIGUCHI
· 7 years ago
965da1f
Fix wrong logger
by Yuta HIGUCHI
· 7 years ago
08b03a9
Starting snapshot 1.11.0-SNAPSHOT
by Ray Milkey
· 7 years ago
24d9be7
[ONOS-6446] ObjectiveTrackerService is not a public service
by Yi Tseng
· 7 years ago
1547b3f
CORD-1180 Collection of fixes for hash-group buckets. Required the following changes:
by Saurav Das
· 7 years ago
49a2b2e
Fix incorrect state of Intent after re-installed from FAILED state.
by Yi Tseng
· 7 years ago
8c9a701
[ONOS-6354] CFG values and applied values are mismatching while trying to set a property with an invalid value
by sivachidambaram subramanian
· 8 years ago
60e4000
modify the bug of https://jira.onosproject.org/browse/ONOS-6286
by zhiyong ke
· 8 years ago
8091877
[ONOS-6414] use Config object from NetworkConfigEvent to avoid NPE
by Yuta HIGUCHI
· 8 years ago
2048c1f
Cleaning up intent tests setup/teardown to avoid cascading failures
by Thomas Vachuska
· 7 years ago
c927a06
[ONOS-6348] Intent installer redesign
by Yi Tseng
· 8 years ago
770093f
Extension of the LinkCollectionCompiler to support Domains
by Thomas Szyrkowiec
· 7 years ago
2103304
Fix to enable adding INDIRECT link via BasicLinkConfig
by Yuta HIGUCHI
· 8 years ago
0164c1c
Log some context when Intent failed.
by Yuta HIGUCHI
· 8 years ago
a271faa
Implementation of the DomainService
by Michele Santuari
· 8 years ago
65d9d0e
[ONOS-6412] allocate resource by Intent.Key
by Yuta HIGUCHI
· 8 years ago
f00087c
Intent installer and operations for domain intents.
by Andreas Papazois
· 8 years ago
03df2a5
Domain intent manager
by Michele Santuari
· 8 years ago
ac8b229
ONOS-6225 Expose k-shortest path search as part of TopologyService.
by Yuta HIGUCHI
· 8 years ago
11b99fc
Refining driver subsystem to facilitate coordinated start-up.
by Thomas Vachuska
· 8 years ago
e4cb8cf
Manage misleading log messages
by Yuta HIGUCHI
· 8 years ago
8fd28c7
Starting snapshot 1.10.0-SNAPSHOT
by Ray Milkey
· 8 years ago
f009902
Tagging 1.10.0-rc1
by Ray Milkey
· 8 years ago
1.10.0-rc1
Next »