Fixing a ClassCastException issue with an incorect Row to TypedClass cast introduced...
[ovsdb.git] / neutron / src / main / java / org / opendaylight / ovsdb /
2014-07-08 Madhu VenugopalFixing a ClassCastException issue with an incorect... 75/8775/1
2014-07-07 Madhu VenugopalMerge "Use port 12345 instead of 8080 in UT" into topic...
2014-07-07 Madhu VenugopalMerge "Make connection initialization timeout constant...
2014-07-07 Madhu VenugopalNeutron bundle migration to the new redesigned schema... 17/8717/2
2014-06-26 Dave TuckerMerge branch 'master' into topic/schema 76/8376/1
2014-06-23 Madhu VenugopalMerge "Set the interface type as internal when an inter...
2014-06-20 Flavio FernandesAdd missing check for status when doing programTunnelRu... 91/8191/1
2014-06-20 Flavio FernandesBUG-1188: Missing callback to provider 90/8190/1
2014-06-17 Madhu VenugopalMerge remote-tracking branch 'origin/master' into merge... 55/8055/2
2014-06-10 Brent SalisburyMerge "Adding Pax-Exam infra with a basic IT for plugin"
2014-06-05 Thomas BachmanBUG-1147: Fix programming of NORMAL flow entry when... 52/7752/2
2014-05-30 Brent SalisburyBugFix #958 in OVSDB setting LLDP length to 0xffff 44/7144/4
2014-05-27 Madhu VenugopalMerge "Adding neutron api v2.0 security group/rules...
2014-05-27 Brent SalisburyAdding neutron api v2.0 security group/rules handlers 66/7366/2
2014-05-22 Madhu VenugopalMerge "getPhysicalInterfaceName not finding match in...
2014-05-22 Sam HaguegetPhysicalInterfaceName not finding match in some... 48/7348/1
2014-05-20 Madhu VenugopalMerge "Fix bug 1028: Don't ignore exception in prepareI...
2014-05-19 Hsin-Yi ShenAdd ovsdb vlan support by using OF1.3 50/6150/6
2014-05-18 Dave TuckerUse Felix DM for OVSDB Neutron Services 39/5839/6
2014-05-18 Dave TuckerFix bug 1028: Don't ignore exception in prepareInternal... 54/7154/1
2014-05-10 Madhu VenugopalMerge "Update netty to 4.0.17"
2014-05-06 Madhu VenugopalRemoved all the static string usage for network types... 58/6758/1
2014-05-06 Sam HagueAdd support for vlan tenant isolation to ovsdb using... 04/6004/10
2014-05-05 Hsin-Yi ShenBUG-954: Add support for Neutron port/network delete... 04/6604/9
2014-04-18 Madhu VenugopalCode ReOrganization and Re-Architecture changes 91/6291/2
2014-03-23 Madhu VenugopalMerge "Adding support for the git-review command line...
2014-02-20 Hideyuki TaiRemoved convertNeutronIDToKey(String) calls. 24/5424/1
2014-02-20 Hideyuki TaiFixed typo in PortHandler.java. 21/5421/1
2014-01-27 Madhu VenugopalRemoved the optimization that was preventing the flows... 28/4928/1
2014-01-27 Brent SalisburyMerge "Upgrading Yangtools to 0.6.1-SNAPSHOT and hopes...
2014-01-27 Madhu VenugopalMaking the FLowMods Strict. During update operations... 24/4924/1
2014-01-27 Madhu VenugopalMoving Tunnel Out to the appropriate place and cleaned... 86/4886/1
2014-01-27 Madhu VenugopalFixed a class cast exception when the Node-ID is a... 45/4845/1
2014-01-27 Brent SalisburyMoved InstructionBuilder order and key in OF13ProviderM... 40/4840/2
2014-01-27 Brent SalisburyMerge "Fixed the Repositories and PluginRepositories...
2014-01-27 Dave TuckerChange OF13_Provider to ovsdb.of.version in config.ini 36/4836/3
2014-01-26 Madhu VenugopalInternal Vlan deletion and Tunnel Deletion cleanup 33/4833/1
2014-01-26 Dave TuckerRemove call to networkCreated in NetworkHandler 19/4819/2
2014-01-26 Dave TuckerOVSDB Log Cleanup 95/4795/3
2014-01-26 Madhu VenugopalDROP and FLOOD/Broadcast Support 84/4784/2
2014-01-25 Thomas BachmanAdded fix to prevent re-adding tunnel that was just... 76/4576/4
2014-01-25 Dave TuckerReplace tenantVlanMap with a per Node cache 01/4601/15
2014-01-25 Madhu VenugopalResolved the OF10 to OF13 transition issues during... 56/4756/3
2014-01-25 Dave TuckerFix for bug 278 Replace implementation of dbCache in... 18/4618/7 ovsdb-bulk-release-prepare-only-4 ovsdb-bulk-release-prepare-only-5
2014-01-24 Ed WarnickeFix to use MacAddress for Mask for Ethernet Matches 68/4668/2 ovsdb-bulk-release-prepare-only-2
2014-01-23 Madhu VenugopalReorganized the Local port programming to support the... 24/4624/1
2014-01-22 Madhu VenugopalMerge "Removed the tunnelEndpoint cache Tunnel Endpoint...
2014-01-22 Dave TuckerRemoved the tunnelEndpoint cache 33/4533/6
2014-01-22 Madhu VenugopalRemoved printstacktrace method call from ProviderManager. 40/4540/1 ovsdb-bulk-release-prepare-only-1
2014-01-22 Madhu VenugopalSet the default fail-mode as secure and make sure to... 37/4537/1
2014-01-21 Madhu VenugopalOVSDB Neutron & OpenFlow 1.3 integration 70/4470/1
2014-01-19 Madhu VenugopalMerge "Fixed a typo in pom.xml s/includeArtifacIds...
2014-01-19 Madhu VenugopalOVSDB support for controller restart scenario to work... 80/4380/1
2014-01-17 Madhu VenugopalMerge "Added OF v1.3 flowmod builders for neutron integ...
2014-01-17 Brent SalisburyAdded OF v1.3 flowmod builders for neutron integration. 48/4348/2
2014-01-13 Flavio FernandesFix build error, due to changes in FlowId: https:/... 55/4155/1
2014-01-09 Madhu VenugopalMerge "Added Mockito and PowerMock to the neutron pom...
2014-01-09 Madhu VenugopalMerge "Prevent NPE when an interface is already present...
2014-01-03 Hugo TrippaersPrevent NPE when an interface is already present on... 10/4010/1
2013-12-21 Madhu VenugopalOVSDB project's OpenFlow 1.3 ProtocolPlugin integration... 89/3889/1
2013-12-18 Madhu VenugopalMerge "Added folder for ovsdb.neutron tests. Created...
2013-12-17 Brent SalisburyMerge "Removed the floodEntries cache and relying on...
2013-12-17 Brent SalisburyMerge "Moved all Openflow 1.0 specific flow programming...
2013-12-17 Madhu VenugopalRemoved the floodEntries cache and relying on FRM's... 98/3798/1
2013-12-17 Madhu VenugopalMoved all Openflow 1.0 specific flow programming away... 86/3786/1
2013-12-17 Madhu VenugopalMerge "Changed lookup of Controller IP to the following...
2013-12-16 Brent SalisburyMerge "Added the missing Copyright headers to most...
2013-12-14 Madhu VenugopalAdded the missing Copyright headers to most of the... 41/3641/2
2013-12-08 Brent SalisburyMerge "Installing NORMAL rules on all the default neutr...
2013-12-07 Madhu VenugopalInstalling NORMAL rules on all the default neutron... 37/3537/2
2013-12-06 Madhu VenugopalMerge "- Addressed Queue/QoS special parent column...
2013-12-05 Madhu VenugopalMade changes in Internal Network creation to also takes... 90/3490/1
2013-12-04 Hugo TrippaersMake the eventHandler more robust. Set broad exception... 17/3417/2
2013-12-04 Brent SalisburyMerge "Identifying and ignoring uninterested SouthBound...
2013-12-04 Brent SalisburyMerge "Fixed JSON Deserializer to retain empty objects...
2013-12-04 Madhu VenugopalIdentifying and ignoring uninterested SouthBound updates. 38/3438/1
2013-12-03 Hugo TrippaersGet rid of all e.printStackTrace() statements and clean... 97/3397/2
2013-11-29 Madhu VenugopalModified the insertRow methods to return StatusWithUuid... 20/3220/5
2013-11-28 Madhu VenugopalMerge "Enabling LLDP programming again. Upon debugging...
2013-11-28 Madhu VenugopalMerge "Minor Logging issues and removing an annoying...
2013-11-28 Madhu VenugopalEnabling LLDP programming again. 17/3217/1
2013-11-28 Madhu VenugopalMinor Logging issues and removing an annoying error... 16/3216/1
2013-11-28 Brent SalisburyMerge "Disabling the installation of LLDP Punt rules...
2013-11-28 Madhu VenugopalDisabling the installation of LLDP Punt rules to Contro... 77/3177/1
2013-11-28 Madhu VenugopalMerge "Made changes to exception throwing."
2013-11-28 Madhu VenugopalBroadcast/Unknown unicast support. Also added LLDP... 74/3174/1
2013-11-26 Madhu VenugopalOF Flow programming on br-int (NORMAL) and bidirectiona... 11/3111/1
2013-11-26 Madhu VenugopalConsolidated Container logic in 1 place and is configur... 10/3110/1
2013-11-24 Madhu VenugopalVM location aware of Full-mesh Tenant-specific GRE... 41/3041/2
2013-11-24 Madhu VenugopalAdded br-tun bridge installation code via InternalNetwo... 27/3027/2
2013-11-24 Madhu VenugopalSkeleton code for the NetworkManagers : Provider, Inter... 26/3026/2
2013-11-24 Brent SalisburyMerge "Skeleton Event handlers for the Neutron integrat...
2013-11-22 Madhu VenugopalSkeleton Event handlers for the Neutron integration... 25/3025/1