search for: dykman

Displaying 7 results from an estimated 7 matches for "dykman".

Did you mean: dokman
2006 May 09
4
[PATCH] Fix checksum errors when firewalling in domU
...walling between two bridges (similar to the error report, but without VLANs) - The IPSec tunnel config from a previous checksum bug. (#143?) I had to update the patch for the renamed patches/linux-2.6.16.13 directory this morning. It compiles, but I haven''t retested. Signed-off-by: Jim Dykman <dykman@us.ibm.com> Fix checksum errors when firewalling in domU diff -r 1e3977e029fd linux-2.6-xen-sparse/drivers/xen/netback/netback.c --- a/linux-2.6-xen-sparse/drivers/xen/netback/netback.c Mon May 8 18:21:41 2006 +++ b/linux-2.6-xen-sparse/drivers/xen/netback/netback.c T...
2006 Feb 22
0
Re: [PATCH] Fix IPSec for Xen checksum offload packets (Jon Mason)
...h kernel 2.6.16-rc4. Cheers, -Jonathan M. McCune jonmccune@cmu.edu >Message: 2 >Date: Mon, 6 Feb 2006 13:43:30 -0600 >From: Jon Mason <jdmason@us.ibm.com> >Subject: [Xen-devel] [PATCH] Fix IPSec for Xen checksum offload > packets >To: xen-devel@lists.xensource.com >Cc: dykman@us.ibm.com, jonmccune@cmu.edu >Message-ID: <20060206194330.GC20904@us.ibm.com> >Content-Type: text/plain; charset=us-ascii > >This patch fixes bug 143 (verified by Jim Dykman). > >Thanks, >Jon > >Signed-off-by: James Dykman <dykman@us.ibm.com> >Signed-off-b...
2005 Dec 08
0
[PATCH 1/4] [XMTEST] Network tests: Network test library/utilities
Some network test utilities for the library: Signed-off-by: Jim Dykman <dykman@us.ibm.com> Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Dec 08
0
[PATCH 2/4] [XMTEST] Network tests: 02_network_local_ping_pos
Single domU, ping loopback and the local eth0. Signed-off-by: Jim Dykman <dykman@us.ibm.com> Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Sep 15
0
[PATCH 1/2] [BUG 183] NETFRONT: Use per-interface grant_{tx, rx}_ref
This patch fixes the root cause of bug 183: per-interface transaction ids are being used to index global tables. Signed-off-by: Jim Dykman <dykman@us.ibm.com> Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Sep 15
0
[PATCH 2/2] [BUG 183] NETFRONT: Use per-interface grant_ref pools
...he current driver reserves pools of grant refs for the tx and rx paths, each big enough to satisfy one virtual nic. With more than one nic active you will run out. Both the tx and rx path will BUG() when you do. This patch creates separate tx and rx ref pools for each interface. Signed-off-by: Jim Dykman <dykman@us.ibm.com> Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Mar 13
1
[BUG 143] [RFC] Patch submitted, not in tree yet.
I was cleaning out old sandboxes on my machine and realized that the fix for bug 143 was not in the tree yet. Jon Mason posted a patch, with no negative feedback: http://lists.xensource.com/archives/html/xen-devel/2006-02/msg00162.html The bug originator tested the patch successfully on -rc4: http://lists.xensource.com/archives/html/xen-devel/2006-02/msg00763.html I''ve retested on