1. 06aac70 [SDFAB-359] Purge all objective for a given application ID by Daniele Moro · 2 years, 10 months ago
  2. b58e9c9 [AETHER-38] Extract pipeline-dependent code from current T3 implementation by pierventre · 4 years ago
  3. 561c881 Removes workaround for duplicate device_added events by pier · 4 years ago
  4. 9ada419 Fixes a regression introduced by 23223. by pier · 4 years, 1 month ago
  5. 6341ff8 Fixes an NPE in OFDPA pipeliners by pier · 4 years, 2 months ago
  6. 776ce25 Modify log to DEBUG level for TMAC Mcast generation by pier · 4 years, 5 months ago
  7. 5e8b2bc Remove TMac mcast flows when there are no more enabled ports by pier · 4 years, 7 months ago
  8. 77958a5 Adding ACL flow for Table 60 for Ipv6 by Harshada Chaundkar · 4 years, 9 months ago
  9. 7afc752 Do not accumulate VERSATILE fwd objectives by pier · 5 years ago
  10. 6aef5b7 Fix filtering order during the removal by pier · 5 years ago
  11. 9469f3e Adds OfdpaPipelineUtility by pier · 5 years ago
  12. 8b3aef4 Implements accumulation of the fwdobjectives in ofdpa pipelines by pier · 5 years ago
  13. ef0761c Route reprogamming using group substitution during next hop movement by Ruchi Sahota · 5 years ago
  14. ab59160 Deprecate CpqD pipeliners by Charles Chan · 5 years ago
  15. 655b9a8 Prevent XConnect loop by jayakumarthazhath · 6 years ago
  16. f76de30 Improve Xconnect to support BSOD use case by Charles Chan · 6 years ago
  17. 056e0c1 Revert "Adding Multisct traffic drop for un-programmed trees" by Charles Chan · 6 years ago
  18. b955fec Adding Multisct traffic drop for un-programmed trees by Andrea Campanella · 6 years ago
  19. c1d47e9 Avoid programming TMAC entries for BSOD vlans by Daniel Ginsburg · 6 years ago
  20. d980c6d Adding route blackhole by Andrea Campanella · 6 years ago
  21. 800d9d0 [ONOS-7624] Implement egress pipeline programming by Jonghwan Hyun · 6 years ago
  22. e5bff48 [CORD-2811] Fix VLAN cases in Mcast by Pier · 6 years ago
  23. 2686dd7 VLAN filtering rules should always be installed before assignment rules by Charles Chan · 6 years ago
  24. 45b69ab QMX switches require the unicast flow being installed before multicast flow in TMAC table by Charles Chan · 6 years ago
  25. 236653d Address comments in gerrit 17355 by Charles Chan · 6 years ago
  26. 6629150 Major OFDPA refactoring to handle multi-stage flows in a cleaner way by Charles Chan · 6 years ago
  27. 50d900c Minor OFDPA refactoring according to IntelliJ code analysis by Charles Chan · 6 years ago
  28. a402038 Handling multiple layers of spines. by Saurav Das · 6 years ago
  29. f810a7a [CORD-2721] Implement group bucket modification by Jonghwan Hyun · 6 years ago
  30. c568c34 Implemented CORD-1843 to avoid race condition when updating ECMPspgs. by Saurav Das · 6 years ago
  31. 075f101 Fix SONAR warnings in OFDPA2 pipeline by Pier Luigi · 6 years ago
  32. fe0e085 SONAR suggestions - boolean expressions that are known to be 'true' or 'false' by Ray Milkey · 6 years ago
  33. 09bf269 Resume the use of ICMP type/code in OFDPA driver by Charles Chan · 6 years ago
  34. 4caa8e8 Xpliant ONOS driver support added by Alex Yashchuk · 6 years ago
  35. c550f2e Only remove TMAC flow when it is the last port within the same VLAN if TMAC doesn't support in_port matching by Charles Chan · 6 years ago
  36. f14d9ef Fix for empty flooding groups due to bucket add/remove commands being reordered, and by Saurav Das · 6 years ago
  37. fcf75f5 [CORD-2224] Drop L4 port matching on QMX by Charles Chan · 6 years ago
  38. b4879a5 Match VLAN_VID in TMAC table for mcast flows by Charles Chan · 7 years ago
  39. d9e47c6 Replace L4 dst port matching on QMX switches by Charles Chan · 7 years ago
  40. 3d26bf0 [CORD-1984] Multicast flows get into wrong table in hardware switches by Kalhee Kim · 7 years ago
  41. 65428c3 CORD-1622 CORD-1624 Add IPv6 mutlicast in McastHandler and OFDPA2.0 Drivers by Julia Ferguson · 7 years ago
  42. d8ab096 Fixs some misspellings by Frank Wang · 7 years ago
  43. ceccf24 CORD-1583 Bug fixes for dual ToRs by Saurav Das · 7 years ago
  44. a0efdcc ONOS-6516 - Fix for NullPointer Exceptions found during OFDPA testing by Sivachidambaram Subramanian · 7 years ago
  45. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  46. c598d06 ONOS-6489 - Code submitted to facilitate installation of flow rules (via FlowObjective and ofdpa drivers) per port in case of IN_PORT "ALL" by Sivachidambaram Subramanian · 7 years ago
  47. 1547b3f CORD-1180 Collection of fixes for hash-group buckets. Required the following changes: by Saurav Das · 7 years ago
  48. ef19de1 [CORD-1108] Refactoring OFDPA Group Handler by Yi Tseng · 7 years ago[Renamed (98%) from drivers/default/src/main/java/org/onosproject/driver/pipeline/Ofdpa2Pipeline.java]
  49. 86d13e8 Adding a driver for OF-DPA in Qumran based switches. by Saurav Das · 7 years ago
  50. 0fdc07e Remove IP criterion from OF-DPA pipeline filter by Yi Tseng · 7 years ago
  51. 2dce08a StringBuffer -> StringBuilder by Yuta HIGUCHI · 7 years ago
  52. 961beb2 Bug fix: Do not create groups as a side effect when revoking routes by Saurav Das · 7 years ago
  53. 053b1cb Refactoring OFDPA pipeline by Charles Chan · 7 years ago
  54. 47f82dc Support multiple pending add buckets by Yi Tseng · 7 years ago
  55. d117263 CORD-810 Remove VLAN extension selector from OFDPA 3 by Charles Chan · 7 years ago
  56. 018605f In this commit: CORD-799 by Saurav Das · 7 years ago
  57. 3bfe32c [CORD-640] PW clean up. by Pier Luigi · 7 years ago
  58. 70d53ba Implements [CORD-587] and [CORD-588] by Pier Ventre · 7 years ago
  59. 42287df Implements [CORD-96] and [CORD-410] by Pier Ventre · 7 years ago
  60. 140a894 [CORD-576] Implements VPWS transport in OFDPA pipelines by Pier Ventre · 7 years ago
  61. 3a77b4f Process broadcast mac address in ofdpa pipeline by Yi Tseng · 7 years ago
  62. 0e35863 Various fixes: by Pier Luigi · 7 years ago
  63. c03782d Bugfix: OfdpaSetVlanVid is not disabled properly by Charles Chan · 7 years ago
  64. 69fd431 Enabling default route by Pier Luigi · 7 years ago
  65. 40132b3 [CORD-801] OFDPA pipeline for OpenvSwitch by Charles Chan · 7 years ago
  66. e0ae7a3 [CORD-630] IPv6 filtering rules by Pier Ventre · 7 years ago
  67. 2df0e8a Use new PacketService to request ARP with duplication by Charles Chan · 7 years ago
  68. 9c70534 Driver fix for OF-DPA 3.0 EA3. With this change both EA0 and EA3 are compatible by Saurav Das · 7 years ago
  69. d2fded0 CORD-637 Fixing intermittent filtering objective failures by repeatedly trying by Saurav Das · 7 years ago
  70. 0bb1e10 Javadoc fixes by Ray Milkey · 7 years ago
  71. 1ce0a7b CORD-414 Editing hash groups buckets in the OF-DPA driver instead of by Saurav Das · 8 years ago
  72. cad338a CORD-413 Implement MPLS Termination in OFDPA3 pipeliner by Charles Chan · 8 years ago
  73. f9e9865 Initial commit of new Ofdpa3Pipeline by Charles Chan · 8 years ago
  74. b5c236e In this commit: by Saurav Das · 8 years ago
  75. 2519081 In this commit: by Saurav Das · 8 years ago
  76. eefdedf Remove redundent byte[].class registration by Charles Chan · 8 years ago
  77. 985b12e Revert part of the changes in Ofdpa2Pipeline by Charles Chan · 8 years ago
  78. 59232cf Changes include: by Saurav Das · 8 years ago
  79. d55e84d CORD-348 multicast support in SegmentRouting and vRouter by Charles Chan · 8 years ago
  80. 425854b Fix group handler in CpqD OFDPA driver by Charles Chan · 8 years ago
  81. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  82. 5b9df8d CORD-455 Implement multicast support in OFDPA driver by Charles Chan · 8 years ago
  83. 361154b Rename OFDPA pipeline according to the naming convention by Charles Chan · 8 years ago[Renamed (99%) from drivers/default/src/main/java/org/onosproject/driver/pipeline/OFDPA2Pipeline.java]
  84. 8be4e3a In this commit: by Saurav Das · 8 years ago
  85. 2443119 CLI command to help debug the mapping of next-Objectives to the by Saurav Das · 8 years ago
  86. be8aea4 Change untagged representation in OfdpaMatchVlanVid from 0 to NONE by Charles Chan · 8 years ago
  87. 5270ed0 CORD-512 Support vSG <-> vRouter default route by Charles Chan · 8 years ago
  88. 9faab75 Add missing fail() invocation by Zsolt Haraszti · 8 years ago
  89. ef7e290 Make use of Optional more idiomatic by Sho SHIMIZU · 8 years ago
  90. e10fa24 Added workaround to install default rules on the IP table by Flavio Castro · 8 years ago
  91. 5202596 Fixing emulated ofdpa in cpqd switches. Due to cpqd bugs in dealing with Vlans and MPLS labels simultaneously, by Saurav Das · 8 years ago
  92. 77b5e90 Using vlan extension in ofdpa for versatile objectives by Saurav Das · 8 years ago
  93. 14967c2 CORD-389 Fix for Accton 6712 deployment by Charles Chan · 8 years ago
  94. 49cb5a1 Changes to vRouter to accomodate ofdpa and softrouter pipelines. by Saurav Das · 8 years ago
  95. 238d96e ONOS-3758 restructuring driver module with sub-modules for different drivers by Andrea Campanella · 8 years ago[Renamed (99%) from drivers/src/main/java/org/onosproject/driver/pipeline/OFDPA2Pipeline.java]
  96. e849c19 CORD-349 Support VLAN cross-connect traffic by Charles Chan · 8 years ago
  97. 4590604 Use Objects.nonNull() to check if non-null by Sho SHIMIZU · 8 years ago
  98. 188ebf5 Segment Routing bug fix and enhancement by Charles Chan · 8 years ago
  99. 423fe2b CORD-354 OF-DPA support for link-failures. by Saurav Das · 8 years ago
  100. 7d10b16 Driver bugfix by Charles Chan · 8 years ago