Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
0acb326963dda08a5eef16134eca5cba84b8e75d
« Previous
f6491dc
don't check snapshot version of t3
by Ray Milkey
· 6 years ago
ad3636a
Prevent XConnect loop
by jayakumarthazhath
· 6 years ago
2e33d55
Avoid throwing NPE when SID or Loopback is not configured
by Charles Chan
· 6 years ago
30ffafd
Normalize route objects stored in RouteTable ConsistentMultimap to avoid inconsistent serialization for different IpPrefix/IpAddress types
by Jordan Halterman
· 6 years ago
1d6b7db
Get the matching vlan entry from DHCP record if more then one entry is present
by jayakumarthazhath
· 6 years ago
d7ee2a8
Fix serialization issue
by Charles Chan
· 6 years ago
75463f0
Route Type Addition REST API
by psneha
· 6 years ago
8a42fda
Remove NextId from internal stores when the NextObj fails
by Charles Chan
· 6 years ago
2c49d69
Implement CLI commands to view and delete SR internal stores
by Charles Chan
· 6 years ago
37036c3
Cherry-pick suppression.xml
by Charles Chan
· 6 years ago
72c3290
T3 REST API support for multicast routes
by psneha
· 6 years ago
5221e8f
REST API support added for t3-troubleshoot-simple
by psneha
· 6 years ago
6e842f8
Verify unchanged host location when host is moved
by Charles Chan
· 6 years ago
7fe5146
DHCP servers MAC remain unresolved for connectPoints until org.onosproject.dhcprelay app toggle
by jjosep004c
· 6 years ago
988b2e7
Added one more Component Config REST API; for specified component and variable.
by psneha
· 6 years ago
74b3545
Do not queue VERIFY objectives
by Charles Chan
· 6 years ago
768e8b8
Fix an NPE that happens when DHCP server is not discovered yet
by Charles Chan
· 6 years ago
33ba30a
Handle cluster event in separate thread in FPM manager to avoid blocking event loop
by Jordan Halterman
· 6 years ago
eb85e87
Handle host event in separate thread in mcast route service
by Jordan Halterman
· 6 years ago
91dfb74
Move device event handling to another thread in XconnectManager
by Charles Chan
· 6 years ago
19d6486
Avoid blocking event thread in ResourceDeviceListener
by Jordan Halterman
· 7 years ago
db06129
Add authentication to post to flowObjTest REST API
by You Wang
· 6 years ago
caa878e
Refactor file path validation code; reject apps with up-level references in the name
by Ray Milkey
· 6 years ago
fe56ed2
Prevent zip archives from putting files in directories outside of the target directory
by Ray Milkey
· 6 years ago
8fe5333
Add authentication to post to FlowTest REST API
by You Wang
· 6 years ago
365d11a
Fix serialization execption
by Charles Chan
· 6 years ago
2207a87
Correct a log message in HostManager
by Charles Chan
· 6 years ago
8bb8853
Added RBAC for REST APIs.
by Thomas Vachuska
· 6 years ago
1087d13
Starting snapshot 1.12.2-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
9172e40
Tagging 1.12.1
by ONOS Jenkins User
· 6 years ago
1.12.1
51de17a
IP change may be involved in HOST_MOVED event. Should resolve the route again.
by Charles Chan
· 6 years ago
24aef6c
Ensure multimap events are published on replaceValues
by Jordan Halterman
· 6 years ago
c92a6f7
[ONOS-7734] ct intent is stucked in WITHDRAWING state for ever after submitting intent withdraw request
by jaegonkim
· 6 years ago
140766e
Fix for OS-13 - don't allow app pathnames to leave the app root
by Ray Milkey
· 6 years ago
c78c1f5
Follow up for CORD-2393.
by Andreas Pantelopoulos
· 6 years ago
41467e5
Set R-bit in neighbor advertisement if replying as a router
by Charles Chan
· 6 years ago
fb92a5a
Bugfix: DistributedPacketStore does not notify delegate in some cases
by Charles Chan
· 6 years ago
0881581
Refactor multimap streams to avoid blocking iteration on initialization
by Jordan Halterman
· 6 years ago
4c05f5b
Starting snapshot 1.12.1-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
a9bee37
Tagging 1.12.1-rc7
by ONOS Jenkins User
· 6 years ago
1.12.1-rc7
9adbbf4
Fix for OS-12, NumberFormatException on badly formatted version string
by Ray Milkey
· 6 years ago
d73dc58
Ensure cached document tree listeners are run after cache has been updated to prevent stale reads from the cache
by Jordan Halterman
· 6 years ago
ceafdc0
Ensure cache map listeners are run after cache has been updated to prevent stale reads from the cache
by Jordan Halterman
· 6 years ago
ce21b83
Fix NPE introduced by gerrit 18883
by Charles Chan
· 6 years ago
e73af6c
Adding get flow by table REST api, fixing exceptions in dhcp
by rsahot036
· 6 years ago
837be00
Ensure multimap event listeners are executed after cache update to avoid stale reads from the cache.
by Jordan Halterman
· 6 years ago
5a66f70
[OS] Make ACL react to HOST UPDATED event
by Andrea Campanella
· 6 years ago
b84e24f
Experimental cheap fix for device events issue ONOS-7623
by Thomas Vachuska
· 7 years ago
264e930
[OS] Fix for XXE in netconf drivers xml utils
by Andrea Campanella
· 6 years ago
e581501
Fixed issues related to published routes learnt back on FPM
by Mayank Tiwari
· 6 years ago
d107110
Delete prefix from sr-device-subnet when the next hop host is removed
by Charles Chan
· 6 years ago
93888fb
Implement toString in RouteSet and RouteInfo
by Charles Chan
· 6 years ago
4e0b427
Fixing XXE attacks through NETCONF Alarms
by Andrea Campanella
· 6 years ago
0922b38
ONOS core changes for RIP support
by shalde064
· 6 years ago
04585d5
Implement CLI and REST API for Xconnect
by Charles Chan
· 6 years ago
3fe7171
Improve Xconnect to support BSOD use case
by Charles Chan
· 6 years ago
7080602
Fix ConcurrentModificationException
by Charles Chan
· 6 years ago
314b1f7
Improve KryoNamespaces to better support Objectives and lambda functions
by Charles Chan
· 6 years ago
3a717f5
Refactor DefaultRoutingHandler to avoid hitting 2000 lines limit
by Charles Chan
· 6 years ago
1ebe018
Bugfix in routing logic to avoid null groups; Improvement in group handling.
by Saurav Das
· 6 years ago
64ff529
Made the l2 handler use the new logic for pw trans.
by Andreas Pantelopoulos
· 7 years ago
959cffa
Various pseudowire fixes and improvements.
by Andreas Pantelopoulos
· 7 years ago
c27fa859
DHCPv[46] relay must replace the route instead of adding an extra NH
by Daniel Ginsburg
· 6 years ago
11e0921
Duplicate artifact name was breaking the maven build
by Ray Milkey
· 6 years ago
f9eab5a
Implement host probing retry with major refactoring
by Charles Chan
· 6 years ago
4171a6f
Refactor DistributedPacketStore to store packet requests in a ConsistentMultimap
by Jordan Halterman
· 6 years ago
c17c7ca
Change DefaultRouteTable primitive to cached multimap.
by Jordan Halterman
· 7 years ago
f52858b
Implement event-based streaming iterator for ConsistentMultimap primitive
by Jordan Halterman
· 6 years ago
4616cb3
Upgrade to Atomix 2.0.22
by Jordan Halterman
· 6 years ago
de18048
Implement partitioned multimap
by Jordan Halterman
· 6 years ago
f053484
sr-mcast NPE fix on vlan change
by Andrea Campanella
· 6 years ago
d9a6d5e
T3 Fixing HW miss on table 40
by Andrea Campanella
· 6 years ago
410d730
Fix for CORD-2393.
by Andreas Pantelopoulos
· 6 years ago
4e2cc8c
quagga is now part of the base image
by Ray Milkey
· 6 years ago
accfabb
Bug fix for refactored DestinationSet.
by Andreas Pantelopoulos
· 6 years ago
7b11bb6
Refactored DestinationSet and nextobj for pws.
by Andreas Pantelopoulos
· 7 years ago
4774af7
Revert "STC scenario to test administrative enable and disable of a port"
by Ray Milkey
· 6 years ago
7b1a66b
Starting snapshot 1.12.1-SNAPSHOT
by ONOS Jenkins User
· 6 years ago
6252ca3
Tagging 1.12.1-rc6
by ONOS Jenkins User
· 6 years ago
1.12.1-rc6
d2852bc
Fix concurrent modification exception due to unlocked access to collection
by Ray Milkey
· 6 years ago
44c86f4
Increase Felix lock acquisition timeout
by Ray Milkey
· 6 years ago
657833e
Exclude some disconnected poms from the SNAPSHOT check
by Ray Milkey
· 6 years ago
ad882ca
Adding tool to repair the state of an STC cell slave.
by Thomas Vachuska
· 6 years ago
bd1472d
Make sure that HostLocation's timestamp is updated
by Daniel Ginsburg
· 6 years ago
9ba9e82
Remove stale dependency to yms
by Yuta HIGUCHI
· 6 years ago
196cfce
STC scenario to test administrative enable and disable of a port
by Ray Milkey
· 6 years ago
db6e7b9
Detach yms from build
by Yuta HIGUCHI
· 6 years ago
9f83234
Fix testUninstallAndInstallNonDisruptive test
by Pier
· 7 years ago
75ef83f
bump up time out for a cell node to 3 minutes
by Ray Milkey
· 6 years ago
12071de
Fix event handling race condition ONOS-7673
by Ray Milkey
· 6 years ago
d8c1da0
Fix NPE in DeviceManager for an offline device
by Ray Milkey
· 6 years ago
893a1d7
Revert "Adding Multisct traffic drop for un-programmed trees"
by Charles Chan
· 6 years ago
94542b0
Fix NPE in OFDPA driver
by Ray Milkey
· 6 years ago
de4d1c0
Fixing NPE in processVlanIdFilter
by Charles Chan
· 6 years ago
c44b977
Fixing NPE for absent blackhole config
by Andrea Campanella
· 6 years ago
4175bb2
Adding Multisct traffic drop for un-programmed trees
by Andrea Campanella
· 7 years ago
cd72924
Add option to onos-power script for user
by Jon Hall
· 7 years ago
02e2318
Allow publishing of RC builds
by Ray Milkey
· 6 years ago
41da0a4
Updating Mcast json examples
by Andrea Campanella
· 6 years ago
16e5ed4
Avoid programming TMAC entries for BSOD vlans
by Daniel Ginsburg
· 7 years ago
Next »