1. 5145de2 Eliminate redundant flow programming when host moves by Charles Chan · 6 years ago
  2. 4972416 Remove deprecated APIs from packet classes by Ray Milkey · 5 years ago
  3. 46d557f Provides a separate executor to handle map events. by pier · 5 years ago
  4. c97849c If link list if null or empty, the following code links.get(0) will get an error. by kezhiyong · 5 years ago
  5. ec9e4de Prevent NPE if an event comes in during start up by Ray Milkey · 5 years ago
  6. 52f2cd1 Detangling incubator: virtual nets, tunnels, resource labels, oh my by Thomas Vachuska · 6 years ago
  7. e52652c Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  8. a61b0a8 Symmetric host probing by Mayank Tiwari · 6 years ago
  9. 68032db Remove blueprint files for 3.0 karaf CLI by Ray Milkey · 6 years ago
  10. dc5fb02 Change the service dependency to mandatory by Charles Chan · 6 years ago
  11. 88dd7e2 Modify test app usages of Property annotations for new OSGi implementation by Ray Milkey · 6 years ago
  12. 22ea612 Removing BUCK files and other Buck-related auxiliaries. by Thomas Vachuska · 6 years ago
  13. 3101df6 Use new property scheme for segment routing app by Ray Milkey · 6 years ago
  14. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  15. dc897a6 If path is empty but not null, The following code may be error. by 柯志勇10068695 · 6 years ago
  16. 3d5d002 Fix indentation by Ray Milkey · 6 years ago
  17. b52acf3 Fixes for karaf 4.2.1 CLI annotations for segment routing app by Ray Milkey · 6 years ago
  18. df52129 Merge remote-tracking branch 'origin/master' into merge-master by Ray Milkey · 6 years ago
  19. 655b9a8 Prevent XConnect loop by jayakumarthazhath · 6 years ago
  20. 6fa516e Avoid throwing NPE when SID or Loopback is not configured by Charles Chan · 6 years ago
  21. 7a2dee5 [WIP] Add @Service tags to all commands and completers by Ray Milkey · 6 years ago
  22. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  23. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  24. 3e56d9f Fix serialization issue by Charles Chan · 6 years ago
  25. a17b3a1 Implement CLI for black hole routes by Charles Chan · 6 years ago
  26. 9d7db8a App should not care about table transition by Charles Chan · 6 years ago
  27. 67ef255 Pass metadata in the remove_from_existing operation, just like the add_to_existing case by Charles Chan · 6 years ago
  28. c76685f Shorten the polling frequency and offset the flows and groups polling by Charles Chan · 6 years ago
  29. 7040b69 Ignore DEVICE_ADDED event while availability is false by Charles Chan · 6 years ago
  30. 55b806f Remove NextId from internal stores when the NextObj fails by Charles Chan · 6 years ago
  31. d5814aa Implement CLI commands to view and delete SR internal stores by Charles Chan · 6 years ago
  32. f27ef09 Suppress IPv6 flows when the device is not configured with IPv6 by Charles Chan · 6 years ago
  33. e0260e1 ONOS-7759 Explicitly pop VLAN while editing hash group buckets by Charles Chan · 6 years ago
  34. fe13f3e Fix timeout problem of fabric pipeliner by Yi Tseng · 6 years ago
  35. 9587dc9 Cosmetic fix while creating Pseudowire config by Phaneendra Manda · 6 years ago
  36. 761e80a Remove pom files from ONOS by Ray Milkey · 6 years ago
  37. 312d987 Starting snapshot 1.15.0-SNAPSHOT by Ray Milkey · 6 years ago
  38. 09c2c4d Changing the default pw transport vlan to 4090 instead of 4093. by Saurav Das · 6 years ago
  39. 03e5521 Starting snapshot 1.14.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  40. 3594c24 Tagging 1.14.0-rc2 by ONOS Jenkins User · 6 years ago 1.14.0-rc2
  41. 4e5f2d6 Starting snapshot 1.14.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  42. cff0bd8 Tagging 1.14.0-rc1 by ONOS Jenkins User · 6 years ago 1.14.0-rc1
  43. 69b7ae6 [ONOS-7759] Explicitly pop VLAN when a transport VLAN is not required on a spine by Charles Chan · 6 years ago
  44. 4867af2 Revert "Tagging 1.14.0-b1" by Ray Milkey · 6 years ago
  45. 4164436 More p4runtime-related bazel build files by Carmelo Cascone · 6 years ago
  46. 78ce400 Tagging 1.14.0-b1 by Ray Milkey · 6 years ago
  47. 168111e Move device event handling to another thread in XconnectManager by Charles Chan · 6 years ago
  48. b67dfdd Clarify log messages by Charles Chan · 6 years ago
  49. 57465d3 Implement component config to enable double tagged host programming by Charles Chan · 6 years ago
  50. f82d155 Verify unchanged host location when host is moved by Charles Chan · 6 years ago
  51. 05b06bc RouteHandler misbehaved when next hop moves from single location to dual location by Charles Chan · 6 years ago
  52. f45552d Block pseudo wire VLAN translation by Charles Chan · 6 years ago
  53. 871d918 Fix serialization execption by Charles Chan · 6 years ago
  54. 67484d9 Added RBAC for REST APIs. by Thomas Vachuska · 6 years ago
  55. 970b964 Adding more Bazel BUILD files by Thomas Vachuska · 6 years ago
  56. eded688 Set R-bit in neighbor advertisement if replying as a router by Charles Chan · 6 years ago
  57. 4d63939 Delete prefix from sr-device-subnet when the next hop host is removed by Charles Chan · 6 years ago
  58. ca0b5df Cleaning up application categories. by Thomas Vachuska · 6 years ago
  59. c7b3c45 Implement CLI and REST API for Xconnect by Charles Chan · 6 years ago
  60. f76de30 Improve Xconnect to support BSOD use case by Charles Chan · 6 years ago
  61. f2f8ef0 Fix ConcurrentModificationException by Charles Chan · 6 years ago
  62. 137f27f Bugfix in routing logic to avoid null groups; Improvement in group handling. by Saurav Das · 6 years ago
  63. 5adc628 Refactor DefaultRoutingHandler to avoid hitting 2000 lines limit by Charles Chan · 6 years ago
  64. b251801 Configuration option respondToUnknownHosts. by Andreas Pantelopoulos · 6 years ago
  65. 15053f0 buildifier formatting of bazel files by Ray Milkey · 6 years ago
  66. 02a658b Build segment routing app with bazel by Ray Milkey · 6 years ago
  67. 7fba877 Made the l2 handler use the new logic for pw trans. by Andreas Pantelopoulos · 6 years ago
  68. 5bf1366 Various pseudowire fixes and improvements. by Andreas Pantelopoulos · 6 years ago
  69. 7ff935e remove extra semicolons by Sangyeok Sim · 6 years ago
  70. ff79dd9 Implement host probing retry with major refactoring by Charles Chan · 6 years ago
  71. fbcd55e sr-mcast NPE fix on vlan change by Andrea Campanella · 6 years ago
  72. 67e09ae Bug fix for refactored DestinationSet. by Andreas Pantelopoulos · 6 years ago
  73. 192284c Refactored DestinationSet and nextobj for pws. by Andreas Pantelopoulos · 6 years ago
  74. e7e71a8 Update checkstyle to 8.10 by Yuta HIGUCHI · 6 years ago
  75. 749996b Fix event handling race condition ONOS-7673 by Ray Milkey · 6 years ago
  76. 056e0c1 Revert "Adding Multisct traffic drop for un-programmed trees" by Charles Chan · 6 years ago
  77. 1487dec Fixing NPE for absent blackhole config by Andrea Campanella · 6 years ago
  78. b955fec Adding Multisct traffic drop for un-programmed trees by Andrea Campanella · 6 years ago
  79. c1d47e9 Avoid programming TMAC entries for BSOD vlans by Daniel Ginsburg · 6 years ago
  80. d980c6d Adding route blackhole by Andrea Campanella · 6 years ago
  81. 07f15f2 Fix ConsistentMapException.Interrupted and NullPointerException by Charles Chan · 6 years ago
  82. 3e79375 [CORD-2839] Handling multiple sources by Pier · 6 years ago
  83. 0ddf9b8 Moving Source from connect point to HostId in MulticastHandling by Andrea Campanella · 6 years ago
  84. 9bd0e5a Send probes when host moves by Charles Chan · 6 years ago
  85. 9454965 Host pointing to the pair port after its pair device is brought down and up by Charles Chan · 6 years ago
  86. 9a55429 Adding a component config to take down single homed host ports when all uplinks are lost. by Saurav Das · 6 years ago
  87. 971d7ba Move some functions from segment routing manager to interface service/manager by Charles Chan · 6 years ago
  88. 5efd768 Bug fix in SegmentRouting by Jonghwan Hyun · 6 years ago
  89. 800d9d0 [ONOS-7624] Implement egress pipeline programming by Jonghwan Hyun · 6 years ago
  90. c6ff8f0 Bug fixes for route-path programming by Saurav Das · 6 years ago
  91. 201762d Handling mastership changes during route-path programming by Saurav Das · 6 years ago
  92. 477e006 Improve Mcast termination by Pier · 6 years ago
  93. 10b2fee Minor improvements by Charles Chan · 6 years ago
  94. 6468e1f Fix for routingHandler NPE. by Andrea Campanella · 6 years ago
  95. 6577f61 Fix a thread leak by Charles Chan · 6 years ago
  96. 8bc75ee Implement sr-should-program command by Charles Chan · 6 years ago
  97. 50bb6ef Performance improvement when handling host move events by Charles Chan · 6 years ago
  98. 06d0a77 Fix npe when adding a null element in a collection by Pier · 6 years ago
  99. b1fe738 [CORD-2903] Improve SR/Multicast APIs by Pier · 6 years ago
  100. 96f63cb [CORD-2937] Improve work partition on Multicast by Pier · 6 years ago