1. 4ce4596 CORD-367 L2 bridging and L3 routing support with internal VLANs in OF-DPA. by Saurav Das · 8 years ago
  2. c8620b1 SONA: Pipeline for SONA by daniel · 8 years ago
  3. 8a0732e CORD-48 Implementation of hashing Next Objective in OF-DPA driver. Major changes to ensure multi-ONOS-instance group-chain installation. by Saurav Das · 9 years ago
  4. 68aa62d [CORD-46] Implement L2 switching in Segment Routing by Charles Chan · 9 years ago
  5. e54bdbf Use the correct app ID in the SoftRouterPipeline. by Jonathan Hart · 9 years ago
  6. b35540a Addressed some more naming issues throughout the code. by Jonathan Hart · 9 years ago
  7. b92cc51 Fix naming conventions for CORD apps. by Jonathan Hart · 9 years ago
  8. 4f98008 CORD-48 Added support for broadcast next objective in OFDPA driver. by Saurav Das · 9 years ago
  9. 2857f38 CORD-48 Added to support for OFDPA emulation with CPQD switch, via more table-miss-entries. by Saurav Das · 9 years ago
  10. c42e84e [CORD-46] Create a broadcast group for each subnet by Charles Chan · 9 years ago
  11. 0e99e2b SR app now assigns internal vlans per subnet and passes this by Saurav Das · 9 years ago
  12. 822c4e2 CORD-48 First checkin for enabling OF-DPA driver to support the SR app. by Saurav Das · 9 years ago
  13. 3e59464 Change OLT app to push Q-in-Q tagging flows rather than transparent VLAN flows. by Jonathan Hart · 9 years ago
  14. 4d6a0ee [ONOS-3180] Add initialize method to add table miss rules by lishuai · 9 years ago
  15. a07f203 Mostly just fixing typos by Saurav Das · 9 years ago
  16. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  17. a66c397 ONOS-2724 Fix bug of apply flowrule and remove flowrule by CNlucius · 9 years ago
  18. 598a02f Changes to the Pica8 pipeline to accomodate single-table operation. by Saurav Das · 9 years ago
  19. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  20. ffc5bbc Support for matching on MPLS BOS indicator bit by Saurav Das · 9 years ago
  21. 3b2743d [ONOS-2384]Driver for standard OpenVSwitch by samuel · 9 years ago
  22. 64da69d Move AAA app to OLT by Jonathan Hart · 9 years ago
  23. ef3f39e Correctly insert a drop action for empty treatment by Charles M.C. Chan · 9 years ago
  24. af734ff forwarding radius packets to radius by alshabib · 9 years ago
  25. dfc3b86 Add punt EAPOL rule for OLT by Jonathan Hart · 9 years ago
  26. 6c27724 default single pipeline should not throw an exception on filter or next by alshabib · 9 years ago
  27. 2cc73cb method to annotate a device during driver init by alshabib · 9 years ago
  28. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  29. c4b5d46 adding iptv provisioning by alshabib · 9 years ago
  30. b32cefe adding igmp rule by alshabib · 9 years ago
  31. 337c7a4 Fixes for the Pica8 pipeline and the cpqd emulation of the OFDPA pipeline. by Saurav Das · 9 years ago
  32. 0ccde6d Added an OLT application which pushes vlan circuits when ports are up. by alshabib · 9 years ago
  33. 558afec Improvements for the ofdpa driver. by Saurav Das · 9 years ago
  34. 6c44a63 Bug fixes for the centec and noviflow pipelines. by Saurav Das · 9 years ago
  35. 8832990 Bug fixes for ofdpa pipeline by Saurav Das · 9 years ago
  36. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  37. e3274c8 Drivers for Centec and Pica8 switches by Saurav Das · 9 years ago
  38. f9d0bf1 ONOS-1856: Supports ports (~65535) for the tunnel policy by sangho · 9 years ago
  39. 5428b6c ONOS-1438: Segment Routing rule population optimization fixes by Srikanth Vavilapalli · 9 years ago
  40. decd7a6 Simple software switch pipeline. by Saurav Das · 9 years ago
  41. 1e57565 ONOS-688 (ONOS-1835,1836,1837) : by sangho · 9 years ago
  42. d8b9700 Adding a corsa pipeliner which extends the ovs-corsa pipeliner by Saurav Das · 9 years ago
  43. c39f603 Minor bug fixes to bgprouter and ofdpadriver by Saurav Das · 9 years ago
  44. 2318191 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 9 years ago
  45. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  46. f9ba422 Currently need to specify handshaker behavior in onos-drivers xml file. by Saurav Das · 9 years ago
  47. 100e3b8 First shot at Broadcom OFDPA 1.0 pipeline by Saurav Das · 9 years ago
  48. b452fd7 Low level openflow drivers have been promoted to the driver subsystem. by alshabib · 9 years ago
  49. 834e4b0 ONOS-1786: Updates group buckets when link status is changed. by sangho · 9 years ago
  50. dde53d1 Fix the logic of deleting FIB entries in CorsaPipeline by sangho · 9 years ago
  51. 866b46a Reworked the dependency on default drivers. Driver manager must NOT depend on these. by Thomas Vachuska · 9 years ago
  52. f5b234a Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 9 years ago
  53. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  54. bd7f742 Adding Device Listiner to BgpRouter so that filtering rules are sent to the by Saurav Das · 9 years ago
  55. 3d03826 Fixes bug where driver gets initialized only when device is available. by Saurav Das · 9 years ago
  56. 17d0045 Upgrade packet requests to use flow objectives API. by Jonathan Hart · 9 years ago
  57. 3ea4662 Removing dependency on lower level drivers for the BGPRouter application. by Saurav Das · 9 years ago
  58. d17abc2 Refactored driver to use new FlowRule api. by alshabib · 9 years ago
  59. 2a441c6 Flow Objective implementation by alshabib · 9 years ago
  60. cfd63d2 Adding more filtering objectives from the router application and handling them by Saurav Das · 9 years ago
  61. facc3f5 Enhancing the driver subsystem to allow retrieving originating data/handler contexts from the behaviours. by Thomas Vachuska · 9 years ago
  62. 910aff1 WIP: Initial implementation of filterObjectives using driver subsystem. by alshabib · 9 years ago
  63. 5c2f813 Device driver framework enhancements and CLI. by Thomas Vachuska · 9 years ago
  64. ca88bb7 Cleaning up and enhancing driver subsystem and the flow objective subsystem. by Thomas Vachuska · 9 years ago
  65. aebe775 WIP: default driver ignition by alshabib · 9 years ago
  66. 77b8848 added FlowObjectiveService to act as an objective manager between applications and drivers by alshabib · 9 years ago
  67. faa1e36 Initial sketch and implementaion of Objectives. by alshabib · 9 years ago