1. 7bf273c Move deprecated flow batch APIs to a less obvious place by Ray Milkey · 7 years ago
  2. 20cbd45 ONOS-5457 OFAgent - handle FLOW_MOD controller to switch command message by Claudine Chiu · 7 years ago
  3. dc48fb2 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  4. eb3f6ef Tagging 1.12.0-b1 by Ray Milkey · 7 years ago 1.12.0-b1
  5. c98aa2a Cleaning up app names, descriptions and categories. by Thomas Vachuska · 7 years ago
  6. 71ee08f sync artifactId with buck artifact by Yuta HIGUCHI · 7 years ago
  7. 8ca75a2 Adding OpenConfig YANG models. by Thomas Vachuska · 7 years ago
  8. b002968 Cleaning up application titles, descriptions and categories. by Thomas Vachuska · 7 years ago
  9. 446f446 Refactor buck external dependencies by Ray Milkey · 7 years ago
  10. aa279c0 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  11. b57fdb0 ONOS-6653 by dvaddire · 7 years ago
  12. d4ac0ed Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  13. 6ecde1f Tagging 1.11.0-b4 by Ray Milkey · 7 years ago 1.11.0-b4
  14. b9cfc3a Try to get driver info by lookup mfr/hw/sw when the device is not found by Charles Chan · 7 years ago
  15. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  16. a59f9b76 Introduce driver property to suppress meter feature by Charles Chan · 7 years ago
  17. 64677e9 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  18. 17463db Tagging 1.11.0-b3 by Ray Milkey · 7 years ago 1.11.0-b3
  19. 64313cb Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  20. 7e28519 Tagging 1.11.0-b2 by Ray Milkey · 7 years ago 1.11.0-b2
  21. f14cc6d Fix SNAPSHOT version string by Ray Milkey · 7 years ago
  22. af75c13 FIX: Set band.type in MeterStats to avoid nullpointer in meter related operations (e.g, removal). by Jordi Ortiz · 7 years ago
  23. 7463193 Starting snapshot 1.11-SNAPSHOT by Ray Milkey · 7 years ago
  24. 45d98b3 Remove unnecessary boxing. by Yuta HIGUCHI · 7 years ago
  25. f42a2cc [ONOS-6386] Polatis OpenFlow driver by Yuta HIGUCHI · 7 years ago
  26. 19afc03 Migrate HashedWheelTimer to netty 4 by Yuta HIGUCHI · 7 years ago
  27. 6ee6b8c netty4 OpenFlow southbound by Yuta HIGUCHI · 7 years ago
  28. f95c38b [ONOS-6470] Method names are confusing, needs to be changed by Palash Kala · 7 years ago
  29. a439afe [ONOS-6472] Flow, table, group and meter stats collector stopped after starting by Palash Kala · 7 years ago
  30. 5279326 [ONOS-6471] Port stats collector started two times, which is unnecessary by Palash Kala · 7 years ago
  31. 948ac4b [ONOS-6480] Bug fix in NewAdaptiveFlowStatsCollector.java by Palash Kala · 7 years ago
  32. 6f3b028 Remove unused code. by Marc De Leenheer · 7 years ago
  33. 6512f3e Required changes to support OF1.4, 1.5. by Yuta HIGUCHI · 7 years ago
  34. e9b7a02 OpenFlow message processing for new loxi by Jimmy Jin · 8 years ago
  35. 08b03a9 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  36. 5733c38 [ONOS-6208]Implemention of onos and loxi for OVS NAT and connection tracking support by Frank Wang · 7 years ago
  37. 9fe79a2 [ONOS-6188] OpenFlowMeterProvider: Force Meter stats retrieval on remove. by Jordi Ortiz · 7 years ago
  38. 2341e60 Add support for OF1.4 devices by Yuta HIGUCHI · 7 years ago
  39. 8fd28c7 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  40. f009902 Tagging 1.10.0-rc1 by Ray Milkey · 7 years ago 1.10.0-rc1
  41. 8aba62f Introduce method to write msg and get response through OpenFlow. by Marc De Leenheer · 7 years ago
  42. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 7 years ago
  43. 75b882f7 [ONOS-5939] added traffic selector bitwise match on TCP/UDP/SCTP source/destination port by Andreas Gilbert · 7 years ago
  44. ce77433 [ONOS-5911] Port removal after receiving OFPR_DELETE port status reason. by Michal Mach · 7 years ago
  45. 943cd54 [ONOS-5853] FlowRuleBuilder: automatically set temp/perm field by Thiago Santos · 7 years ago
  46. c201ae4 Oplink EDFA driver by MaoLu · 7 years ago
  47. 54a7851 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  48. 57b5101 Starting snapshot 1.10-SNAPSHOT by Ray Milkey · 7 years ago
  49. de84cdd Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  50. 8588c48 Tagging 1.9.0-b3 by Ray Milkey · 7 years ago 1.9.0-b3
  51. aa8de49 [ONOS-5599] Store meter features into MeterStore by Jordi Ortiz · 7 years ago
  52. 67f2cca ONOS-5856 do not poll meter against optical device by Yuta HIGUCHI · 7 years ago
  53. 15c70a1 [ONOS-5852] GroupBucket: Dont ignore weight from OF message by Thiago Santos · 7 years ago
  54. c8b871a ONOS-5850 Fix annotations null values by Andrea Campanella · 7 years ago
  55. 287b4ae Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  56. 2557ba3 Tagging 1.9.0-b1b by Ray Milkey · 7 years ago 1.9.0-b1b
  57. cbd1b39 Sonar fixes by Jon Hall · 7 years ago
  58. a79cbf7 Backing out memoizing driver name from the OF device provider because it breaks number of STC scenarios. by Thomas Vachuska · 7 years ago
  59. ac8dab0 [ONOS-5795] OFDeviceProvider: save driver info in Device object by Victor Silva · 7 years ago
  60. 03265dd [ONOS-5794] OFDeviceProvider: always stop collectors by Victor Silva · 7 years ago
  61. b1b823f [newOpenTAM] new Upgraded AFM and FlowStatisticService by Sangsik Yoon · 8 years ago
  62. 72bcefe Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  63. bc3c6ba Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  64. a222d05 Tagging 1.8.0-rc4 by Ray Milkey · 7 years ago 1.8.0-rc4
  65. b547e06 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  66. 4f6d428 Tagging 1.8.0-rc3 by Ray Milkey · 7 years ago 1.8.0-rc3
  67. db252cc [CORD-545] Adds QoS Index support in ONOS core by Pier Ventre · 8 years ago
  68. 9cf536b [CORD-545] Adds MPLS L2 Port support in ONOS core by Pier Ventre · 8 years ago
  69. 58c6af2 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  70. 8b8b30c Tagging 1.8.0-rc1 by Ray Milkey · 7 years ago 1.8.0-rc1
  71. 23f7867 Fixes [CORD-626] by Pier Ventre · 7 years ago
  72. 47b80fa FIX_FOR_ONOS-5610 by Kavitha Alagesan · 7 years ago
  73. 6f63005 [CORD-545] Adds OVID support in ONOS core by Pier Ventre · 8 years ago
  74. 9215ff2 Adding support for VLAN_PUSH with EtherType (incl. Q-in-Q) by Konstantinos Kanonakis · 7 years ago
  75. cd64e89 Bumping openflowj version to 0.9.7.onos by Pier Ventre · 8 years ago
  76. cad338a CORD-413 Implement MPLS Termination in OFDPA3 pipeliner by Charles Chan · 8 years ago
  77. ff5871b OpenFlow: use same timer throughout all component lifetime by Victor Silva · 8 years ago
  78. 141ed81 Fix for ONOS-4803. Issue with of error msg parsing by flood light. by Prince Pereira · 8 years ago
  79. 5bf5361 Bumping OpenFlowJ version to 0.9.6.onos by Charles Chan · 8 years ago
  80. 7944d14 OpenFlowDeviceProvider: call modified to properly grab configuration by Victor Silva · 8 years ago
  81. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  82. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  83. 338bc0c Bumping pom versions to 1.7.0-rc2 and fixing some maven issues by Brian O'Connor · 8 years ago 1.7.0-rc2
  84. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  85. 66da814 Change order of openflow app dependencies. by Jonathan Hart · 8 years ago
  86. 3c4124a Fix ConcorrentModifcationException in statistics map by Ray Milkey · 8 years ago
  87. c6759e8 ONOS-4374 Enable installing flows with hard_timeout by Murat Parlakisik · 8 years ago
  88. 94fa13e [ONOS-5166] GroupModBuilder: no longer ignore weights by Victor Silva · 8 years ago
  89. 6704df3 Fix for ONOS-4877 by Kavitha Alagesan · 8 years ago
  90. 1375cfe Simplify boolean expression by Sho SHIMIZU · 8 years ago
  91. 89470f1 Group event indicating failover of previously used live port by helenyrwu · 8 years ago
  92. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  93. 788797e Fix for BAD-ACTION ONOS-4688 , BAD-MATCH ONOS-4755 and other flow-mod errors. by Prince Pereira · 8 years ago
  94. a010ebc Bump up openflowj version to 0.9.5 in features.xml files by Jimmy Yan · 8 years ago
  95. c7f35cf Move optical-model dependency to openflow-base by Yuta HIGUCHI · 8 years ago
  96. 1d547bf [ONOS-4513] decouple optical-model from CLI by Yuta HIGUCHI · 8 years ago
  97. f3ead25 [ONOS-4513] Slice optical-model into separate bundle (1/3) by HIGUCHI Yuta · 8 years ago
  98. 07a572f [ONOS-4668] Refactoring port statistic collector using SharedExecutor by sangyun-han · 8 years ago
  99. bdfb5cb Fix cpman Buck build by Jonathan Hart · 8 years ago
  100. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago