- 43de6ee Refactoring abstract driver loader to assure that default drivers get loaded first by default. by Thomas Vachuska · 8 years ago
- b0ae6ee CORD-999 changes to support vlans by Saurav Das · 8 years ago
- 0f43e47 CORD-908 Remove VLAN MPLS workaround in OVS by Charles Chan · 8 years ago
- f6ec153 Refactor SR and OFDPA pipeliner by Charles Chan · 8 years ago
- 78f51f4 [CORD-555][CORD-966] Support add/remove multiple buckets for group by Yi Tseng · 8 years ago
- 018605f In this commit: CORD-799 by Saurav Das · 8 years ago
- e6e2b76 ONOS-6031 Fixing class loading problem when adding FullMeatersAvailable to corsa-v39 driver by Andrea Campanella · 8 years ago
- 8c7b06a Remove unnessasry semicolons by Jon Hall · 8 years ago
- 4e252f2 Removed SONA security group table for now by Hyunsun Moon · 8 years ago
- 3bb1170 Fix NPE when treatment is not present in versatile fwd obj by Charles Chan · 8 years ago
- b750439 Add table miss entry for VLAN table by Charles Chan · 8 years ago
- d05f54b Process broadcast mac address in ofdpa-cpqd pipeline by Charles Chan · 8 years ago
- 3bfe32c [CORD-640] PW clean up. by Pier Luigi · 8 years ago
- 70d53ba Implements [CORD-587] and [CORD-588] by Pier Ventre · 8 years ago
- 42287df Implements [CORD-96] and [CORD-410] by Pier Ventre · 8 years ago
- 140a894 [CORD-576] Implements VPWS transport in OFDPA pipelines by Pier Ventre · 8 years ago
- 3a77b4f Process broadcast mac address in ofdpa pipeline by Yi Tseng · 8 years ago
- c6ae1eb [ONOS-0951] SONA : bypasses security group table until security group feature is completely refactored. by sangho · 8 years ago
- 372b63e Protect L2I group id generation by Charles Chan · 8 years ago
- b69b6cc Fix for [ONOS-5824] by Pier Luigi · 8 years ago
- 0e35863 Various fixes: by Pier Luigi · 8 years ago
- c03782d Bugfix: OfdpaSetVlanVid is not disabled properly by Charles Chan · 8 years ago
- 69fd431 Enabling default route by Pier Luigi · 8 years ago
- 40132b3 [CORD-801] OFDPA pipeline for OpenvSwitch by Charles Chan · 8 years ago
- 4967fc6 Fix for Softrouter pushing bogus flows. by Jonathan Hart · 8 years ago
- 3a409c6 IPv6 support for vRouter by Vinayak Tejankar · 8 years ago
- 67546fb [ONOS-5310] FullMetersAvailable by Jordi Ortiz · 8 years ago
- e0ae7a3 [CORD-630] IPv6 filtering rules by Pier Ventre · 8 years ago
- a36f10b Remove executable bit from source files, etc. by Yuta HIGUCHI · 8 years ago
- 2df0e8a Use new PacketService to request ARP with duplication by Charles Chan · 8 years ago
- a5bb4a1 Change default OFDPA driver to ofdpa3 by Charles Chan · 8 years ago
- 9c70534 Driver fix for OF-DPA 3.0 EA3. With this change both EA0 and EA3 are compatible by Saurav Das · 8 years ago
- cbaf867 Added changes to OltPipeline to create filtering flows for DHCP packets by Amit Ghosh · 8 years ago
- fb3b501 [ONOS-5176] Refactoring: improves SONA pipeline and OpenstackRoutingManager by sangho · 8 years ago
- b1fbddb for our olt device's implement, the eapol flowrule priority should higher than the unicast flow by ke han · 8 years ago
- d2fded0 CORD-637 Fixing intermittent filtering objective failures by repeatedly trying by Saurav Das · 8 years ago
- 4ff0134 Fixes equals of ofdpa vid and ofdpa ovid by Pier Ventre · 8 years ago
- 1a129a0 CORD-81 Support for editing buckets of ALL groups, both L2Flood and by Saurav Das · 8 years ago
- 958fd99 [CORD-561] Adds missing codecs in ONOS by Pier Ventre · 8 years ago
- ee4a8f2 [CORD-545] Adds ofdpa actions in ONOS core by Pier Ventre · 8 years ago
- db252cc [CORD-545] Adds QoS Index support in ONOS core by Pier Ventre · 8 years ago
- 9cf536b [CORD-545] Adds MPLS L2 Port support in ONOS core by Pier Ventre · 8 years ago
- b33b216 ONOS-5438 Invokes standard Ofdpa3 driver set for ZNYX hardware implementation. by Alan Deikman · 8 years ago
- 6f63005 [CORD-545] Adds OVID support in ONOS core by Pier Ventre · 8 years ago
- 0bb1e10 Javadoc fixes by Ray Milkey · 8 years ago
- e5ccd58 Lower the log level when adding bucket to a group by Charles Chan · 8 years ago
- 1ce0a7b CORD-414 Editing hash groups buckets in the OF-DPA driver instead of by Saurav Das · 8 years ago
- 4303532 Remove redundant assignments by Sho SHIMIZU · 8 years ago
- cad338a CORD-413 Implement MPLS Termination in OFDPA3 pipeliner by Charles Chan · 8 years ago
- f9e9865 Initial commit of new Ofdpa3Pipeline by Charles Chan · 8 years ago
- a1cb251 add pipeline for nokia olt device by ke han · 8 years ago
- 0a4e674 Copyright update by Brian O'Connor · 8 years ago
- cfcb053 Add Oplink attenuation extension and channel power drivers. by yjimmyy · 8 years ago
- 250d028 Initial support for Lagopus switch by Yuta HIGUCHI · 8 years ago
- 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
- e3bcfc3 Fix bugs in extension treatment REST API by Jonathan Hart · 8 years ago
- 3c2b226 update manufactory hw/sw version by ke han · 8 years ago
- 07b3b0c Simplify lambda expressions by using method reference by Sho SHIMIZU · 8 years ago
- a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
- 6a1ee2d Fix SpringOpenTTP thread leak by Yuta HIGUCHI · 8 years ago
- 63eeac3 Add ability for vRouter to reactively send packets to directly connected hosts. by Jonathan Hart · 8 years ago
- a477e34 Reverting to previous iteration mode, fixing case of modifying existing tags and adding extra checks by Konstantinos Kanonakis · 8 years ago
- 7976923 Only pop internally assigned VLANs before sending ARP to controller by Charles Chan · 8 years ago
- 8db7d09 [ONOS-4612]Update SFC flows inline with the Official OVS NSH patch by Phaneendra Manda · 8 years ago
- f57a825 Only pop internally assigned VLANs before sending ARP to controller by Charles Chan · 8 years ago
- f8035d3 Minor cleanups and renaming in vRouter by Jonathan Hart · 8 years ago
- fc5c780 CORD-61 Dynamic XConnect support by Charles Chan · 8 years ago
- b5c236e In this commit: by Saurav Das · 8 years ago
- 2519081 In this commit: by Saurav Das · 8 years ago
- 9cae4ec remove wipeDeferred in ACL table by Charles Chan · 9 years ago
- e81d7e9 int/Integer is pre-registered to Kryo. by HIGUCHI Yuta · 8 years ago
- 07a9e56 [ONOS-4588] Separate optical driver from "default" driver bundle by HIGUCHI Yuta · 8 years ago
- ce7db1b Fix for ONOS-4568 - Intents stuck in INSTALLING state by Ray Milkey · 8 years ago
- 7ff0643 Nicira extension for setting nsh header fields is modified to set field by Phaneendra Manda · 8 years ago
- eefdedf Remove redundent byte[].class registration by Charles Chan · 8 years ago
- 985b12e Revert part of the changes in Ofdpa2Pipeline by Charles Chan · 8 years ago
- 888eeda Fix SoftRouter kryo registrations. by Jonathan Hart · 8 years ago
- ab0bded Fixed order of static elaboration in FullVlanAvailable implementation. by Thomas Vachuska · 8 years ago
- 55caa1c ONOS-4561: Exclude non standard VLAN IDs by Sho SHIMIZU · 8 years ago
- d2c8b15 corsa support intent by Michele Santuari · 9 years ago
- 08926a9 Support to specify Ofdpa extension through REST API by Jian Li · 8 years ago
- adc9004 support mcast based filtering objective CORD-673,review comments addressed for patch-3 by gaurav · 8 years ago
- e9795fd [ONOS-4426] [ONOS-4511] [ONOS-4502] Upgrade Vtn Module when access same network segment. by Bob zhou · 8 years ago
- deae31e [ONOS-4513] Move DefaultOpticalDevice to reduce package exported. by HIGUCHI Yuta · 8 years ago
- 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 9 years ago
- 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 9 years ago
- 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 9 years ago
- 9a8d16d initial flows for corsa pipeline v39 by Michele Santuari · 9 years ago
- 90b3b6c [ONOS-4427] TunnelIn flowrule can not be applied to devices in ONOS 1.5 by lishuai · 9 years ago
- 7762179 Bug fix for Dell driver to use dummy group as flow-actions by Saurav Das · 9 years ago
- 59232cf Changes include: by Saurav Das · 9 years ago
- e3ba695 Fix ClassCastException by Charles Chan · 9 years ago
- 855179c CpqdOfpda pipeline table miss entry for multicast IP table. by Jonathan Hart · 9 years ago
- 216e3c8 Refactoring SegmentRouting, OFDPA driver and Group Store by Charles Chan · 9 years ago
- d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 9 years ago
- d9e0105 log uncaught Exception by HIGUCHI Yuta · 9 years ago
- d55e84d CORD-348 multicast support in SegmentRouting and vRouter by Charles Chan · 9 years ago
- 48dc2f1 adding drivers for the celestica by alshabib · 9 years ago
- dab7256 [ONOS-4258] Initial implementation of supporting extension in REST by Jian Li · 9 years ago
- 425854b Fix group handler in CpqD OFDPA driver by Charles Chan · 9 years ago