1. 740e3d0 Bumping version to 0.9.9.onos-SNAPSHOT by Ray Milkey · 7 years ago
  2. 2ec4352 Release 0.9.8.onos by Ray Milkey · 7 years ago
  3. 3b34b90 [ONOS-6208]Implemention of onos and loxi for OVS NAT and connection tracking support by Frank Wang · 7 years ago
  4. 9d63ce4 Bumping version to 0.9.8.onos-SNAPSHOT by Pier Ventre · 8 years ago
  5. 92786bc OpenflowJ 0.9.7.onos by Brian O'Connor · 8 years ago 0.9.7.onos
  6. 1821263 [CORD-544] Adds VPWS extensions in Loxi by Pier Ventre · 8 years ago
  7. ce7a425 Bumping version to 0.9.7.onos-SNAPSHOT by Brian O'Connor · 8 years ago
  8. 3ec9065 bumping version to 0.9.6.onos for release by Brian O'Connor · 8 years ago 0.9.6.onos
  9. 339bfde Add OFDPA_MPLS_TYPE support by Charles Chan · 8 years ago
  10. a8f84e9 bumping to 0.9.6-SNAPSHOT by alshabib · 8 years ago
  11. b8857ac bumping version to 0.9.5.onos by alshabib · 8 years ago 0.9.5.onos
  12. 646d122 add port adjacency message by Jimmy Jin · 8 years ago
  13. a635a94 bumping version to 0.9.5.onos-SNAPSHOT by Brian O'Connor · 8 years ago
  14. a21e0bc OpenflowJ 0.9.4.onos by Brian O'Connor · 8 years ago 0.9.4.onos
  15. 535418c bumping version to 0.9.4 by alshabib · 8 years ago
  16. adcb3e7 Extensions added as per new OVS NSH patch by Phaneendra Manda · 8 years ago
  17. 28e0563 Updating java pom.xml to generate OSGi-ready bundle by Brian O'Connor · 8 years ago
  18. 27ea681 Bumping openflowj version to 0.9.3.onos-SNAPSHOT by Thomas Vachuska · 8 years ago
  19. 2fa3b1e Bumping openflowj version to 0.9.2 by Thomas Vachuska · 8 years ago 0.9.2.onos
  20. 4fd3902 Add Oplink experimenter messages by Jimmy Jin · 9 years ago
  21. ba8da4a Bumping version to 0.9.2.onos-SNAPSHOT by Brian O'Connor · 9 years ago
  22. dfc8192 Changing version to 0.9.1.onos for release by Brian O'Connor · 9 years ago 0.9.1.onos
  23. 4c728b3 [ONOS-3291] Match fields added in LOXI for NSH extension by Phanendra Manda · 9 years ago
  24. 83b5323 [ONOS-3390] Add nicira extension of reg0~7 match to onos-loxi by BitOhenry · 9 years ago
  25. 14e9fca Bumpign openflowj version to 0.9.1.onos-SNAPSHOT by Brian O'Connor · 9 years ago
  26. 7f1194b Changing version to 0.9.0.onos for release by Brian O'Connor · 9 years ago 0.9.0.onos
  27. cfdd172 Disabling DocLint for javadoc generation. by Brian O'Connor · 9 years ago
  28. 108d37a Merge remote-tracking branch 'upstream/master' into HEAD by Brian O'Connor · 9 years ago
  29. f8caac0 Loxi support for Optical Transport extensions, onos-2472 by Yafit Hadar · 9 years ago
  30. b126d12 BSC-8167: pom.xml: update mvn 0.10.0-SNAPSHOT, update libraries by Andreas Wundsam · 9 years ago
  31. 5fde105 Adding distributionManagement block to openflowj pre_written/pom.xml by Brian O'Connor · 9 years ago
  32. 88c0bcb Calient flow and port stat updates by Marc De Leenheer · 9 years ago
  33. fa56f26 Merge into master from pull request #411: by abat · 9 years ago
  34. 729bc17 address comments by Sovietaced · 9 years ago
  35. 8fe84f3 address comments by Sovietaced · 9 years ago
  36. 75c09dc OFPortDesc: add convenience method to access BsnPortGenerationId by Andreas Wundsam · 9 years ago
  37. 5b75b7c factories and tests by Sovietaced · 9 years ago
  38. fbb8708 fix warnings by Sovietaced · 9 years ago
  39. bb0f0cc create DatapathId factory method by Sovietaced · 9 years ago
  40. 95afd51 openflow_input: add oxm_bsn_inner_vlan_vid. by Wilson Ng · 9 years ago
  41. 26c0d37 Merge into master from pull request #401: by abat · 9 years ago
  42. 1e82b4b Bumping version to 0.4.1-SNAPSHOT by Brian O'Connor · 9 years ago
  43. c59ad11 Updating openflowj version to 0.4.0.onos by Brian O'Connor · 9 years ago 0.4.0.onos
  44. c2d7089 Update comments (from Rich) by Shudong Zhou · 9 years ago
  45. e44abfd Add 512-bit variation of OFPortBigMap by Shudong Zhou · 9 years ago
  46. 65e2257 Bumping version to 0.3.10.oe-SNAPSHOT by Brian O'Connor · 9 years ago
  47. 58a73e3 Adding OCS OpenFlow Protocol Extensions from Calient by Brian O'Connor · 9 years ago
  48. 8bd3661 Merge remote-tracking branch 'upstream/master' by Brian O'Connor · 9 years ago
  49. b90552c Fix IPv6Address.of(byte[]) to correctly deal with the 8th and 16th byte when the first bit is one LOXI-67 by Ronald Li · 9 years ago
  50. bc53ec0 Merge into master from pull request #396: by abat · 9 years ago
  51. cc196ab Well, that introduced another subtle bug. Using new OFGroup(ZERO_VAL) instead of OFGroup.of(ZERO_VAL) works. It's null otherwise, which makes sense. by Ryan Izard · 9 years ago
  52. c19db2c fix per review by nsong · 9 years ago
  53. c036c6a Fix small bug in pre-written OFGroup.java. Replace MAX with ZERO. by Ryan Izard · 9 years ago
  54. 729900b add additional test by nsong · 9 years ago
  55. d7701e1 add isMulticast in IPAddress by nsong · 9 years ago
  56. 8df4a11 Add java support for of_oxm_bsn_vxlan_network_id, of_oxm_bsn_inner_eth_dst, and of_oxm_bsn_inner_eth_src. by Ken Chiang · 9 years ago
  57. 270b363 Remove <> on javadoc by kjwon15 · 9 years ago
  58. 7bc8540 Fix malformed javadoc by kjwon15 · 9 years ago
  59. 9d777a5 Use unsigned long comparison in IPv6Address.compareTo() by Ronald Li · 9 years ago
  60. 4347d35 Add '0x' prefix to the hex value in toString(). by Ryan Izard · 9 years ago
  61. 75d235a openflowj: support of_oxm_bsn_ingress_port_group_id by Rich Lane · 9 years ago
  62. 8e34471 Fix OFBitMask512 by Shudong Zhou · 9 years ago
  63. 78e24b9 Merge remote-tracking branch 'upstream/master' by alshabib · 10 years ago 0.3.9.oe
  64. 820eaee fix for port showing up as negative by alshabib · 10 years ago 0.3.8.oe
  65. bb66cd5 fix to support ports > 32768 by alshabib · 10 years ago
  66. 5dba58d Merge into master from pull request #372: by abat · 10 years ago
  67. 25021ec hook up new java class with loxi by Sovietaced · 10 years ago
  68. a0aca27 add java bit mask 512 class by Sovietaced · 10 years ago
  69. cf53bb9 multiple pkt-in reason: fix version check to >= 1.3 by Vishnu Emmadi · 10 years ago
  70. 19ba9fc fixing java pom.xml by Brian O'Connor · 10 years ago 0.3.7.oe
  71. 3efb663 Changing openflowj groupID and version in pom.xml by Brian O'Connor · 10 years ago
  72. db949d4 changed order of sigtype and sigid by Praseed Balakrishnan · 10 years ago
  73. da32676 Merge into master from pull request #359: by abat · 10 years ago
  74. d1196ab improve test case by Sovietaced · 10 years ago
  75. 13f8802 Add isEnabled to interface and add tests by Sovietaced · 10 years ago
  76. 05da0d7 remove toBriefString by Sovietaced · 10 years ago
  77. 476bef4 Add OFPortDesc helper methods by Sovietaced · 10 years ago
  78. 4d0752b java_model: generate OFErrorMsg accessor for ErrorCause data by Andreas Wundsam · 10 years ago
  79. 712c4a1 Added NXMs for source and destination tunnels. These are included by OVS in matches. C and Python unit tests pass. Java unit test fails with masked versions of the NXMs. by Ryan Izard · 10 years ago
  80. 67a4b1d Merge remote-tracking branch 'upstream/master' into java-bundle-improvements by Andreas Wundsam · 10 years ago
  81. 3846e55 java: check whether required fields have been set in messages by Andreas Wundsam · 10 years ago
  82. b3ecc22 ClassId: output as unsigned int by Andreas Wundsam · 10 years ago
  83. 73d7d67 java_gen: API improvements for BundleMessages. by Andreas Wundsam · 10 years ago
  84. 4138571 java_gen/GenericReader: BUGFIX version dispatch for hybrid by Andreas Wundsam · 10 years ago
  85. 10ef6eb Merge into master from pull request #346: by abat · 10 years ago
  86. 15efef9 Address review comments. by Wilson Ng · 10 years ago
  87. a3483d6 Fix unit tests. by Wilson Ng · 10 years ago
  88. 9f59504 openflow_input: add standard OXMs for 1.3 and 1.4 by Rich Lane · 10 years ago
  89. 40111f9 Merge remote-tracking branch 'origin/master' into of14 by Rich Lane · 10 years ago
  90. e2610f1 Merge pull request #337 from rlane/of14 by Rich Lane · 10 years ago
  91. f299baa java_gen: generate getStableValue() for 'stable' enums by Andreas Wundsam · 10 years ago
  92. b132440 java_gen/java_type: fix format_primitive_literal by Andreas Wundsam · 10 years ago
  93. 59a2d28 java_gen/pom.xml: Bump version to 0.4.1 by Rich Lane · 10 years ago
  94. 0b1698d java: support embedding of_table_desc by Rich Lane · 10 years ago
  95. ced3164 java_gen/pom.xml: Bump version to 0.9.0-SNAPSHOT for OF1.4 by Andreas Wundsam · 10 years ago
  96. 4f21afc OFMatchV3: fix consistency of OFMatchV3 include structure by Andreas Wundsam · 10 years ago
  97. b1c4d53 java_gen: add ChannelUtilsVer14 by Andreas Wundsam · 10 years ago
  98. 6b87735 java_gen: OFMatch add support for OF1.4 (and fix OF1.2) by Andreas Wundsam · 10 years ago
  99. 1fd8333 java_gen: pass version to custom templates by Andreas Wundsam · 10 years ago
  100. 439cbe4 OFVersion: add constant for OF1.4 by Andreas Wundsam · 10 years ago