1. 4d73add Phased recovery by Charles Chan · 4 years, 2 months ago
  2. e78603f Avoid to flood the logs with purgeOnDisconnection print by pier · 4 years ago
  3. ad95aaf [ONOS-8087] Per device purgeOnDisconnection Flag by Andrea Campanella · 4 years, 1 month ago
  4. a0db2db Fix bugs for dynamic interface configuration by Shibu Vijayakumar · 6 years ago
  5. 99c64d0 Fixes invalidate nextid by pier · 4 years, 2 months ago
  6. 91bebb6 Refactors McastHandler to optimize network failures by pier · 4 years, 2 months ago
  7. 0921df0 Removes the Multicast cache and repurposes the Multicast workers by pier · 4 years, 4 months ago
  8. 72f3b9d Removing flow modification during sink/source addition/removal. by Harshada Chaundkar · 4 years, 10 months ago
  9. c695026 Revisit logging in McastHandler by pier · 4 years, 3 months ago
  10. 7b7e8ac Improves VERIFY operations by pier · 4 years, 3 months ago
  11. 7df7ce0 Fix for the issue: CM routes pointing to spine instead of pg pod after updating netcfg. by Shibu Vijayakumar · 4 years, 4 months ago
  12. 50cbe3c Fixed a bug that causes filtering objective being removed when it should not by Charles Chan · 4 years, 2 months ago
  13. ab42c57 Fix an NPE in modified when calling hostHandler by Charles Chan · 4 years, 2 months ago
  14. a4d4e07 Adding port validations for Xconnect service creation by William Davies · 4 years, 9 months ago
  15. 529b306 Introduces seen before routes in DefaultRoutingHandler by pier · 4 years, 4 months ago
  16. 804c352 Avoids disabling access ports when the dev is not paired by pier · 4 years, 4 months ago
  17. 185ab53 Fix log error about non-volatile reference in SegmentRoutingManager by Carmelo Cascone · 4 years, 3 months ago
  18. 2126f4a Use effectiveLocations rather than locations while processing host events by Charles Chan · 4 years, 5 months ago
  19. 172a04e Adds coordination during host movements by pier · 4 years, 5 months ago
  20. afda1df Fix noMorePorts logic which did not consider PW_VLAN by pier · 4 years, 7 months ago
  21. 089f4ae Improves link up handling by pier · 5 years ago
  22. 7b42cf4 Improves rules population by pier · 5 years ago
  23. ff0a45a Improves host programming introducing a pool of worker threads by pier · 5 years ago
  24. 7c4534c Trigger the removal of double tagged rules by Daniele Moro · 4 years, 6 months ago
  25. 60d3da5 Fix Xconnect example on web docs by stevenchiu30801 · 4 years, 7 months ago
  26. f8e328d Improves ping responder by pier · 4 years, 10 months ago
  27. 38e70b8 [SEBA-636] Modify Segmentrouting to not program multicast tree on unconfigured devices (OLT) by Vignesh Ethiraj · 4 years, 8 months ago
  28. b7aa764 Remove dummy VLAN from double tagged pipeline by Charles Chan · 4 years, 9 months ago
  29. dd26b21 SEBA-801 McastHandler of SegmentRouting app. does not install multicast by Esin Karaman · 4 years, 9 months ago
  30. 77cfb16 Fixed REST API bug in Xconnect by Charles Chan · 4 years, 9 months ago
  31. fa382c2 Double tagged filtering objective with inner vlan criteria by Daniele Moro · 4 years, 10 months ago
  32. 2fef311 Fixed removal of doubletagged hosts by Andreas Pantelopoulos · 6 years ago
  33. d5b9016 Do not pop VLAN for traffic that goes to the pair port by psneha · 4 years, 10 months ago
  34. ce7e72a Direct host when populating IP rules for double-tagged next hop by Daniele Moro · 4 years, 10 months ago
  35. c87503f SEBA 637 change in McastHandler.java by Shekhar Aryan · 4 years, 10 months ago
  36. d222b5c ONOS-7944 McastHandler of SegmentRouting considers only dual-homed sinks, by Esin Karaman · 5 years ago
  37. c8aa9f3 Optimized group updating during host move by Ruchi Sahota · 5 years ago
  38. 72ff3d9 Refactor the code so the populateSubnet is only called once per nexthop movement by Charles Chan · 5 years ago
  39. 411beb2 Prioritize certain type of routes among others by Charles Chan · 5 years ago
  40. 6f2d2b1 Xconnect Recurring log fix by Sudhir Kumar Maurya · 5 years ago
  41. 604e231 Clean properly populationStatus when an exception is thrown by pier · 5 years ago
  42. 8b488de Allowed apps to specify whether the existing component config value should be overridden by Charles Chan · 5 years ago
  43. ef0761c Route reprogamming using group substitution during next hop movement by Ruchi Sahota · 5 years ago
  44. 73742fa Restore segment routing REST API by Charles Chan · 5 years ago
  45. ba2471a Fix java doc by pier · 5 years ago
  46. 61eb99e Only iterates configured subnets to determine if a packet is destined for the switch by Charles Chan · 5 years ago
  47. 1c0d5f8 Route Simplification programming by psneha · 5 years ago
  48. 024f44c Remove listeners before shutting down the executors by pier · 5 years ago
  49. f7b1b4b Rename L2 load balancer to port load balancer by Charles Chan · 5 years ago
  50. 16631de Address comments in gerrit 20328 by Charles Chan · 5 years ago
  51. 7e6d517 Address comments in gerrit 20327 by Charles Chan · 5 years ago
  52. cc6ca77 Extends XConnectManager by pier · 5 years ago
  53. 5f48a74 Implement L2 load balancer support in XConnectManager by Charles Chan · 5 years ago
  54. 0f7897f Route is not populated correctly when next hop moves by Charles Chan · 5 years ago
  55. 64a1c8e Offload packet processing to another thread by Charles Chan · 5 years ago
  56. 8bdb225 Update xconnectService when the service is bound/unbound by Charles Chan · 5 years ago
  57. 5145de2 Eliminate redundant flow programming when host moves by Charles Chan · 6 years ago
  58. 4972416 Remove deprecated APIs from packet classes by Ray Milkey · 5 years ago
  59. 46d557f Provides a separate executor to handle map events. by pier · 5 years ago
  60. c97849c If link list if null or empty, the following code links.get(0) will get an error. by kezhiyong · 5 years ago
  61. ec9e4de Prevent NPE if an event comes in during start up by Ray Milkey · 5 years ago
  62. 52f2cd1 Detangling incubator: virtual nets, tunnels, resource labels, oh my by Thomas Vachuska · 5 years ago
  63. e52652c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 5 years ago
  64. a61b0a8 Symmetric host probing by Mayank Tiwari · 5 years ago
  65. 68032db Remove blueprint files for 3.0 karaf CLI by Ray Milkey · 5 years ago
  66. dc5fb02 Change the service dependency to mandatory by Charles Chan · 6 years ago
  67. 88dd7e2 Modify test app usages of Property annotations for new OSGi implementation by Ray Milkey · 6 years ago
  68. 22ea612 Removing BUCK files and other Buck-related auxiliaries. by Thomas Vachuska · 6 years ago
  69. 3101df6 Use new property scheme for segment routing app by Ray Milkey · 6 years ago
  70. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  71. dc897a6 If path is empty but not null, The following code may be error. by 柯志勇10068695 · 6 years ago
  72. 3d5d002 Fix indentation by Ray Milkey · 6 years ago
  73. b52acf3 Fixes for karaf 4.2.1 CLI annotations for segment routing app by Ray Milkey · 6 years ago
  74. df52129 Merge remote-tracking branch 'origin/master' into merge-master by Ray Milkey · 6 years ago
  75. 655b9a8 Prevent XConnect loop by jayakumarthazhath · 6 years ago
  76. 6fa516e Avoid throwing NPE when SID or Loopback is not configured by Charles Chan · 6 years ago
  77. 7a2dee5 [WIP] Add @Service tags to all commands and completers by Ray Milkey · 6 years ago
  78. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  79. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  80. 3e56d9f Fix serialization issue by Charles Chan · 6 years ago
  81. a17b3a1 Implement CLI for black hole routes by Charles Chan · 6 years ago
  82. 9d7db8a App should not care about table transition by Charles Chan · 6 years ago
  83. 67ef255 Pass metadata in the remove_from_existing operation, just like the add_to_existing case by Charles Chan · 6 years ago
  84. c76685f Shorten the polling frequency and offset the flows and groups polling by Charles Chan · 6 years ago
  85. 7040b69 Ignore DEVICE_ADDED event while availability is false by Charles Chan · 6 years ago
  86. 55b806f Remove NextId from internal stores when the NextObj fails by Charles Chan · 6 years ago
  87. d5814aa Implement CLI commands to view and delete SR internal stores by Charles Chan · 6 years ago
  88. f27ef09 Suppress IPv6 flows when the device is not configured with IPv6 by Charles Chan · 6 years ago
  89. e0260e1 ONOS-7759 Explicitly pop VLAN while editing hash group buckets by Charles Chan · 6 years ago
  90. fe13f3e Fix timeout problem of fabric pipeliner by Yi Tseng · 6 years ago
  91. 9587dc9 Cosmetic fix while creating Pseudowire config by Phaneendra Manda · 6 years ago
  92. 761e80a Remove pom files from ONOS by Ray Milkey · 6 years ago
  93. 312d987 Starting snapshot 1.15.0-SNAPSHOT by Ray Milkey · 6 years ago
  94. 09c2c4d Changing the default pw transport vlan to 4090 instead of 4093. by Saurav Das · 6 years ago
  95. 03e5521 Starting snapshot 1.14.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  96. 3594c24 Tagging 1.14.0-rc2 by ONOS Jenkins User · 6 years ago 1.14.0-rc2
  97. 4e5f2d6 Starting snapshot 1.14.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  98. cff0bd8 Tagging 1.14.0-rc1 by ONOS Jenkins User · 6 years ago 1.14.0-rc1
  99. 69b7ae6 [ONOS-7759] Explicitly pop VLAN when a transport VLAN is not required on a spine by Charles Chan · 6 years ago
  100. 4867af2 Revert "Tagging 1.14.0-b1" by Ray Milkey · 6 years ago