1. e0ae7a3 [CORD-630] IPv6 filtering rules by Pier Ventre · 7 years ago
  2. a36f10b Remove executable bit from source files, etc. by Yuta HIGUCHI · 7 years ago
  3. 2df0e8a Use new PacketService to request ARP with duplication by Charles Chan · 7 years ago
  4. a5bb4a1 Change default OFDPA driver to ofdpa3 by Charles Chan · 7 years ago
  5. 9c70534 Driver fix for OF-DPA 3.0 EA3. With this change both EA0 and EA3 are compatible by Saurav Das · 7 years ago
  6. cbaf867 Added changes to OltPipeline to create filtering flows for DHCP packets by Amit Ghosh · 7 years ago
  7. fb3b501 [ONOS-5176] Refactoring: improves SONA pipeline and OpenstackRoutingManager by sangho · 7 years ago
  8. b1fbddb for our olt device's implement, the eapol flowrule priority should higher than the unicast flow by ke han · 7 years ago
  9. d2fded0 CORD-637 Fixing intermittent filtering objective failures by repeatedly trying by Saurav Das · 7 years ago
  10. 4ff0134 Fixes equals of ofdpa vid and ofdpa ovid by Pier Ventre · 7 years ago
  11. 1a129a0 CORD-81 Support for editing buckets of ALL groups, both L2Flood and by Saurav Das · 7 years ago
  12. 958fd99 [CORD-561] Adds missing codecs in ONOS by Pier Ventre · 7 years ago
  13. ee4a8f2 [CORD-545] Adds ofdpa actions in ONOS core by Pier Ventre · 7 years ago
  14. db252cc [CORD-545] Adds QoS Index support in ONOS core by Pier Ventre · 7 years ago
  15. 9cf536b [CORD-545] Adds MPLS L2 Port support in ONOS core by Pier Ventre · 7 years ago
  16. 8526700 checkstyle rule to check copyrights by Ray Milkey · 7 years ago
  17. b33b216 ONOS-5438 Invokes standard Ofdpa3 driver set for ZNYX hardware implementation. by Alan Deikman · 7 years ago
  18. 6f63005 [CORD-545] Adds OVID support in ONOS core by Pier Ventre · 7 years ago
  19. 0bb1e10 Javadoc fixes by Ray Milkey · 7 years ago
  20. e5ccd58 Lower the log level when adding bucket to a group by Charles Chan · 7 years ago
  21. 1ce0a7b CORD-414 Editing hash groups buckets in the OF-DPA driver instead of by Saurav Das · 7 years ago
  22. 4303532 Remove redundant assignments by Sho SHIMIZU · 7 years ago
  23. cad338a CORD-413 Implement MPLS Termination in OFDPA3 pipeliner by Charles Chan · 8 years ago
  24. f9e9865 Initial commit of new Ofdpa3Pipeline by Charles Chan · 8 years ago
  25. a1cb251 add pipeline for nokia olt device by ke han · 7 years ago
  26. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  27. cfcb053 Add Oplink attenuation extension and channel power drivers. by yjimmyy · 8 years ago
  28. 250d028 Initial support for Lagopus switch by Yuta HIGUCHI · 8 years ago
  29. f508667 here is a bug : there would be at most 10 second between group_add to group_added, but if in the 10 second, the group was modified, no group_added notify would be receive, but a group_updated instead. with out the change, the consequnce flow would not be add by ke han · 8 years ago
  30. e3bcfc3 Fix bugs in extension treatment REST API by Jonathan Hart · 8 years ago
  31. 3c2b226 update manufactory hw/sw version by ke han · 8 years ago
  32. 07b3b0c Simplify lambda expressions by using method reference by Sho SHIMIZU · 8 years ago
  33. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  34. 6a1ee2d Fix SpringOpenTTP thread leak by Yuta HIGUCHI · 8 years ago
  35. 63eeac3 Add ability for vRouter to reactively send packets to directly connected hosts. by Jonathan Hart · 8 years ago
  36. a477e34 Reverting to previous iteration mode, fixing case of modifying existing tags and adding extra checks by Konstantinos Kanonakis · 8 years ago
  37. 7976923 Only pop internally assigned VLANs before sending ARP to controller by Charles Chan · 8 years ago
  38. 8db7d09 [ONOS-4612]Update SFC flows inline with the Official OVS NSH patch by Phaneendra Manda · 8 years ago
  39. f57a825 Only pop internally assigned VLANs before sending ARP to controller by Charles Chan · 8 years ago
  40. f8035d3 Minor cleanups and renaming in vRouter by Jonathan Hart · 8 years ago
  41. fc5c780 CORD-61 Dynamic XConnect support by Charles Chan · 8 years ago
  42. b5c236e In this commit: by Saurav Das · 8 years ago
  43. e022ef6 Unit tests to be sure drivers will load by Ray Milkey · 8 years ago
  44. 2519081 In this commit: by Saurav Das · 8 years ago
  45. 9cae4ec remove wipeDeferred in ACL table by Charles Chan · 8 years ago
  46. e81d7e9 int/Integer is pre-registered to Kryo. by HIGUCHI Yuta · 8 years ago
  47. 07a9e56 [ONOS-4588] Separate optical driver from "default" driver bundle by HIGUCHI Yuta · 8 years ago
  48. ce7db1b Fix for ONOS-4568 - Intents stuck in INSTALLING state by Ray Milkey · 8 years ago
  49. 7ff0643 Nicira extension for setting nsh header fields is modified to set field by Phaneendra Manda · 8 years ago
  50. eefdedf Remove redundent byte[].class registration by Charles Chan · 8 years ago
  51. 985b12e Revert part of the changes in Ofdpa2Pipeline by Charles Chan · 8 years ago
  52. 888eeda Fix SoftRouter kryo registrations. by Jonathan Hart · 8 years ago
  53. ab0bded Fixed order of static elaboration in FullVlanAvailable implementation. by Thomas Vachuska · 8 years ago
  54. 55caa1c ONOS-4561: Exclude non standard VLAN IDs by Sho SHIMIZU · 8 years ago
  55. d2c8b15 corsa support intent by Michele Santuari · 8 years ago
  56. 08926a9 Support to specify Ofdpa extension through REST API by Jian Li · 8 years ago
  57. adc9004 support mcast based filtering objective CORD-673,review comments addressed for patch-3 by gaurav · 8 years ago
  58. e9795fd [ONOS-4426] [ONOS-4511] [ONOS-4502] Upgrade Vtn Module when access same network segment. by Bob zhou · 8 years ago
  59. deae31e [ONOS-4513] Move DefaultOpticalDevice to reduce package exported. by HIGUCHI Yuta · 8 years ago
  60. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  61. 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 8 years ago
  62. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  63. 9a8d16d initial flows for corsa pipeline v39 by Michele Santuari · 8 years ago
  64. 90b3b6c [ONOS-4427] TunnelIn flowrule can not be applied to devices in ONOS 1.5 by lishuai · 8 years ago
  65. 7762179 Bug fix for Dell driver to use dummy group as flow-actions by Saurav Das · 8 years ago
  66. 59232cf Changes include: by Saurav Das · 8 years ago
  67. e3ba695 Fix ClassCastException by Charles Chan · 8 years ago
  68. 855179c CpqdOfpda pipeline table miss entry for multicast IP table. by Jonathan Hart · 8 years ago
  69. 216e3c8 Refactoring SegmentRouting, OFDPA driver and Group Store by Charles Chan · 8 years ago
  70. d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 8 years ago
  71. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  72. d55e84d CORD-348 multicast support in SegmentRouting and vRouter by Charles Chan · 8 years ago
  73. 48dc2f1 adding drivers for the celestica by alshabib · 8 years ago
  74. dab7256 [ONOS-4258] Initial implementation of supporting extension in REST by Jian Li · 8 years ago
  75. 425854b Fix group handler in CpqD OFDPA driver by Charles Chan · 8 years ago
  76. b05be2d Adding support to remove a subscriber. by alshabib · 8 years ago
  77. 4f50e3f ONOS-4283 Adding hp driver by Murat Parlakisik · 8 years ago
  78. 7cbbbb7 Adding Copyright notice to files that are missing it by Brian O'Connor · 8 years ago
  79. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  80. 3256252 Use OfdpaSetVlanVid extension instead of setVlanVid in group buckets by Charles Chan · 8 years ago
  81. ffef500 Remove redundant extensionTreatmentInterpreter support check by Jian Li · 8 years ago
  82. d416388 [ONOS-4245] Support resubmit experimenter action for nicira driver by Jian Li · 8 years ago
  83. 5b9df8d CORD-455 Implement multicast support in OFDPA driver by Charles Chan · 8 years ago
  84. 8336447 removing cookie generation from olt pipeline by alshabib · 8 years ago
  85. 361154b Rename OFDPA pipeline according to the naming convention by Charles Chan · 8 years ago
  86. 8be4e3a In this commit: by Saurav Das · 8 years ago
  87. 2443119 CLI command to help debug the mapping of next-Objectives to the by Saurav Das · 8 years ago
  88. 43cc16a set driver for Nokia equipment by Ke Han · 8 years ago
  89. 0fd79d9 Group handling changes: by Saurav Das · 8 years ago
  90. b3c1434 adding a discriminant to OF rules for q-in-q tags. by alshabib · 8 years ago
  91. 9008853 [ONOS-3953] Implements Security Group of Openstack by sangho · 8 years ago
  92. 6cb8636 fix removal of rules in a distributed setting by alshabib · 8 years ago
  93. 5ccbe3f making the olt pipeline support distributed cookie values. by alshabib · 8 years ago
  94. 8378ccf Making default single table pipeline accept SPECIFIC as well as VERSATILE flow objectives. by Thomas Vachuska · 8 years ago
  95. be8aea4 Change untagged representation in OfdpaMatchVlanVid from 0 to NONE by Charles Chan · 8 years ago
  96. 9ab0dc4 Add support for OTU ports in TributarySlotQuery by Rimon Ashkenazy · 8 years ago
  97. aedabfd Remove duplicated multicast prefix declaration by Charles Chan · 8 years ago
  98. 56efe43 fix olt cookie issue by alshabib · 8 years ago
  99. 125572b Remove methods deprecated in Drake from L2ModificationInstruction API by Ray Milkey · 8 years ago
  100. 7f44bc3 Changes to be compatible with Calient Switch Software Release 6.0.4 by Aneesha Pailla · 8 years ago