1. 34e29ca Implement OpenFlow based LambdaQuery behavior by Laszlo Papp · 6 years ago
  2. 5193cb7 Bump yang tools version to 2.4 by Ray Milkey · 6 years ago
  3. 8ee2be9 added cfgService for AlarmPollingProvider by fahadnaeemkhan · 6 years ago
  4. 15a8178 Fix for NPE that can get triggered upon onos instance restart. by Saurav Das · 6 years ago
  5. 02a9498 Bump up openstack4j to 3.1.0 with dependency updated by Jian Li · 6 years ago
  6. 94db191 Ensure messages are correctly timed out in NettyMessagingManager by Jordan Halterman · 6 years ago
  7. a7cf8c8 Remove deprecated DefaultPath constructor with a scalar cost by Ray Milkey · 6 years ago
  8. 97f9d4c T3: Handling double rules on table 10 for HW by Andrea Campanella · 6 years ago
  9. d517073 Remove deprecated behaviour Queue APIs by Ray Milkey · 6 years ago
  10. d4b51c2 Remove deprecated key file interface by Ray Milkey · 6 years ago
  11. 640fedd Remove deprecated port behaviour classes - PortConfig - PortDiscovery by Ray Milkey · 6 years ago
  12. 25db42f Bug fix for Ofdpa2 group handler. by Andreas Pantelopoulos · 6 years ago
  13. c568c34 Implemented CORD-1843 to avoid race condition when updating ECMPspgs. by Saurav Das · 6 years ago
  14. 035ed1f CORD-2581 Push FPM routes to route store again when an instance rejoin the cluster by Charles Chan · 6 years ago
  15. 58b3b52 T3 Vlan handling when output to controller by Andrea Campanella · 6 years ago
  16. d5bb2ef [CORD-2635][CORD-2632] Handle Clear Deferred actions. Support for DHCP packets trace. Output optimization to handle also gateways by Andrea Campanella · 6 years ago
  17. 4504e59 Upgrade to Atomix 2.0.16 by Jordan Halterman · 6 years ago
  18. b18424c [ONOS-7444] Optimize SONA gw doesn't use vrouter app and quagga anymore by daniel park · 6 years ago
  19. 23e73c5 [ONOS-7373] Ensure Netty channels are closed on send exceptions by Jordan Halterman · 6 years ago
  20. 77a9405 Support latest OFDPA premium image by Charles Chan · 6 years ago
  21. 08d9132 Bugfix in route handler in occasion of route update event by Charles Chan · 6 years ago
  22. 5f7577e Checking mastership when revoking a route by Charles Chan · 6 years ago
  23. 0cc4450 Introduce DistributedLock to guarantee that minority nodes won't try to remove by Charles Chan · 6 years ago
  24. fd9939b Enhanced stc-warden monitor tool to check disk being write-able. by Thomas Vachuska · 6 years ago
  25. c419f0e Adding artifacts for the tutorial VM. by Thomas Vachuska · 6 years ago
  26. 552c382 Inducing small delay to allow ARPs to be seen by controller. by Thomas Vachuska · 6 years ago
  27. b51707b HACK: Clean-up frequent problem-cause files from buck-out by Thomas Vachuska · 6 years ago
  28. f3cbc80 SONAR suggestion - remove unneeded catch of Exception by Ray Milkey · 6 years ago
  29. 1b1355d Adding ability to wipe-out UI model cache and network config. by Thomas Vachuska · 6 years ago
  30. 2b4958a SONAR suggestion - don't use generic exceptions by Ray Milkey · 6 years ago
  31. 074ba9b SONAR suggestions - concurrent access to static fields by Ray Milkey · 6 years ago
  32. 5c7d488 SONAR suggestion - proper handling of InterruptedException by Ray Milkey · 6 years ago
  33. 46c5eaa Make caching optional for LeaderElector primitive. by Jordan Halterman · 6 years ago
  34. 5bbe5ba Upgrade to Atomix 2.0.15 by Jordan Halterman · 6 years ago
  35. d87a6b0 Updating tower topology for the tutorial. by Thomas Vachuska · 6 years ago
  36. ca7ee07 SONAR suggestion - bit operator instead of logical by Ray Milkey · 6 years ago
  37. 6a418d2 ONOS-7419 Compare and update TAPI yang currently in ONOS with TAPI 2.0 release by wu · 6 years ago
  38. 9a618ed Fix the Calient wavelength range by Laszlo Papp · 6 years ago
  39. e46f093 Workaround to make `mis` work by Yuta HIGUCHI · 6 years ago
  40. 5767d59 Updating tower topology for the tutorial. by Thomas Vachuska · 6 years ago
  41. ba547f9 SONAR suggestion - log exceptions, don't print stack traces by Ray Milkey · 6 years ago
  42. 961b19f SONAR suggestions - eliminate lossy arithmetic by Ray Milkey · 6 years ago
  43. ef31005 SONAR suggestions - uneccesary instanceof operators by Ray Milkey · 6 years ago
  44. 22cb550 ONOS-6329 - Added configured property to the Host Panel by Steven Burrows · 6 years ago
  45. 31e00c61 ONOS-7187 - Added testcard for color the swatch by Steven Burrows · 6 years ago
  46. 7382c7f T3 output enhacements by Andrea Campanella · 6 years ago
  47. ef9e0ae fix config by Yi Tseng · 6 years ago
  48. 6de4fb9 [ONOS-7409] Fixing NullPointerException when DeviceManager handles deviceDisconnected by Donghyeok Ho · 6 years ago
  49. ee9d061 Modify proxy arp for mwc demo by Yi Tseng · 6 years ago
  50. 9461d70 Update MWC config by Yi Tseng · 6 years ago
  51. 1c2881d Fixing onos-user-key to use ssh-keygen optionally. by Thomas Vachuska · 6 years ago
  52. 1567b53 SONAR suggestion - implement equals() whenever compareTo() is implmented by Ray Milkey · 6 years ago
  53. 110ba89 ONOS-7420 workaround for DCS event consolidation bug by Yuta HIGUCHI · 6 years ago
  54. e04aac9 [CORD-2631] Handling dual links in T3 by Andrea Campanella · 6 years ago
  55. 49d956c Add client-side timer for blocking on DistributedLock#tryLock(Duration) while partition is unavailable by Jordan Halterman · 6 years ago
  56. 7c8e791 [CORD-2582] Adding ARP support to T3 by Andrea Campanella · 6 years ago
  57. ecbdc64 SONAR suggestion - indexOf() > 0 ignores the first character in a string by Ray Milkey · 6 years ago
  58. 928644f SONAR suggestions - don't have a public setter in an enum by Ray Milkey · 6 years ago
  59. d6a67c3 SONAR suggestion - explicit break in switch statements by Ray Milkey · 6 years ago
  60. 8206ad9 ONOS-6205, DistributedMeterStore contains several memory leak when storing CompletableFutures in a map but failing to remove them when the futures are completedexceptionally. by Hwanwook Lee · 6 years ago
  61. 5bdffe7 Updated fabric P4 compiler output for BMv2 by Carmelo Cascone · 6 years ago
  62. 5edb95b Merge remote-tracking branch 'origin/master' into dev/auklet by Carmelo Cascone · 6 years ago
  63. a106140 Made multicast support optional in fabric.p4 by Carmelo Cascone · 6 years ago
  64. fb71f73 Fix netcfg for EPC slice1 by Yi Tseng · 6 years ago
  65. ecb3576 Tofino compiled output with SPGW fix by Carmelo Cascone · 6 years ago
  66. af0e33c Fix segmentrouting interfaces by Carmelo Cascone · 6 years ago
  67. 3563a27 Updated fpcagent submodule by Carmelo Cascone · 6 years ago
  68. 5498422 More scripts to restart fabric onos and provision config by Carmelo Cascone · 6 years ago
  69. de736e0 +x permissions for mwc-bpr-docker by Carmelo Cascone · 6 years ago
  70. c49a20f Modified Dockerfile to forward port 8070 for FPC by Carmelo Cascone · 6 years ago
  71. 3717e60 SONAR suggestions - prevent truncation of arithmetic expressions by Ray Milkey · 6 years ago
  72. 6735683 Sync versions in archetypes by Yuta HIGUCHI · 6 years ago
  73. a40aa0b Adding feature repo listing to the diagnostics commands. by Thomas Vachuska · 6 years ago
  74. a15d245 disable BDDP by default by Yi Tseng · 6 years ago
  75. 658dd80 Update MWC configs by Yi Tseng · 6 years ago
  76. 084245f Deploy 1.11 version of the ONOS Maven plugin by Ray Milkey · 6 years ago
  77. 34ef6a1 SONAR suggestion - checking the same condition twice by Ray Milkey · 6 years ago
  78. 99b7bbe Adding REST API and CLI for managing UI user preferences. by Thomas Vachuska · 6 years ago
  79. f9af3d6 Sync versions in archetypes by Yuta HIGUCHI · 6 years ago
  80. 8cf74d7 Merge remote-tracking branch 'origin/master' into dev/auklet by Carmelo Cascone · 6 years ago
  81. 4fd2843 [ONOS-7438][ONOS-7439] Supports table counters and some properties by Yi Tseng · 6 years ago
  82. 8ffe33b Added script to build, push and run the ONOS container in the head node by Carmelo Cascone · 6 years ago
  83. 4b79d09 Merge remote-tracking branch 'origin/master' into dev/auklet by Carmelo Cascone · 6 years ago
  84. e67e141 [ONOS-7437] Logs more detail from P4Runtime error message by Yi Tseng · 6 years ago
  85. d76b679 Cleaning up the onos remote CLI tool for use as admin tool. by Thomas Vachuska · 6 years ago
  86. 84034d4 MWC fabric setup by Yi Tseng · 6 years ago
  87. 33e85c0 Made GTP UPD checksum update optinal in SPGW by Carmelo Cascone · 6 years ago
  88. dbd7d67 Updated fpcagent submodule to support segmentrouting config by Carmelo Cascone · 6 years ago
  89. ce1bf71 Cavium-pro driver extends BMv2 by Carmelo Cascone · 6 years ago
  90. 8ac4fc8 Added SPGW fabric-pro pipeconfs by Carmelo Cascone · 6 years ago
  91. 42b6203 SONAR suggestion - problems with string format calls by Ray Milkey · 6 years ago
  92. 8efa500 Merge branch 'master' into dev/auklet by Carmelo Cascone · 6 years ago
  93. 5f092c4 OF: implement target power setting by Laszlo Papp · 6 years ago
  94. 18dac85 Add DistributedLock test commands and STC tests by Jordan Halterman · 6 years ago
  95. 986a47a SONAR suggestion - generic exceptions by Ray Milkey · 6 years ago
  96. 4743258 Add distributed lock primitive by Jordan Halterman · 6 years ago
  97. 10f35dc SONAR suggestion - remove mutable public collections by Ray Milkey · 6 years ago
  98. c4960e9 This is a language bundle for LION: Dutch(NL) by Keesjan Karsten · 6 years ago
  99. 7a8488c Support for MPLS Swap Group creation. by Andreas Pantelopoulos · 6 years ago
  100. 39e2023 Don't try and write an empty list of OF messages by Jonathan Hart · 6 years ago