First  |  Prev |  Next  |  Last
Pages: 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450
[PATCH 1/2] Staging: dt3155: Change include to linux header
>From 434257d406094235c5c5020a68f34e2beb658e51 Mon Sep 17 00:00:00 2001 From: Joe Eloff <kagen101(a)gmail.com> Date: Thu, 22 Jul 2010 20:26:25 +0200 Subject: [PATCH 1/2] Staging: dt3155: Change include to linux header Changed <asm/uaccess.h> to <linux/uaccess.h> Signed-off-by: Joe Eloff <kagen101(a)gmail.com> --- ... 22 Jul 2010 16:55
Clean up netfilter cache on xmit-to-self.
Ben please submit networking patches with netdev on the CC: list. You've been doing networking hacking for a very long time, so I'm very surprised you failed to do this :-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More maj... 22 Jul 2010 16:55
Linux 2.6.35-rc6
Another week (and a couple of days), another -rc. I actually hope/think that this is going to be the last -rc. Things have been pretty quiet, and while this -rc has more commits than -rc5 had, it's not by a large amount, nor does it look scary to me. So there doesn't seem to be any point in dragging out the relea... 28 Jul 2010 03:07
[PATCH] Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.c
Make pskb_expand_head() check ip_summed to make sure csum_start is really csum_start and not csum before adjusting it. This fixes a bug I encountered using a Sun Quad-Fast Ethernet card and VLANs. On my configuration, the sunhme driver produces skbs with differing amounts of headroom on receive depending on the p... 22 Jul 2010 15:49
[net 1/2] net: dev_forward_skb should call nf_reset
With conn-track zones and probably with different network namespaces, the netfilter logic needs to be re-calculated on packet receive. If the netfilter logic is not reset, it will not be recalculated properly. This patch adds the nf_reset logic to dev_forward_skb. Signed-off-by: Ben Greear <greearb(a)candelatech... 22 Jul 2010 15:49
[net 0/2] Clean up netfilter cache on xmit-to-self.
These patches are against 2.6.34.1. The first one may be worth submitting to stable. The second one is less critical and should probably just go in the development tree. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majord... 22 Jul 2010 15:49
kernel/trace: Remove unnecessary casts of private_data
Late reply due to traveling, but... On Mon, 2010-07-12 at 13:50 -0700, Joe Perches wrote: Signed-off-by: Joe Perches <joe(a)perches.com> Acked-by: Steven Rostedt <rostedt(a)goodmis.org> -- Steve --- kernel/trace/ftrace.c | 4 ++-- kernel/trace/trace.c | 2 +- 2 files changed, 3 insertions(... 22 Jul 2010 15:49
[PATCH 13/16] x86: Replace e820_/_early string with memblock_
1.include linux/memblock.h directly. so later could reduce e820.h reference. 2 this patch is done by sed scripts mainly -v2: use MEMBLOCK_ERROR instead of -1ULL or -1UL Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/efi.h | 2 +- arch/x86/kernel/acpi/sleep.c | 7 ++++---... 22 Jul 2010 15:49
staging: comedi: formatting of pointers in printk()
On Thu, Jul 15, 2010 at 08:46:29AM +0200, Jiri Slaby wrote: On 07/15/2010 08:42 AM, Kulikov Vasiliy wrote: Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +- 1 files changed, 1 insertio... 22 Jul 2010 15:49
[PATCH 09/16] x86, memblock: Add memblock_x86_free_memory_in_range()
It will return free memory size in specified range. We can not use memory_size - reserved_size here, because some reserved area may not be in the scope of memblock.memory.region. Use memblock.memory.region subtracting memblock.reserved.region to get free range array. then count size of all free ranges. -v2: ... 22 Jul 2010 15:49
First  |  Prev |  Next  |  Last
Pages: 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450