1. a0c7daf Avoid throwing NPE when SID or Loopback is not configured by Charles Chan · 6 years ago
  2. 58128a8 Normalize route objects stored in RouteTable ConsistentMultimap to avoid inconsistent serialization for different IpPrefix/IpAddress types by Jordan Halterman · 6 years ago
  3. 27aa772 Get the matching vlan entry from DHCP record if more then one entry is present by jayakumarthazhath · 6 years ago
  4. f451e5e Starting snapshot 1.13.5-SNAPSHOT by ONOS Jenkins User · 6 years ago
  5. 8c13723 Tagging 1.13.4 by ONOS Jenkins User · 6 years ago 1.13.4
  6. 263e7d9 Fix serialization issue by Charles Chan · 6 years ago
  7. 017869e Route Type Addition REST API by psneha · 6 years ago
  8. 73eae90 Starting snapshot 1.13.4-SNAPSHOT by ONOS Jenkins User · 6 years ago
  9. 3082b12 Tagging 1.13.3 by ONOS Jenkins User · 6 years ago 1.13.3
  10. 1dbadbd Remove NextId from internal stores when the NextObj fails by Charles Chan · 6 years ago
  11. 1fa010c Implement CLI commands to view and delete SR internal stores by Charles Chan · 6 years ago
  12. 4135788 DHCP servers MAC remain unresolved for connectPoints until org.onosproject.dhcprelay app toggle by jjosep004c · 6 years ago
  13. 3c82f19 Changing the default pw transport vlan to 4090 instead of 4093. by Saurav Das · 6 years ago
  14. c7f63b6 Fix an NPE that happens when DHCP server is not discovered yet by Charles Chan · 6 years ago
  15. 1c9a0b4 Handle cluster event in separate thread in FPM manager to avoid blocking event loop by Jordan Halterman · 6 years ago
  16. d939eeb Handle host event in separate thread in mcast route service by Jordan Halterman · 6 years ago
  17. 1eec625 Move device event handling to another thread in XconnectManager by Charles Chan · 6 years ago
  18. 3a20be3 T3 REST API support for multicast routes by psneha · 6 years ago
  19. b24cb3c Refactor file path validation code; reject apps with up-level references in the name by Ray Milkey · 6 years ago
  20. 07b666f Prevent zip archives from putting files in directories outside of the target directory by Ray Milkey · 6 years ago
  21. 7034a29 Revert "Prevent zip archives from putting files in directories outside of the target directory" by Ray Milkey · 6 years ago
  22. fa43644 Prevent zip archives from putting files in directories outside of the target directory by Ray Milkey · 6 years ago
  23. 5b9a11a Clarify log messages by Charles Chan · 6 years ago
  24. 3d44eb9 Implement component config to enable double tagged host programming by Charles Chan · 6 years ago
  25. cef0c51 Verify unchanged host location when host is moved by Charles Chan · 6 years ago
  26. a134ee3 Cancel DHCP packet request when DHCP relay app is being deactivated by Charles Chan · 6 years ago
  27. 8df698a RouteHandler misbehaved when next hop moves from single location to dual location by Charles Chan · 6 years ago
  28. 636906e Block pseudo wire VLAN translation by Charles Chan · 6 years ago
  29. 397398c Fix serialization execption by Charles Chan · 6 years ago
  30. 47cd744 Added RBAC for REST APIs. by Thomas Vachuska · 6 years ago
  31. e2dcadc IP change may be involved in HOST_MOVED event. Should resolve the route again. by Charles Chan · 6 years ago
  32. df890c9 Starting snapshot 1.13.3-SNAPSHOT by ONOS Jenkins User · 6 years ago
  33. 54c410d Tagging 1.13.2 by ONOS Jenkins User · 6 years ago 1.13.2
  34. c5f6dd0 REST API support added for t3-troubleshoot-simple by psneha · 6 years ago
  35. c8a5bc7 Starting snapshot 1.13.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  36. c28fc9e Tagging 1.13.2-rc3 by ONOS Jenkins User · 6 years ago 1.13.2-rc3
  37. 68d4496 Set R-bit in neighbor advertisement if replying as a router by Charles Chan · 6 years ago
  38. 2a433a4 Add test application for node/mastership based remote Java proxies by Jordan Halterman · 6 years ago
  39. 2dc9f8f Starting snapshot 1.13.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  40. 65ca2a9 Tagging 1.13.2-rc2 by ONOS Jenkins User · 6 years ago 1.13.2-rc2
  41. 0eaa516 Fixed removal of doubletagged hosts by Andreas Pantelopoulos · 6 years ago
  42. c3a48e3 Fix NPE introduced by gerrit 18883 by Charles Chan · 6 years ago
  43. 5bd059e Adding get flow by table REST api, fixing exceptions in dhcp by rsahot036 · 6 years ago
  44. 577dae3 [OS] Make ACL react to HOST UPDATED event by Andrea Campanella · 6 years ago
  45. 657c8e6 Delete prefix from sr-device-subnet when the next hop host is removed by Charles Chan · 6 years ago
  46. 9299cf5 Implement toString in RouteSet and RouteInfo by Charles Chan · 6 years ago
  47. aab61e4 Fixed issues related to published routes learnt back on FPM by Mayank Tiwari · 6 years ago
  48. 9c00e6b Add atomic mastership/term/backups method to MastershipService by Jordan Halterman · 6 years ago
  49. d1fe85b ONOS core changes for RIP support by shalde064 · 6 years ago
  50. 4e87b3e Implement CLI and REST API for Xconnect by Charles Chan · 6 years ago
  51. 6b90faa Improve Xconnect to support BSOD use case by Charles Chan · 6 years ago
  52. 74d1a9b Fix ConcurrentModificationException by Charles Chan · 6 years ago
  53. f1027d4 Bugfix in routing logic to avoid null groups; Improvement in group handling. by Saurav Das · 6 years ago
  54. 1528133 Refactor DefaultRoutingHandler to avoid hitting 2000 lines limit by Charles Chan · 6 years ago
  55. 7bf9e44 Configuration option respondToUnknownHosts. by Andreas Pantelopoulos · 6 years ago
  56. 1851199 Starting snapshot 1.13.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  57. 148a347 Tagging 1.13.2-rc1 by ONOS Jenkins User · 6 years ago 1.13.2-rc1
  58. 2cdd1c3 answer to questions for self-checking by Arturo F de Velasco · 6 years ago
  59. 10300c6 Made the l2 handler use the new logic for pw trans. by Andreas Pantelopoulos · 6 years ago
  60. d21d0ca Various pseudowire fixes and improvements. by Andreas Pantelopoulos · 6 years ago
  61. c1d6aaf DHCPv[46] relay must replace the route instead of adding an extra NH by Daniel Ginsburg · 6 years ago
  62. d1d321b Implement host probing retry with major refactoring by Charles Chan · 6 years ago
  63. b20b8ea sr-mcast NPE fix on vlan change by Andrea Campanella · 6 years ago
  64. 975deba T3 Fixing HW miss on table 40 by Andrea Campanella · 6 years ago
  65. 5c7913d4 Change DefaultRouteTable primitive to cached multimap. by Jordan Halterman · 6 years ago
  66. 6c3ec95 Bug fix for refactored DestinationSet. by Andreas Pantelopoulos · 6 years ago
  67. e8d5f41 Refactored DestinationSet and nextobj for pws. by Andreas Pantelopoulos · 6 years ago
  68. c99e81f Updated P4 tutorial code/instructions for onos-1.13 by Carmelo Cascone · 6 years ago
  69. 6e34786 [ONOS-7605] Unable to modify groups on BMV2 by Yi Tseng · 6 years ago
  70. 946b8cd Make sure that HostLocation's timestamp is updated by Daniel Ginsburg · 6 years ago
  71. cfab45a Remove stale dependency to yms by Yuta HIGUCHI · 6 years ago
  72. f7569a8 Detach yms from build by Yuta HIGUCHI · 6 years ago
  73. 59bc072 Fix event handling race condition ONOS-7673 by Ray Milkey · 6 years ago
  74. 0e081ad Revert "Adding Multisct traffic drop for un-programmed trees" by Charles Chan · 6 years ago
  75. b987ecc Fixing NPE for absent blackhole config by Andrea Campanella · 6 years ago
  76. 0a1d47c Adding Multisct traffic drop for un-programmed trees by Andrea Campanella · 6 years ago
  77. 6c5de2c Updating Mcast json examples by Andrea Campanella · 6 years ago
  78. 3165340 Fix SONA to support vlan network mode. by Daniel Park · 6 years ago
  79. 5ebeeb2 Avoid programming TMAC entries for BSOD vlans by Daniel Ginsburg · 6 years ago
  80. 0ae030c This fixes an NPE turned up by STC testing [ONOS-7657] by Ray Milkey · 6 years ago
  81. 2ade0c9 Adding route blackhole by Andrea Campanella · 6 years ago
  82. 595fdc5 Fix ConsistentMapException.Interrupted and NullPointerException by Charles Chan · 6 years ago
  83. 7631c49 [CORD-2839] Handling multiple sources by Pier · 6 years ago
  84. d4fd89f Moving Source from connect point to HostId in MulticastHandling by Andrea Campanella · 6 years ago
  85. 28b3e6d Implemented extended SONA pipeline /w splitting VNI from DHCP Table by Jian Li · 6 years ago
  86. b844a29 Fix: enable resolve MAC address in ARP proxy mode at gateway node by Jian Li · 6 years ago
  87. 22dc982 T3: Adding a summary version of the mcast command by Andrea Campanella · 6 years ago
  88. 59e824a Fix: remove FloatingIp related flow rules when removing a VM by Jian Li · 6 years ago
  89. bc1a7b5 Enforce OVSDB runs as an OVSDB client mode only during SONA startup by Jian Li · 6 years ago
  90. 17b6ac6 Fixing the access network null simulation and adjusting layout. by Thomas Vachuska · 6 years ago
  91. 3793e11 Starting snapshot 1.13.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  92. 70507cd Tagging 1.13.1 by ONOS Jenkins User · 6 years ago 1.13.1
  93. 2dde643 Starting snapshot 1.13.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  94. d7b1a3c Tagging 1.13.0 by ONOS Jenkins User · 6 years ago 1.13.0
  95. c6ca0b6 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  96. ac66eb3 Tagging 1.13.0-rc4 by ONOS Jenkins User · 6 years ago 1.13.0-rc4
  97. e05ee6d Send probes when host moves by Charles Chan · 6 years ago
  98. a03ab8b Host pointing to the pair port after its pair device is brought down and up by Charles Chan · 6 years ago
  99. 41b49a9 Adding a component config to take down single homed host ports when all uplinks are lost. by Saurav Das · 6 years ago
  100. 663f2d5 Adding topology overlay support for the server-side topo layout app. by Thomas Vachuska · 6 years ago