1. 811bbae Pseudowire enhancements : by Andreas Pantelopoulos · 6 years ago
  2. b39777c Fix NPE caused by RoutingRulePopulator not initiated before linkHandler.init() by Charles Chan · 6 years ago
  3. b994f8d Sonar wants switch cases to end with a break statement by Ray Milkey · 6 years ago
  4. ff691b7 Implemented the following PW features and fixes: by Andreas Pantelopoulos · 6 years ago
  5. e5bff48 [CORD-2811] Fix VLAN cases in Mcast by Pier · 6 years ago
  6. c9e9224 CORD-2803 Correctly reply to ICMPv6 echo request that targets link-local address of the switch interface by Charles Chan · 6 years ago
  7. e0d4c87 Bugfix for stale state not being cleared up when switch goes down. by Saurav Das · 6 years ago
  8. 45b69ab QMX switches require the unicast flow being installed before multicast flow in TMAC table by Charles Chan · 6 years ago
  9. b87b8ab [CORD-2798] Fix defects in Mcast by Pier Luigi · 6 years ago
  10. 05514fd [CORD-2739] Caching in McastHandler by Pier Luigi · 6 years ago
  11. 1c5467b Sonar suggestion - possible NPEs by Ray Milkey · 6 years ago
  12. 2ea68ff Address Sonar warning by Charles Chan · 6 years ago
  13. 50d900c Minor OFDPA refactoring according to IntelliJ code analysis by Charles Chan · 6 years ago
  14. a402038 Handling multiple layers of spines. by Saurav Das · 6 years ago
  15. 96fe077 [CORD-2785] Refactor McastHandler and move to separated folder by Pier Luigi · 6 years ago
  16. 57d4179 [CORD-2748] Multicast flows are not properly updated when changing source by Pier Luigi · 6 years ago
  17. f7049c5 [CORD-2746] Avoid pair links during path computation by Pier Luigi · 6 years ago
  18. 83f919b [CORD-2740] Listening for topology events by Pier Luigi · 6 years ago
  19. e1c8e45 Removed package-info.java from segmentrouting/web. by Andreas Pantelopoulos · 6 years ago
  20. dd33be5 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
  21. f810a7a [CORD-2721] Implement group bucket modification by Jonghwan Hyun · 6 years ago
  22. 35d748c Fix SONAR issue - mutable public variables by Ray Milkey · 6 years ago
  23. cd33959 REST API for pseudowire addition / deletion. by Andreas Pantelopoulos · 6 years ago
  24. 067c44b Fix SONAR problems by Ray Milkey · 6 years ago
  25. 8500118 Maven build for sr application. by Andreas Pantelopoulos · 6 years ago
  26. c6c9b17 Fix some small SONAR issues by Ray Milkey · 6 years ago
  27. 4e6d8b2 Refactored sr app to enable rest api. by Andreas Pantelopoulos · 6 years ago
  28. 1e61db5 Inner vlan for encoding l2intf group id. by Andreas Pantelopoulos · 6 years ago
  29. b21547d Refactored pseudowire code. by Andreas Pantelopoulos · 6 years ago
  30. 7703171 Different vlan-id for leaf spine pws. by Andreas Pantelopoulos · 6 years ago
  31. 9272613 Skip unconfigured devices rather than aborting the entire process by Charles Chan · 6 years ago
  32. b29144d [CORD-2486] Improve Mcast CLI APIs by Pier Luigi · 6 years ago
  33. 9930da5 [CORD-2484] Deleting multicast route does not clean flows and groups by Pier Luigi · 6 years ago
  34. b72201b [CORD-2607] Mcast buckets correction by Pier Luigi · 6 years ago
  35. eefa276 [CORD-2734] Protect SR executor from exceptions by Pier Luigi · 6 years ago
  36. 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
  37. 0eb68e1 Fix issue reported by error-prone by Yuta HIGUCHI · 6 years ago
  38. d1be7b1 [CORD-2483] Deleting multiple sinks does not clean all flows and groups by Pier Luigi · 6 years ago
  39. 21fffd2 [CORD-2483] Mcast does not forward traffic to all the sinks by Pier Luigi · 6 years ago
  40. bad6d6c [CORD-2480] Implement logic for dual-link in McastHandler by Pier Luigi · 6 years ago
  41. eba73a0 [CORD-2534] McastHandler does not handle device down by Pier Luigi · 6 years ago
  42. 15a8178 Fix for NPE that can get triggered upon onos instance restart. by Saurav Das · 6 years ago
  43. a7cf8c8 Remove deprecated DefaultPath constructor with a scalar cost by Ray Milkey · 6 years ago
  44. c568c34 Implemented CORD-1843 to avoid race condition when updating ECMPspgs. by Saurav Das · 6 years ago
  45. 08d9132 Bugfix in route handler in occasion of route update event by Charles Chan · 6 years ago
  46. 5f7577e Checking mastership when revoking a route by Charles Chan · 6 years ago
  47. 1567b53 SONAR suggestion - implement equals() whenever compareTo() is implmented by Ray Milkey · 6 years ago
  48. 3717e60 SONAR suggestions - prevent truncation of arithmetic expressions by Ray Milkey · 6 years ago
  49. 34ef6a1 SONAR suggestion - checking the same condition twice by Ray Milkey · 6 years ago
  50. fbd9ae9 Various small fixes by Yuta HIGUCHI · 6 years ago
  51. ffe1a33 SONAR suggestions - more blocker bugs by Ray Milkey · 6 years ago
  52. 45f4815 Take down edge ports on a leaf switch when all uplinks are gone by Saurav Das · 6 years ago
  53. 74e5913 Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  54. 161ce33 Fixed VLAN used for l2 intf groups of pseudowires by Andreas Pantelopoulos · 6 years ago
  55. c41ceb9 Minor update in PW configuration to handle updates better by Andreas Pantelopoulos · 6 years ago
  56. 63edd93 [CORD-2532] IllegalArgumentException in OFDPA pipeliner by Pier Luigi · 6 years ago
  57. 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  58. 09bf269 Resume the use of ICMP type/code in OFDPA driver by Charles Chan · 6 years ago
  59. f237e1b Fix the path not found issue in pseudowire by Charles Chan · 6 years ago
  60. 4a768c0 Deploy existing pseudowires when segment routing is activated by Andreas Pantelopoulos · 6 years ago
  61. bd071d8 Bug fix in routing logic - should let routing process continue by Saurav Das · 6 years ago
  62. 132393a CORD-2470 Fix NPEs by Charles Chan · 6 years ago
  63. 45d340c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  64. 32ebb5a Tagging 1.13.0-b8 by ONOS Jenkins User · 6 years ago 1.13.0-b8
  65. f7ce509 Fix typo by Charles Chan · 6 years ago
  66. 20474e0 Pseudowire support for leaf-spine by Andreas Pantelopoulos · 6 years ago
  67. 50443e8 Ignore irrelevant events in SegmentRoutingManager and DhcpRelayManager by Charles Chan · 6 years ago
  68. c550f2e 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
  69. 41890db Adding a few checks in SR to ignore link events for links by Saurav Das · 6 years ago
  70. 4793375 Dual-homing probing improvements by Charles Chan · 6 years ago
  71. c4191ed Sonar suggestion - possible null pointer dereferences in equals() methods by Ray Milkey · 6 years ago
  72. b805f1a Bug fix for IgnoreDhcp rules after switch restart. Also fixed NPE in group handler, by Saurav Das · 6 years ago
  73. 61881df Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  74. d22dccc Tagging 1.13.0-b7 by ONOS Jenkins User · 6 years ago 1.13.0-b7
  75. 4bf9e3a Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  76. 168ac92 Tagging 1.13.0-b6 by ONOS Jenkins User · 6 years ago 1.13.0-b6
  77. 0e78e27 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  78. 2a7d833 Tagging 1.13.0-b5 by ONOS Jenkins User · 6 years ago 1.13.0-b5
  79. 78ec505 Prevent packets with link-local destination IP from being routed by Charles Chan · 6 years ago
  80. c53a15f Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  81. d06da9e Tagging 1.13.0-b3 by ONOS Jenkins User · 6 years ago
  82. 716484c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  83. 6a6ac1d Tagging 1.13.0-b1 by ONOS Jenkins User · 6 years ago
  84. a57a814 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  85. 8977ced Tagging 1.13.0-b0 by ONOS Jenkins User · 6 years ago
  86. c2af966 sync javax.ws.rs-api version by Yuta HIGUCHI · 6 years ago
  87. f14d9ef Fix for empty flooding groups due to bucket add/remove commands being reordered, and by Saurav Das · 6 years ago
  88. 8ca2bc0 Small updates to SR to get it to ignore devices not configured as routers by Jonathan Hart · 6 years ago
  89. 807d87a Changing two more component configs in segment routing by Charles Chan · 6 years ago
  90. a09f87f Starting snapshot 1.13.0-SNAPSHOT by Ray Milkey · 6 years ago
  91. 3d650a6 Dual-homing redirection fix by Charles Chan · 6 years ago
  92. 27532cd Added basic pseudowire support for Trellis. by Andreas Pantelopoulos · 7 years ago
  93. 5789e1c Port Authentication Tracker - initial cut. by Simon Hunt · 7 years ago
  94. cc6ec60 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 6 years ago
  95. 9f9a752 Tagging 1.12.0-b2 by Ray Milkey · 6 years ago 1.12.0-b2
  96. 42fe105 [CORD-634]Add dynamic config update support for interfaces by Jonghwan Hyun · 7 years ago
  97. b4879a5 Match VLAN_VID in TMAC table for mcast flows by Charles Chan · 7 years ago
  98. 419f5aa Bugfix: ping6 to interface IP of remote leaf doesn't work by Charles Chan · 7 years ago
  99. 27fe1a5 CORD-2063 Correctly update interface MAC when network config is updated by Charles Chan · 7 years ago
  100. 3ec6aa2 IPv6 Unsolicited RA application. by Jayakumar Thazhath · 7 years ago