1. 7382c7f T3 output enhacements by Andrea Campanella · 6 years ago
  2. 1567b53 SONAR suggestion - implement equals() whenever compareTo() is implmented by Ray Milkey · 6 years ago
  3. 110ba89 ONOS-7420 workaround for DCS event consolidation bug by Yuta HIGUCHI · 6 years ago
  4. e04aac9 [CORD-2631] Handling dual links in T3 by Andrea Campanella · 6 years ago
  5. 7c8e791 [CORD-2582] Adding ARP support to T3 by Andrea Campanella · 6 years ago
  6. d6a67c3 SONAR suggestion - explicit break in switch statements by Ray Milkey · 6 years ago
  7. 3717e60 SONAR suggestions - prevent truncation of arithmetic expressions by Ray Milkey · 6 years ago
  8. 34ef6a1 SONAR suggestion - checking the same condition twice by Ray Milkey · 6 years ago
  9. 18dac85 Add DistributedLock test commands and STC tests by Jordan Halterman · 6 years ago
  10. 986a47a SONAR suggestion - generic exceptions by Ray Milkey · 6 years ago
  11. 10f35dc SONAR suggestion - remove mutable public collections by Ray Milkey · 6 years ago
  12. f1653a7 pom cleanup by Yuta HIGUCHI · 6 years ago
  13. 4ee4af1 T3 avoiding false flow rule match by Andrea Campanella · 6 years ago
  14. 88c5998 T3 - Fixing NPE for flow rules by Andrea Campanella · 6 years ago
  15. e34b6a2 Adding Maven tests for apps/restconf/api by Sean Condon · 6 years ago
  16. b1dec91 CORD-2637 Correctly use broadcast flag in DHCPv4 relay by Daniel Ginsburg · 6 years ago
  17. 488a94c more error-prone issue fix by Yuta HIGUCHI · 6 years ago
  18. 96b896d [ONOS-7262] Cfm improvements to allow RMeps and Mds and Mas to be added and deleted by Sean Condon · 6 years ago
  19. 09ca07a T3: removed fixed mpls_bos and proper mpls label removal by Andrea Campanella · 6 years ago
  20. 13b1681 Add support for RESTCONF standard errors by Sean Condon · 6 years ago
  21. fbd9ae9 Various small fixes by Yuta HIGUCHI · 6 years ago
  22. 8be1af9 T3: Support for Ipv6 in CLI command by Andrea Campanella · 6 years ago
  23. 094a135 Removed the setServiceDirectory() method from the base web resource by Ray Milkey · 6 years ago
  24. fa6002c SONAR suggestion - collection item types by Ray Milkey · 6 years ago
  25. 06297ed SONAR suggestion - Synchronize initialization of static fields by Ray Milkey · 6 years ago
  26. ffe1a33 SONAR suggestions - more blocker bugs by Ray Milkey · 6 years ago
  27. 6dc7e4f Updates of SimpleFabric applcation by Lee Yongjae · 6 years ago
  28. 2ff6716 SONAR Suggestion - use .equals() on strings, not '==' by Ray Milkey · 6 years ago
  29. bb9d3fb Adding drop on same output of input connect point by Andrea Campanella · 6 years ago
  30. 239492c Fix NPE in Dhcp6HandlerImpl by Charles Chan · 6 years ago
  31. 40beb72 [CORD-2529] Fpm route store handling by Kalhee Kim · 6 years ago
  32. 2f07c60 [CORD-2260] Add a timer task to clean ipaddr, pd prefix by Kalhee Kim · 6 years ago
  33. d94ceea [CORD-2362] dhcp relay v6 counters implementation by Kalhee Kim · 6 years ago
  34. 495c9b2 [CORD-2318] Allow v6 alternative dhcp server for default and indirect dhcp server by Kalhee Kim · 6 years ago
  35. ea4b6c2 [CORD-2226] Dhcp6 Relay uses to store dhcp record for LeaseQuery by Kalhee Kim · 6 years ago
  36. 45f4815 Take down edge ports on a leaf switch when all uplinks are gone by Saurav Das · 6 years ago
  37. fe0e085 SONAR suggestions - boolean expressions that are known to be 'true' or 'false' by Ray Milkey · 6 years ago
  38. 74e5913 Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  39. 37d1062 T3: Handling null or offline device by Andrea Campanella · 6 years ago
  40. 2bc55dd Fix for T3 test paths by Andrea Campanella · 6 years ago
  41. 01e886e [CORD-2432][CORD-2431] Initial t3 implementation by Andrea Campanella · 6 years ago
  42. 161ce33 Fixed VLAN used for l2 intf groups of pseudowires by Andreas Pantelopoulos · 6 years ago
  43. c41ceb9 Minor update in PW configuration to handle updates better by Andreas Pantelopoulos · 6 years ago
  44. 63edd93 [CORD-2532] IllegalArgumentException in OFDPA pipeliner by Pier Luigi · 6 years ago
  45. 9c9cde4 SONAR Suggestion - protected members in final classes are pointless by Ray Milkey · 6 years ago
  46. 57add21 Sonar suggestion - null pointer check had the wrong boolean operator by Ray Milkey · 6 years ago
  47. 4a76f37 Fixed app category for live-compile YANG models. by Thomas Vachuska · 6 years ago
  48. d4439e6 Sonar suggestion - don't lock on a potentially shared Object by Ray Milkey · 6 years ago
  49. 09bf269 Resume the use of ICMP type/code in OFDPA driver by Charles Chan · 6 years ago
  50. f237e1b Fix the path not found issue in pseudowire by Charles Chan · 6 years ago
  51. 4a768c0 Deploy existing pseudowires when segment routing is activated by Andreas Pantelopoulos · 6 years ago
  52. bd071d8 Bug fix in routing logic - should let routing process continue by Saurav Das · 6 years ago
  53. 132393a CORD-2470 Fix NPEs by Charles Chan · 6 years ago
  54. 45d340c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  55. 32ebb5a Tagging 1.13.0-b8 by ONOS Jenkins User · 6 years ago 1.13.0-b8
  56. 6ed460a Fix to deal with exception cases in case of OpenstackNetworkEvent. by daniel park · 6 years ago
  57. f7ce509 Fix typo by Charles Chan · 6 years ago
  58. 20474e0 Pseudowire support for leaf-spine by Andreas Pantelopoulos · 6 years ago
  59. 50443e8 Ignore irrelevant events in SegmentRoutingManager and DhcpRelayManager by Charles Chan · 6 years ago
  60. 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
  61. 41890db Adding a few checks in SR to ignore link events for links by Saurav Das · 6 years ago
  62. 4793375 Dual-homing probing improvements by Charles Chan · 6 years ago
  63. 780bb9b Enable buck rabbit MQ app unit tests by Ray Milkey · 6 years ago
  64. b68bbbc Sonar suggestion - use a secure random number generator by Ray Milkey · 6 years ago
  65. 68ef26b Remove unnecessary warning from DHCP6 relay handler by Yi Tseng · 6 years ago
  66. c4191ed Sonar suggestion - possible null pointer dereferences in equals() methods by Ray Milkey · 6 years ago
  67. 85dab42 Sonar fix - bad equals method by Ray Milkey · 6 years ago
  68. 0e11dcb Starting to include kafka-integration app as part of Buck build. by Thomas Vachuska · 6 years ago
  69. b805f1a Bug fix for IgnoreDhcp rules after switch restart. Also fixed NPE in group handler, by Saurav Das · 6 years ago
  70. b1936bd Bumped version of gRPC to 1.3.1 by Carmelo Cascone · 6 years ago
  71. 8bcd586 [ONOS-7311] and [ONOS-7197] Update ONOS to support most recent version of BMv2 and PI by Andrea Campanella · 6 years ago
  72. 61881df Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  73. d22dccc Tagging 1.13.0-b7 by ONOS Jenkins User · 6 years ago 1.13.0-b7
  74. 4bf9e3a Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  75. 168ac92 Tagging 1.13.0-b6 by ONOS Jenkins User · 6 years ago 1.13.0-b6
  76. 0e78e27 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  77. 2a7d833 Tagging 1.13.0-b5 by ONOS Jenkins User · 6 years ago 1.13.0-b5
  78. 78ec505 Prevent packets with link-local destination IP from being routed by Charles Chan · 6 years ago
  79. c53a15f Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  80. d06da9e Tagging 1.13.0-b3 by ONOS Jenkins User · 6 years ago
  81. 716484c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  82. 6a6ac1d Tagging 1.13.0-b1 by ONOS Jenkins User · 6 years ago
  83. a57a814 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  84. 8977ced Tagging 1.13.0-b0 by ONOS Jenkins User · 6 years ago
  85. c2af966 sync javax.ws.rs-api version by Yuta HIGUCHI · 6 years ago
  86. 830b5dc Add device proxy support to RESTCONF by Henry Yu · 6 years ago
  87. 89e60d7 Removed custom PATCH interface by Dimitrios Mavrommatis · 6 years ago
  88. 448e684 Fix pom inconsistent with project structure by Yuta HIGUCHI · 6 years ago
  89. f14d9ef Fix for empty flooding groups due to bucket add/remove commands being reordered, and by Saurav Das · 6 years ago
  90. 7c27bb4 Initial commit of SimpleFabric application by Lee Yongjae · 6 years ago
  91. 8ca2bc0 Small updates to SR to get it to ignore devices not configured as routers by Jonathan Hart · 6 years ago
  92. 0032133 [ONOS-7278] Fix for Rpc. by Gaurav Agrawal · 6 years ago
  93. 3bd57ac [CORD-2320] DHCPv4 thows an exception when no indirect DHCPv4 server is configured by Yi Tseng · 6 years ago
  94. dbabeed [CORD-2316] DHCP relay should ignore the DHCP packet if configed instead of drop it by Yi Tseng · 6 years ago
  95. c884b69 ONOS-6825: added OFAgent tracer by Jovana Vuleta · 6 years ago
  96. 6cbce02 ONOS-7276 OFAgent - fix ItemNotFoundException when processing FLOW_MOD message by Claudine Chiu · 6 years ago
  97. cbf9917 Bump up ONOS to version 2.3.1 of yangtools by Ray Milkey · 6 years ago
  98. 807d87a Changing two more component configs in segment routing by Charles Chan · 6 years ago
  99. cf2751f Fix for Microsemi Unit tests by Sean Condon · 6 years ago
  100. 5167f32 Refactored PI-ECMP app to use action profiles of basic.p4 by Carmelo Cascone · 6 years ago