1. 2c7b6c7 Sonar wants switch cases to end with a break statement by Ray Milkey · 6 years ago
  2. fc4bc2a Implemented the following PW features and fixes: by Andreas Pantelopoulos · 6 years ago
  3. 979e61a [CORD-2811] Fix VLAN cases in Mcast by Pier · 6 years ago
  4. f8da1c7 CORD-2803 Correctly reply to ICMPv6 echo request that targets link-local address of the switch interface by Charles Chan · 6 years ago
  5. cea556f Bugfix for stale state not being cleared up when switch goes down. by Saurav Das · 6 years ago
  6. 958ce89 QMX switches require the unicast flow being installed before multicast flow in TMAC table by Charles Chan · 6 years ago
  7. 92e69be [CORD-2798] Fix defects in Mcast by Pier Luigi · 6 years ago
  8. d29ca7c [CORD-2739] Caching in McastHandler by Pier Luigi · 6 years ago
  9. bf20675 Sonar suggestion - possible NPEs by Ray Milkey · 6 years ago
  10. 645cd32 Address Sonar warning by Charles Chan · 6 years ago
  11. f909e5b Minor OFDPA refactoring according to IntelliJ code analysis by Charles Chan · 6 years ago
  12. 9724186 Handling multiple layers of spines. by Saurav Das · 6 years ago
  13. 69f774d [CORD-2785] Refactor McastHandler and move to separated folder by Pier Luigi · 6 years ago
  14. e80d6b4 [CORD-2748] Multicast flows are not properly updated when changing source by Pier Luigi · 6 years ago
  15. 51ee7c0 [CORD-2746] Avoid pair links during path computation by Pier Luigi · 6 years ago
  16. d8a1516 [CORD-2740] Listening for topology events by Pier Luigi · 6 years ago
  17. de4e131 Removed package-info.java from segmentrouting/web. by Andreas Pantelopoulos · 6 years ago
  18. 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
  19. a4ce0aa [CORD-2721] Implement group bucket modification by Jonghwan Hyun · 6 years ago
  20. 3847b14 Fix SONAR issue - mutable public variables by Ray Milkey · 6 years ago
  21. cdbb22c REST API for pseudowire addition / deletion. by Andreas Pantelopoulos · 6 years ago
  22. 046fe07 Fix SONAR problems by Ray Milkey · 6 years ago
  23. a37f809 Maven build for sr application. by Andreas Pantelopoulos · 6 years ago
  24. 614352e Fix some small SONAR issues by Ray Milkey · 6 years ago
  25. 7128462 Refactored sr app to enable rest api. by Andreas Pantelopoulos · 6 years ago
  26. e1b4707 Inner vlan for encoding l2intf group id. by Andreas Pantelopoulos · 6 years ago
  27. 4c7de13 Refactored pseudowire code. by Andreas Pantelopoulos · 6 years ago
  28. 0dec562 Different vlan-id for leaf spine pws. by Andreas Pantelopoulos · 6 years ago
  29. eaf3c9b Skip unconfigured devices rather than aborting the entire process by Charles Chan · 6 years ago
  30. 0f9635b [CORD-2486] Improve Mcast CLI APIs by Pier Luigi · 6 years ago
  31. 6786b92 [CORD-2484] Deleting multicast route does not clean flows and groups by Pier Luigi · 6 years ago
  32. 35dab3f [CORD-2607] Mcast buckets correction by Pier Luigi · 6 years ago
  33. 8f36236 [CORD-2734] Protect SR executor from exceptions by Pier Luigi · 6 years ago
  34. 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
  35. bef07b5 Fix issue reported by error-prone by Yuta HIGUCHI · 6 years ago
  36. 8cd46de [CORD-2483] Deleting multiple sinks does not clean all flows and groups by Pier Luigi · 6 years ago
  37. 4f0dd21 [CORD-2483] Mcast does not forward traffic to all the sinks by Pier Luigi · 6 years ago
  38. 91573e1 [CORD-2480] Implement logic for dual-link in McastHandler by Pier Luigi · 6 years ago
  39. 580fd8a [CORD-2534] McastHandler does not handle device down by Pier Luigi · 6 years ago
  40. 6de6ffd Fix for NPE that can get triggered upon onos instance restart. by Saurav Das · 6 years ago
  41. dd9d00b Remove deprecated DefaultPath constructor with a scalar cost by Ray Milkey · 6 years ago
  42. 6430f41 Implemented CORD-1843 to avoid race condition when updating ECMPspgs. by Saurav Das · 6 years ago
  43. 06f626c Bugfix in route handler in occasion of route update event by Charles Chan · 6 years ago
  44. a8d9153 Checking mastership when revoking a route by Charles Chan · 6 years ago
  45. 0fbe65c SONAR suggestion - implement equals() whenever compareTo() is implmented by Ray Milkey · 6 years ago
  46. 092e9e2 SONAR suggestions - prevent truncation of arithmetic expressions by Ray Milkey · 6 years ago
  47. 9b80fba SONAR suggestion - checking the same condition twice by Ray Milkey · 6 years ago
  48. 6f31b3c Various small fixes by Yuta HIGUCHI · 6 years ago
  49. 43969b9 SONAR suggestions - more blocker bugs by Ray Milkey · 6 years ago
  50. e6c448a Take down edge ports on a leaf switch when all uplinks are gone by Saurav Das · 6 years ago
  51. 352e11c Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  52. 5a243d6 Fixed VLAN used for l2 intf groups of pseudowires by Andreas Pantelopoulos · 6 years ago
  53. b3e45a3 Minor update in PW configuration to handle updates better by Andreas Pantelopoulos · 6 years ago
  54. ecb09f4 [CORD-2532] IllegalArgumentException in OFDPA pipeliner by Pier Luigi · 6 years ago
  55. 5247fa9 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  56. 051490d Resume the use of ICMP type/code in OFDPA driver by Charles Chan · 6 years ago
  57. 8316381 Fix the path not found issue in pseudowire by Charles Chan · 6 years ago
  58. 75eef06 Deploy existing pseudowires when segment routing is activated by Andreas Pantelopoulos · 6 years ago
  59. 8e46aa7 Bug fix in routing logic - should let routing process continue by Saurav Das · 6 years ago
  60. 6961f22 CORD-2470 Fix NPEs by Charles Chan · 6 years ago
  61. f852b1b Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  62. 5a7acd2 Tagging 1.13.0-b8 by ONOS Jenkins User · 6 years ago
  63. e5a3255 Fix typo by Charles Chan · 6 years ago
  64. afc637f Pseudowire support for leaf-spine by Andreas Pantelopoulos · 6 years ago
  65. c4a68c3 Ignore irrelevant events in SegmentRoutingManager and DhcpRelayManager by Charles Chan · 6 years ago
  66. 17ca220 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
  67. 0494453 Adding a few checks in SR to ignore link events for links by Saurav Das · 6 years ago
  68. 873661e Dual-homing probing improvements by Charles Chan · 6 years ago
  69. eae2b99 Sonar suggestion - possible null pointer dereferences in equals() methods by Ray Milkey · 6 years ago
  70. 5037561 Bug fix for IgnoreDhcp rules after switch restart. Also fixed NPE in group handler, by Saurav Das · 6 years ago
  71. a02cd5d Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  72. b32a79f Tagging 1.13.0-b7 by ONOS Jenkins User · 6 years ago
  73. f047a03 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  74. 90e0293 Tagging 1.13.0-b6 by ONOS Jenkins User · 6 years ago
  75. 83f0bb0 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  76. 5a73138 Tagging 1.13.0-b5 by ONOS Jenkins User · 6 years ago
  77. ef8d12e Prevent packets with link-local destination IP from being routed by Charles Chan · 6 years ago
  78. 2a1f84d Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  79. 6519e54 Tagging 1.13.0-b3 by ONOS Jenkins User · 6 years ago
  80. a1e9d8b Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  81. 827f6ab Tagging 1.13.0-b1 by ONOS Jenkins User · 6 years ago
  82. 3876149 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  83. f670ad8 Tagging 1.13.0-b0 by ONOS Jenkins User · 6 years ago
  84. 672f8b6 sync javax.ws.rs-api version by Yuta HIGUCHI · 6 years ago
  85. 2b6a00f Fix for empty flooding groups due to bucket add/remove commands being reordered, and by Saurav Das · 6 years ago
  86. 61e24e1 Small updates to SR to get it to ignore devices not configured as routers by Jonathan Hart · 6 years ago
  87. 0c9c19f Changing two more component configs in segment routing by Charles Chan · 6 years ago
  88. f0ae4ee Starting snapshot 1.13.0-SNAPSHOT by Ray Milkey · 6 years ago
  89. b3c1faf Dual-homing redirection fix by Charles Chan · 6 years ago
  90. 5e7be3d Added basic pseudowire support for Trellis. by Andreas Pantelopoulos · 7 years ago
  91. 2ff1759 Port Authentication Tracker - initial cut. by Simon Hunt · 6 years ago
  92. 25f92b1 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 6 years ago
  93. c8674e8 Tagging 1.12.0-b2 by Ray Milkey · 6 years ago
  94. e5ef762 [CORD-634]Add dynamic config update support for interfaces by Jonghwan Hyun · 7 years ago
  95. f975958 Match VLAN_VID in TMAC table for mcast flows by Charles Chan · 7 years ago
  96. fa4b273 Bugfix: ping6 to interface IP of remote leaf doesn't work by Charles Chan · 7 years ago
  97. 8ca5a12 CORD-2063 Correctly update interface MAC when network config is updated by Charles Chan · 7 years ago
  98. 0cca97a IPv6 Unsolicited RA application. by Jayakumar Thazhath · 7 years ago
  99. c9d9347 Deprecate joda-time by Yuta HIGUCHI · 7 years ago
  100. 0c3a7bb Created BlockedPortsConfig in SegmentRouting app. by Simon Hunt · 7 years ago