Merge "Wait to process datastore until providers are ready"
[ovsdb.git] / openstack / net-virt / src / main / java / org / opendaylight / ovsdb / openstack / netvirt / impl /
2015-05-26 Flavio FernandesMerge "Wait to process datastore until providers are...
2015-05-26 Sam HagueMerge "Added controller is-connected code"
2015-05-26 Sam HagueWait to process datastore until providers are ready 50/21150/2
2015-05-26 Flavio FernandesL3 Bugfix: routing table needs to add rules when destin... 49/21149/1
2015-05-22 Sam HagueUse config instead of Activator for netvirt and netvirt... 67/20867/5
2015-05-15 Sam HagueFix for vlan physical port flows on add and remove 55/20555/1
2015-05-15 Sam HagueSquashed commit of the following: 73/20473/1
2015-05-05 Sam HagueMerge "Fix for bridge other config in mdsal."
2015-04-30 Flavio FernandesWork around bug 3005: RoutingService needs special... 10/19410/1
2015-04-14 Sam HagueMerge "Remove unused service interfaces"
2015-04-13 Sam HagueRemove unused service interfaces 22/18222/2
2015-04-01 Sam HagueMerge "Revert "Added trunks code to go with the model.""
2015-04-01 Gabriel Robitaille... Revert "Added trunks code to go with the model." 62/17562/1
2015-04-01 Sam HagueMerge "Added trunks code to go with the model."
2015-03-31 Gabriel Robitaille... Added trunks code to go with the model. 75/17375/8
2015-03-19 Flavio FernandesMerge "Return only the Identifier and not the whole...
2015-03-18 Sam HagueAdd class name to log for better debugging 86/16786/2
2015-03-18 Sam HagueMerge "Patch to bring us into alignment with skip.karaf...
2015-03-18 Sam HagueRemove last adsal remnants from NeutronL3Adapter 32/16732/2
2015-03-17 Sam HagueMerge "Add support for datapath"
2015-03-17 Sam HagueMerge "Initial write for bridge."
2015-03-17 Flavio FernandesMerge "Fix to improve logging of exceptions in Transact...
2015-03-16 Flavio FernandesRemove ad-sal from lbaas - part 2 16/16516/4
2015-03-16 Flavio FernandesRemove ad-sal from lbaas - part 1 15/16515/3
2015-03-13 Flavio FernandesMerge "Fix typo (Don't know why I wanted indentidentifi...
2015-03-13 Flavio FernandesMerge "Fixing null pointer error on node delete and...
2015-03-13 Flavio FernandesMove NodeUtils.java to ovsdb.utils 87/16487/2
2015-03-13 Flavio FernandesProvide FlowCapableNodeDataChangeListener to openstack... 82/16482/3
2015-03-09 Flavio FernandesMerge changes I00b761de,I6b7440b3,Id4a96515
2015-03-09 Sam HagueUse service dependency injection rather than ServiceHelper. 02/16202/2
2015-03-05 Sam HagueMigrate net-virt from adsal Node to mdsal Node 53/16053/2
2015-03-03 Sam HagueMerge "Make BridgeName strongly typed"
2015-03-02 Sam HagueMerge "Fix placement of config file"
2015-03-02 Flavio FernandesMerge "Bug 2438: No serializer found for class.. Boolea...
2015-03-02 Sam HagueMerge "OVSDB V3 northbound failed to find node"
2015-03-02 Sam HagueMerge "getNode fails when id contains |"
2015-03-02 Sam HagueMerge "Ovsdb plugin compatibility layer"
2015-02-28 Anil VishnoiOvsdb plugin compatibility layer 69/15569/6
2015-02-26 Sam HagueMerge "MD-SAL OVSDB SB - handle update to ovsdb node."
2015-02-26 Flavio FernandesMerge "Slight simplification in OvsdbConnectionInstance"
2015-02-25 Ed WarnickeUse neutron from new repo 53/15753/6
2015-02-24 Sam HagueRevert "Removing ovsdb plugin dependency on sal.utils... 41/15641/2
2015-02-20 Sam HagueMerge "Fetch managed node (bridge) details and augment...
2015-02-20 Sam HagueMerge "Removing ovsdb plugin dependency on sal.utils...
2015-02-20 Sam HagueRemoving ovsdb plugin dependency on sal.utils classes 20/15520/3
2015-02-13 Flavio FernandesMerge "Fix sonar code coverage for BridgeConfigurationM...
2015-02-13 Sam HagueFix sonar code coverage for BridgeConfigurationManagerI... 83/15283/1
2015-02-09 Flavio FernandesMerge "Fix namespaces for dpdk yang files"
2015-02-09 Flavio FernandesMerge "Remove ComponentActivatorAbstractBase from plugin"
2015-02-07 Sam HagueMerge "Remove openflow10"
2015-02-06 Flavio FernandesRemove openflow10 93/14993/1
2015-01-06 Sam HagueMerge "Enable SSL two way authentication"
2014-12-23 Flavio FernandesMerge "Updated error catch for deleteRow ConfigurationS...
2014-12-18 Flavio FernandesFix logs in how it should use exceptions. 26/13726/3
2014-10-23 Flavio FernandesBug 2192 - Part2 - Move getProperty() to a common util... 76/12176/2
2014-10-20 Flavio FernandesMerge "Add missing feature dependencies to ovsdb karaf...
2014-10-20 Flavio FernandesBug 2076 - Routing does not work unless node contains... 79/12079/1
2014-10-17 Flavio FernandesBug 2192 - Fix access to custom.properties, so non... 58/12058/1
2014-10-13 Cédric OllivierAdd import statements for o.o.o.o.n.a.ConfigurationService 31/11931/1
2014-09-24 Madhu VenugopalMerge "Bug 1806 - Null destination InetAddress in OF13P...
2014-09-24 Madhu VenugopalMerge "Bug 2013 Vlan flows needs merging from tradition...
2014-09-24 Dave TuckerSwap segmentation Id when routing between subnets 94/11494/6
2014-09-23 Madhu VenugopalMerge "Bug #1752 swap egress/ingress ACLs"
2014-09-22 Madhu VenugopalMerge "Add L3 Forwarding Table to Pipeline"
2014-09-22 Madhu VenugopalMerge "Only use single Apply Actions instruction"
2014-09-22 Flavio FernandesBug 1705: Expect default gateways mac to be provided 81/11381/5
2014-09-22 Dave TuckerMerge "Bug 1915 : Configuration knob for enabling L3...
2014-09-22 Flavio FernandesBug 1915 : Configuration knob for enabling L3 fwd in... 26/11326/4
2014-09-21 Madhu VenugopalMerge "Bug 1885: VM ingress rule is not installed for...
2014-09-19 Madhu VenugopalBug 1972 - Flows failed to get programmed in a very... 53/11353/1
2014-09-16 Dave TuckerMerge "Bug 1896: L3 router interface not being installed"
2014-09-16 Flavio FernandesBug 1896: L3 router interface not being installed 16/11216/2
2014-09-12 Flavio FernandesBug 1844 : Callback from neutron's router interface... 07/11107/1
2014-09-12 Madhu VenugopalMerge "Bug 1823 : Added karaf bundle for 43-openflowjav...
2014-09-12 Madhu VenugopalMerge "Bug 1823 : Adding Karaf openflowjava-nx-config...
2014-09-12 Madhu VenugopalBug 1824 : OpenFlow13 Protocol plugin is made the defau... 84/11084/1
2014-09-08 Madhu VenugopalBug 1461 - precondition in getProvider failing 21/10921/1
2014-09-06 Flavio FernandesBug 1729: Make BlockingQueue events in EventDispatcherI... 63/10863/3
2014-09-06 Madhu VenugopalMerge "Bug 1730: L3: Trigger processing of neutron...
2014-09-06 Flavio FernandesBug 1730: L3: Trigger processing of neutron port update... 62/10862/2
2014-09-05 Madhu VenugopalMerge "Combine ovssfc patches."
2014-09-04 Brent SalisburyMerge "Added LoadBalancerProvider as the service provid...
2014-09-04 Brent SalisburyMerge "Splitting OF13Provider's native L2 Forwarding...
2014-09-04 Madhu VenugopalMerge "L3: Use system config to get the mac address...
2014-09-04 Flavio FernandesL3: Use system config to get the mac address of the... 92/10792/1
2014-09-04 Dave TuckerMerge "L3: Add support for distributed arp responder...
2014-09-04 Madhu VenugopalMerge "ACL services for OS/OVS"
2014-09-04 Brent SalisburyACL services for OS/OVS 65/10565/7
2014-09-03 Flavio FernandesL3: Add support for distributed arp responder and l3... 31/10731/1
2014-09-03 Madhu VenugopalMerge "Updating the LB pool member DELETE and UPDATE...
2014-09-03 Madhu VenugopalMerge "Adding support for programming newly added nodes."
2014-09-03 Madhu VenugopalMerge "In LoadBalancerProvider interface, rename method...
2014-09-03 Madhu VenugopalMerge "Net-Virt LBaaS module updates for neutron event...
2014-09-03 Madhu VenugopalMerge "Restructing the LBaaSHandler code, and adding...
2014-09-03 Dave TuckerMerge "L3: Break exclusions and rewrites into inbound...
2014-09-02 Flavio FernandesL3: Break exclusions and rewrites into inbound and... 43/10643/3
2014-09-02 Dave TuckerSkeleton implementation of L3 using PipelineOrchestration 78/10578/5
2014-09-02 Dave TuckerMerge "L3 Neutron events hookup to MultiTenantRouterFor...
2014-08-31 Brent SalisburyMerge "Fixed a minor bug that causes the deprecated...
2014-08-30 Flavio FernandesL3 Neutron events hookup to MultiTenantRouterForwarding... 00/10500/2
next