Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
0c32023f157a9d0880d249b62b7065e6c5fb4c1c
« Previous
ce2a03d
Updating Copyright line to Open Networking Foundation
by Brian O'Connor
· 7 years ago
130fb5e
Starting snapshot 1.10.4-SNAPSHOT
by Ray Milkey
· 7 years ago
3d2f773
Tagging 1.10.3
by Ray Milkey
· 7 years ago
1.10.3
078c3fb
Configure ONOS in docker image to log to stdout
by Jonathan Hart
· 7 years ago
d896d45
ONOS docker image is going on a diet.
by Jonathan Hart
· 7 years ago
146e68f6
Minor GUI clean-up.
by Thomas Vachuska
· 7 years ago
f83be7a
Fix bugs in host subsystem
by Charles Chan
· 7 years ago
6e5d2da
Activate distributed route store in Segment Routing
by Charles Chan
· 7 years ago
5278eed
Allow indirect hosts to ping gateway IP
by Charles Chan
· 7 years ago
2c90956
[ONOS-6775] Fix incorrect flows add/removed by IntentInstaller
by Yi Tseng
· 7 years ago
25814fc
ONOS-6768 Make sure ARP/NDP punt flows are programed to not only new switches but also existing switches
by Charles Chan
· 7 years ago
b653f5f
ONOS-6778: HP driver was backported from master branch and tested on Janet HP3800 switches.
by Jovana Vuleta
· 7 years ago
3328a03
ONOS-6768 Punt ARP/NDP even when a device is not configured
by Charles Chan
· 7 years ago
8daf45c
Lower log level
by Charles Chan
· 7 years ago
d63484d
Fix subnet check to support multiple subnets
by Charles Chan
· 7 years ago
fc936a7
CORD-1495 Fix race condition when loading network config
by Charles Chan
· 7 years ago
9464bee
Starting snapshot 1.10.3-SNAPSHOT
by Ray Milkey
· 7 years ago
5059b40
Tagging 1.10.2
by Ray Milkey
· 7 years ago
1.10.2
be3910e
Prevent serialization errors from causing recursion in the Copycat transport
by Jordan Halterman
· 7 years ago
78d7442
Limit string field lengths for network/configuration objects
by Jordan Halterman
· 7 years ago
1a36732
Fix RouteHandler NPE
by Charles Chan
· 7 years ago
8533e09
ONOS-6667 NullPointerException on device-remove
by dvaddire
· 7 years ago
be7338c
Starting snapshot 1.10.2-SNAPSHOT
by Ray Milkey
· 7 years ago
f7395c3
Tagging 1.10.1
by Ray Milkey
· 7 years ago
1.10.1
1a36889e
Limit/validate string lengths for various identifiers to prevent DoS from large objects
by Jordan Halterman
· 7 years ago
59a6c06
ONOS-6658 Remove host listener when deactivating SR
by Charles Chan
· 7 years ago
6daae94
Fix script to install what onos-user-key need in Docker debian:jessie image
by Jimmy Ou
· 7 years ago
25c8f14
Fixing dockerhub build.
by Jonathan Hart
· 7 years ago
365cc08
OS-1 : insecure UI websocket.
by Simon Hunt
· 7 years ago
eedf6a6
Starting snapshot 1.10.1-SNAPSHOT
by Ray Milkey
· 7 years ago
17ef7ca
Tagging 1.10.0
by Ray Milkey
· 7 years ago
1.10.0
c3b86b9
Starting snapshot 1.10.0-SNAPSHOT
by Ray Milkey
· 7 years ago
e8d98fd
Tagging 1.10.0-rc5
by Ray Milkey
· 7 years ago
1.10.0-rc5
8523ba3
[ONOS-6527] Support serializing multiple types using the same type ID when a serializer is explicitly provided
by Jordan Halterman
· 7 years ago
60740ad
ONOS-6517
by deepa
· 7 years ago
3b24547
Optimize FlowId hash computation.
by Jordan Halterman
· 7 years ago
b436e92
Starting snapshot 1.10.0-SNAPSHOT
by Ray Milkey
· 7 years ago
c559910
Tagging 1.10.0-rc4
by Ray Milkey
· 7 years ago
1.10.0-rc4
4f3c5e3
[ONOS-6397] Fix incorrect filtering objective condition from Intent copmiler.
by Yi Tseng
· 8 years ago
df94dc9
[ONOS-6528] Avoid VPLS race condition problem
by Yi Tseng
· 7 years ago
d8618ee
[ONOS-6510] Fix Intent perf aplication logic
by Yi Tseng
· 7 years ago
e2385bb
Adding CLI command to list models and enhancing YANG smoke scenario
by Thomas Vachuska
· 7 years ago
8111fac
l3vpn and driver import changes
by Vidyashree Rama
· 7 years ago
2ab5834
Bumping buck version to use yang-tools 2.1 and new onos buck plugin
by Ray Milkey
· 7 years ago
6baf303
Remove CORD config dependency from SR
by Charles Chan
· 7 years ago
535243a
[ONOS-6481] Fix Intent resource release issue
by Yi Tseng
· 7 years ago
3aa59076
Upgraded guava to 22.0 from 19.0
by Brian O'Connor
· 7 years ago
e341555
[ONOS-6509] Fix incorrect state of VPLS
by Yi Tseng
· 7 years ago
96f0bf5
[ONOS-6505] Fix Incorrect Intent id generator from VPLS Intent test
by Yi Tseng
· 7 years ago
d9b94f4
[ONOS-6508] Copy ImmutableList in DiscreteResourceId constructor to ensure binary serialization formats match across all resource IDs
by Jordan Halterman
· 7 years ago
2d5054b
bump onos-loxi to 0.9.9.onos
by Yuta HIGUCHI
· 7 years ago
ec645aa
Fixed openstacknetworking app artifact ID to buck style from POM file
by Hyunsun Moon
· 7 years ago
5c85784
Remove unused code.
by Marc De Leenheer
· 7 years ago
878bd2f
[ONOS-6493] Fix VPLS Intent failure handling problem
by Yi Tseng
· 7 years ago
281624b
Starting snapshot 1.10.0-SNAPSHOT
by Ray Milkey
· 7 years ago
0629e8a
Tagging 1.10.0-rc3
by Ray Milkey
· 7 years ago
1.10.0-rc3
ea68558
[ONOS-6380] Intent performance regression fix - Do not wrap completed futures
by Jordan Halterman
· 7 years ago
e93cd61
[ONOS-6488] Fix failure when reinstall a VPLS
by Yi Tseng
· 7 years ago
eafcbd2
ONOS-6052
by Kavitha Alagesan
· 8 years ago
4ee25f2
Replace usage of .html(...) with .text(...) where possible;
by Simon Hunt
· 7 years ago
542d75b
Add K-shortest path API to PathService.
by Yuta HIGUCHI
· 7 years ago
4327358
Web UI: augment sanitize() function
by Simon Hunt
· 7 years ago
85740dc
ONOS-6444 Set floating IP rules when created with fixed IP configured
by Hyunsun Moon
· 7 years ago
706a180
Web UI: add sanitize() function to fn.js library.
by Simon Hunt
· 7 years ago
6aac251
ONOS-6468 Fix for race condition between compilation and installation complete state.
by Yuta HIGUCHI
· 7 years ago
f68c538
[ONOS-6476] Fix performance issue of FlowObjectiveManager
by Yi Tseng
· 7 years ago
cedf9e5
[ONOS-6486] Fix serializer error and NPE of VplsStore
by Yi Tseng
· 7 years ago
dd68f62
[ONOS-6477] Add EventuallyConsistentMap test scenario to primitive tests
by Jordan Halterman
· 7 years ago
574a688
[ONOS-6479] Synchronously bootstrap EventuallyConsistentMap
by Jordan Halterman
· 7 years ago
7b5923b
[ONOS-6460] Retry failed resource register/unregister/allocate/release transactions until success in ResourceStore
by Jordan Halterman
· 7 years ago
745f0da
Reduces the port number range for snat to reduce snat handler initialization time.
by sangho
· 8 years ago
ced6334
ONOS-5784: Empty latitude/longitude in ONOS Web UI.
by Simon Hunt
· 7 years ago
78193fd
ONOS-5784: Empty latitude/longitude in ONOS Web UI
by Simon Hunt
· 7 years ago
0769608
Bump up ONOS to yang tools version 2.0
by Ray Milkey
· 7 years ago
de2659a
[ONOS-6239] Flows are missing after mastership change if 'backupEnabled' is set to false
by sivachidambaram subramanian
· 8 years ago
daf86a5
Remove 'backupEnabled' option for intent-perf
by You Wang
· 7 years ago
9b37809
Use k-shortest paths in optical path provisioner (ONOS-6289).
by Marc De Leenheer
· 7 years ago
f428f81
[ONOS-6462] Intent stuck in WITHDRAWING state with FlowObjective intent compiler
by Yi Tseng
· 7 years ago
0a9b5a1
ONOS-6415: NPE in Topo2Jsonifier
by Simon Hunt
· 7 years ago
e0cac78
Bump build conf version to 1.10.0-SNAPSHOT
by Yuta HIGUCHI
· 7 years ago
9f1ae26
Removing file added accidentally?
by Yuta HIGUCHI
· 7 years ago
7d16988
[ONOS-6401] Bump Atomix dependency version to 1.0.8 for performance regression fixes
by Jordan Halterman
· 7 years ago
1c69c9b
Topo2: LinkLabels on an edge link are only visible if the host is shown
by Steven Burrows
· 7 years ago
0ec30d8
Fix wrong logger
by Yuta HIGUCHI
· 7 years ago
268ebfa
Starting snapshot 1.10.0-SNAPSHOT
by Ray Milkey
· 7 years ago
33d7e58
Tagging 1.10.0-rc2
by Ray Milkey
· 7 years ago
1.10.0-rc2
43f1107
Support branch for onos 1.10
by Ray Milkey
· 7 years ago
c44787a
Remove RESTCONF client dependency on YMS and reinstall BUCK files
by Henry Yu
· 8 years ago
b25fcb4
Improve MapDB read performance by using cached hash code
by Jian Li
· 8 years ago
24d9be7
[ONOS-6446] ObjectiveTrackerService is not a public service
by Yi Tseng
· 8 years ago
5733c38
[ONOS-6208]Implemention of onos and loxi for OVS NAT and connection tracking support
by Frank Wang
· 8 years ago
2172034
hostsByIp is not updated properly when a host is removed
by Charles Chan
· 8 years ago
997fda6
Fix checkstyle error to resolve maven build problem
by Jian Li
· 7 years ago
ce2686a
Attaching compiler service to YangLiveCompiler.
by Gaurav Agrawal
· 8 years ago
ee8700b
[ONOS-6168, ONOS-6436] Implement multiple gateway nodes support for VLAN mode and implement VLAN based Logical Routing
by daniel park
· 8 years ago
70c460a
Fix: Resolve MAC presentation issue caused by broken split method
by Jian Li
· 8 years ago
7d73ff9
[ONOS-6375] Support keyword search in mapping management GUI
by Jian Li
· 8 years ago
32d471f
Removed delays from unit tests
by Hyunsun Moon
· 8 years ago
36bb358
Improved openstack node list CLI
by Hyunsun Moon
· 8 years ago
bc672d6
Don't reinstall flow rules for existing nodes when network cfg updated
by Hyunsun Moon
· 8 years ago
Next »