Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
8b8e169a4ddaead35fe94edbdb991d7b5ae902d9
/
core
/
net
/
src
50e8dc8
Handle packets that can't be deserialized properly.
by Jonathan Hart
· 10 years ago
cdb92b1
Add explicit flow rules to receive control packets: ARP, LLDP, BDDP
by Pavlin Radoslavov
· 10 years ago
7a1d4a8
ONOS-393 - In a multi ONOS system, a ink may not yet be known about.
by Ray Milkey
· 10 years ago
acdb3e0f
Fix for ONOS-393 - NPE when one of the devices can no longer be found
by Ray Milkey
· 10 years ago
f25a511
temporary NPE fix for ONOS-439
by Brian O'Connor
· 10 years ago
ab98466
adding license to ALL files
by alshabib
· 10 years ago
4400853
cleaning up some TODOs
by Brian O'Connor
· 10 years ago
4785eec
removing some TODOs
by alshabib
· 10 years ago
30f45fb
Refactor: add static factory method in BatchWrite, instead of in IntentStore
by Sho SHIMIZU
· 10 years ago
e9a3e22
Add some test cases to Intent Manager tests
by Ray Milkey
· 10 years ago
369c643
Use two thread pools for handling the OpenFlow STATS and BARRIER messages.
by Pavlin Radoslavov
· 10 years ago
7a9fddd
IntentManager: give each thread a uniq name in ThreadPool
by Yuta HIGUCHI
· 10 years ago
64ae11c
Move nested class to top-level class
by Sho SHIMIZU
· 10 years ago
36dd7e4
FlowRuleManager: properly name thread pool
by Yuta HIGUCHI
· 10 years ago
64def64
aggregate flow replies on io thread
by alshabib
· 10 years ago
abafb50
Changing org.onlab.onos package to org.onosproject
by Brian O'Connor
· 10 years ago
03defe7
Moving org/onlab/onos to org/onosproject
by Brian O'Connor
· 10 years ago
164fa5c
GUI fixes/breaks.
by Thomas Vachuska
· 10 years ago
93508c2
Unit tests and manager changes for failure cases
by Ray Milkey
· 10 years ago
7a71d5d
Added WITHDRAW_REQ Intent State for ONOS-146
by Brian O'Connor
· 10 years ago
f5e3580
Modified the MultiPointToSinglePointIntentCompiler to prevent duplicate packets
by Jonathan Hart
· 10 years ago
5d55ed4
Bug fixes for Intent Manager
by Brian O'Connor
· 10 years ago
a44dda5
Suppressing PathNotFound exception
by Brian O'Connor
· 10 years ago
86f6f7f
Adding Leadership Listener to IntentBatchService
by Brian O'Connor
· 10 years ago
a9819bf
fix intent issues yuta observed
by alshabib
· 10 years ago
afc514a
when a switch vapourizes so must its ports
by alshabib
· 10 years ago
c2bf3d8
IntentManager: use IntentStore batch APIs
by Yuta HIGUCHI
· 10 years ago
12dfdc3
Added web-socket fail-over and fixed a defect in mastership balancing.
by Thomas Vachuska
· 10 years ago
1e68bdd
Added ability to force mastership re-balancing between instances from the GUI.
by Thomas Vachuska
· 10 years ago
5dd52f7
Enhancing the GUI traffic-related code. Fixed a defect in reactive forwarding.
by Thomas Vachuska
· 10 years ago
82e5326
For ONOS-356
by Yuta HIGUCHI
· 10 years ago
507ac37
getprevious should fetch the previous stats from the store
by alshabib
· 10 years ago
72a034c
Initial implementation of distributed intent batch queue
by Brian O'Connor
· 10 years ago
f1f2ac0
Construct GraphDescription with online/active Device/Link only
by Yuta HIGUCHI
· 10 years ago
6b7920d
Measuring topology performance. Fixing a defect that caused us to run w/o accumulator when config file was not present.
by Thomas Vachuska
· 10 years ago
e4b6bb2
Intents are now removed after being withdrawn.
by Thomas Vachuska
· 10 years ago
119fd5c
Javadoc fixes.
by Pavlin Radoslavov
· 10 years ago
5bde31f
Fixing various issues and re-tuning.
by Thomas Vachuska
· 10 years ago
37f6a38
Unit test refactoring
by Ray Milkey
· 10 years ago
75a5bd9
Change return type of groupId() in FlowRule not to misusing underlying type
by Sho SHIMIZU
· 10 years ago
e3cc0b9
Enhance StatisticService to allow filtering by Application ID and Group ID
by Sho SHIMIZU
· 10 years ago
e97ede9
ONOS-239 Retrigger compilation when new resources are available
by Ray Milkey
· 10 years ago
58682dd
Lower log level of frequently-executed flow stats code
by Jonathan Hart
· 10 years ago
a22f69f
Slice out MetricsHelper/Util
by Yuta HIGUCHI
· 10 years ago
fe4367a
IntentManager: lower log level to dump details
by Yuta HIGUCHI
· 10 years ago
520c052
Changing Intent Ids to use explicit id assignment
by Brian O'Connor
· 10 years ago
2be9bea
adding specified treatments when uninstalling intents
by alshabib
· 10 years ago
7466d61
Null checking in packet-out mechanism.
by Jonathan Hart
· 10 years ago
a505e4f
Fix typo in path not found exception text
by Ray Milkey
· 10 years ago
6a46283
metrics command to dump all the Metric in the system.
by Yuta HIGUCHI
· 10 years ago
4a33807
SinglePoint to MultiPoint Intent initial implementation
by Michele Santuari
· 10 years ago
bcac499
Flatten MastershipTermService
by Yuta HIGUCHI
· 10 years ago
427a176
Updating Intent Manager to deal with failures.
by Brian O'Connor
· 10 years ago
3908fde
Fix ONOS-151 to support installation of PointToPointIntent
by Sho SHIMIZU
· 10 years ago
ccfa94c
LLDPLinkProvider listens to MastershipEvents
by Ayaka Koshibe
· 10 years ago
392619e
adding group id for intent flows
by Brian O'Connor
· 10 years ago
5c05f86
only apply passed actions to last flowrule in p2pintent
by alshabib
· 10 years ago
c3de1bc
fix in the point to point intent to take into account existing treatments
by alshabib
· 10 years ago
00dd1f9
Fix for optical re-reoute
by Praseed Balakrishnan
· 10 years ago
78bcbc1
remove dependency on Devices for handling MastershipEvents
by Ayaka Koshibe
· 10 years ago
e2ff25a
Serializing batch execution on per-instance basis for intents
by Brian O'Connor
· 10 years ago
c9d7673
Cleaned up inconsistency in OpticalConnectivityIntent API.
by Jonathan Hart
· 10 years ago
772852a
Some fixes for the optical app
by Brian O'Connor
· 10 years ago
912bdd5
Adding configurability to the even accumulator for the topology provider.
by Thomas Vachuska
· 10 years ago
fa81eae
Refactored intent framework to deal with batches.
by Brian O'Connor
· 10 years ago
00c94f5
update and get available link resource consindering existing linkAllocations
by weibit
· 10 years ago
57126fe
Sketching out what link-state addition would look like; quite easy until we get to the distributed store.
by Thomas Vachuska
· 10 years ago
72669c4
DeviceManager: lowering harmless log level
by Yuta HIGUCHI
· 10 years ago
de8e6b5
WIP: Fix ONOS-151 bug that raises exception when the same switch is designated
by Sho SHIMIZU
· 10 years ago
1f793a7
Fix for proxy ARP to allow multiple ports on the same external subnet
by Jonathan Hart
· 10 years ago
2210282
ONOS-197: Ignore Link with missing Device
by Yuta HIGUCHI
· 10 years ago
adac04a
Support LinkResource related serialization
by Yuta HIGUCHI
· 10 years ago
aa7e7de
adding getFlowRulesByGroupId to the flowservice
by alshabib
· 10 years ago
c4100e9
Flow id test was in the wrong package
by Ray Milkey
· 10 years ago
98ebd1b
Merge "Unit tests for FlowId class."
by Thomas Vachuska
· 10 years ago
c379fa5
Merge "Remove null check because of guarantee of non-null"
by Thomas Vachuska
· 10 years ago
506455f
Unit tests for FlowId class.
by Ray Milkey
· 10 years ago
02093df
Move unit tests to be in the same package as the classes they are testing
by Ray Milkey
· 10 years ago
9e11ac0
MastershipManager: lower log level
by Yuta HIGUCHI
· 10 years ago
f1ccee8
FlowRule : handle Future failure and timeouts.
by Yuta HIGUCHI
· 10 years ago
dee20dd
Merge "Filter paths not satisfying the specified constraints"
by Thomas Vachuska
· 10 years ago
63323fd
DeviceManager: background process checking mastership
by Yuta HIGUCHI
· 10 years ago
9909d17
Filter paths not satisfying the specified constraints
by Sho SHIMIZU
· 10 years ago
2498c0b
Merge "Fixing flow rule batches"
by Thomas Vachuska
· 10 years ago
9b2da21
Fixing flow rule batches
by Thomas Vachuska
· 10 years ago
930fc66
Add unit tests fir DefaultFlowEntry class
by Ray Milkey
· 10 years ago
1e20711
Unit tests for the DefaultFlowRule class
by Ray Milkey
· 10 years ago
6acd3bb
Miscellaneous clean-up of provider IDs.
by Thomas Vachuska
· 10 years ago
2683761
Merge "Refactor: Improve null safety and simplify branch conditioin"
by Thomas Vachuska
· 10 years ago
8d3ce43
Unit Tests for Bandwidth and Lambda allocations
by Ray Milkey
· 10 years ago
5653151
Refactor: Improve null safety and simplify branch conditioin
by Sho SHIMIZU
· 10 years ago
4830d39
Added server-side code to create host-to-host intent. Still WIP.
by Thomas Vachuska
· 10 years ago
10ac63b
Decreasing event accummulator times.
by Thomas Vachuska
· 10 years ago
40f50b9
Reenable tests cases that were turned off
by Ray Milkey
· 10 years ago
0c6e184
Trigger MastershipEvent on no more master case
by Yuta HIGUCHI
· 10 years ago
65d1294
Merge "Make logger static final variable"
by Thomas Vachuska
· 10 years ago
460f402
ONOS-22 - Add Constraints to CLI Commands
by Ray Milkey
· 10 years ago
8b5051d
Make logger static final variable
by Sho SHIMIZU
· 10 years ago
5b5dc48
Updated the ProxyArpManager to use Ip4Address instead of
by Pavlin Radoslavov
· 10 years ago
b14c77a
Fixed a number of javadoc warnings and cleaned up aggregate javadocs.
by Thomas Vachuska
· 10 years ago
Next »