[PATCH v5 3/7] tcp: harmonize tcp_vx_rcv header length assumptions
Harmonize tcp_v4_rcv() and tcp_v6_rcv() -- better document tcp doff and header length assumptions, and carefully compare implementations. Reduces multiply/shifts, marginally improving speed. Removes redundant tcp header length checks before checksumming. Instead, assumes (and documents) that any backlog proce... 15 Feb 2010 07:36
[PATCH 0/7] tcp: bugs and cleanup updated to 2.6.33-rc8 (again)
Combination of patches reported in October, November, December, January and February. These patches fix perceived bugs, and other cleanup. This code has had previous review and several months of limited testing. Some portions were removed during the various TCPCT part 1 patch splits, then were cut off by the s... 15 Feb 2010 07:36
Web Updates Required.
Dear Webmail Account Holder, This email is coming from the webmail support team, and its contents is strictly intended for the user of this email address which is the addressee. We want to inform you that the current update being carried out on all web email accounts could not be completed on your account due ... 15 Feb 2010 07:36
Tracing power_end on kernel 2.6.32.8
Hi, I have a question regarding the event "power/power_end". For the standard linux kernel (2.6.32.8), it's just not reported - neither for the /sys/kernel/debug/tracing nor for the sys_perf_open approach. System: Intel Core 2 Quad, Kernel 2.6.32.8, for sys_perf_open:always using sampling counters, (Kern... 15 Feb 2010 06:30
[PATCH] fs: inode - remove 8 bytes of padding on 64bits allowing 1 more objects/slab under slub
This removes 8 bytes of padding from struct inode on 64bit builds, and so allows 1 more object/slab in the inode_cache when using slub. Signed-off-by: Richard Kennedy <richard(a)rsk.demon.co.uk> ---- patch against 2.6.33-rc8 compiled & tested on x86_64 AMDX2 I've been running this patch for over a week with no... 15 Feb 2010 06:30
[1/4] SLAB: Handle node-not-up case in fallback_alloc() v2
> This is a better way to go anyway because it really is a proper "fallback" alloc. I think that possibly used to work (ie. kmem_getpages would be able to pass -1 for the node there) but got broken along the line. Thanks for the review. I should add there's still one open problem: in some cases the oom... 15 Feb 2010 05:25
net/macvtap: add vhost suppor
On Sunday 14 February 2010, Michael S. Tsirkin wrote: @@ -473,7 +477,7 @@ static struct socket *get_socket(int fd) sock = get_raw_socket(fd); if (!IS_ERR(sock)) return sock; - sock = get_tun_socket(fd); + sock = get_tap_socket(fd); if (!IS_ERR(s... 15 Feb 2010 05:25
net: Fix first line of kernel-doc for a few functions
From: Ben Hutchings <ben(a)decadent.org.uk> Date: Sun, 14 Feb 2010 14:19:14 +0000 The function name must be followed by a space, hypen, space, and a short description. Signed-off-by: Ben Hutchings <ben(a)decadent.org.uk> Looks good, applied to net-next-2.6, thanks Ben. -- To unsubscribe from this list:... 15 Feb 2010 02:10
linux-next: build failure after merge of the net tree
Hi Dave, After merging the net tree, today's linux-next build (x86_64 allmodconfig) failed like this: usr/include/linux/ethtool.h:17: included file 'linux/rculist.h' is not exported Caused by commit 15682bc488d4af8c9bb998844a94281025e0a333 ("ethtool: Introduce n-tuple filter programming support"). I have ... 15 Feb 2010 02:10
Webmail Update Required.
Dear Webmail Account Holder, This email is coming from the webmail support team, and its contents is strictly intended for the user of this email address which is the addressee. We want to inform you that the current update being carried out on all web email accounts could not be completed on your account due to... 14 Feb 2010 20:45