1. 8d31633 Implement CLI and REST API for Xconnect by Charles Chan · 6 years ago
  2. 868c957 Improve Xconnect to support BSOD use case by Charles Chan · 6 years ago
  3. 5eb6604 Fix ConcurrentModificationException by Charles Chan · 6 years ago
  4. 68e1b6a Bugfix in routing logic to avoid null groups; Improvement in group handling. by Saurav Das · 6 years ago
  5. 9d2dd55 Refactor DefaultRoutingHandler to avoid hitting 2000 lines limit by Charles Chan · 6 years ago
  6. 6464d86 Configuration option respondToUnknownHosts. by Andreas Pantelopoulos · 6 years ago
  7. cad61cd buildifier formatting of bazel files by Ray Milkey · 6 years ago
  8. 8942b24 Build segment routing app with bazel by Ray Milkey · 6 years ago
  9. 5b8c44b Made the l2 handler use the new logic for pw trans. by Andreas Pantelopoulos · 6 years ago
  10. f172ef8 Various pseudowire fixes and improvements. by Andreas Pantelopoulos · 6 years ago
  11. 936c05d remove extra semicolons by Sangyeok Sim · 6 years ago
  12. c6bcdf9 Implement host probing retry with major refactoring by Charles Chan · 6 years ago
  13. 5b4cd65 sr-mcast NPE fix on vlan change by Andrea Campanella · 6 years ago
  14. 92998c9 Bug fix for refactored DestinationSet. by Andreas Pantelopoulos · 6 years ago
  15. b281ae2 Refactored DestinationSet and nextobj for pws. by Andreas Pantelopoulos · 6 years ago
  16. 8bbc413 Update checkstyle to 8.10 by Yuta HIGUCHI · 6 years ago
  17. aee4d3e Fix event handling race condition ONOS-7673 by Ray Milkey · 6 years ago
  18. ba59dd6 Revert "Adding Multisct traffic drop for un-programmed trees" by Charles Chan · 6 years ago
  19. 346c3d6 Fixing NPE for absent blackhole config by Andrea Campanella · 6 years ago
  20. ef30d7a Adding Multisct traffic drop for un-programmed trees by Andrea Campanella · 6 years ago
  21. 776789f Avoid programming TMAC entries for BSOD vlans by Daniel Ginsburg · 6 years ago
  22. 60ce222 Adding route blackhole by Andrea Campanella · 6 years ago
  23. 77cdde4 Fix ConsistentMapException.Interrupted and NullPointerException by Charles Chan · 6 years ago
  24. e99511d [CORD-2839] Handling multiple sources by Pier · 6 years ago
  25. 149dd9f Moving Source from connect point to HostId in MulticastHandling by Andrea Campanella · 6 years ago
  26. 4b5769a Send probes when host moves by Charles Chan · 6 years ago
  27. 074fae6 Host pointing to the pair port after its pair device is brought down and up by Charles Chan · 6 years ago
  28. ec683dc Adding a component config to take down single homed host ports when all uplinks are lost. by Saurav Das · 6 years ago
  29. 098ca20 Move some functions from segment routing manager to interface service/manager by Charles Chan · 6 years ago
  30. 671a7ab Bug fix in SegmentRouting by Jonghwan Hyun · 6 years ago
  31. 9aaa34f [ONOS-7624] Implement egress pipeline programming by Jonghwan Hyun · 6 years ago
  32. 4936839 Bug fixes for route-path programming by Saurav Das · 6 years ago
  33. 00e553b Handling mastership changes during route-path programming by Saurav Das · 6 years ago
  34. 72d0e58 Improve Mcast termination by Pier · 6 years ago
  35. 39b7552 Minor improvements by Charles Chan · 6 years ago
  36. 060cad8 Fix for routingHandler NPE. by Andrea Campanella · 6 years ago
  37. 05bb170 Fix a thread leak by Charles Chan · 6 years ago
  38. b13e070 Implement sr-should-program command by Charles Chan · 6 years ago
  39. fbcb881 Performance improvement when handling host move events by Charles Chan · 6 years ago
  40. 665b0fc Fix npe when adding a null element in a collection by Pier · 6 years ago
  41. 71c5577 [CORD-2903] Improve SR/Multicast APIs by Pier · 6 years ago
  42. db27b8d [CORD-2937] Improve work partition on Multicast by Pier · 6 years ago
  43. 7d20a4e Correctly initialize routes with multiple next hops by Charles Chan · 6 years ago
  44. 2816468 Optimize Multicast sinks processing by Pier · 6 years ago
  45. 1676e61 Starting snapshot 1.14.0-SNAPSHOT by Ray Milkey · 6 years ago
  46. e1aa92b Sonar fixes by Ray Milkey · 6 years ago
  47. 482b642 Ignore more than two next hops by Charles Chan · 6 years ago
  48. dbbbb8a Remove event handling delay by Charles Chan · 6 years ago
  49. 5ff8a3c Enhancing GroupChecker for faster processing of group updates by Saurav Das · 6 years ago
  50. debcf88 Fixes for CORD-2910, 2920, 2915 by Saurav Das · 6 years ago
  51. 5200392 Handle host, route and mcast events in separate executors by Charles Chan · 6 years ago
  52. d66d671 Routing/bridging rules on the same leaf pair should always be programmed by the same ONOS instance by Charles Chan · 6 years ago
  53. a08c213 Use SRLinkWeigher in path computation. by Andreas Pantelopoulos · 6 years ago
  54. 5d6af70 Fix missing "s" in the master pom file by Pier · 6 years ago
  55. 7b65716 [CORD-2834] Handling of dual-homed sinks by Pier · 6 years ago
  56. 1f87aca [CORD-2838][CORD-2833] Revisit McastHandler and handle shortest paths with pair links by Pier · 6 years ago
  57. 6dbcd25 Remove duplicated getPairDevice implementation by Charles Chan · 6 years ago
  58. dc7f275 Improvements in route-path installation using bidirectional links. by Saurav Das · 6 years ago
  59. 988580a Fixed sonar suggestion in l2handler by Andreas Pantelopoulos · 6 years ago
  60. fb2ffc2 Use apache commons Pair instead of javafx by Laszlo Papp · 6 years ago
  61. c4d6888 Duplicated flow obj requests are sent in occasion of ROUTE_REMOVED event by Charles Chan · 6 years ago
  62. 87a0610 Moved validity checks inside l2TunnelHandler. by Andreas Pantelopoulos · 6 years ago
  63. 9685125 Better error handling in pseudowire implementation. by Andreas Pantelopoulos · 6 years ago
  64. bb30491 Better validity checks for paths chosen for pws. by Andreas Pantelopoulos · 6 years ago
  65. c59ff08 Upgrade fasterXML libraries for OS-9 by Ray Milkey · 6 years ago
  66. 76adba2 Better error handling by Charles Chan · 6 years ago
  67. 1a7e0c0 [CORD-2828] Multicast support for H-AGG by Pier · 6 years ago
  68. 3f4aca6 Move all event handler to a different executor by Charles Chan · 6 years ago
  69. dc7d6f9 Avoid ConcurrentModificationException by Charles Chan · 6 years ago
  70. d988c1a Pseudowire enhancements : by Andreas Pantelopoulos · 6 years ago
  71. c12c3d0 Fix NPE caused by RoutingRulePopulator not initiated before linkHandler.init() by Charles Chan · 6 years ago
  72. 2c7b6c7 Sonar wants switch cases to end with a break statement by Ray Milkey · 6 years ago
  73. fc4bc2a Implemented the following PW features and fixes: by Andreas Pantelopoulos · 6 years ago
  74. 979e61a [CORD-2811] Fix VLAN cases in Mcast by Pier · 6 years ago
  75. f8da1c7 CORD-2803 Correctly reply to ICMPv6 echo request that targets link-local address of the switch interface by Charles Chan · 6 years ago
  76. cea556f Bugfix for stale state not being cleared up when switch goes down. by Saurav Das · 6 years ago
  77. 958ce89 QMX switches require the unicast flow being installed before multicast flow in TMAC table by Charles Chan · 6 years ago
  78. 92e69be [CORD-2798] Fix defects in Mcast by Pier Luigi · 6 years ago
  79. d29ca7c [CORD-2739] Caching in McastHandler by Pier Luigi · 6 years ago
  80. bf20675 Sonar suggestion - possible NPEs by Ray Milkey · 6 years ago
  81. 645cd32 Address Sonar warning by Charles Chan · 6 years ago
  82. f909e5b Minor OFDPA refactoring according to IntelliJ code analysis by Charles Chan · 6 years ago
  83. 9724186 Handling multiple layers of spines. by Saurav Das · 6 years ago
  84. 69f774d [CORD-2785] Refactor McastHandler and move to separated folder by Pier Luigi · 6 years ago
  85. e80d6b4 [CORD-2748] Multicast flows are not properly updated when changing source by Pier Luigi · 6 years ago
  86. 51ee7c0 [CORD-2746] Avoid pair links during path computation by Pier Luigi · 6 years ago
  87. d8a1516 [CORD-2740] Listening for topology events by Pier Luigi · 6 years ago
  88. de4e131 Removed package-info.java from segmentrouting/web. by Andreas Pantelopoulos · 6 years ago
  89. f17f66b Only remove TMAC flow when it is the last port within the same VLAN if TMAC doesn't support in_port matching by Charles Chan · 6 years ago
  90. a4ce0aa [CORD-2721] Implement group bucket modification by Jonghwan Hyun · 6 years ago
  91. 3847b14 Fix SONAR issue - mutable public variables by Ray Milkey · 6 years ago
  92. cdbb22c REST API for pseudowire addition / deletion. by Andreas Pantelopoulos · 6 years ago
  93. 046fe07 Fix SONAR problems by Ray Milkey · 6 years ago
  94. a37f809 Maven build for sr application. by Andreas Pantelopoulos · 6 years ago
  95. 614352e Fix some small SONAR issues by Ray Milkey · 6 years ago
  96. 7128462 Refactored sr app to enable rest api. by Andreas Pantelopoulos · 6 years ago
  97. e1b4707 Inner vlan for encoding l2intf group id. by Andreas Pantelopoulos · 6 years ago
  98. 4c7de13 Refactored pseudowire code. by Andreas Pantelopoulos · 6 years ago
  99. 0dec562 Different vlan-id for leaf spine pws. by Andreas Pantelopoulos · 6 years ago
  100. eaf3c9b Skip unconfigured devices rather than aborting the entire process by Charles Chan · 6 years ago