1. 399a0b3 [ONOS-3205] Migrate LLDP Link Discovery configuration to Network Configuration System by Naoki Shiota · 8 years ago
  2. 880b644 decoupling extension types from of protocol by alshabib · 8 years ago
  3. 1ca26ce [ONOS-2607] Implement BGP LS topology provider and listen on Node and Link changes of BGP Controller. by Shashikanth VH · 8 years ago
  4. 296b454 [ONOS-3464] Add arp_spa operation to provider of openflow by BitOhenry · 8 years ago
  5. c1e5fcc [ONOS-3441] Add arp_tpa operation to provider of openflow by BitOhenry · 8 years ago
  6. a331b18 [ONOS-3414] Add arp_sha operation to provider of openflow by BitOhenry · 8 years ago
  7. e6d91c5 Null Pointer Dereference Fix in openflow by Satish K · 8 years ago
  8. 7643085 [ONOS-3373] Add arp_tha operation to provider of openflow by BitOhenry · 8 years ago
  9. eb70a94 [ONOS-3253/3144] Insert support for Netconf device configuration, set and get controllers commands by andrea · 9 years ago
  10. 0be8724 fixing INVALID_GROUP error for FAILOVER type by AdrianAlan · 8 years ago
  11. b853b3f LldpLinkProvider: ignore logical port earlier by HIGUCHI Yuta · 8 years ago
  12. 703a5af equals for {Device,Port,Link,Host}Description by HIGUCHI Yuta · 8 years ago
  13. e889e2d [ONOS-3370] Extract hostprovider and lldpprovider from openflow by Charles Chan · 8 years ago
  14. 5f4d2e6 ONOS-3362 Fix triggerProbe method of ovsdbDeviceProvider. by jiangrui · 8 years ago
  15. a6b4609 ONOS-3345 Add processing about Instruction type Extention in GroupModBuider. by jiangrui · 8 years ago
  16. 8356361 CORD-221 Resolve ovsdb device re-connect issue. by jiangrui · 8 years ago
  17. b35540a Addressed some more naming issues throughout the code. by Jonathan Hart · 8 years ago
  18. bcdb7c9 Tabs converted to spaces in pom files by Phaneendra Manda · 8 years ago
  19. 30ba400 Fix javadoc warnings by Charles Chan · 8 years ago
  20. ba2d3b7 Implement OFActionEnqueue (OpenFlow 1.0 only) by Steffen Gebert · 9 years ago
  21. 3c25916 Generic extensions to the treatment API to support protocol extensions like by Jonathan Hart · 9 years ago
  22. 8cf212a FlowEntryBuilder: Don't do strange things with VLAN ethertype by Jonathan Hart · 9 years ago
  23. c42e84e [CORD-46] Create a broadcast group for each subnet by Charles Chan · 9 years ago
  24. 65609ff ONOS-3236 Ovsdb host's vlanid is null,it should be the default value -1. by jiangrui · 9 years ago
  25. 9a9edf8 ONOS-3206 refactoring LLDP link provider. by HIGUCHI Yuta · 9 years ago
  26. bbfdaaa Implement OFActionSetQueue (OpenFlow 1.3 only) by Steffen Gebert · 9 years ago
  27. dee1aff [emu][onos-3159] fix concurrency flaws in OpenFlowDeviceProvider.java and OpenFlowGroupProvider.java by Lei Xu · 9 years ago
  28. 1e60f97 Adding skeletal structure for netconf libraries. by Thomas Vachuska · 9 years ago
  29. fa8aa2f Fixed an NPE in device manager/provider. by Thomas Vachuska · 9 years ago
  30. 5251562 Fixing Javadoc errors by Brian O'Connor · 9 years ago
  31. fe3308f minor formatting changes by andrea · 9 years ago
  32. d07c092 ONOS-1636 Added code to mark devices offline when openflow provider is deactivated; fixed a few NPEs. by Thomas Vachuska · 9 years ago
  33. 5d5e062 [ONOS-641] Update unit tests to include IPv6 as well by Charles Chan · 9 years ago
  34. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  35. a98825a [Emu] openTAM: FlowStatisticManager, DistributedFlowStatisticStore, get-flow-stats CLI Implementation and NewAdaptiveFlowStatsCollector update and typo by ssyoon90 · 9 years ago
  36. 7efabeb [CORD-197] Properly handles a flow with empty instruction by Charles Chan · 9 years ago
  37. e264bef ONOS-3010 implement flow with meter by chengfan · 9 years ago
  38. 5fb20a5 CORD-160 Add connect and disconnect methods to ovsdb by Hyunsun Moon · 9 years ago
  39. c40e5ed ONOS-2926 Remove IP instead of host when the IP mapping is released by samanwita pal · 9 years ago
  40. 30fbcd9 [Emu] openTAM: NewAdaptiveFlowStatsCollector Implementation by ssyoon90 · 9 years ago
  41. 347cc87 Fixed a few blemishes in the packet processor GUI view code. by Thomas Vachuska · 9 years ago
  42. a9a73de [Emu] Open Flow Optical Port Description by Yafit Hadar · 9 years ago
  43. f107bd7 ONOS-2947 Improvements to HostService by Brian O'Connor · 9 years ago
  44. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  45. 38a8821 change to LF line-endings; not CRLF. by Madan Jampani · 9 years ago
  46. 3edc08a [ONOS-2880] Initialize SuppressionRules before use by Jon Hall · 9 years ago
  47. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  48. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  49. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  50. e4ebac9 ONOS-2846, ONOS-2812 Refactored link discovery pruning to be centralized rather than being with each link discovery helper. by Thomas Vachuska · 9 years ago
  51. 05453c9 ONOS-2846, ONOS-2812 Reworking link discovery provider to be fully configurable and to prune links based on links rather than based on ports. by Thomas Vachuska · 9 years ago
  52. e796610 Modified host discovery to suppress discovery of self-assigned IP addresses. by Thomas Vachuska · 9 years ago
  53. 9b36d81 Javadoc fixes by Ray Milkey · 9 years ago
  54. 96f3ea7 ONOS-2812 Refactored the link code in search of a defect; the root cause was old OVS-based switch which is wrongly forwarding LLDP frames. by Thomas Vachuska · 9 years ago
  55. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  56. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  57. 858a846 Bumping onos-yang-tool version to 1.3 by Brian O'Connor · 9 years ago
  58. ec9c7dd ONOS-2800 Preventing learning of IP 0.0.0.0 by Thomas Vachuska · 9 years ago
  59. 2fff70f [ONOS-2233] Implement of Tunnel monitoring, measurement and observation by chengfan · 9 years ago
  60. de09fa0 Flip right hand side and left hand side of if-condition by Sho SHIMIZU · 9 years ago
  61. 5e89587 Pcep tunnel provider added in features xml by Phanendra Manda · 9 years ago
  62. 5eab857 Resolving issue in parsing report message. by Mahesh Poojary S · 9 years ago
  63. 51fb9c2 Warnings in onos-build-docs corrected by Phanendra Manda · 9 years ago
  64. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  65. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  66. 972ee9e [ONOS-2365]Unit test for PcepTunnelProvider by Phanendra Manda · 9 years ago
  67. 37b97fb [ONOS-2287,ONOS-2288]Pcep TunnelProvider implementation by Phanendra Manda · 9 years ago
  68. 62fb79b [ONOS-2713] Fix a bug of ovsdb controller and add anotations. by jiangrui · 9 years ago
  69. 73a7dd4 Support for setting the MPLS BOS indicator bit. by Saurav Das · 9 years ago
  70. ffc5bbc Support for matching on MPLS BOS indicator bit by Saurav Das · 9 years ago
  71. 58fe6dc fixes for Meter Service by alshabib · 9 years ago
  72. b786e61 ONOS-2624 Fix host annotations of host description by CNlucius · 9 years ago
  73. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  74. 7bb0501 Initial implementation of Meter Service (needs testing) by alshabib · 9 years ago
  75. 6a8d552 [ONOS-2425] Create a ovsdb app in onos-providers to install south ovsdb adapter. by jiangrui · 9 years ago
  76. 01c77c4 NETCONF Flow Rule Provider Check-in after modification. by Samir Anand · 9 years ago
  77. 0b8b2ef ONOS-2041: Flows don't stay in PENDING_ADD forever on LINC-OE by Marc De Leenheer · 9 years ago
  78. 1d2bc40 moving meter service to incubator and initial implementation of meter manager. by alshabib · 9 years ago
  79. 565a66a Bug fixes/improvements: by Madan Jampani · 9 years ago
  80. c87348d Temporarily disabling the OF meter provider until the provider service can be made available. by Thomas Vachuska · 9 years ago
  81. fc913dd LINC driver and OF device provider report correct optical port types by Marc De Leenheer · 9 years ago
  82. c791179 OpenFlow Meter Provider - still need to parse meter stats by alshabib · 9 years ago
  83. bc37196 sketching model elements for meter objects. by alshabib · 9 years ago
  84. 3b78326 Refactoring addProcessor() calls to use type methods by Brian O'Connor · 9 years ago
  85. b931137 Driver and flow stats handling for Calient fiber switch S160. by Marc De Leenheer · 9 years ago
  86. 45066bc Fix issue with link discovery missing ports. by Jonathan Hart · 9 years ago
  87. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  88. 6683a07 [ONOS-2263] - OVSDB -- Create the implementation of TunnelProvider using by YuanyouZhang · 9 years ago
  89. bab8a5e Configurable Port Stats Collection interval by Dusan Pajin · 9 years ago
  90. f26445a [ONOS-2262] - OVSDB -- Create the implementation of HostProvider using by YuanyouZhang · 9 years ago
  91. b5e0530 [ONOS-2261] - OVSDB -- Create the implementation of DeviceProvider using by YuanyouZhang · 9 years ago
  92. 1468fee Set VLAN ID at the OLT. by Jonathan Hart · 9 years ago
  93. bdd3130 Added skeleton for Netconf Flow Rule Provider. by Sanjay S · 9 years ago
  94. c8bd97c ONOS-2403 Support setting TCP/UDP port action in flow rule for OpenFlow13 by Hyunsun Moon · 9 years ago
  95. 359abf7 implement OchPort,OduCltPort,OmsPort by chengfan · 9 years ago
  96. 7b270f5 Added Constant file, to resolve hardcoded value from NetconfDeviceProviderTest. by Samir Anand · 9 years ago
  97. e27055b Initial skeleton of OpenFlow meter provider by alshabib · 9 years ago
  98. a08c5d0 TUNNEL_ID field support in flow matching and actions by Hyunsun Moon · 9 years ago
  99. 1937bbb added some null checks for device instance by Damian ONeill · 9 years ago
  100. 59da18d Added agglink null topology to test aggregate links. by Thomas Vachuska · 9 years ago