From 6dff336cfb197351c9fa0b50c0715b59a4d822cf Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Wed, 6 Jun 2012 18:47:07 +0300 Subject: [PATCH] Remove ofa_kernel.changelog.txt Signed-off-by: Vladimir Sokolovsky --- ofa_kernel.changelog.txt | 246 --------------------------------------- 1 file changed, 246 deletions(-) delete mode 100644 ofa_kernel.changelog.txt diff --git a/ofa_kernel.changelog.txt b/ofa_kernel.changelog.txt deleted file mode 100644 index 94b8f2d..0000000 --- a/ofa_kernel.changelog.txt +++ /dev/null @@ -1,246 +0,0 @@ -commit 967460824529719677d6a1d4600ec3e89a4538ab -Author: Marcel Apfelbaum -Date: Wed Feb 1 14:27:56 2012 +0200 - - IB/mad: Return unsupported for MADs as appropriate - - Setup a response with appropriate error status and send - it for the MADs that are not supported by a specific - class/version. - - Signed-off-by: Swapna Thete - Reviewed-by: Hal Rosenstock - Signed-off-by: Marcel Apfelbaum - -commit bcd990ffbe4a7558783ee693dbbabfce262c1ab1 -Author: Marcel Apfelbaum -Date: Wed Feb 1 14:25:45 2012 +0200 - - IB/mad: Add MAD error codes per IBTA spec - - Add appropriate MAD error codes so that they can be used - while returning appropriate error responses. - - Signed-off-by: Swapna Thete - Signed-off-by: Marcel Apfelbaum - -commit 87b9c75bea7d8a2024647b3dbc06a3b34ac93a65 -Author: Tatyana Nikolova -Date: Tue Jan 31 15:17:23 2012 -0600 - - RDMA/nes: Fixes for Sparse Endian related warnings - - Fixes for Endian Sparse Warnings introduced with the enhanced MPA patch - - Reported-by: Dan Carpenter - Signed-off-by: Tatyana Nikolova - Signed-off-by: Faisal Latif - -commit f18080e6ee62b25030886c37b7120eb93746e5c9 -Author: Marcel Apfelbaum -Date: Sun Jan 29 18:16:53 2012 +0200 - - IB/mlx4: fix wrong info returned when querying IBoE ports - - To issue port query, use the QUERY_(Ethernet)_PORT command instead of - MAD_IFC command as the latter attempts to query the firmware IB SMA agent, - which is irrelevant for IBoE ports. This allows to support both 10Gb/s and - 40Gb/s rates (e.g in sysfs), using QDR speed (10Gb/s) and width of 1X or 4X. - - Signed-off-by: Dotan Barak - Signed-off-by: Or Gerlitz - Signed-off-by: Marcel Apfelbaum - -commit 91290f5b55984cc71e0ac3896d27c2e7fb5ce51f -Author: Marcel Apfelbaum -Date: Sun Jan 29 18:13:39 2012 +0200 - - IB/core: fix wrong display of rate in sysfs - - commit "IB: Add new InfiniBand link speeds" introduced a bug under - which the rate for IB SDR/4X links was displayed as 8.5Gbs - instead of 10Gbs, fix that. - - Signed-off-by: Or Gerlitz - Signed-off-by: Marcel Apfelbaum - -commit 9aa07c16ba7164823c96e19a18c287c00248958a -Author: Mike Marciniszyn -Date: Fri Jan 27 11:00:06 2012 -0500 - - IB/qib: correct memcpy optimization - - qib_0700_memcpy_optimizations.patch was pushed - with a discrepancy vs. our internal qualified - code. - - This patch corrects that issu. - - Signed-off-by: Mike Marciniszyn - -commit 5eebbdb0c6084fa9c995201d7a2dee39ff8d2188 -Author: Mike Marciniszyn -Date: Fri Jan 27 10:59:02 2012 -0500 - - IB/qib: correct rc flush panic patch - - This migrates the kernel.org code that was included in - 3.2. - - That version has significantly more test time. - - Signed-off-by: Mike Marciniszyn - -commit 4500690e2518cb8e6ad46aea00bb0ec1a27cc8cd -Author: Tatyana Nikolova -Date: Tue Jan 17 10:18:56 2012 -0600 - - RDMA/nes: Fix for sending MPA reject frame - - Set a reject flag, when sending MPA reject message to inform the peer - that the application has rejected the connection. - - Signed-off-by: Tatyana Nikolova - Signed-off-by: Faisal Latif - -commit b23de4ef8c30c54fb87cbdb2864b0b9f9f48d534 -Author: Tatyana Nikolova -Date: Fri Jan 6 18:19:28 2012 -0600 - - RDMA/nes: Fix for fast memory registration opcode - - Fixes fast memory registration incorrect opcode for local - invalidate completion. - - Signed-off-by: Tatyana Nikolova - Signed-off-by: Donald Wood - -commit 58b4dede2f13e638903ba3775af55309a500228d -Author: Tatyana Nikolova -Date: Fri Jan 6 18:18:30 2012 -0600 - - RDMA/nes: Fix for fast memory registration length - - Zero high order word of fast memory registration (FMR) length field. - FMR length field is 32 bits, so high word should always be zero. - - Signed-off-by: Tatyana Nikolova - Signed-off-by: Donald Wood - -commit 182092b5581c5be2fdb3debc8e4e6f5b62145679 -Author: Vladimir Sokolovsky -Date: Mon Jan 2 17:58:38 2012 +0200 - - Fix RDS backports - - Signed-off-by: Vladimir Sokolovsky - -commit 4b819d5f2c764950874c417e447719e0bbcffeb6 -Author: Jeff Becker -Date: Mon Dec 5 16:09:59 2011 -0800 - - NFSRDMA: Increasing RPCRDMA_MAX_DATA_SEGS sometimes causes NFS mount to hang. - - Signed-off-by: Jeff Becker - -commit dc262fc04a2fbb234823435e76ae224f5baa6025 -Author: Tatyana Nikolova -Date: Wed Dec 7 16:05:48 2011 -0600 - - RDMA/nes: Fixes for Sparse generated warnings - - Fix source code warnings generated by Sparse - - Signed-off-by: Tatyana Nikolova - Signed-off-by: Faisal Latif - -commit 19bc287a4186dbe15cb5ba07370986b14d00d5ab -Author: Tatyana Nikolova -Date: Wed Dec 7 16:06:32 2011 -0600 - - RDMA/nes: Change for phy SFP+ clock divisor - - Change phy SFP+ clock divisor - - Signed-off-by: Tatyana Nikolova - Signed-off-by: Faisal Latif - -commit 2decbba06572d440a2e197e2031009c1a14834f9 -Author: Shawn Bohrer -Date: Wed Dec 7 18:56:55 2011 -0600 - - include linux/ip.h for ip_hdr() - - Signed-off-by: Shawn Bohrer - -commit 28884acfb71ab4e261db6bcf0cd5e5b52c8cc2a4 -Author: Shawn Bohrer -Date: Wed Dec 7 18:56:54 2011 -0600 - - mlx4_en: backport mlx4 do vlan cleanup - - The mlx4_en_0280_change_vlan_managing_scheme.patch conflicts with - kernel.org commit f1b553fbe73bfad38f41269d1c7a7ce3176d9539 "mlx4: do - vlan cleanup". This drops the - mlx4_en_0280_change_vlan_managing_scheme.patch and backports - f1b553fbe73bfad38f41269d1c7a7ce3176d9539. - - Signed-off-by: Shawn Bohrer - -commit f745264b39c20dda3f91235be8b16badd616914c -Author: Shawn Bohrer -Date: Wed Dec 7 18:56:53 2011 -0600 - - mlx4_en: drop lro and add gro support from upstream - - Signed-off-by: Shawn Bohrer - -commit d70f86bebd493e05872674d1202d2804327ea938 -Author: Shawn Bohrer -Date: Wed Dec 7 18:56:52 2011 -0600 - - checkout_files: Remove socket.h - - Commit 4f095a7a1e8ad90756cf2071582e74f15a00fa06 "checkout_files: add - rds.h and socket.h" added socket.h to the list of checkout_files and it - is unclear why. The modules should build against socket.h provided by - the running kernel. - - Signed-off-by: Shawn Bohrer - -commit f0b0ffc730b126e8393c1b54437d1cd14b017280 -Author: Shawn Bohrer -Date: Wed Dec 7 18:56:51 2011 -0600 - - Backport dst->neighbour access helpers from 3.1 - - Backport upstream commits - - 69cce1d1404968f78b177a0314f5822d5afdbbfb - 'net: Abstract dst->neighbour accesses behind helpers.' - 22cfb0bf6721bb1f865f67bc21e3c36c272faf36 - 'IPoIB: Fix possible NULL dereference in ipoib_start_xmit()' - 580da35a31f91a594f3090b7a2c39b85cb051a12 - 'IB: Fix RCU lockdep splats' - - Signed-off-by: Shawn Bohrer - -commit 14e0f6e203db16f1de338a8b089f957c3b2f5b17 -Author: Shawn Bohrer -Date: Wed Dec 7 18:56:50 2011 -0600 - - Add 3.1 kernel support - - Signed-off-by: Shawn Bohrer - -commit a8761eee2639f64b1b1eebab5cdd360fffd7443d -Author: Tatyana Nikolova -Date: Mon Dec 5 10:52:59 2011 -0600 - - RDMA/nes: Fix terminate during fatal AE - - Fix for reset which happens right after sending a terminate message. - Terminate timer is not deleted when the connection is closed. - - Signed-off-by: Tatyana Nikolova - Signed-off-by: Faisal Latif -- 2.41.0