openflowplugin.git
2015-05-08 Martin Bobakremoved worthless logging wrapping 86/19886/1
2015-05-08 Martin Bobakchanged approach to synchronization of DeviceContext 48/19848/4
2015-05-08 michal rehakMerge "deviceCtx should not be used where is not needed"
2015-05-08 michal rehakMerge "Use ImmutableMap for TranslatorLibrary"
2015-05-08 michal rehakMerge "Lower fast-path locking in RpcContext"
2015-05-08 Martin BobakdeviceCtx should not be used where is not needed 85/19885/1
2015-05-08 Robert VargaUse ImmutableMap for TranslatorLibrary 38/19838/3
2015-05-08 Robert VargaLower fast-path locking in RpcContext 37/19837/2
2015-05-08 michal rehakMerge "add flowHash to device registry only after flow...
2015-05-07 Martin Bobakadd flowHash to device registry only after flow is... 46/19846/2
2015-05-07 Robert VargaCleanup BaseCallback 25/19825/1
2015-05-07 Robert VargaFix null check 24/19824/1
2015-05-07 Robert VargaLower the size of deviceContext synchronized block 22/19822/2
2015-05-07 Martin BobakFixed Scariest level bugs from findbugs. 05/19805/2
2015-05-07 Martin Bobakoptimized usage of registry 78/19778/1
2015-05-07 Martin Bobakoptimized removal request context from registry 77/19777/1
2015-05-07 Martin BobakTranslatorLibrary holds translators in synchronized... 76/19776/1
2015-05-07 Martin Bobakhash usage optimized 75/19775/1
2015-05-07 Martin Bobakall device registries holds its data in synchronized... 74/19774/1
2015-05-06 Tony TkacikAdded threadpool to droptest. 17/19717/1
2015-05-06 michal rehakMerge "code cleanup"
2015-05-06 Martin Bobakcode cleanup 94/19694/2
2015-05-06 Martin Bobakfixed logging output 03/19703/1
2015-05-06 michal rehakMerge "BUG-3129 NPE in flowHash"
2015-05-06 Martin BobakBUG-3129 NPE in flowHash 85/19685/1
2015-05-06 michal rehakMerge "bug 3126 - shift to new notification service"
2015-05-05 Martin Bobaksanitized transaction operations 41/19641/4
2015-05-05 michal rehakMerge "added transaction commit time expenses"
2015-05-05 Martin Bobakadded transaction commit time expenses 40/19640/3
2015-05-05 michal rehakMerge "scheduled transaction submit skipped when tx...
2015-05-05 michal rehakMerge "bug 3118 - statistics polling should react on...
2015-05-05 Martin Bobakscheduled transaction submit skipped when tx empty 39/19639/2
2015-05-05 Martin Bobakbug 3126 - shift to new notification service 42/19642/1
2015-05-05 Martin Bobakbug 3118 - statistics polling should react on datastore... 26/19626/3
2015-05-05 Martin Bobakfixed flow hash equals 38/19638/1
2015-05-05 michal rehakMerge "Write to operational DS response of update-table...
2015-05-05 michal rehakMerge "removed unused method"
2015-05-05 Jozef GloncakWrite to operational DS response of update-table rpc. 79/19579/4
2015-05-05 Jozef GloncakBUG 3119 - Empty flow statistics for OFv10. 04/19604/1
2015-05-05 Martin Bobakremoved unused method 25/19625/1
2015-05-05 michal rehakMerge "BUG 3114 - Fixed NPE in table features reconcili...
2015-05-05 Jozef GloncakBUG 3114 - Fixed NPE in table features reconciliation. 69/19569/2
2015-05-04 Martin Bobakfix removed tables for OF-1.0 31/19531/1
2015-05-04 michal rehakMerge "process flows statistics in one commit tx only...
2015-05-04 michal rehakMerge "Adding test for updating table-features."
2015-05-04 michal rehakMerge "Speedup local karaf distro."
2015-05-04 Martin Bobakprocess flows statistics in one commit tx only when... 04/19504/1
2015-05-04 Jozef GloncakAdding test for updating table-features. 03/19503/2
2015-05-04 Jozef GloncakSpeedup local karaf distro. 00/19500/1
2015-05-04 Jozef Gloncaksal-table:update-table rpc (service) implementation 83/19383/3
2015-04-30 michal rehakMerge "lower log severity to warn where appropriate"
2015-04-30 michal rehakMerge "avoid flow number oscilation by deleting and...
2015-04-30 Martin Bobakavoid flow number oscilation by deleting and writing... 72/19372/3
2015-04-30 Martin Bobaklower log severity to warn where appropriate 80/19380/1
2015-04-30 michal rehakMerge "Improving logging in DeviceContext and MultiMsgC...
2015-04-30 Jozef GloncakImproving logging in DeviceContext and MultiMsgCollector. 94/19294/3
2015-04-30 Jozef GloncakReplace Table with TableFeatures in FRM. 75/19375/1
2015-04-29 Jamo Luhrsenmoving message to LOG instead of print to karaf console 48/19348/1
2015-04-29 Martin Bobakadded success logging to retry looper 41/19341/1
2015-04-29 Martin BobakStatiststicsContext is removed from registry when corre... 40/19340/1
2015-04-29 Martin BobakFlowHash computation enhanced 39/19339/2
2015-04-29 Martin BobakDeviceContext is not closed by statistics manager when... 38/19338/2
2015-04-29 Martin Bobakchatty log switched to trace level 37/19337/2
2015-04-29 Martin BobakAdded device connection status information to throwable 36/19336/2
2015-04-29 Martin BobakStatisticsManager closes device context when connection... 35/19335/2
2015-04-29 Martin Bobakfix npe in BarrierTaskBuider 34/19334/2
2015-04-29 michal rehakMerge "BarrierTaskBuilder cleanup - moved method to...
2015-04-29 michal rehakMerge "changed approach to device context synchronization"
2015-04-29 michal rehakMerge "RpcContext doesn't hold referrence to DeviceCont...
2015-04-29 michal rehakMerge "RpcContext doesn't need to provide DeviceContext"
2015-04-29 Timotej Kubasfixing of10 issue in MatchUtil 02/19302/1
2015-04-29 Martin BobakBarrierTaskBuilder cleanup - moved method to right... 33/19333/1
2015-04-29 Martin Bobakchanged approach to device context synchronization 32/19332/1
2015-04-29 Martin BobakRpcContext doesn't hold referrence to DeviceContext... 31/19331/1
2015-04-29 Martin BobakRpcContext doesn't need to provide DeviceContext 30/19330/1
2015-04-29 michal rehakMerge "Support for Table Features"
2015-04-29 Jozef GloncakSupport for Table Features 34/18334/9
2015-04-29 michal rehakMerge "Barrier implementation."
2015-04-29 Timotej KubasFixed aggregated statistics 20/19220/2
2015-04-29 Jozef GloncakBarrier implementation. 80/18980/7
2015-04-29 michal rehakMerge "TxChaingManager logging changed to warning"
2015-04-29 michal rehakMerge "removed unwanted requests map initialization"
2015-04-29 michal rehakMerge "added initial waiting for mdsal in topologyManager"
2015-04-29 michal rehakMerge "added initial waiting for mdsal in dropTest"
2015-04-28 michal rehakMerge "added initial waiting for mdsal in tableMissEnfo...
2015-04-28 Martin BobakTxChaingManager logging changed to warning 47/19247/4
2015-04-28 Martin Bobakremoved unwanted requests map initialization 46/19246/4
2015-04-28 Martin Bobakadded initial waiting for mdsal in topologyManager 40/19240/2
2015-04-28 Martin Bobakadded initial waiting for mdsal in dropTest 39/19239/2
2015-04-28 Martin Bobakadded initial waiting for mdsal in tableMissEnforcer 54/19254/1
2015-04-28 michal rehakMerge "added initial waiting for mdsal in FRM"
2015-04-28 michal rehakMerge "introduction of ofp-common"
2015-04-28 Martin Bobakadded versions to drop-test config file dependency 49/19249/1
2015-04-28 michal rehakMerge "requests map in deviceContext is synchronized...
2015-04-28 michal rehakMerge "fix npe when calculation port number hash"
2015-04-28 Martin Bobakadded initial waiting for mdsal in FRM 37/19237/1
2015-04-28 Martin Bobakintroduction of ofp-common 36/19236/1
2015-04-28 Martin Bobakrequests map in deviceContext is synchronized now 33/19233/2
2015-04-28 Martin Bobakfix npe when calculation port number hash 28/19228/3
2015-04-28 michal rehakMerge "clean features dependencies in pom"
next