Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
79aa10df5b4dfa6206b506142d9d30138946bd51
79aa10d
Tagging 2.1.0
by ONOS Jenkins User
· 6 years ago
2.1.0
c5d5041
add VPLS API jar file to published artifacts
by Ray Milkey
· 6 years ago
21d48f0
Starting snapshot 2.1.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
d7557a9
Tagging 2.1.0-rc7
by ONOS Jenkins User
· 6 years ago
2.1.0-rc7
f0b103d
fixed unsafe downcasting that caused failures in detecting disconnection of hosts
by rruigon
· 6 years ago
1a4f1b2
Fix NOT_FOUND error when removing P4Runtime table entries
by Carmelo Cascone
· 6 years ago
1430107
Fix missing P4Runtime multicast/clone groups after device reboot
by Carmelo Cascone
· 6 years ago
363660d
Fix NPE in FlowObjectiveManager when unregistering pipeconf drivers
by Carmelo Cascone
· 6 years ago
858637a
Starting snapshot 2.1.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
50839f2
Tagging 2.1.0-rc6
by ONOS Jenkins User
· 6 years ago
2.1.0-rc6
74e1c8a
Put a file in the empty jar
by Ray Milkey
· 6 years ago
a34558e
Starting snapshot 2.1.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
4c6fe22
Tagging 2.1.0-rc5
by ONOS Jenkins User
· 6 years ago
2.1.0-rc5
a2b2739
Create empty javadoc and source jar files for sonatype
by Ray Milkey
· 6 years ago
879565b
Starting snapshot 2.1.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
2d320a4
Tagging 2.1.0-rc4
by ONOS Jenkins User
· 6 years ago
2.1.0-rc4
c38e9a0
Include pom files when publishing locally
by Ray Milkey
· 6 years ago
1fb59ac
Allow building third-party apps based on gRPC
by Carmelo Cascone
· 6 years ago
be87e44
Fix build behind web proxy - provide all jars needed by grpc java
by Ray Milkey
· 6 years ago
5666f1d
Prevent unhandled exception if the executor is already shut down.
by Ray Milkey
· 6 years ago
40d182e
Trigger pipeconf deploy right after registration
by Carmelo Cascone
· 6 years ago
4f6fff7
Show class name instead of thread when logging to console or CLI
by Carmelo Cascone
· 6 years ago
4cff45e
Use a copy on write array list for sliding window counter
by Ray Milkey
· 6 years ago
2102175
Starting snapshot 2.1.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
c7482e2
Tagging 2.1.0-rc3
by ONOS Jenkins User
· 6 years ago
2.1.0-rc3
e10de54
bumping to version 2.1
by Ray Milkey
· 6 years ago
f85ee3c
[ONOS-7732] Automating switch workflow - program counter refactoring
by jaegonkim
· 6 years ago
2d77c1a
Starting snapshot 2.1.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
0dd5085
Tagging 2.1.0-rc2
by ONOS Jenkins User
· 6 years ago
2.1.0-rc2
b0a196a
GUI2 bug fix for Hosts hidden command
by Sean Condon
· 6 years ago
07f0d37
Change sequential stream to parallel stream
by DongRyeol Cha
· 6 years ago
549b154
put back filtering of build/conf artifacts
by Ray Milkey
· 6 years ago
d4780eb
Adding GUI 2 as a default to be activated if ONOS_APPS is unspecified.
by Thomas Vachuska
· 6 years ago
bc7eb85
Filter groups by application ID, for real
by Carmelo Cascone
· 6 years ago
c13d956
GUI2 bug fix for Force graph
by Sean Condon
· 6 years ago
3b4baa0
Improve fingerprint computation for pipeconf
by Carmelo Cascone
· 6 years ago
33f36a0
Clean up PipelineInterpreter API by removing ambiguous methods
by Carmelo Cascone
· 6 years ago
adb8905
Do not require device data blob when checking pipeconf on device
by Carmelo Cascone
· 6 years ago
5505a6d
Fix P4Runtime driver ignoring CLONE groups
by Carmelo Cascone
· 6 years ago
1dfc786
Do GDP checkup for all devices in config and core
by Carmelo Cascone
· 6 years ago
bed2e03
GUI2 fixed Quickhelp to use LionService
by Sean Condon
· 6 years ago
8d0c9e4
Repair sonar scanner that was broken by the change version script
by Ray Milkey
· 6 years ago
9db4d5c
Add support for P4Runtime clone sessions via Group API
by Carmelo Cascone
· 6 years ago
5079a7f
Define new type of group CLONE
by Carmelo Cascone
· 6 years ago
4b61631
Further improvements to connection handling for gRPC-based devices
by Carmelo Cascone
· 6 years ago
ed2a0a4
Move modified after registerProperties in FlowRuleManager
by pier
· 6 years ago
8b3aef4
Implements accumulation of the fwdobjectives in ofdpa pipelines
by pier
· 6 years ago
6eb2cb8
GUI2 update Angular component versions to 2.1.0
by Sean Condon
· 6 years ago
d131d1f
GUI2 ModelCache bug fix for NPE
by Sean Condon
· 6 years ago
556c8d4
Fix NPE of P4Runtime device when deleting a group
by Yi Tseng
· 6 years ago
4b2ff04
Fix clone session not working for BMv2 built in p4vm
by Carmelo Cascone
· 6 years ago
bcd47b9
Do not exclude targets in publish-target-list
by Carmelo Cascone
· 6 years ago
058804c
GUI2 Display of mastership for devices
by Sean Condon
· 6 years ago
3d592c6
Replaced test mock with existing adapter in archetypes.
by Thomas Vachuska
· 6 years ago
3032b87
Fix missing IPv6 table size in fabric.p4
by Carmelo Cascone
· 6 years ago
d51a555
Minor fixes for P4Runtime devices
by Carmelo Cascone
· 6 years ago
5f7d3bc
GUI2 Fixed bug of edge link not being added dynamically
by Sean Condon
· 6 years ago
adeb716
GUI2 Topo Added base common base for Topo2ViewMessageHandler and TopologyViewMessageHandlerBase
by Sean Condon
· 6 years ago
19e8367
GUI2 Added intents to Traffic2 Monitor
by Sean Condon
· 6 years ago
44628d6
[ONOS-7732] Automating switch workflow - checking workflow definitition
by jaegonkim
· 6 years ago
8b488de
Allowed apps to specify whether the existing component config value should be overridden
by Charles Chan
· 6 years ago
961dbde
Starting snapshot 2.1.0-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
2fca16b
Tagging 2.1.0-rc1
by ONOS Jenkins User
· 6 years ago
2.1.0-rc1
64ea7d2
GUI2 Bug fixes to Topo view
by Sean Condon
· 6 years ago
229471b
Do not read default table entries in bmv2
by Carmelo Cascone
· 6 years ago
97d36a2
Use specific kernel version in p4vm
by Carmelo Cascone
· 6 years ago
15743ea
Fix duplicate ip issue
by pier
· 6 years ago
a1ae427
Bump P4 tools and scapy version used in p4vm
by Carmelo Cascone
· 6 years ago
5cc45bc
Publish P4Runtime-related protocol artifacts
by Carmelo Cascone
· 6 years ago
d30295e
Fix: revise node init logic to handle all state other than COMPLETE
by Jian Li
· 6 years ago
631e770
Ensure SlidingWindowCounter is advanced in correct order prior to building the complete window
by Jordan Halterman
· 6 years ago
c2be50a
Allow sharing the same gRPC channel between clients
by Carmelo Cascone
· 6 years ago
8a06403
Fix typo - componenService -> componentService
by Ray Milkey
· 6 years ago
2b299d2
Fix incorect string comparison
by Ray Milkey
· 6 years ago
4c2715e
Fix npe when host does not have valid ipv6 address
by pier
· 6 years ago
4a7ce67
Fix: register a set of Affinity classes into distributed store
by Jian Li
· 6 years ago
0ba22e4
Fixes two things in OpenstackNode App. - Add whether ovsdb connection is alive in OpenstackNodeCheckCommand - Support REST API that queries the state of the specific openstack node
by Daniel Park
· 6 years ago
ef0761c
Route reprogamming using group substitution during next hop movement
by Ruchi Sahota
· 6 years ago
a3ce00b
GUI2 Add links to GUI2 when created dynamically
by Sean Condon
· 6 years ago
8c57015
Be more forgiving about the number of expected flows
by Ray Milkey
· 6 years ago
36231d2
modify param parsing in createNetCfg.sh and checkNetInit.sh to enable flexible configuration for ODTN network
by Boyuan Yan
· 6 years ago
df4b08a
Modify OpenFlow provider to avoid stats collection when switch is under high load
by Jordan Halterman
· 6 years ago
1c8a4ed
Give priority to instructions over meta when generating next_vlan rule
by Carmelo Cascone
· 6 years ago
0cf3ef7
fix bug about ODTN test in stc running environment
by Boyuan Yan
· 6 years ago
b8a2505
More robust deferring for P4Runtime MasterArbitrationUpdate messages
by Carmelo Cascone
· 6 years ago
c32976e
Various fixes in preparation of Stratum demo at ONS 2019
by Carmelo Cascone
· 6 years ago
b48533e
Fix for ONOS-7960 - single to multi intent json codec can't decode egress point array
by Ray Milkey
· 6 years ago
a08cc9e
Enable G1GC by default in onos-service
by Jordan Halterman
· 6 years ago
73742fa
Restore segment routing REST API
by Charles Chan
· 6 years ago
ba2471a
Fix java doc
by pier
· 6 years ago
6d2bf64
Fix: do not handle instance port on receiving router interface events
by Jian Li
· 6 years ago
fdb8d87
Fix: process ICMP packets in controller
by Jian Li
· 6 years ago
dc5d501
Fix: Add inst port to store if host updated with no inst port found
by Jian Li
· 6 years ago
9de2135
GUI2 Command to Unpin or Freeze selected or all nodes
by Sean Condon
· 6 years ago
e288e5b
Fixing port discovery in REST provider
by Andrea Campanella
· 6 years ago
61eb99e
Only iterates configured subnets to determine if a packet is destined for the switch
by Charles Chan
· 6 years ago
1c0d5f8
Route Simplification programming
by psneha
· 6 years ago
50370b5
[ONOS-7732] Automating switch workflow - workflow event map cli completer
by jaegonkim
· 6 years ago
024f44c
Remove listeners before shutting down the executors
by pier
· 6 years ago
820ec7b
Fix: do not add Stateful SNAT downstream rule in stateless case
by Jian Li
· 6 years ago
Next »