Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
a0c5dc1aabf8a3be5664f33ad1376af415c93fe5
/
protocols
« Previous
c5cd662
Fix: resolve REST Unit test failure caused by incorrect jersey deps
by Jian Li
· 7 years ago
8a0f4dd
Fix unsafe synchronization on parameter variable
by Ray Milkey
· 7 years ago
ad7116e
missing link for gNMI stub
by Yuta HIGUCHI
· 7 years ago
165afdd
pom fix around gNMI
by Yuta HIGUCHI
· 7 years ago
8c0c8ef
Fix xmpp project structure problem
by Yuta HIGUCHI
· 7 years ago
8124ac9
Fix SONAR problems
by Ray Milkey
· 7 years ago
e9ccf41
XMPP as SBI support: implementation of core XMPP and Xmpp Device Provider
by Tomek Osiński
· 7 years ago
b31c4c5
Cleanup netconf-api pom
by Yuta HIGUCHI
· 7 years ago
5d505f24
Bump up Jersey from 2.25.1 to 2.26 with corresponding deps updated
by Jian Li
· 7 years ago
a127ba8
Adding openflow protocol set support in onos for device
by rohitsharan
· 7 years ago
0e814b3
Remove deprecated static factories
by Ray Milkey
· 7 years ago
505d4e3
Remove deprecated static factories
by Ray Milkey
· 7 years ago
0a1a091
Remove deprecated Alarm builder API
by Ray Milkey
· 7 years ago
5ac3443
Async netconf API + command for netconf troubleshooting
by Yuta HIGUCHI
· 7 years ago
0e84f44
Remove deprecated HTTP SB controller APIs
by Ray Milkey
· 7 years ago
a7cf8c8
Remove deprecated DefaultPath constructor with a scalar cost
by Ray Milkey
· 7 years ago
d4b51c2
Remove deprecated key file interface
by Ray Milkey
· 7 years ago
f3cbc80
SONAR suggestion - remove unneeded catch of Exception
by Ray Milkey
· 7 years ago
2b4958a
SONAR suggestion - don't use generic exceptions
by Ray Milkey
· 7 years ago
5c7d488
SONAR suggestion - proper handling of InterruptedException
by Ray Milkey
· 7 years ago
e46f093
Workaround to make `mis` work
by Yuta HIGUCHI
· 7 years ago
ba547f9
SONAR suggestion - log exceptions, don't print stack traces
by Ray Milkey
· 7 years ago
ef31005
SONAR suggestions - uneccesary instanceof operators
by Ray Milkey
· 7 years ago
928644f
SONAR suggestions - don't have a public setter in an enum
by Ray Milkey
· 7 years ago
3717e60
SONAR suggestions - prevent truncation of arithmetic expressions
by Ray Milkey
· 7 years ago
e67e141
[ONOS-7437] Logs more detail from P4Runtime error message
by Yi Tseng
· 7 years ago
42b6203
SONAR suggestion - problems with string format calls
by Ray Milkey
· 7 years ago
986a47a
SONAR suggestion - generic exceptions
by Ray Milkey
· 7 years ago
4743258
Add distributed lock primitive
by Jordan Halterman
· 7 years ago
39e2023
Don't try and write an empty list of OF messages
by Jonathan Hart
· 7 years ago
f1653a7
pom cleanup
by Yuta HIGUCHI
· 7 years ago
2e27ec5
SONAR suggestion - constant arrays should be private
by Ray Milkey
· 7 years ago
019fba4
Refactor exception handling in the OSPF protocol
by Ray Milkey
· 7 years ago
b001b55
SONAR suggestion - .equals() calls that cannot be true due to type mismatches
by Ray Milkey
· 7 years ago
488a94c
more error-prone issue fix
by Yuta HIGUCHI
· 7 years ago
d062f36
Add new REST dependencies to Maven build
by Ray Milkey
· 7 years ago
13b1681
Add support for RESTCONF standard errors
by Sean Condon
· 7 years ago
fbd9ae9
Various small fixes
by Yuta HIGUCHI
· 7 years ago
34a14f7
Add more logs to help debug packet processing issues
by Jonathan Hart
· 7 years ago
06297ed
SONAR suggestion - Synchronize initialization of static fields
by Ray Milkey
· 7 years ago
9539082
[ONOS-7393] Allows TableEntryEncoder decode action profile group and member id
by Yi Tseng
· 7 years ago
bf9e5ce
[ONOS-7137] Interfaces Discovery through gNMI
by Andrea Campanella
· 7 years ago
02c4c57
[ONOS-7392] Fix P4Runtime priority bug
by Yi Tseng
· 7 years ago
45f4815
Take down edge ports on a leaf switch when all uplinks are gone
by Saurav Das
· 7 years ago
7b332f1
SONAR suggestion - possible NPE if date is not set
by Ray Milkey
· 7 years ago
fe0e085
SONAR suggestions - boolean expressions that are known to be 'true' or 'false'
by Ray Milkey
· 7 years ago
74e5913
Sonar suggestions - fixes to potential null pointer dereferences
by Ray Milkey
· 7 years ago
8596fde
Fix the JIRA ticket number in a comment
by Laszlo Papp
· 7 years ago
7b77f71
[ONOS-7374] OvsdbBridges obtained by DefaultOvsdbClient.getBridges() do not have controller information
by jaegonkim
· 7 years ago
9c9cde4
SONAR Suggestion - protected members in final classes are pointless
by Ray Milkey
· 7 years ago
d6c4280
Sonar suggestion - don't lock on a field that is being modified
by Ray Milkey
· 7 years ago
59ad657
[ONOS-7334] Using Cache Loader to remove stale entries in p4runtime
by Manjunath Vanaraj
· 7 years ago
bd071d8
Bug fix in routing logic - should let routing process continue
by Saurav Das
· 7 years ago
45d340c
Starting snapshot 1.13.0-SNAPSHOT
by ONOS Jenkins User
· 7 years ago
32ebb5a
Tagging 1.13.0-b8
by ONOS Jenkins User
· 7 years ago
1.13.0-b8
d75684a
Setting dispatcher to null to pre-empt potential for duplicate
by Thomas Vachuska
· 7 years ago
47a853b
ONOS-6680 Clean up implementation of gRPC controller
by Carmelo Cascone
· 7 years ago
edadbe2
Do not send table stats request if unsupported
by Laszlo Papp
· 7 years ago
b68bbbc
Sonar suggestion - use a secure random number generator
by Ray Milkey
· 7 years ago
9922d5c
Sonar suggestions - comparison logic
by Ray Milkey
· 7 years ago
f83c8cf
Maintain OFPortDesc up-to-date
by Yuta HIGUCHI
· 7 years ago
2675a27
OAuth2 authentication support for patch API, (HttpSbController)
by fahadnaeemkhan
· 7 years ago
3e269df
Initial P4Runtime unit tests
by Mehmed Mustafa
· 7 years ago
123ad5d
P4Runtime unit tests for api, ctl, model modules
by Ekber Aziz
· 7 years ago
06e51b3
Fix protobuf compiler commit number dependency
by Ray Milkey
· 7 years ago
23e1663
Fix for gRPC version in GNMI stubs
by Andrea Campanella
· 7 years ago
b1936bd
Bumped version of gRPC to 1.3.1
by Carmelo Cascone
· 7 years ago
dd85ce8
ONOS-7152 Buck build of gNMI auto-generated gRPC stubs
by Carmelo Cascone
· 7 years ago
8bcd586
[ONOS-7311] and [ONOS-7197] Update ONOS to support most recent version of BMv2 and PI
by Andrea Campanella
· 7 years ago
61881df
Starting snapshot 1.13.0-SNAPSHOT
by ONOS Jenkins User
· 7 years ago
d22dccc
Tagging 1.13.0-b7
by ONOS Jenkins User
· 7 years ago
1.13.0-b7
4bf9e3a
Starting snapshot 1.13.0-SNAPSHOT
by ONOS Jenkins User
· 7 years ago
168ac92
Tagging 1.13.0-b6
by ONOS Jenkins User
· 7 years ago
1.13.0-b6
0e78e27
Starting snapshot 1.13.0-SNAPSHOT
by ONOS Jenkins User
· 7 years ago
2a7d833
Tagging 1.13.0-b5
by ONOS Jenkins User
· 7 years ago
1.13.0-b5
c53a15f
Starting snapshot 1.13.0-SNAPSHOT
by ONOS Jenkins User
· 7 years ago
d06da9e
Tagging 1.13.0-b3
by ONOS Jenkins User
· 7 years ago
716484c
Starting snapshot 1.13.0-SNAPSHOT
by ONOS Jenkins User
· 7 years ago
6a6ac1d
Tagging 1.13.0-b1
by ONOS Jenkins User
· 7 years ago
a57a814
Starting snapshot 1.13.0-SNAPSHOT
by ONOS Jenkins User
· 7 years ago
8977ced
Tagging 1.13.0-b0
by ONOS Jenkins User
· 7 years ago
c2af966
sync javax.ws.rs-api version
by Yuta HIGUCHI
· 7 years ago
89e60d7
Removed custom PATCH interface
by Dimitrios Mavrommatis
· 7 years ago
fc66705
Step to rationalize rest SBI
by Yuta HIGUCHI
· 7 years ago
02ffa71
added OAuth2 authentication for REST protocol
by fahadnaeemkhan
· 7 years ago
e34c9c2
minor netconf related fixes
by Yuta HIGUCHI
· 7 years ago
a02bb6d
[ONOS-7277] Use thread safe list for OF ports to avoid ConcurrentModificationException
by Jordan Halterman
· 7 years ago
e75b794
ONOS-7050 Refactored P4Runtime GP to use distributed stores
by Carmelo Cascone
· 7 years ago
6a0b5a3
ONOS-7050 Refactored P4Runtime FRP to use distributed stores
by Carmelo Cascone
· 7 years ago
14e196d
[ONOS-6810] Implement Mastership handling in general DeviceProvider
by Andrea Campanella
· 7 years ago
b68fe7e
Trace messages via openflow
by Laszlo Papp
· 7 years ago
86e0c56
[ONOS-7527] FIX for OfControllerImpl does not filter by device scheme in DeviceListener
by Andrea Campanella
· 7 years ago
a09f87f
Starting snapshot 1.13.0-SNAPSHOT
by Ray Milkey
· 7 years ago
6800ced
various bug fixes
by Yuta HIGUCHI
· 7 years ago
39c28ca
Moved service PI classes/interfaces to appropriate package
by Carmelo Cascone
· 7 years ago
b1aec66
Fix gRPC buck util not to pickup random .proto files
by Yuta HIGUCHI
· 7 years ago
3479fd4
Fixed bgp capability processing issue
by Shashikanth VH
· 7 years ago
6523e12
Fix for hidden exceptions while parsing OVSDB results
by Jonathan Hart
· 7 years ago
334e941
remove references to BMV2 from pom files
by Ray Milkey
· 7 years ago
c944c28
Add batch insert/delete queues to QoS for QosConfigBehaviour.
by tanbangcheng
· 7 years ago
Next »