1. 800d9d0 [ONOS-7624] Implement egress pipeline programming by Jonghwan Hyun · 6 years ago
  2. c6ff8f0 Bug fixes for route-path programming by Saurav Das · 6 years ago
  3. 201762d Handling mastership changes during route-path programming by Saurav Das · 6 years ago
  4. 10b2fee Minor improvements by Charles Chan · 6 years ago
  5. 6468e1f Fix for routingHandler NPE. by Andrea Campanella · 6 years ago
  6. 6577f61 Fix a thread leak by Charles Chan · 6 years ago
  7. 8bc75ee Implement sr-should-program command by Charles Chan · 6 years ago
  8. 50bb6ef Performance improvement when handling host move events by Charles Chan · 6 years ago
  9. b1fe738 [CORD-2903] Improve SR/Multicast APIs by Pier · 6 years ago
  10. 96f63cb [CORD-2937] Improve work partition on Multicast by Pier · 6 years ago
  11. 4e49df8 Remove event handling delay by Charles Chan · 6 years ago
  12. 5a35604 Fixes for CORD-2910, 2920, 2915 by Saurav Das · 6 years ago
  13. 9b7217c Handle host, route and mcast events in separate executors by Charles Chan · 6 years ago
  14. 2ff1bac Routing/bridging rules on the same leaf pair should always be programmed by the same ONOS instance by Charles Chan · 6 years ago
  15. 3ee2455 [CORD-2838][CORD-2833] Revisit McastHandler and handle shortest paths with pair links by Pier · 6 years ago
  16. 604ab3a Improvements in route-path installation using bidirectional links. by Saurav Das · 6 years ago
  17. 935d59d Moved validity checks inside l2TunnelHandler. by Andreas Pantelopoulos · 6 years ago
  18. ffe6974 Better error handling in pseudowire implementation. by Andreas Pantelopoulos · 6 years ago
  19. 7a888e8 Move all event handler to a different executor by Charles Chan · 6 years ago
  20. 811bbae Pseudowire enhancements : by Andreas Pantelopoulos · 6 years ago
  21. b39777c Fix NPE caused by RoutingRulePopulator not initiated before linkHandler.init() by Charles Chan · 6 years ago
  22. ff691b7 Implemented the following PW features and fixes: by Andreas Pantelopoulos · 6 years ago
  23. e0d4c87 Bugfix for stale state not being cleared up when switch goes down. by Saurav Das · 6 years ago
  24. 05514fd [CORD-2739] Caching in McastHandler by Pier Luigi · 6 years ago
  25. a402038 Handling multiple layers of spines. by Saurav Das · 6 years ago
  26. 96fe077 [CORD-2785] Refactor McastHandler and move to separated folder by Pier Luigi · 6 years ago
  27. 57d4179 [CORD-2748] Multicast flows are not properly updated when changing source by Pier Luigi · 6 years ago
  28. 83f919b [CORD-2740] Listening for topology events by Pier Luigi · 6 years ago
  29. f810a7a [CORD-2721] Implement group bucket modification by Jonghwan Hyun · 6 years ago
  30. cd33959 REST API for pseudowire addition / deletion. by Andreas Pantelopoulos · 6 years ago
  31. 4e6d8b2 Refactored sr app to enable rest api. by Andreas Pantelopoulos · 6 years ago[Renamed from apps/segmentrouting/src/main/java/org/onosproject/segmentrouting/SegmentRoutingManager.java]
  32. b21547d Refactored pseudowire code. by Andreas Pantelopoulos · 6 years ago
  33. b29144d [CORD-2486] Improve Mcast CLI APIs by Pier Luigi · 6 years ago
  34. 9930da5 [CORD-2484] Deleting multicast route does not clean flows and groups by Pier Luigi · 6 years ago
  35. b72201b [CORD-2607] Mcast buckets correction by Pier Luigi · 6 years ago
  36. eefa276 [CORD-2734] Protect SR executor from exceptions by Pier Luigi · 6 years ago
  37. e7f5101 Ensures internal link state is up to date on a restarted ONOS instance. Also fixes an NPE in FpmManager. by Saurav Das · 6 years ago
  38. eba73a0 [CORD-2534] McastHandler does not handle device down by Pier Luigi · 6 years ago
  39. c568c34 Implemented CORD-1843 to avoid race condition when updating ECMPspgs. by Saurav Das · 6 years ago
  40. 45f4815 Take down edge ports on a leaf switch when all uplinks are gone by Saurav Das · 6 years ago
  41. 74e5913 Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  42. f237e1b Fix the path not found issue in pseudowire by Charles Chan · 6 years ago
  43. 4a768c0 Deploy existing pseudowires when segment routing is activated by Andreas Pantelopoulos · 6 years ago
  44. 132393a CORD-2470 Fix NPEs by Charles Chan · 6 years ago
  45. 20474e0 Pseudowire support for leaf-spine by Andreas Pantelopoulos · 6 years ago
  46. 50443e8 Ignore irrelevant events in SegmentRoutingManager and DhcpRelayManager by Charles Chan · 6 years ago
  47. 41890db Adding a few checks in SR to ignore link events for links by Saurav Das · 6 years ago
  48. 4793375 Dual-homing probing improvements by Charles Chan · 6 years ago
  49. f14d9ef Fix for empty flooding groups due to bucket add/remove commands being reordered, and by Saurav Das · 6 years ago
  50. 8ca2bc0 Small updates to SR to get it to ignore devices not configured as routers by Jonathan Hart · 6 years ago
  51. 807d87a Changing two more component configs in segment routing by Charles Chan · 6 years ago
  52. 27532cd Added basic pseudowire support for Trellis. by Andreas Pantelopoulos · 7 years ago
  53. 42fe105 [CORD-634]Add dynamic config update support for interfaces by Jonghwan Hyun · 7 years ago
  54. 27fe1a5 CORD-2063 Correctly update interface MAC when network config is updated by Charles Chan · 7 years ago
  55. 2fde6d4 CORD-1578 CORD-1708 Handle dual single homed router and single dual homed router by Charles Chan · 7 years ago
  56. 9640c81 Remove next hop location from resolved route by Charles Chan · 7 years ago
  57. 9df5b7c CORD-1583 More bug fixes in dual-ToR scenarios by Saurav Das · 7 years ago
  58. 5bc3263 Clarify the usage of stores in Javadoc by Charles Chan · 7 years ago
  59. 6c1f0f0 Move McastConfig from incubator to core net by Ray Milkey · 7 years ago
  60. 6c01374 Move interface config classes out of incubator to core net by Ray Milkey · 7 years ago
  61. ceccf24 CORD-1583 Bug fixes for dual ToRs by Saurav Das · 7 years ago
  62. 35a3232 CORD-1416 Implement multi-homing probing in HostLocationProvider by Charles Chan · 7 years ago
  63. 9f08b10 CORD-1719 Cleanup old flows properly if the switch moves to a inexistent location by Charles Chan · 7 years ago
  64. ef624ed Update RouteStoreImpl component config location by Charles Chan · 7 years ago
  65. 69ec871 Move routing from incubator to a separate app by Ray Milkey · 7 years ago
  66. d3baaba Fix ARP/NDP issue in SR caused by the recent NRM move by Charles Chan · 7 years ago
  67. b65d784 ONOS-6887 Move neighbour classes from incubator to core by Ray Milkey · 7 years ago
  68. facf286 ONOS-6886 Move interface classes from incubator to core by Ray Milkey · 7 years ago
  69. 8899786 SR refactoring by Charles Chan · 7 years ago
  70. 6523824 Recover dual-homed host failover using pair link by Charles Chan · 7 years ago
  71. f9a5270 Support multiple host locations in HostHandler by Charles Chan · 7 years ago
  72. 7bcbe70 CORD-1419 CORD-1425 CORD-1496 CORD-639 Changes for dual-ToRs by Saurav Das · 7 years ago
  73. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  74. c760f38 DHCP relay bug fixes by Charles Chan · 7 years ago
  75. 7331652 Activate distributed route store in Segment Routing by Charles Chan · 7 years ago
  76. f3b3d81 ONOS-6768 Make sure ARP/NDP punt flows are programed to not only new switches but also existing switches by Charles Chan · 7 years ago
  77. 91ccbf7 ONOS-6768 Punt ARP/NDP even when a device is not configured by Charles Chan · 7 years ago
  78. 278ce83 CORD-1495 Fix race condition when loading network config by Charles Chan · 7 years ago
  79. c7a8a68 ONOS-6658 Remove host listener when deactivating SR by Charles Chan · 7 years ago
  80. ed374235 Remove a link from seenLink when either end of the link goes down by Charles Chan · 7 years ago
  81. c88d466 CORD-1304 Set of changes for fabric routing to optimize use of ECMP groups by Saurav Das · 7 years ago
  82. da708cc Remove CORD config dependency from SR by Charles Chan · 7 years ago
  83. 961beb2 Bug fix: Do not create groups as a side effect when revoking routes by Saurav Das · 7 years ago
  84. e4afdb5 Fix Sonar errors: public data members in classes by Ray Milkey · 7 years ago
  85. b1f8c76 Bugfix: handle link updated event by Charles Chan · 7 years ago
  86. 0ed44fb CORD-1015 CPR bridging alternative by Charles Chan · 7 years ago
  87. 76ae681 Bug fix: generate different next objectives for port with multiple vlans by Saurav Das · 7 years ago
  88. b0ae6ee CORD-999 changes to support vlans by Saurav Das · 7 years ago
  89. c6d227e Implement an option in CPRM to reprogram the flows when device reconnecting by Charles Chan · 7 years ago
  90. 7e4f819 Eliminate code duplication by Charles Chan · 7 years ago
  91. 7ffd81f CORD-906 Support trunk and native VLAN by Charles Chan · 7 years ago
  92. 59cc16d CORD-800 Use new interface vlan config for VLAN assignment by Charles Chan · 7 years ago
  93. 0aa674e Unregister neighbor handler when deactivating segment routing by Charles Chan · 7 years ago
  94. 018605f In this commit: CORD-799 by Saurav Das · 7 years ago
  95. 7a06874 Fix the format of warning msg by Charles Chan · 7 years ago
  96. 42287df Implements [CORD-96] and [CORD-410] by Pier Ventre · 7 years ago
  97. f34966c Implements [CORD-546] by Pier Ventre · 7 years ago
  98. 917127a [CORD-575] Implements VPWS transport in SR app by Pier Ventre · 8 years ago
  99. 9b1d626 [CORD-783] Greedy learning of IPv6 hosts by Pier Luigi · 7 years ago
  100. 721b662 Small fixes to SR by Pier Luigi · 7 years ago