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