1. 385b01a Starting snapshot 1.12.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  2. dd21009f Tagging 1.12.2-rc1 by ONOS Jenkins User · 6 years ago 1.12.2-rc1
  3. ad3636a Prevent XConnect loop by jayakumarthazhath · 6 years ago
  4. 2e33d55 Avoid throwing NPE when SID or Loopback is not configured by Charles Chan · 6 years ago
  5. 30ffafd Normalize route objects stored in RouteTable ConsistentMultimap to avoid inconsistent serialization for different IpPrefix/IpAddress types by Jordan Halterman · 6 years ago
  6. 1d6b7db Get the matching vlan entry from DHCP record if more then one entry is present by jayakumarthazhath · 6 years ago
  7. d7ee2a8 Fix serialization issue by Charles Chan · 6 years ago
  8. 75463f0 Route Type Addition REST API by psneha · 6 years ago
  9. 8a42fda Remove NextId from internal stores when the NextObj fails by Charles Chan · 6 years ago
  10. 2c49d69 Implement CLI commands to view and delete SR internal stores by Charles Chan · 6 years ago
  11. 72c3290 T3 REST API support for multicast routes by psneha · 6 years ago
  12. 5221e8f REST API support added for t3-troubleshoot-simple by psneha · 6 years ago
  13. 6e842f8 Verify unchanged host location when host is moved by Charles Chan · 6 years ago
  14. 7fe5146 DHCP servers MAC remain unresolved for connectPoints until org.onosproject.dhcprelay app toggle by jjosep004c · 6 years ago
  15. 768e8b8 Fix an NPE that happens when DHCP server is not discovered yet by Charles Chan · 6 years ago
  16. 33ba30a Handle cluster event in separate thread in FPM manager to avoid blocking event loop by Jordan Halterman · 6 years ago
  17. eb85e87 Handle host event in separate thread in mcast route service by Jordan Halterman · 6 years ago
  18. 91dfb74 Move device event handling to another thread in XconnectManager by Charles Chan · 6 years ago
  19. caa878e Refactor file path validation code; reject apps with up-level references in the name by Ray Milkey · 6 years ago
  20. fe56ed2 Prevent zip archives from putting files in directories outside of the target directory by Ray Milkey · 6 years ago
  21. 365d11a Fix serialization execption by Charles Chan · 6 years ago
  22. 8bb8853 Added RBAC for REST APIs. by Thomas Vachuska · 6 years ago
  23. 1087d13 Starting snapshot 1.12.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  24. 9172e40 Tagging 1.12.1 by ONOS Jenkins User · 6 years ago 1.12.1
  25. 51de17a IP change may be involved in HOST_MOVED event. Should resolve the route again. by Charles Chan · 6 years ago
  26. 41467e5 Set R-bit in neighbor advertisement if replying as a router by Charles Chan · 6 years ago
  27. 4c05f5b Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  28. a9bee37 Tagging 1.12.1-rc7 by ONOS Jenkins User · 6 years ago 1.12.1-rc7
  29. ce21b83 Fix NPE introduced by gerrit 18883 by Charles Chan · 6 years ago
  30. e73af6c Adding get flow by table REST api, fixing exceptions in dhcp by rsahot036 · 6 years ago
  31. 5a66f70 [OS] Make ACL react to HOST UPDATED event by Andrea Campanella · 6 years ago
  32. e581501 Fixed issues related to published routes learnt back on FPM by Mayank Tiwari · 6 years ago
  33. d107110 Delete prefix from sr-device-subnet when the next hop host is removed by Charles Chan · 6 years ago
  34. 93888fb Implement toString in RouteSet and RouteInfo by Charles Chan · 6 years ago
  35. 0922b38 ONOS core changes for RIP support by shalde064 · 6 years ago
  36. 04585d5 Implement CLI and REST API for Xconnect by Charles Chan · 6 years ago
  37. 3fe7171 Improve Xconnect to support BSOD use case by Charles Chan · 6 years ago
  38. 7080602 Fix ConcurrentModificationException by Charles Chan · 6 years ago
  39. 3a717f5 Refactor DefaultRoutingHandler to avoid hitting 2000 lines limit by Charles Chan · 6 years ago
  40. 1ebe018 Bugfix in routing logic to avoid null groups; Improvement in group handling. by Saurav Das · 6 years ago
  41. 64ff529 Made the l2 handler use the new logic for pw trans. by Andreas Pantelopoulos · 6 years ago
  42. 959cffa Various pseudowire fixes and improvements. by Andreas Pantelopoulos · 6 years ago
  43. c27fa859 DHCPv[46] relay must replace the route instead of adding an extra NH by Daniel Ginsburg · 6 years ago
  44. f9eab5a Implement host probing retry with major refactoring by Charles Chan · 6 years ago
  45. c17c7ca Change DefaultRouteTable primitive to cached multimap. by Jordan Halterman · 6 years ago
  46. f053484 sr-mcast NPE fix on vlan change by Andrea Campanella · 6 years ago
  47. d9a6d5e T3 Fixing HW miss on table 40 by Andrea Campanella · 6 years ago
  48. accfabb Bug fix for refactored DestinationSet. by Andreas Pantelopoulos · 6 years ago
  49. 7b11bb6 Refactored DestinationSet and nextobj for pws. by Andreas Pantelopoulos · 6 years ago
  50. 7b1a66b Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  51. 6252ca3 Tagging 1.12.1-rc6 by ONOS Jenkins User · 6 years ago 1.12.1-rc6
  52. bd1472d Make sure that HostLocation's timestamp is updated by Daniel Ginsburg · 6 years ago
  53. 9ba9e82 Remove stale dependency to yms by Yuta HIGUCHI · 6 years ago
  54. db6e7b9 Detach yms from build by Yuta HIGUCHI · 6 years ago
  55. 12071de Fix event handling race condition ONOS-7673 by Ray Milkey · 6 years ago
  56. 893a1d7 Revert "Adding Multisct traffic drop for un-programmed trees" by Charles Chan · 6 years ago
  57. c44b977 Fixing NPE for absent blackhole config by Andrea Campanella · 6 years ago
  58. 4175bb2 Adding Multisct traffic drop for un-programmed trees by Andrea Campanella · 6 years ago
  59. 41da0a4 Updating Mcast json examples by Andrea Campanella · 6 years ago
  60. 16e5ed4 Avoid programming TMAC entries for BSOD vlans by Daniel Ginsburg · 6 years ago
  61. 92c325a This fixes an NPE turned up by STC testing [ONOS-7657] by Ray Milkey · 6 years ago
  62. 84ac4df Adding route blackhole by Andrea Campanella · 6 years ago
  63. 3445b48 Fix ConsistentMapException.Interrupted and NullPointerException by Charles Chan · 6 years ago
  64. 9c1d2a3 [CORD-2839] Handling multiple sources by Pier · 6 years ago
  65. a3b7aae Moving Source from connect point to HostId in MulticastHandling by Andrea Campanella · 6 years ago
  66. 6ee9811 T3: Adding a summary version of the mcast command by Andrea Campanella · 6 years ago
  67. 37e32b8 Fixing the access network null simulation and adjusting layout. by Thomas Vachuska · 6 years ago
  68. 58bcfb6 Fixing scale test manager and CLIs. by Thomas Vachuska · 6 years ago
  69. 52baf8b Adding auto-layout to the access-null simulation. by Thomas Vachuska · 6 years ago
  70. 27e3d61 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  71. f338236 Tagging 1.12.1-rc5 by ONOS Jenkins User · 6 years ago 1.12.1-rc5
  72. dbe8abe Send probes when host moves by Charles Chan · 6 years ago
  73. e67434c Host pointing to the pair port after its pair device is brought down and up by Charles Chan · 6 years ago
  74. 86d2df0 Adding topology overlay support for the server-side topo layout app. by Thomas Vachuska · 6 years ago
  75. 9062a7f Adding a component config to take down single homed host ports when all uplinks are lost. by Saurav Das · 6 years ago
  76. dd5c506 Adjusted auto-layout to better deal with large number of service hosts. by Thomas Vachuska · 6 years ago
  77. a064f9a Fixing auto-layout to properly classify disjoint/orphaned devices. by Thomas Vachuska · 6 years ago
  78. 6c8e5f8 Fixing access layout to better accommodate arbitrary number of service hosts. by Thomas Vachuska · 6 years ago
  79. ac8b480 Corrected the access layout to work even when there are no HAG spines. by Thomas Vachuska · 6 years ago
  80. ffa4761 Bug fixes for route-path programming by Saurav Das · 6 years ago
  81. 371ac5e CORD-2870: Bypass DHCP leasequery without learning routes. by Taras Lemkin · 6 years ago
  82. fa7e29c Handling mastership changes during route-path programming by Saurav Das · 6 years ago
  83. 1732046 Improve Mcast termination by Pier · 6 years ago
  84. 6be77d8 Minor improvements by Charles Chan · 6 years ago
  85. 15fcbba Fix for routingHandler NPE. by Andrea Campanella · 6 years ago
  86. 241d793 Fix more thread leaks by Charles Chan · 6 years ago
  87. bd39a4a Implement sr-should-program command by Charles Chan · 6 years ago
  88. bc11666 Performance improvement when handling host move events by Charles Chan · 6 years ago
  89. 4048b7f Fix a thread leak by Charles Chan · 6 years ago
  90. a729cae Adding server-side default topo layout and fixing GUI to allow remote zoom/pan. by Thomas Vachuska · 6 years ago
  91. 4bcc322 Fix npe when adding a null element in a collection by Pier · 6 years ago
  92. 097029f Correctly initialize routes with multiple next hops by Charles Chan · 6 years ago
  93. a2858a3 [CORD-2903] Improve SR/Multicast APIs by Pier · 6 years ago
  94. 901851e [CORD-2937] Improve work partition on Multicast by Pier · 6 years ago
  95. a17ad9e Optimize Multicast sinks processing by Pier · 6 years ago
  96. eeeab1f T3: tracing only through flows in ADDED state by Andrea Campanella · 6 years ago
  97. 7583e70 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  98. e84aa93 Tagging 1.12.1-rc4 by ONOS Jenkins User · 6 years ago 1.12.1-rc4
  99. 8d26500 Display resolved status in routes command by Charles Chan · 6 years ago
  100. e800860 Ignore more than two next hops by Charles Chan · 6 years ago