1. 71c5577 [CORD-2903] Improve SR/Multicast APIs by Pier · 6 years ago
  2. db27b8d [CORD-2937] Improve work partition on Multicast by Pier · 6 years ago
  3. dbbbb8a Remove event handling delay by Charles Chan · 6 years ago
  4. debcf88 Fixes for CORD-2910, 2920, 2915 by Saurav Das · 6 years ago
  5. 5200392 Handle host, route and mcast events in separate executors by Charles Chan · 6 years ago
  6. d66d671 Routing/bridging rules on the same leaf pair should always be programmed by the same ONOS instance by Charles Chan · 6 years ago
  7. 1f87aca [CORD-2838][CORD-2833] Revisit McastHandler and handle shortest paths with pair links by Pier · 6 years ago
  8. dc7f275 Improvements in route-path installation using bidirectional links. by Saurav Das · 6 years ago
  9. 87a0610 Moved validity checks inside l2TunnelHandler. by Andreas Pantelopoulos · 6 years ago
  10. 9685125 Better error handling in pseudowire implementation. by Andreas Pantelopoulos · 6 years ago
  11. 3f4aca6 Move all event handler to a different executor by Charles Chan · 6 years ago
  12. d988c1a Pseudowire enhancements : by Andreas Pantelopoulos · 6 years ago
  13. c12c3d0 Fix NPE caused by RoutingRulePopulator not initiated before linkHandler.init() by Charles Chan · 6 years ago
  14. fc4bc2a Implemented the following PW features and fixes: by Andreas Pantelopoulos · 6 years ago
  15. cea556f Bugfix for stale state not being cleared up when switch goes down. by Saurav Das · 6 years ago
  16. d29ca7c [CORD-2739] Caching in McastHandler by Pier Luigi · 6 years ago
  17. 9724186 Handling multiple layers of spines. by Saurav Das · 6 years ago
  18. 69f774d [CORD-2785] Refactor McastHandler and move to separated folder by Pier Luigi · 6 years ago
  19. e80d6b4 [CORD-2748] Multicast flows are not properly updated when changing source by Pier Luigi · 6 years ago
  20. d8a1516 [CORD-2740] Listening for topology events by Pier Luigi · 6 years ago
  21. a4ce0aa [CORD-2721] Implement group bucket modification by Jonghwan Hyun · 6 years ago
  22. cdbb22c REST API for pseudowire addition / deletion. by Andreas Pantelopoulos · 6 years ago
  23. 7128462 Refactored sr app to enable rest api. by Andreas Pantelopoulos · 6 years ago[Renamed from src/main/java/org/onosproject/segmentrouting/SegmentRoutingManager.java]
  24. 4c7de13 Refactored pseudowire code. by Andreas Pantelopoulos · 6 years ago
  25. 0f9635b [CORD-2486] Improve Mcast CLI APIs by Pier Luigi · 6 years ago
  26. 6786b92 [CORD-2484] Deleting multicast route does not clean flows and groups by Pier Luigi · 6 years ago
  27. 35dab3f [CORD-2607] Mcast buckets correction by Pier Luigi · 6 years ago
  28. 8f36236 [CORD-2734] Protect SR executor from exceptions by Pier Luigi · 6 years ago
  29. e321cff 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
  30. 580fd8a [CORD-2534] McastHandler does not handle device down by Pier Luigi · 6 years ago
  31. 6430f41 Implemented CORD-1843 to avoid race condition when updating ECMPspgs. by Saurav Das · 6 years ago
  32. e6c448a Take down edge ports on a leaf switch when all uplinks are gone by Saurav Das · 6 years ago
  33. 352e11c Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  34. 8316381 Fix the path not found issue in pseudowire by Charles Chan · 6 years ago
  35. 75eef06 Deploy existing pseudowires when segment routing is activated by Andreas Pantelopoulos · 6 years ago
  36. 6961f22 CORD-2470 Fix NPEs by Charles Chan · 6 years ago
  37. afc637f Pseudowire support for leaf-spine by Andreas Pantelopoulos · 6 years ago
  38. c4a68c3 Ignore irrelevant events in SegmentRoutingManager and DhcpRelayManager by Charles Chan · 6 years ago
  39. 0494453 Adding a few checks in SR to ignore link events for links by Saurav Das · 6 years ago
  40. 873661e Dual-homing probing improvements by Charles Chan · 6 years ago
  41. 2b6a00f Fix for empty flooding groups due to bucket add/remove commands being reordered, and by Saurav Das · 6 years ago
  42. 61e24e1 Small updates to SR to get it to ignore devices not configured as routers by Jonathan Hart · 6 years ago
  43. 0c9c19f Changing two more component configs in segment routing by Charles Chan · 6 years ago
  44. 5e7be3d Added basic pseudowire support for Trellis. by Andreas Pantelopoulos · 7 years ago
  45. e5ef762 [CORD-634]Add dynamic config update support for interfaces by Jonghwan Hyun · 7 years ago
  46. 8ca5a12 CORD-2063 Correctly update interface MAC when network config is updated by Charles Chan · 7 years ago
  47. 910be6a CORD-1578 CORD-1708 Handle dual single homed router and single dual homed router by Charles Chan · 7 years ago
  48. f0ae41e Remove next hop location from resolved route by Charles Chan · 7 years ago
  49. fe0b05e CORD-1583 More bug fixes in dual-ToR scenarios by Saurav Das · 7 years ago
  50. 53de91f Clarify the usage of stores in Javadoc by Charles Chan · 7 years ago
  51. ae0068a Move McastConfig from incubator to core net by Ray Milkey · 7 years ago
  52. c256783 Move interface config classes out of incubator to core net by Ray Milkey · 7 years ago
  53. fbe7457 CORD-1583 Bug fixes for dual ToRs by Saurav Das · 7 years ago
  54. 804772f CORD-1416 Implement multi-homing probing in HostLocationProvider by Charles Chan · 7 years ago
  55. abfe7e0 CORD-1719 Cleanup old flows properly if the switch moves to a inexistent location by Charles Chan · 7 years ago
  56. c7b73c7 Update RouteStoreImpl component config location by Charles Chan · 7 years ago
  57. a815431 Move routing from incubator to a separate app by Ray Milkey · 7 years ago
  58. c1909e1 Fix ARP/NDP issue in SR caused by the recent NRM move by Charles Chan · 7 years ago
  59. 2a31aeb ONOS-6887 Move neighbour classes from incubator to core by Ray Milkey · 7 years ago
  60. c2d43be ONOS-6886 Move interface classes from incubator to core by Ray Milkey · 7 years ago
  61. ace4252 SR refactoring by Charles Chan · 7 years ago
  62. 3ed34d8 Recover dual-homed host failover using pair link by Charles Chan · 7 years ago
  63. d9265a3 Support multiple host locations in HostHandler by Charles Chan · 7 years ago
  64. 261c300 CORD-1419 CORD-1425 CORD-1496 CORD-639 Changes for dual-ToRs by Saurav Das · 7 years ago
  65. 0947d7e Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  66. 9597f8d DHCP relay bug fixes by Charles Chan · 7 years ago
  67. 4c95c0d Activate distributed route store in Segment Routing by Charles Chan · 7 years ago
  68. a275efd 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
  69. 9bd6aea ONOS-6768 Punt ARP/NDP even when a device is not configured by Charles Chan · 7 years ago
  70. 68363b1 CORD-1495 Fix race condition when loading network config by Charles Chan · 7 years ago
  71. fd48c22 ONOS-6658 Remove host listener when deactivating SR by Charles Chan · 7 years ago
  72. 17d75d8 Remove a link from seenLink when either end of the link goes down by Charles Chan · 7 years ago
  73. 62ae679 CORD-1304 Set of changes for fabric routing to optimize use of ECMP groups by Saurav Das · 7 years ago
  74. c3fdbcb Remove CORD config dependency from SR by Charles Chan · 7 years ago
  75. 2cb3829 Bug fix: Do not create groups as a side effect when revoking routes by Saurav Das · 7 years ago
  76. b85de08 Fix Sonar errors: public data members in classes by Ray Milkey · 7 years ago
  77. 0cff8aa Bugfix: handle link updated event by Charles Chan · 7 years ago
  78. d3727b7 CORD-1015 CPR bridging alternative by Charles Chan · 7 years ago
  79. 368cf21 Bug fix: generate different next objectives for port with multiple vlans by Saurav Das · 7 years ago
  80. 3fb2827 CORD-999 changes to support vlans by Saurav Das · 7 years ago
  81. cf8ea47 Implement an option in CPRM to reprogram the flows when device reconnecting by Charles Chan · 7 years ago
  82. 43be46b Eliminate code duplication by Charles Chan · 7 years ago
  83. 90772a7 CORD-906 Support trunk and native VLAN by Charles Chan · 7 years ago
  84. 10b0fb7 CORD-800 Use new interface vlan config for VLAN assignment by Charles Chan · 7 years ago
  85. 2e71ef3 Unregister neighbor handler when deactivating segment routing by Charles Chan · 7 years ago
  86. f933219 In this commit: CORD-799 by Saurav Das · 7 years ago
  87. ef1cfef Fix the format of warning msg by Charles Chan · 7 years ago
  88. f3cf5b9 Implements [CORD-96] and [CORD-410] by Pier Ventre · 7 years ago
  89. 6b19e48 Implements [CORD-546] by Pier Ventre · 8 years ago
  90. 229fd0b [CORD-575] Implements VPWS transport in SR app by Pier Ventre · 8 years ago
  91. 0ebeb31 [CORD-783] Greedy learning of IPv6 hosts by Pier Luigi · 7 years ago
  92. ad0a67f Small fixes to SR by Pier Luigi · 7 years ago
  93. 9ef90ae Component config changes after vRouter becomes separate apps by Charles Chan · 7 years ago
  94. 37a3543 Adding small handler to ICMPHandler by Pier Luigi · 7 years ago
  95. 6a2643a Various fixes: by Pier Luigi · 7 years ago
  96. 6b2c1b3 [CORD-520] IPv6 routing by Pier Ventre · 7 years ago
  97. b6b81d5 [CORD-631] ICMPv6 Echo support by Pier Ventre · 7 years ago
  98. 1a65596 [CORD-638] ICMPv6 NDP support by Pier Ventre · 7 years ago
  99. b6a7f34 [CORD-458] Updates ARP handler by Pier Ventre · 7 years ago
  100. adb4ae6 [CORD-630] IPv6 filtering rules by Pier Ventre · 7 years ago